* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

main {
    display: block
}

#main {
    margin: 0;
    padding: 0
}

img,
svg {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

body {
    color: var(--Color_Hoffer_Text);
    font-family: var(--Font_Lato_Regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 150%;
    margin: 0;
    width: 100%
}

b,
strong {
    font-family: var(--Font_Lato_Bold);
    font-weight: 400
}

body p {
    margin: 0 0 20px
}

body p:last-child {
    margin: 0
}

a {
    color: var(--Color_Hoffer_Red);
    font-family: var(--Font_Lato_Regular);
    text-decoration: underline;
    transition: all .5s ease
}

a:hover {
    color: var(--Color_Hoffer_Text);
    text-decoration: none
}

.tos_remove {
    margin-top: 0 !important
}

.bos_remove {
    margin-bottom: 0 !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width:767px) {
    body {
        font-size: 16px
    }

    body p {
        margin: 0 0 15px
    }

    body p:last-child {
        margin: 0
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%
}

.container,
.container.big_container {
    max-width: 100%
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 988px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1180px
    }

    .container.big_container {
        max-width: 1212px
    }
}

@media (min-width:1360px) {
    .container {
        max-width: 1228px
    }

    .container.big_container {
        max-width: 1540px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--Color_Hoffer_Text);
    font-family: var(--Font_Lato_Bold);
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 30px
}

.h1,
h1 {
    font-size: 64px;
    line-height: 72px
}

.h2,
h2 {
    font-size: 48px;
    line-height: 50px
}

.h3,
h3 {
    font-size: 24px
}

.h3,
.h4,
h3,
h4 {
    line-height: inherit
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 20px
}

.h5,
.h6,
h5,
h6 {
    line-height: inherit
}

.h6,
h6 {
    font-size: 16px
}

@media (max-width:1359px) {

    .h1,
    h1 {
        font-size: 60px;
        line-height: 68px
    }

    .h2,
    h2 {
        font-size: 44px;
        line-height: 46px
    }
}

@media (max-width:1199px) {

    .h1,
    h1 {
        font-size: 54px;
        line-height: 62px
    }

    .h2,
    h2 {
        font-size: 40px;
        line-height: 44px
    }

    .h4,
    h4 {
        font-size: 20px;
        line-height: inherit
    }
}

@media (max-width:991px) {

    .h1,
    h1 {
        font-size: 48px;
        line-height: 56px
    }

    .h2,
    h2 {
        font-size: 36px;
        line-height: 40px
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 42px;
        line-height: 50px
    }

    .h2,
    h2 {
        font-size: 32px;
        line-height: 40px
    }

    .h3,
    h3 {
        font-size: 22px;
        line-height: inherit
    }

    .h4,
    .h5,
    h4,
    h5 {
        font-size: 18px;
        line-height: inherit
    }

    .h6,
    h6 {
        font-size: 14px;
        line-height: inherit
    }
}

blockquote {
    background-color: var(--Color_White);
    border-left: 5px solid var(--Color_Hoffer_Red);
    border-radius: 0;
    box-shadow: 1px 1px 11.1px -2px rgba(0, 0, 0, .19);
    margin: 40px 0;
    padding: 24px 32px
}

@media (max-width:1199px) {
    blockquote {
        padding: 20px 28px
    }
}

@media (max-width:767px) {
    blockquote {
        padding: 16px 24px
    }
}

.site_content ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 24px 0;
    padding: 0;
    row-gap: 8px
}

@media (max-width:767px) {
    .site_content ul {
        margin: 20px 0
    }
}

.site_content ul li {
    padding: 0 0 0 30px;
    position: relative
}

.site_content ul li:before {
    background-color: var(--Color_Hoffer_Red);
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 8px
}

.site_content ul li ul {
    list-style: none;
    margin: 8px 0;
    padding: 0
}

.site_content ol {
    counter-reset: item;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 24px 0;
    padding: 0;
    row-gap: 8px
}

@media (max-width:767px) {
    .site_content ol {
        margin: 20px 0
    }
}

.site_content ol li {
    counter-increment: item;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative
}

.site_content ol li:before {
    color: var(--Color_Hoffer_Red);
    content: counter(item) ".";
    display: inline-block;
    font-family: var(--Font_Lato_Bold);
    font-size: 17px;
    left: 0;
    letter-spacing: normal;
    line-height: 150%;
    min-width: 26px;
    position: absolute;
    top: 0
}

.site_content ol li ol {
    margin: 24px 0 16px;
    padding: 0
}

@media (max-width:1199px) {
    .site_content ul li {
        padding: 0 0 0 25px
    }
}

@media (max-width:767px) {
    .site_content ul li:before {
        font-size: 14px;
        top: 8px
    }

    .site_content ol li:before {
        font-size: 16px
    }
}

.site_content ol.upper-alpha {padding-left: 20px;list-style-type: upper-alpha;}
.site_content ol.upper-alpha li {padding-left: 10px;}
.site_content ol.upper-alpha li::before {
    display: none;
}
.site_content ol.lower-alpha {padding-left: 20px;list-style-type: lower-alpha;}
.site_content ol.lower-alpha li {padding-left: 10px;}
.site_content ol.lower-alpha li::before {
    display: none;
}

.btn {
    align-items: center;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: inline-flex;
    font-family: var(--Font_Lato_Semibold);
    font-size: 24px;
    font-style: normal;
    justify-content: center;
    line-height: 29px;
    padding: 0 71px 0 0;
    position: relative;
    text-decoration: none;
    transition: all .5s ease
}

.btn .text {
    color: var(--Color_White);
    padding: 17px 24px;
    text-align: left;
    width: 100%
}

.btn .icon,
.btn .text {
    background: var(--Color_Hoffer_Orange);
    transition: all .5s ease
}

.btn .icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 71px
}

.btn .icon svg path {
    transition: all .5s ease
}

.btn:hover .text {
    background: var(--Color_Hoffer_Text)
}

.btn.button_size_big .text {
    min-width: 360px;
    padding: 21px 16px
}

.btn.Button_Hoffer_Text_Bg_White_Text_Hoffer_Orange_BG_Arrow .text {
    background: var(--Color_Hoffer_Text)
}

.btn.Button_Hoffer_Text_Bg_White_Text_Hoffer_Orange_BG_Arrow:hover .text {
    background: var(--Color_Hoffer_Orange)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow .text {
    background: var(--Color_White);
    color: var(--Color_Hoffer_Text)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow .icon {
    background: var(--Color_White)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow:hover .text {
    background: var(--Color_Hoffer_Orange);
    color: var(--Color_White)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow:hover .icon {
    background: var(--Color_Hoffer_Orange)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow:hover .icon svg path {
    stroke: var(--Color_White)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border {
    border-bottom: 1px solid var(--Color_Cotton_Seed)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border .text {
    background: var(--Color_White);
    color: var(--Color_Hoffer_Text)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border .icon {
    background: var(--Color_White)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border:hover {
    border-bottom: 1px solid transparent
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border:hover .text {
    background: var(--Color_White_Smoke)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border:hover .icon {
    background: var(--Color_Hoffer_Orange)
}

.btn.Button_White_BG_Hoffer_Text_Text_White_BG_Arrow_Bottom_Border:hover .icon svg path {
    stroke: var(--Color_White)
}

.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow {
    border-bottom: 1px solid transparent
}

.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow .text {
    background: var(--Color_White_Smoke);
    color: var(--Color_Hoffer_Text)
}

.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow .icon {
    background: var(--Color_Hoffer_Orange)
}

.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow:hover {
    border-bottom: 1px solid var(--Color_Cotton_Seed)
}

.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow:hover .icon,
.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow:hover .text {
    background: var(--Color_White)
}

.btn.Button_White_Smoke_Bg_Hoffer_Text_Text_Hoffer_Orange_BG_Arrow:hover .icon svg path {
    stroke: var(--Color_Hoffer_Text)
}

.btn.Button_Transperant_Bg_White_Text_Transperant_BG_Arrow {
    border-bottom: 1px solid var(--Color_Cotton_Seed)
}

.btn.Button_Transperant_Bg_White_Text_Transperant_BG_Arrow .text {
    background: transparent;
    color: var(--Color_White)
}

.btn.Button_Transperant_Bg_White_Text_Transperant_BG_Arrow .icon {
    background: transparent
}

.btn.Button_Transperant_Bg_White_Text_Transperant_BG_Arrow:hover {
    border-bottom: 1px solid transparent
}

.btn.Button_Transperant_Bg_White_Text_Transperant_BG_Arrow:hover .text {
    background: var(--Color_Hoffer_Text_op_perc_61)
}

.btn.Button_Transperant_Bg_White_Text_Transperant_BG_Arrow:hover .icon {
    background: var(--Color_Hoffer_Orange)
}

.btn.Button_Hoffer_Text_Bg_With_Opacity_61_White_Text_Hoffer_Orange_BG_Arrow {
    border-bottom: 1px solid transparent
}

.btn.Button_Hoffer_Text_Bg_With_Opacity_61_White_Text_Hoffer_Orange_BG_Arrow .text {
    background: var(--Color_Hoffer_Text_op_perc_61)
}

.btn.Button_Hoffer_Text_Bg_With_Opacity_61_White_Text_Hoffer_Orange_BG_Arrow .icon {
    background: var(--Color_Hoffer_Orange)
}

.btn.Button_Hoffer_Text_Bg_With_Opacity_61_White_Text_Hoffer_Orange_BG_Arrow:hover {
    border-bottom: 1px solid var(--Color_Cotton_Seed)
}

.btn.Button_Hoffer_Text_Bg_With_Opacity_61_White_Text_Hoffer_Orange_BG_Arrow:hover .text {
    background: transparent;
    color: var(--Color_White)
}

.btn.Button_Hoffer_Text_Bg_With_Opacity_61_White_Text_Hoffer_Orange_BG_Arrow:hover .icon {
    background: transparent
}

.btn_only_arrow {
    align-items: center;
    background: var(--Color_Hoffer_Orange);
    border: 2px solid var(--Color_Hoffer_Orange);
    display: flex;
    flex-wrap: wrap;
    height: 64px;
    justify-content: center;
    padding: 10px;
    width: 70px
}

.btn_only_arrow svg path {
    transition: all .5s ease
}

.btn_only_arrow:hover {
    background: var(--Color_White)
}

.btn_only_arrow:hover svg path {
    stroke: var(--Color_Hoffer_Orange)
}

.btn_only_arrow.only_arrow_cta_theme_White {
    background: var(--Color_White);
    border: 2px solid var(--Color_White)
}

.btn_only_arrow.only_arrow_cta_theme_White:hover {
    background: var(--Color_Hoffer_Orange)
}

.btn_only_arrow.only_arrow_cta_theme_White:hover svg path {
    stroke: var(--Color_White)
}

.text_link {
    align-items: center;
    border-bottom: 1px solid var(--Color_Boulder);
    display: inline-flex;
    font-family: var(--Font_Lato_Semibold);
    font-size: 24px;
    line-height: 28px;
    padding-right: 70px;
    position: relative;
    text-decoration: none;
    transition: all .5s ease
}

.text_link .text {
    background-color: transparent;
    color: var(--Color_Boulder);
    min-width: 250px;
    padding: 17px 17px 17px 0;
    transition: all .5s ease
}

.text_link .icon {
    align-items: center;
    background: var(--Color_Hoffer_Orange);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px
}

.text_link .icon,
.text_link .icon svg path {
    transition: all .5s ease
}

.text_link:hover .icon {
    background: transparent
}

.text_link:hover .icon svg path {
    stroke: var(--Color_Boulder)
}

.text_link.TextLink_Transperant_Bg_Hoffer_Text_Text_Transperant_BG_Arrow .text {
    color: var(--Color_Hoffer_Text)
}

.text_link.TextLink_Transperant_Bg_Hoffer_Text_Text_Transperant_BG_Arrow .icon {
    background: transparent
}

.text_link.TextLink_Transperant_Bg_Hoffer_Text_Text_Transperant_BG_Arrow .icon svg path {
    stroke: var(--Color_Hoffer_Text)
}

.text_link.TextLink_Transperant_Bg_Hoffer_Text_Text_Transperant_BG_Arrow:hover .text {
    background-color: var(--Color_White_Smoke)
}

.text_link.TextLink_Transperant_Bg_Hoffer_Text_Text_Transperant_BG_Arrow:hover .icon {
    background: var(--Color_Hoffer_Orange)
}

.text_link.TextLink_Transperant_Bg_Hoffer_Text_Text_Transperant_BG_Arrow:hover .icon svg path {
    stroke: var(--Color_White)
}

.text_link.TextLink_Transperant_Bg_White_Text_Transperant_BG_Arrow .text {
    color: var(--Color_White)
}

.text_link.TextLink_Transperant_Bg_White_Text_Transperant_BG_Arrow .icon {
    background: transparent
}

.text_link.TextLink_Transperant_Bg_White_Text_Transperant_BG_Arrow:hover .icon {
    background: var(--Color_Hoffer_Orange)
}

.text_link.TextLink_Transperant_Bg_White_Text_Transperant_BG_Arrow:hover .icon svg path {
    stroke: var(--Color_White)
}

.text_link.TextLink_Transperant_Bg_White_Text_Hoffer_Orange_BG_Arrow .text {
    color: var(--Color_White)
}

.text_link.TextLink_Transperant_Bg_White_Text_Hoffer_Orange_BG_Arrow .icon {
    background: var(--Color_Hoffer_Orange)
}

.text_link.TextLink_Transperant_Bg_White_Text_Hoffer_Orange_BG_Arrow .icon svg path {
    stroke: var(--Color_White)
}

.text_link.TextLink_Transperant_Bg_Boulder_Text_Transperant_BG_Arrow .icon,
.text_link.TextLink_Transperant_Bg_White_Text_Hoffer_Orange_BG_Arrow:hover .icon {
    background: transparent
}

.text_link.TextLink_Transperant_Bg_Boulder_Text_Transperant_BG_Arrow:hover .icon {
    background: var(--Color_Hoffer_Orange)
}

.text_link.TextLink_Transperant_Bg_Boulder_Text_Transperant_BG_Arrow:hover .icon svg path {
    stroke: var(--Color_White)
}

.tos_normal {
    margin-top: 112px
}

.tos_medium {
    margin-top: 60px
}

.tos_small {
    margin-top: 30px
}

.tos_remove {
    margin-top: 0
}

.bos_normal {
    margin-bottom: 112px
}

.bos_medium {
    margin-bottom: 60px
}

.bos_small {
    margin-bottom: 30px
}

.bos_remove {
    margin-bottom: 0
}

.section_sticky_menu_links {
    position: sticky;
    top: 0;
    z-index: 11
}

.sticky_link_list {
    background: linear-gradient(90deg, #b90e31, #530616)
}

.sticky_link_list>.container {
    overflow-x: auto
}

.sticky_link_list__inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: -moz-max-content;
    width: max-content
}

.sticky_link_list a.link {
    color: #fff;
    display: inline-block;
    font-family: var(--Font_Lato_Semibold);
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 24px;
    text-decoration: none
}

.sticky_link_list a.link:hover {
    background-color: #141414
}

@media (max-width:1359px) {
    .tos_normal {
        margin-top: 90px
    }

    .bos_normal {
        margin-bottom: 90px
    }
}

@media (max-width:1199px) {
    .tos_normal {
        margin-top: 80px
    }

    .bos_normal {
        margin-bottom: 80px
    }
}

@media (max-width:991px) {
    .tos_normal {
        margin-top: 60px
    }

    .bos_normal {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .btn {
        font-size: 22px;
        width: 100%
    }

    .btn.button_size_big .text {
        min-width: inherit
    }

    .btn_only_arrow {
        height: 54px;
        width: 60px
    }

    .text_link {
        font-size: 22px;
        width: 100%
    }

    .text_link .text {
        min-width: inherit
    }

    .sticky_link_list a.link {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px
    }

    .tos_normal {
        margin-top: 40px
    }

    .tos_medium {
        margin-top: 30px
    }

    .tos_small {
        margin-top: 20px
    }

    .bos_normal {
        margin-bottom: 40px
    }

    .bos_medium {
        margin-bottom: 30px
    }

    .bos_small {
        margin-bottom: 20px
    }
}

@media (max-width:375px) {
    .btn .text {
        padding: 21px 16px
    }
}

.tagline_text {
    align-items: center;
    background-color: var(--Color_Hoffer_Red);
    color: var(--Color_White);
    display: inline-flex;
    font-family: var(--Font_Lato_Regular);
    margin-bottom: 42px;
    max-width: 430px;
    padding: 8px 24px;
    text-transform: uppercase
}

.no-overlay:after {
    display: none
}
