/* All extracted styles from index.php */

/* Style block 1 */
.t-records {
    opacity: 0;
}
.t-records_animated {
    -webkit-transition: opacity ease-in-out 0.5s;
    -moz-transition: opacity ease-in-out 0.5s;
    -o-transition: opacity ease-in-out 0.5s;
    transition: opacity ease-in-out 0.5s;
}
.t-records.t-records_visible,
.t-records .t-records {
    opacity: 1;
}

/* Style block 2 */
.t-menuburger {
            position: relative;
            flex-shrink: 0;
            width: 28px;
            height: 20px;
            padding: 0;
            border: none;
            background-color: transparent;
            outline: none;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            transition: transform 0.5s ease-in-out;
            cursor: pointer;
            z-index: 999;
        }
        .t-menuburger span {
            display: block;
            position: absolute;
            width: 100%;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            transition: 0.25s ease-in-out;
            height: 3px;
            background-color: #000;
        }
        .t-menuburger span:nth-child(1) {
            top: 0px;
        }
        .t-menuburger span:nth-child(2),
        .t-menuburger span:nth-child(3) {
            top: 8px;
        }
        .t-menuburger span:nth-child(4) {
            top: 16px;
        }
        .t-menuburger__big {
            width: 42px;
            height: 32px;
        }
        .t-menuburger__big span {
            height: 5px;
        }
        .t-menuburger__big span:nth-child(2),
        .t-menuburger__big span:nth-child(3) {
            top: 13px;
        }
        .t-menuburger__big span:nth-child(4) {
            top: 26px;
        }
        .t-menuburger__small {
            width: 22px;
            height: 14px;
        }
        .t-menuburger__small span {
            height: 2px;
        }
        .t-menuburger__small span:nth-child(2),
        .t-menuburger__small span:nth-child(3) {
            top: 6px;
        }
        .t-menuburger__small span:nth-child(4) {
            top: 12px;
        }
        .t-menuburger-opened span:nth-child(1) {
            top: 8px;
            width: 0%;
            left: 50%;
        }
        .t-menuburger-opened span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .t-menuburger-opened span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .t-menuburger-opened span:nth-child(4) {
            top: 8px;
            width: 0%;
            left: 50%;
        }
        .t-menuburger-opened.t-menuburger__big span:nth-child(1) {
            top: 6px;
        }
        .t-menuburger-opened.t-menuburger__big span:nth-child(4) {
            top: 18px;
        }
        .t-menuburger-opened.t-menuburger__small span:nth-child(1),
        .t-menuburger-opened.t-menuburger__small span:nth-child(4) {
            top: 6px;
        }
        @media (hover), (min-width: 0\0) {
            .t-menuburger_first:hover span:nth-child(1) {
                transform: translateY(1px);
            }
            .t-menuburger_first:hover span:nth-child(4) {
                transform: translateY(-1px);
            }
            .t-menuburger_first.t-menuburger__big:hover span:nth-child(1) {
                transform: translateY(3px);
            }
            .t-menuburger_first.t-menuburger__big:hover span:nth-child(4) {
                transform: translateY(-3px);
            }
        }
        .t-menuburger_second span:nth-child(2),
        .t-menuburger_second span:nth-child(3) {
            width: 80%;
            left: 20%;
            right: 0;
        }
        @media (hover), (min-width: 0\0) {
            .t-menuburger_second.t-menuburger-hovered span:nth-child(2),
            .t-menuburger_second.t-menuburger-hovered span:nth-child(3) {
                animation: t-menuburger-anim 0.3s ease-out normal forwards;
            }
            .t-menuburger_second.t-menuburger-unhovered span:nth-child(2),
            .t-menuburger_second.t-menuburger-unhovered span:nth-child(3) {
                animation: t-menuburger-anim2 0.3s ease-out normal forwards;
            }
        }
        .t-menuburger_second.t-menuburger-opened span:nth-child(2),
        .t-menuburger_second.t-menuburger-opened span:nth-child(3) {
            left: 0;
            right: 0;
            width: 100% !important;
        }
        .t-menuburger_third span:nth-child(4) {
            width: 70%;
            left: unset;
            right: 0;
        }
        @media (hover), (min-width: 0\0) {
            .t-menuburger_third:not(.t-menuburger-opened):hover span:nth-child(4) {
                width: 100%;
            }
        }
        .t-menuburger_third.t-menuburger-opened span:nth-child(4) {
            width: 0 !important;
            right: 50%;
        }
        .t-menuburger_fourth {
            height: 12px;
        }
        .t-menuburger_fourth.t-menuburger__small {
            height: 8px;
        }
        .t-menuburger_fourth.t-menuburger__big {
            height: 18px;
        }
        .t-menuburger_fourth span:nth-child(2),
        .t-menuburger_fourth span:nth-child(3) {
            top: 4px;
            opacity: 0;
        }
        .t-menuburger_fourth span:nth-child(4) {
            top: 8px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(2),
        .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
            top: 3px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
            top: 6px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(2),
        .t-menuburger_fourth.t-menuburger__small span:nth-child(3) {
            top: 3px;
        }
        .t-menuburger_fourth.t-menuburger__small span:nth-child(4) {
            top: 6px;
        }
        .t-menuburger_fourth.t-menuburger__big span:nth-child(2),
        .t-menuburger_fourth.t-menuburger__big span:nth-child(3) {
            top: 6px;
        }
        .t-menuburger_fourth.t-menuburger__big span:nth-child(4) {
            top: 12px;
        }
        @media (hover), (min-width: 0\0) {
            .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(1) {
                transform: translateY(1px);
            }
            .t-menuburger_fourth:not(.t-menuburger-opened):hover span:nth-child(4) {
                transform: translateY(-1px);
            }
            .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(1) {
                transform: translateY(3px);
            }
            .t-menuburger_fourth.t-menuburger__big:not(.t-menuburger-opened):hover span:nth-child(4) {
                transform: translateY(-3px);
            }
        }
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(1),
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(4) {
            top: 4px;
        }
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(2),
        .t-menuburger_fourth.t-menuburger-opened span:nth-child(3) {
            opacity: 1;
        }
        @keyframes t-menuburger-anim {
            0% {
                width: 80%;
                left: 20%;
                right: 0;
            }
            50% {
                width: 100%;
                left: 0;
                right: 0;
            }
            100% {
                width: 80%;
                left: 0;
                right: 20%;
            }
        }
        @keyframes t-menuburger-anim2 {
            0% {
                width: 80%;
                left: 0;
            }
            50% {
                width: 100%;
                right: 0;
                left: 0;
            }
            100% {
                width: 80%;
                left: 20%;
                right: 0;
            }
        }

/* Style block 3 */
.tmenu-mobile {
    background-color: #111;
    display: none;
    width: 100%;
    top: 0;
    z-index: 990;
}
.tmenu-mobile_positionfixed {
    position: fixed;
}
.tmenu-mobile__text {
    color: #fff;
}
.tmenu-mobile__container {
    min-height: 64px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tmenu-mobile__list {
    display: block;
}
.tmenu-mobile__burgerlogo {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}
.tmenu-mobile__imglogo {
    height: auto;
    display: block;
    max-width: 300px !important;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}
@media screen and (max-width: 980px) {
    .tmenu-mobile__menucontent_hidden {
        display: none;
        height: 100%;
    }
    .tmenu-mobile {
        display: block;
    }
}
@media screen and (max-width: 980px) {
    #rec564000800 .tmenu-mobile {
        background-color: #ffffff;
    }
    #rec564000800 .tmenu-mobile__menucontent_fixed {
        position: fixed;
        top: 64px;
    }
    #rec564000800 .t-menuburger {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

/* Style block 4 */
#rec564000800 .tmenu-mobile__burgerlogo a {
    color: #ffffff;
}

/* Style block 5 */
#rec564000800 .tmenu-mobile__burgerlogo__title {
    color: #ffffff;
}

/* Style block 6 */
@media screen and (max-width: 980px) {
    #rec564000800 .t228__leftcontainer {
        display: none;
    }
}

/* Style block 7 */
@media screen and (max-width: 980px) {
    #rec564000800 .t228__leftcontainer {
        padding: 20px;
    }
    #rec564000800 .t228__imglogo {
        padding: 20px 0;
    }
    #rec564000800 .t228 {
    }
}

/* Style block 8 */
#rec564000800 .t228 {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D9ffffff',endColorstr='#D9ffffff');
    }

/* Style block 9 */
#rec564000800 .t-menu__link-item {
    position: relative;
}
#rec564000800 .t-menu__link-item:not(.t-active):not(.tooltipstered)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20%;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0px solid #000000;
    -webkit-box-shadow: inset 0px -1px 0px 0px #000000;
    -moz-box-shadow: inset 0px -1px 0px 0px #000000;
    box-shadow: inset 0px -1px 0px 0px #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
}
#rec564000800 .t-menu__link-item.t-active::after {
    content: "";
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
    height: 100%;
    bottom: -0px;
    border-bottom: 0px solid #000000;
    -webkit-box-shadow: inset 0px -1px 0px 0px #000000;
    -moz-box-shadow: inset 0px -1px 0px 0px #000000;
    box-shadow: inset 0px -1px 0px 0px #000000;
}
#rec564000800 .t-menu__link-item:not(.t-active):not(.tooltipstered):hover::after {
    opacity: 1;
    bottom: -0px;
}
#rec564000800 .t-menu__link-item:not(.t-active):not(.tooltipstered):focus-visible::after {
    opacity: 1;
    bottom: -0px;
}
@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
    #rec564000800 .t-menu__link-item,
    #rec564000800 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

/* Style block 10 */
#rec564000800 .t228__leftcontainer a {
    color: #ffffff;
}
#rec564000800 a.t-menu__link-item {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Inter";
}
#rec564000800 .t228__right_langs_lang a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-family: "Inter";
}

/* Style block 11 */
#rec564000800 .t228__logo {
    color: #ffffff;
}

/* Style block 12 */
#rec564000800 .t228 {
    box-shadow: 4px 11px 9px 0px rgb(0 0 0 / 9%);
}

/* Style block 13 */
.t-popup__container {
                border-radius: 20px !important;
            }

/* Style block 14 */
@media screen and (max-width: 560px) {
            #rec565644542 .t-popup__close-icon g {
                fill: #ffffff !important;
            }
        }

/* Style block 15 */
#rec565644542 input::-webkit-input-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 input::-moz-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 input:-moz-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 input:-ms-input-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 textarea::-webkit-input-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 textarea::-moz-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 textarea:-moz-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }
                #rec565644542 textarea:-ms-input-placeholder {
                    color: #000000;
                    opacity: 0.5;
                }

/* Style block 16 */
#rec565644542 .t702__title {
    color: #000000;
    font-family: "Times New Roman";
    text-transform: uppercase;
}
@media screen and (min-width: 900px) {
    #rec565644542 .t702__title {
        font-size: 32px;
        line-height: 1.1;
    }
}
#rec565644542 .t702__descr {
    font-size: 16px;
    line-height: 1.3;
    color: #000000;
    font-weight: 400;
    font-family: "Inter Tight";
}

/* Style block 17 */
#rec1072356206 .t-text {
font-size: 20px;
font-family: "Times New Roman";
text-transform: uppercase;
opacity: 1;
}
@media screen and (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
#rec1072356206 .t-text {
    font-size: 16px;
}
}
@media screen and (max-width: 768px) {
#rec1072356206 .t-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#rec1072356206 .t-text a {
    flex: 1;
    text-align: center;
    margin: 0 5px;
}
#rec1072356206 .t-text br {
    display: none;
}
}

/* Style block 18 */
#rec564678070 .t225__uptitle {
text-transform: uppercase;
}
#rec564678070 .t225__title {
font-weight: 500;
font-family: "Times New Roman";
}
@media screen and (min-width: 900px) {
#rec564678070 .t225__title {
    font-size: 2.5rem;
    line-height: 1;
}
}
#rec564678070 .t225__descr {
text-transform: capitalize;
}

/* Style block 19 */
#rec564685242 .t396__artboard {
height: 450px;
background-color: #ffffff;
overflow: visible;
}
#rec564685242 .t396__filter {
height: 450px;
}
#rec564685242 .t396__carrier {
height: 450px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
border-radius: 50% !important;
width: 300px !important;
height: 300px !important;
margin: 0 auto !important;
position: relative !important;
left: 50% !important;
transform: translateX(-50%) !important;
}
@media screen and (max-width: 1199px) {
#rec564685242 .t396__artboard,
#rec564685242 .t396__filter,
#rec564685242 .t396__carrier {
}
#rec564685242 .t396__filter {
}
#rec564685242 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .t396__artboard,
#rec564685242 .t396__filter,
#rec564685242 .t396__carrier {
    height: 720px;
}
#rec564685242 .t396__filter {
}
#rec564685242 .t396__carrier {
    background-attachment: scroll;
    border-radius: 50% !important;
    width: 300px !important;
    height: 300px !important;
    margin: 0 auto !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .t396__artboard,
#rec564685242 .t396__filter,
#rec564685242 .t396__carrier {
    height: 830px;
}
#rec564685242 .t396__filter {
}
#rec564685242 .t396__carrier {
    background-attachment: scroll;
    border-radius: 50% !important;
    width: 250px !important;
    height: 250px !important;
    margin: 0 auto !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048763652"] {
z-index: 3;
top: 15px;
left: calc(50% - 600px + 420px);
width: 47px;
height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048763652"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564685242 .tn-elem[data-elem-id="1679048763652"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048763652"] {
    display: table;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048763652"] {
    display: table;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048763652"] {
    display: table;
    top: 7px;
    left: calc(50% - 160px + 20px);
    width: 30px;
    height: auto;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048810880"] {
color: #000000;
z-index: 4;
top: 60px !important;
left: calc(50% - 600px + 420px);
width: 209px;
height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048810880"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 600;
background-position: center center;
border-color: transparent;
border-style: solid;
padding-top: 20px;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048810880"] {
    display: table;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048810880"] {
    display: table;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048810880"] {
    display: table;
    top: 1px;
    left: calc(50% - 160px + 70px);
    width: 240px;
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048810880"] .tn-atom {
    font-size: 16px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048880902"] {
color: #000000;
z-index: 5;
top: 100px !important;
left: calc(50% - 600px + 420px);
width: 299px;
height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048880902"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
padding-top: 20px;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048880902"] {
    display: table;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048880902"] {
    display: table;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048880902"] {
    display: table;
    top: 55px;
    left: calc(50% - 160px + 20px);
    width: 194px;
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048880902"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048916549"] {
z-index: 6;
top: 16px;
left: calc(50% - 600px + 827px);
width: 43px;
height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048916549"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564685242 .tn-elem[data-elem-id="1679048916549"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048916549"] {
    display: table;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048916549"] {
    display: table;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048916549"] {
    display: table;
    top: 121px;
    left: calc(50% - 160px + 20px);
    width: 30px;
    height: auto;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048916553"] {
color: #000000;
z-index: 7;
top: 60px !important;
left: calc(50% - 600px + 820px);
width: 209px;
height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048916553"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 600;
background-position: center center;
border-color: transparent;
border-style: solid;
padding-top: 20px;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048916553"] {
    display: table;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048916553"] {
    display: table;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048916553"] {
    display: table;
    top: 119px;
    left: calc(50% - 160px + 70px);
    width: 203px;
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048916553"] .tn-atom {
    font-size: 16px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048916556"] {
color: #000000;
z-index: 8;
top: 100px !important;
left: calc(50% - 600px + 820px);
width: 299px;
height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048916556"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
padding-top: 20px;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048916556"] {
    display: table;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048916556"] {
    display: table;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048916556"] {
    display: table;
    top: 177px;
    left: calc(50% - 160px + 20px);
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048916556"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048986423"] {z-index: 9;top: 200px !important;left: calc(50% - 600px + 420px);width: 57px;height: auto;}
#rec564685242 .tn-elem[data-elem-id="1679048986423"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564685242 .tn-elem[data-elem-id="1679048986423"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048986423"] {
    display: table;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048986423"] {
    display: table;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048986423"] {
    display: table;
    top: 258px;
    left: calc(50% - 160px + 20px);
    width: 35px;
    height: auto;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048986427"] {color: #000000;z-index: 10;top: 260px !important;left: calc(50% - 600px + 420px);width: 209px;height: auto;}
#rec564685242 .tn-elem[data-elem-id="1679048986427"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 600;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048986427"] {
    display: table;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048986427"] {
    display: table;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048986427"] {
    display: table;
    top: 263px;
    left: calc(50% - 160px + 70px);
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048986427"] .tn-atom {
    font-size: 16px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048986430"] {color: #000000;z-index: 11;top: 285px !important;left: calc(50% - 600px + 421px);width: 299px;height: auto;}
#rec564685242 .tn-elem[data-elem-id="1679048986430"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048986430"] {
    display: table;
    left: calc(50% - 480px + 331px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048986430"] {
    display: table;
    left: calc(50% - 320px + 11px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048986430"] {
    display: table;
    top: 306px;
    left: calc(50% - 160px + 21px);
    width: 292px;
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048986430"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048986433"] {z-index: 12;top: 200px !important;left: calc(50% - 600px + 815px);width: 68px;height: auto;}
#rec564685242 .tn-elem[data-elem-id="1679048986433"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564685242 .tn-elem[data-elem-id="1679048986433"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048986433"] {
    display: table;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048986433"] {
    display: table;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048986433"] {
    display: table;
    top: 404px;
    left: calc(50% - 160px + 20px);
    width: 34px;
    height: auto;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048986436"] {color: #000000;z-index: 13;top: 260px !important;left: calc(50% - 600px + 820px);width: 232px;height: auto;}
#rec564685242 .tn-elem[data-elem-id="1679048986436"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 600;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048986436"] {
    display: table;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048986436"] {
    display: table;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048986436"] {
    display: table;
    top: 409px;
    left: calc(50% - 160px + 70px);
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048986436"] .tn-atom {
    font-size: 16px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679048986439"] {color: #000000;z-index: 14;top: 285px !important;left: calc(50% - 600px + 821px);width: 299px;height: auto;}
#rec564685242 .tn-elem[data-elem-id="1679048986439"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679048986439"] {
    display: table;
    left: calc(50% - 480px + 651px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679048986439"] {
    display: table;
    left: calc(50% - 320px + 331px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679048986439"] {
    display: table;
    top: 452px;
    left: calc(50% - 160px + 21px);
    width: 279px;
    height: auto;
}
#rec564685242 .tn-elem[data-elem-id="1679048986439"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564685242 .tn-elem[data-elem-id="1679049132518"] {
z-index: 15;
top: 70px;
left: calc(50% - 600px + 41px);
width: 300px;
height: 300px;
}
#rec564685242 .tn-elem[data-elem-id="1679049132518"] .tn-atom {
border-radius: 3000px 3000px 3000px 3000px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564685242 .tn-elem[data-elem-id="1679049132518"] {
    display: table;
    top: 108px;
    left: calc(50% - 480px + 37px);
    width: 240px;
    height: 240px;
}
}
@media screen and (max-width: 959px) {
#rec564685242 .tn-elem[data-elem-id="1679049132518"] {
    display: table;
    top: 469px;
    left: calc(50% - 320px + 195px);
    width: 215px;
    height: 215px;
}
}
@media screen and (max-width: 639px) {
#rec564685242 .tn-elem[data-elem-id="1679049132518"] {
    display: table;
    top: 545px;
    left: calc(50% - 160px + 52px);
    width: 215px;
}
}

/* Style block 20 */
#rec760216810 .t225__uptitle {
text-transform: uppercase;
}
#rec760216810 .t225__title {
font-family: "Times New Roman";
}
@media screen and (min-width: 900px) {
#rec760216810 .t225__title {
    font-size: 2.5rem;
    line-height: 1;
}
}

/* Style block 21 */
#rec760219976 .t225__uptitle {
text-transform: uppercase;
}
#rec760219976 .t225__title {
font-family: "Times New Roman";
}
@media screen and (min-width: 900px) {
#rec760219976 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 22 */
#rec564718473 .t225__uptitle {
text-transform: uppercase;
}
#rec564718473 .t225__title {
font-weight: 400;
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec564718473 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 23 */
#rec564723296 .t119__preface {
color: #000000;
font-weight: 500;
font-family: "Times New Roman";
opacity: 1;
}
@media screen and (min-width: 900px) {
#rec564723296 .t119__preface {
    font-family: "Inter", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}
}

/* Style block 24 */
#rec564725197 .t396__artboard {
height: 460px;
background-color: #f8f2ed;
overflow: visible;
}
#rec564725197 .t396__filter {
height: 460px;
}
#rec564725197 .t396__carrier {
height: 460px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec564725197 .t396__artboard,
#rec564725197 .t396__filter,
#rec564725197 .t396__carrier {
    height: 447px;
}
#rec564725197 .t396__filter {
}
#rec564725197 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564725197 .t396__artboard,
#rec564725197 .t396__filter,
#rec564725197 .t396__carrier {
    height: 579px;
}
#rec564725197 .t396__filter {
}
#rec564725197 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec564725197 .t396__artboard,
#rec564725197 .t396__filter,
#rec564725197 .t396__carrier {
    height: 926px;
}
#rec564725197 .t396__filter {
}
#rec564725197 .t396__carrier {
    background-attachment: scroll;
}
}
#rec564725197 .tn-elem[data-elem-id="1474036597136"] {
z-index: 3;
top: 0px;
left: calc(50% - 600px + 20px);
width: 360px;
height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474036597136"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564725197 .tn-elem[data-elem-id="1474036597136"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564725197 .tn-elem[data-elem-id="1474036597136"] {
    display: table;
    top: 4px;
    left: calc(50% - 480px + 8px);
    width: 300px;
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564725197 .tn-elem[data-elem-id="1474036597136"] {
    display: table;
    top: 258px;
    left: calc(50% - 320px + 10px);
    width: 291px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564725197 .tn-elem[data-elem-id="1474036597136"] {
    display: table;
    top: 417px;
    left: calc(50% - 160px + 20px);
    width: 280px;
    height: auto;
}
}
#rec564725197 .tn-elem[data-elem-id="1474044656243"] {
color: #404040;
z-index: 3;
top: 380px;
left: calc(50% - 600px + 20px);
width: 160px;
height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044656243"] .tn-atom {
vertical-align: middle;
color: #404040;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 600;
text-transform: uppercase;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564725197 .tn-elem[data-elem-id="1474044656243"] {
    display: table;
    top: 329px;
    left: calc(50% - 480px + 10px);
    width: 159px;
    height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044656243"] .tn-atom {
    font-size: 15px;
    line-height: 1.5;
    background-size: cover;
}
}
@media screen and (max-width: 959px) {
#rec564725197 .tn-elem[data-elem-id="1474044656243"] {
    display: table;
    top: 260px;
    left: calc(50% - 320px + 330px);
    width: 290px;
    height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044656243"] .tn-atom {
    line-height: 1.55;
    background-size: cover;
}
}
@media screen and (max-width: 639px) {
#rec564725197 .tn-elem[data-elem-id="1474044656243"] {
    display: table;
    top: 713px;
    left: calc(50% - 160px + 20px);
    width: 300px;
    height: auto;
}
}
#rec564725197 .tn-elem[data-elem-id="1474044691189"] {
color: #404040;
z-index: 3;
top: 407px;
left: calc(50% - 600px + 20px);
width: 359px;
height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044691189"] .tn-atom {
vertical-align: middle;
color: #404040;
font-size: 11px;
font-family: "Times New Roman", Arial, sans-serif;
line-height: 1.3;
font-weight: 500;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564725197 .tn-elem[data-elem-id="1474044691189"] {
    display: table;
    top: 359px;
    left: calc(50% - 480px + 10px);
    width: 300px;
    height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044691189"] .tn-atom {
    font-size: 11px;
    line-height: 1.5;
    background-size: cover;
}
}
@media screen and (max-width: 959px) {
#rec564725197 .tn-elem[data-elem-id="1474044691189"] {
    display: table;
    top: 297px;
    left: calc(50% - 320px + 322px);
    width: 290px;
    height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044691189"] .tn-atom {
    line-height: 1.55;
    background-size: cover;
}
}
@media screen and (max-width: 639px) {
#rec564725197 .tn-elem[data-elem-id="1474044691189"] {
    display: table;
    top: 750px;
    left: calc(50% - 160px + 10px);
    width: 300px;
    height: auto;
}
#rec564725197 .tn-elem[data-elem-id="1474044691189"] .tn-atom {
    line-height: 1.5;
    background-size: cover;
}
}
#rec564725197 .tn-elem[data-elem-id="1679052988475"] {
color: #000000;
text-align: center;
z-index: 3;
top: 365px;
left: calc(50% - 600px + 420px);
width: 270px;
height: 80px;
}
#rec564725197 .tn-elem[data-elem-id="1679052988475"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 600;
border-radius: 0px 0px 0px 0px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
#rec564725197 .tn-elem[data-elem-id="1679052988475"] {
    display: table;
    top: 320px;
    left: calc(50% - 480px + 330px);
}
}
@media screen and (max-width: 959px) {
#rec564725197 .tn-elem[data-elem-id="1679052988475"] {
    display: table;
    top: 470px;
    left: calc(50% - 320px + 323px);
}
}
@media screen and (max-width: 639px) {
#rec564725197 .tn-elem[data-elem-id="1679052988475"] {
    display: table;
    top: 821px;
    left: calc(50% - 160px + 20px);
    width: 280px;
}
}
#rec564725197 .tn-elem[data-elem-id="1752500462364"] {
z-index: 3;
top: 0px;
left: calc(50% - 600px + 404px);
width: 617px;
height: 313px;
}
#rec564725197 .tn-elem[data-elem-id="1752500462364"] .tn-atom {
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564725197 .tn-elem[data-elem-id="1752500462364"] {
    display: table;
    left: calc(50% - 480px + 330px);
}
}
@media screen and (max-width: 959px) {
#rec564725197 .tn-elem[data-elem-id="1752500462364"] {
    display: table;
    top: 9px;
    left: calc(50% - 320px + 12px);
    height: 224px;
}
}
@media screen and (max-width: 639px) {
#rec564725197 .tn-elem[data-elem-id="1752500462364"] {
    display: table;
    width: 298px;
    height: 379px;
}
}

/* Style block 25 */
#rec744836503 .t-video-lazyload {
                height: 540px;
            }

/* Style block 26 */
#rec564743097 .t225__uptitle {
text-transform: uppercase;
}
#rec564743097 .t225__title {
font-weight: 500;
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec564743097 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 27 */
#rec567322967 .t585__title {
font-size: 16px;
line-height: 1.2;
color: #000000;
font-weight: 400;
font-family: "Inter";
}
#rec567322967 .t585__text {
font-size: 14px;
line-height: 1.4;
color: #727272;
font-weight: 400;
font-family: "Inter";
}

/* Style block 28 */
#rec564753903 .t396__artboard {
height: 80px;
background-color: #ffffff;
}
#rec564753903 .t396__filter {
height: 80px;
}
#rec564753903 .t396__carrier {
height: 80px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec564753903 .t396__artboard,
#rec564753903 .t396__filter,
#rec564753903 .t396__carrier {
}
#rec564753903 .t396__filter {
}
#rec564753903 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564753903 .t396__artboard,
#rec564753903 .t396__filter,
#rec564753903 .t396__carrier {
}
#rec564753903 .t396__filter {
}
#rec564753903 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec564753903 .t396__artboard,
#rec564753903 .t396__filter,
#rec564753903 .t396__carrier {
}
#rec564753903 .t396__filter {
}
#rec564753903 .t396__carrier {
    background-attachment: scroll;
}
}
#rec564753903 .tn-elem[data-elem-id="1679055206817"] {
color: #000000;
text-align: center;
z-index: 3;
top: 0px;
left: calc(50% - 600px + 420px);
width: 359px;
height: 80px;
}
#rec564753903 .tn-elem[data-elem-id="1679055206817"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 600;
border-radius: 0px 0px 0px 0px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
#rec564753903 .tn-elem[data-elem-id="1679055206817"] {
    display: table;
    top: 0px;
    left: calc(50% - 480px + 330px);
}
}
@media screen and (max-width: 959px) {
#rec564753903 .tn-elem[data-elem-id="1679055206817"] {
    display: table;
    top: 0px;
    left: calc(50% - 320px + 10px);
}
}
@media screen and (max-width: 639px) {
#rec564753903 .tn-elem[data-elem-id="1679055206817"] {
    display: table;
    top: 0px;
    left: calc(50% - 160px + 20px);
    width: 280px;
}
}

/* Style block 29 */
#rec564854637 .t119__preface {
color: #000000;
font-weight: 500;
font-family: "Times New Roman";
opacity: 1;
}
@media screen and (min-width: 900px) {
#rec564854637 .t119__preface {
    font-size: 32px;
    line-height: 1.1;
}
}

/* Style block 30 */
#rec567415126 .t396__artboard {
height: 114px;
background-color: #232323;
overflow: visible;
}
#rec567415126 .t396__filter {
height: 114px;
}
#rec567415126 .t396__carrier {
height: 114px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec567415126 .t396__artboard,
#rec567415126 .t396__filter,
#rec567415126 .t396__carrier {
    height: 115px;
}
#rec567415126 .t396__filter {
}
#rec567415126 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec567415126 .t396__artboard,
#rec567415126 .t396__filter,
#rec567415126 .t396__carrier {
    height: 111px;
}
#rec567415126 .t396__filter {
}
#rec567415126 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec567415126 .t396__artboard,
#rec567415126 .t396__filter,
#rec567415126 .t396__carrier {
    height: 138px;
}
#rec567415126 .t396__filter {
}
#rec567415126 .t396__carrier {
    background-attachment: scroll;
}
}
#rec567415126 .tn-elem[data-elem-id="1470210011265"] {
color: #ffffff;
text-align: center;
z-index: 2;
top: 0px;
left: calc(50% - 285px + 0px);
width: 570px;
height: auto;
}
#rec567415126 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
color: #ffffff;
font-size: 32px;
font-family: "Times New Roman", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
text-transform: uppercase;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec567415126 .tn-elem[data-elem-id="1470210011265"] {
    top: 0px;
    left: calc(50% - 285px + 0px);
    width: 550px;
    height: auto;
}
#rec567415126 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    font-size: 32px;
    background-size: cover;
}
}
@media screen and (max-width: 959px) {
#rec567415126 .tn-elem[data-elem-id="1470210011265"] {
    top: 0px;
    left: calc(50% - 285px + 0px);
    width: 604px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec567415126 .tn-elem[data-elem-id="1470210011265"] {
    top: 0px;
    left: calc(50% - 285px + 0px);
    width: 300px;
    height: auto;
}
#rec567415126 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    font-size: 20px;
    line-height: 1.4;
    background-size: cover;
}
}

/* Style block 31 */
#rec564857409 .t-checkbox__indicator:after {
                                border-color: #727272;
                            }

/* Style block 32 */
#rec564857409 input::-webkit-input-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 input::-moz-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 input:-moz-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 input:-ms-input-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 textarea::-webkit-input-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 textarea::-moz-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 textarea:-moz-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }
            #rec564857409 textarea:-ms-input-placeholder {
                color: #ffffff;
                opacity: 0.5;
            }

/* Style block 33 */
#rec564866851 .t225__uptitle {
text-transform: uppercase;
}
#rec564866851 .t225__title {
font-weight: 500;
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec564866851 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 34 */
#rec564866853 .t396__artboard {
height: 480px;
background-color: #ffffff;
overflow: visible;
}
#rec564866853 .t396__filter {
height: 480px;
}
#rec564866853 .t396__carrier {
height: 480px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec564866853 .t396__artboard,
#rec564866853 .t396__filter,
#rec564866853 .t396__carrier {
}
#rec564866853 .t396__filter {
}
#rec564866853 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .t396__artboard,
#rec564866853 .t396__filter,
#rec564866853 .t396__carrier {
    height: 700px;
}
#rec564866853 .t396__filter {
}
#rec564866853 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .t396__artboard,
#rec564866853 .t396__filter,
#rec564866853 .t396__carrier {
    height: 1060px;
}
#rec564866853 .t396__filter {
}
#rec564866853 .t396__carrier {
    background-attachment: scroll;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048763652"] {
z-index: 3;
top: 0px;
left: calc(50% - 600px + 420px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048763652"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679048763652"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048763652"] {
    display: table;
    top: 0px;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048763652"] {
    display: table;
    top: 139px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048763652"] {
    display: table;
    top: 673px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048880902"] {
color: #000000;
z-index: 4;
top: 80px;
left: calc(50% - 600px + 420px);
width: 310px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048880902"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048880902"] {
    display: table;
    top: 80px;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048880902"] {
    display: table;
    top: 209px;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048880902"] {
    display: table;
    top: 714px;
    left: calc(50% - 160px + 11px);
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048880902"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048916549"] {
z-index: 5;
top: 0px;
left: calc(50% - 600px + 820px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048916549"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679048916549"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048916549"] {
    display: table;
    top: 0px;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048916549"] {
    display: table;
    top: 431px;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048916549"] {
    display: table;
    top: 434px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048916556"] {
color: #000000;
z-index: 6;
top: 80px;
left: calc(50% - 600px + 820px);
width: 310px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048916556"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048916556"] {
    display: table;
    top: 80px;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048916556"] {
    display: table;
    top: 501px;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048916556"] {
    display: table;
    top: 486px;
    left: calc(50% - 160px + 11px);
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048916556"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048986423"] {
z-index: 7;
top: 160px;
left: calc(50% - 600px + 420px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986423"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679048986423"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048986423"] {
    display: table;
    top: 160px;
    left: calc(50% - 480px + 330px);
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986423"] .tn-atom {
    background-size: cover;
    opacity: 1;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048986423"] {
    display: table;
    top: 290px;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048986423"] {
    display: table;
    top: 775px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048986430"] {
color: #000000;
z-index: 8;
top: 240px;
left: calc(50% - 600px + 421px);
width: 310px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986430"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048986430"] {
    display: table;
    top: 240px;
    left: calc(50% - 480px + 331px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048986430"] {
    display: table;
    top: 360px;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048986430"] {
    display: table;
    top: 824px;
    left: calc(50% - 160px + 14px);
    width: 292px;
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986430"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048986433"] {
z-index: 9;
top: 160px;
left: calc(50% - 600px + 820px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986433"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679048986433"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048986433"] {
    display: table;
    top: 160px;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048986433"] {
    display: table;
    top: 560px;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048986433"] {
    display: table;
    top: 551px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679048986439"] {
color: #000000;
z-index: 10;
top: 240px;
left: calc(50% - 600px + 821px);
width: 299px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986439"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679048986439"] {
    display: table;
    top: 240px;
    left: calc(50% - 480px + 651px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679048986439"] {
    display: table;
    top: 630px;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679048986439"] {
    display: table;
    top: 600px;
    left: calc(50% - 160px + 11px);
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679048986439"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564866853 .tn-elem[data-elem-id="1679049132518"] {
z-index: 11;
top: 0px;
left: calc(50% - 600px + 80px);
width: 216px;
height: 325px;
}
#rec564866853 .tn-elem[data-elem-id="1679049132518"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679049132518"] {
    display: table;
    top: 0px;
    left: calc(50% - 480px + 52px);
    width: 198px;
    height: 320px;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679049132518"] {
    display: table;
    top: 11px;
    left: calc(50% - 320px + 57px);
    width: 217px;
    height: 268px;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679049132518"] {
    display: table;
    top: 0px;
    left: calc(50% - 160px + 1px);
    width: 215px;
    height: 325px;
}
}
#rec564866853 .tn-elem[data-elem-id="1679068166888"] {
z-index: 12;
top: 345px;
left: calc(50% - 600px + 20px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068166888"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679068166888"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679068166888"] {
    display: table;
    top: 336px;
    left: calc(50% - 480px + 10px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679068166888"] {
    display: table;
    top: 290px;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679068166888"] {
    display: table;
    top: 338px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679068166896"] {
color: #000000;
z-index: 13;
top: 410px;
left: calc(50% - 600px + 20px);
width: 299px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068166896"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679068166896"] {
    display: table;
    top: 405px;
    left: calc(50% - 480px + 10px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679068166896"] {
    display: table;
    top: 360px;
    left: calc(50% - 320px + 10px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679068166896"] {
    display: table;
    top: 383px;
    left: calc(50% - 160px + 11px);
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068166896"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564866853 .tn-elem[data-elem-id="1679068190471"] {
z-index: 14;
top: 345px;
left: calc(50% - 600px + 420px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068190471"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679068190471"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679068190471"] {
    display: table;
    top: 336px;
    left: calc(50% - 480px + 330px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679068190471"] {
    display: table;
    top: 431px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679068190471"] {
    display: table;
    top: 876px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679068190478"] {
color: #000000;
z-index: 15;
top: 410px;
left: calc(50% - 600px + 421px);
width: 299px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068190478"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679068190478"] {
    display: table;
    top: 405px;
    left: calc(50% - 480px + 331px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679068190478"] {
    display: table;
    top: 501px;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679068190478"] {
    display: table;
    top: 923px;
    left: calc(50% - 160px + 14px);
    width: 292px;
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068190478"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564866853 .tn-elem[data-elem-id="1679068190481"] {
z-index: 16;
top: 345px;
left: calc(50% - 600px + 820px);
width: 47px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068190481"] .tn-atom {
border-radius: 0px 0px 0px 0px;
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec564866853 .tn-elem[data-elem-id="1679068190481"] .tn-atom__img {
border-radius: 0px 0px 0px 0px;
object-position: center center;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679068190481"] {
    display: table;
    top: 336px;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679068190481"] {
    display: table;
    top: 560px;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679068190481"] {
    display: table;
    top: 968px;
    left: calc(50% - 160px + 10px);
    width: 30px;
    height: auto;
}
}
#rec564866853 .tn-elem[data-elem-id="1679068190487"] {
color: #000000;
z-index: 17;
top: 410px;
left: calc(50% - 600px + 821px);
width: 299px;
height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068190487"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564866853 .tn-elem[data-elem-id="1679068190487"] {
    display: table;
    top: 405px;
    left: calc(50% - 480px + 650px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564866853 .tn-elem[data-elem-id="1679068190487"] {
    display: table;
    top: 630px;
    left: calc(50% - 320px + 330px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564866853 .tn-elem[data-elem-id="1679068190487"] {
    display: table;
    top: 1009px;
    left: calc(50% - 160px + 11px);
    height: auto;
}
#rec564866853 .tn-elem[data-elem-id="1679068190487"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}

/* Style block 35 */
#rec564876192 .t396__artboard {
height: 80px;
background-color: #ffffff;
}
#rec564876192 .t396__filter {
height: 80px;
}
#rec564876192 .t396__carrier {
height: 80px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec564876192 .t396__artboard,
#rec564876192 .t396__filter,
#rec564876192 .t396__carrier {
}
#rec564876192 .t396__filter {
}
#rec564876192 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564876192 .t396__artboard,
#rec564876192 .t396__filter,
#rec564876192 .t396__carrier {
}
#rec564876192 .t396__filter {
}
#rec564876192 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec564876192 .t396__artboard,
#rec564876192 .t396__filter,
#rec564876192 .t396__carrier {
}
#rec564876192 .t396__filter {
}
#rec564876192 .t396__carrier {
    background-attachment: scroll;
}
}
#rec564876192 .tn-elem[data-elem-id="1679055206817"] {
color: #000000;
text-align: center;
z-index: 3;
top: 0px;
left: calc(50% - 600px + 465px);
width: 270px;
height: 80px;
}
#rec564876192 .tn-elem[data-elem-id="1679055206817"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Times New Roman", Arial, sans-serif;
line-height: 1.55;
font-weight: 600;
border-radius: 0px 0px 0px 0px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media screen and (max-width: 1199px) {
#rec564876192 .tn-elem[data-elem-id="1679055206817"] {
    display: table;
    top: 0px;
    left: calc(50% - 480px + 345px);
}
}
@media screen and (max-width: 959px) {
#rec564876192 .tn-elem[data-elem-id="1679055206817"] {
    display: table;
    top: 0px;
    left: calc(50% - 320px + 185px);
}
}
@media screen and (max-width: 639px) {
#rec564876192 .tn-elem[data-elem-id="1679055206817"] {
    display: table;
    top: 0px;
    left: calc(50% - 160px + 20px);
    width: 280px;
}
}

/* Style block 36 */
#rec564877858 .t225__uptitle {
text-transform: uppercase;
}
#rec564877858 .t225__title {
font-weight: 500;
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec564877858 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 37 */
#rec565007161 .t396__artboard {
height: 0px;
background-color: #ffffff;
overflow: visible;
}
#rec565007161 .t396__filter {
height: 0px;
}
#rec565007161 .t396__carrier {
height: 0px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec565007161 .t396__artboard,
#rec565007161 .t396__filter,
#rec565007161 .t396__carrier {
    height: 40px;
}
#rec565007161 .t396__filter {
}
#rec565007161 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec565007161 .t396__artboard,
#rec565007161 .t396__filter,
#rec565007161 .t396__carrier {
    height: 40px;
}
#rec565007161 .t396__filter {
}
#rec565007161 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec565007161 .t396__artboard,
#rec565007161 .t396__filter,
#rec565007161 .t396__carrier {
    height: 50px;
}
#rec565007161 .t396__filter {
}
#rec565007161 .t396__carrier {
    background-attachment: scroll;
}
}
#rec565007161 .tn-elem[data-elem-id="1679120672117"] {
z-index: 1;
top: -40px;
left: calc(50% - 600px + 1140px);
width: 40px;
height: auto;
}
#rec565007161 .tn-elem[data-elem-id="1679120672117"] .tn-atom {
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec565007161 .tn-elem[data-elem-id="1679120672117"] .tn-atom__img {
}
@media screen and (max-width: 1199px) {
#rec565007161 .tn-elem[data-elem-id="1679120672117"] {
    top: 0px;
    left: calc(50% - 480px + 60px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec565007161 .tn-elem[data-elem-id="1679120672117"] {
    top: 0px;
    left: calc(50% - 320px + 60px);
    width: 40px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec565007161 .tn-elem[data-elem-id="1679120672117"] {
    top: 20px;
    left: calc(50% - 160px + 60px);
    width: 30px;
    height: auto;
}
}
#rec565007161 .tn-elem[data-elem-id="1679120822625"] {
z-index: 2;
top: -40px;
left: calc(50% - 600px + 1080px);
width: 40px;
height: auto;
}
#rec565007161 .tn-elem[data-elem-id="1679120822625"] .tn-atom {
background-position: center center;
border-color: transparent;
border-style: solid;
}
#rec565007161 .tn-elem[data-elem-id="1679120822625"] .tn-atom {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
transform: rotate(180deg);
}
#rec565007161 .tn-elem[data-elem-id="1679120822625"] .tn-atom__img {
}
@media screen and (max-width: 1199px) {
#rec565007161 .tn-elem[data-elem-id="1679120822625"] {
    top: 0px;
    left: calc(50% - 480px + 10px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec565007161 .tn-elem[data-elem-id="1679120822625"] {
    top: 0px;
    left: calc(50% - 320px + 10px);
    width: 40px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec565007161 .tn-elem[data-elem-id="1679120822625"] {
    top: 20px;
    left: calc(50% - 160px + 20px);
    width: 30px;
    height: auto;
}
}

/* Style block 38 */
#rec564877944 .t396__artboard {
height: 150px;
background-color: #ffffff;
overflow: auto;
}
#rec564877944 .t396__filter {
height: 150px;
}
#rec564877944 .t396__carrier {
height: 150px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec564877944 .t396__artboard,
#rec564877944 .t396__filter,
#rec564877944 .t396__carrier {
}
#rec564877944 .t396__filter {
}
#rec564877944 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564877944 .t396__artboard,
#rec564877944 .t396__filter,
#rec564877944 .t396__carrier {
}
#rec564877944 .t396__filter {
}
#rec564877944 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec564877944 .t396__artboard,
#rec564877944 .t396__filter,
#rec564877944 .t396__carrier {
}
#rec564877944 .t396__filter {
}
#rec564877944 .t396__carrier {
    background-attachment: scroll;
}
}
#rec564877944 .tn-elem[data-elem-id="1679069823134"] {
z-index: 1;
top: 23px;
left: calc(50% - 600px + 30px);
width: 4220px;
height: 1px;
}
@media (min-width: 1200px) {
#rec564877944 .tn-elem.t396__elem--anim-hidden[data-elem-id="1679069823134"] {
    opacity: 0;
}
}
#rec564877944 .tn-elem[data-elem-id="1679069823134"] .tn-atom {
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679069668645"] {
z-index: 2;
top: 2px;
left: calc(50% - 600px + 20px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679069668645"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679069695154"] {
color: #ffffff;
text-align: center;
z-index: 3;
top: 11px;
left: calc(50% - 600px + 30px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679069695154"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679069927701"] {
z-index: 4;
top: 2px;
left: calc(50% - 600px + 300px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679069927701"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679069927707"] {
color: #ffffff;
text-align: center;
z-index: 5;
top: 11px;
left: calc(50% - 600px + 310px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679069927707"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070102412"] {
z-index: 6;
top: 2px;
left: calc(50% - 600px + 580px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070102412"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070102416"] {
color: #ffffff;
text-align: center;
z-index: 7;
top: 11px;
left: calc(50% - 600px + 590px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070102416"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070180199"] {
z-index: 8;
top: 2px;
left: calc(50% - 600px + 860px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070180199"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070180204"] {
color: #ffffff;
text-align: center;
z-index: 9;
top: 11px;
left: calc(50% - 600px + 870px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070180204"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070213016"] {
z-index: 10;
top: 2px;
left: calc(50% - 600px + 1140px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070213016"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070213020"] {
color: #ffffff;
text-align: center;
z-index: 11;
top: 11px;
left: calc(50% - 600px + 1150px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070213020"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239266"] {
z-index: 12;
top: 2px;
left: calc(50% - 600px + 1430px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070239266"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239270"] {
color: #ffffff;
text-align: center;
z-index: 13;
top: 11px;
left: calc(50% - 600px + 1440px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070239270"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239273"] {
z-index: 14;
top: 2px;
left: calc(50% - 600px + 1710px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070239273"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239277"] {
color: #ffffff;
text-align: center;
z-index: 15;
top: 11px;
left: calc(50% - 600px + 1720px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070239277"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239281"] {
z-index: 16;
top: 2px;
left: calc(50% - 600px + 1990px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070239281"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239285"] {
color: #ffffff;
text-align: center;
z-index: 17;
top: 11px;
left: calc(50% - 600px + 2000px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070239285"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239287"] {
z-index: 18;
top: 2px;
left: calc(50% - 600px + 2270px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070239287"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239290"] {
color: #ffffff;
text-align: center;
z-index: 19;
top: 11px;
left: calc(50% - 600px + 2280px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070239290"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239293"] {
z-index: 20;
top: 2px;
left: calc(50% - 600px + 2550px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070239293"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070239297"] {
color: #ffffff;
text-align: center;
z-index: 21;
top: 11px;
left: calc(50% - 600px + 2560px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070239297"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267747"] {
z-index: 22;
top: 2px;
left: calc(50% - 600px + 2830px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070267747"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267752"] {
color: #ffffff;
text-align: center;
z-index: 23;
top: 11px;
left: calc(50% - 600px + 2840px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070267752"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267755"] {
z-index: 24;
top: 2px;
left: calc(50% - 600px + 3110px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070267755"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267757"] {
color: #ffffff;
text-align: center;
z-index: 25;
top: 11px;
left: calc(50% - 600px + 3120px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070267757"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267760"] {
z-index: 26;
top: 2px;
left: calc(50% - 600px + 3390px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070267760"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267762"] {
color: #ffffff;
text-align: center;
z-index: 27;
top: 11px;
left: calc(50% - 600px + 3400px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070267762"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267764"] {
z-index: 28;
top: 2px;
left: calc(50% - 600px + 3670px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070267764"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267767"] {
color: #ffffff;
text-align: center;
z-index: 29;
top: 11px;
left: calc(50% - 600px + 3680px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070267767"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267769"] {
z-index: 30;
top: 2px;
left: calc(50% - 600px + 3950px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070267769"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070267772"] {
color: #ffffff;
text-align: center;
z-index: 31;
top: 11px;
left: calc(50% - 600px + 3960px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070267772"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070375842"] {
z-index: 32;
top: 2px;
left: calc(50% - 600px + 4230px);
width: 40px;
height: 40px;
}
#rec564877944 .tn-elem[data-elem-id="1679070375842"] .tn-atom {
border-radius: 3000px;
background-color: #e0b690;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679070375847"] {
color: #ffffff;
text-align: center;
z-index: 33;
top: 11px;
left: calc(50% - 600px + 4240px);
width: 20px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679070375847"] .tn-atom {
color: #ffffff;
font-size: 14px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 700;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
}
#rec564877944 .tn-elem[data-elem-id="1679072178274"] {
color: #000000;
z-index: 42;
top: 55px;
left: calc(50% - 600px + 20px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072178274"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072178274"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072198607"] {
color: #000000;
z-index: 43;
top: 55px;
left: calc(50% - 600px + 300px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072198607"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072198607"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072236803"] {
color: #000000;
z-index: 44;
top: 55px;
left: calc(50% - 600px + 580px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072236803"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072236803"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072262744"] {
color: #000000;
z-index: 45;
top: 55px;
left: calc(50% - 600px + 860px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072262744"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072262744"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072319716"] {
color: #000000;
z-index: 46;
top: 55px;
left: calc(50% - 600px + 1140px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072319716"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072319716"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072362800"] {
color: #000000;
z-index: 47;
top: 55px;
left: calc(50% - 600px + 1430px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072362800"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072362800"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072390284"] {
color: #000000;
z-index: 48;
top: 55px;
left: calc(50% - 600px + 1710px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072390284"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072390284"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072420719"] {
color: #000000;
z-index: 49;
top: 55px;
left: calc(50% - 600px + 1990px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072420719"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072420719"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072484040"] {
color: #000000;
z-index: 50;
top: 55px;
left: calc(50% - 600px + 2270px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072484040"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072484040"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679073040927"] {
color: #000000;
z-index: 51;
top: 55px;
left: calc(50% - 600px + 2550px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679073040927"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679073040927"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679073078060"] {
color: #000000;
z-index: 52;
top: 55px;
left: calc(50% - 600px + 2830px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679073078060"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679073078060"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679073100577"] {
color: #000000;
z-index: 53;
top: 55px;
left: calc(50% - 600px + 3110px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679073100577"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679073100577"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679073140965"] {
color: #000000;
z-index: 54;
top: 55px;
left: calc(50% - 600px + 3390px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679073140965"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679073140965"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679073196542"] {
color: #000000;
z-index: 55;
top: 55px;
left: calc(50% - 600px + 3670px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679073196542"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679073196542"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679073290256"] {
color: #000000;
z-index: 57;
top: 55px;
left: calc(50% - 600px + 4230px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679073290256"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679073290256"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}
#rec564877944 .tn-elem[data-elem-id="1679072150332"] {
color: #000000;
z-index: 58;
top: 55px;
left: calc(50% - 600px + 3950px);
width: 240px;
height: auto;
}
#rec564877944 .tn-elem[data-elem-id="1679072150332"] .tn-atom {
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.2;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
#rec564877944 .tn-elem[data-elem-id="1679072150332"] .tn-atom {
    font-size: 15px;
    background-size: cover;
}
}

/* Style block 39 */
.scrollbooster-viewport {
            cursor: -webkit-grab;
            cursor: grab;
            padding-bottom: 30px;
            margin-bottom: -30px;
        }
        .scrollbooster-viewport:active {
            cursor: -webkit-grabbing;
            cursor: grabbing;
        }
        .scrollbooster-content {
            position: absolute;
            width: 100%;
            height: 100%;
        }
        .arrow-left,
        .arrow-right {
            cursor: pointer;
        }

/* Style block 40 */
#rec743437745 .t225__uptitle {
text-transform: uppercase;
}
#rec743437745 .t225__title {
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec743437745 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 41 */
#rec743437757 .t-text {
font-size: 16px;
line-height: 1.4;
color: #000000;
font-weight: 400;
font-family: "Inter";
}

/* Style block 42 */
#rec743438930 .t225__uptitle {
text-transform: uppercase;
}
#rec743438930 .t225__title {
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec743438930 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 43 */
#rec743438940 .t396__artboard {
height: 494px;
background-color: #ffffff;
}
#rec743438940 .t396__filter {
height: 494px;
}
#rec743438940 .t396__carrier {
height: 494px;
background-position: center center;
background-attachment: fixed;
transform: translate3d(0, 0, 0);
-moz-transform: unset;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (min-width: 1199px) {
#rec743438940 .t396__carrier-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
#rec743438940 .t396__carrier {
    position: fixed;
    display: block;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transform: translateZ(0);
    will-change: transform;
    pointer-events: none;
}
}
@media screen and (max-width: 1199px) {
#rec743438940 .t396__carrier-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}
}
@media screen and (max-width: 1199px) {
#rec743438940 .t396__artboard,
#rec743438940 .t396__filter,
#rec743438940 .t396__carrier {
    height: 439px;
}
#rec743438940 .t396__filter {
}
#rec743438940 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec743438940 .t396__artboard,
#rec743438940 .t396__filter,
#rec743438940 .t396__carrier {
    height: 766px;
}
#rec743438940 .t396__filter {
}
#rec743438940 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec743438940 .t396__artboard,
#rec743438940 .t396__filter,
#rec743438940 .t396__carrier {
    height: 606px;
}
#rec743438940 .t396__filter {
}
#rec743438940 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 479px) {
#rec743438940 .t396__artboard,
#rec743438940 .t396__filter,
#rec743438940 .t396__carrier {
    height: 832px;
}
#rec743438940 .t396__filter {
}
#rec743438940 .t396__carrier {
    background-attachment: scroll;
}
}
#rec743438940 .tn-elem[data-elem-id="1470210011265"] {
color: #000000;
z-index: 3;
top: 37px;
left: calc(50% - 600px + 0px);
width: 760px;
height: auto;
}
#rec743438940 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 20px;
font-family: "Arial", Arial, sans-serif;
line-height: 1.55;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec743438940 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 10px;
    left: calc(50% - 480px + 10px);
    width: 620px;
    height: auto;
}
#rec743438940 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    font-size: 18px;
    background-size: cover;
}
}
@media screen and (max-width: 959px) {
#rec743438940 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 272px;
    left: calc(50% - 320px + 26px);
    width: 590px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec743438940 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 173px;
    left: calc(50% - 240px + 9px);
    width: 471px;
    height: auto;
}
#rec743438940 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    font-size: 16px;
    line-height: 1.45;
    background-size: cover;
}
}
@media screen and (max-width: 479px) {
#rec743438940 .tn-elem[data-elem-id="1470210011265"] {
    display: table;
    top: 179px;
    left: calc(50% - 160px + 4px);
    width: 313px;
    height: auto;
}
}
#rec743438940 .tn-elem[data-elem-id="1750082203967"] {
z-index: 4;
top: 59px;
left: calc(50% - 600px + 778px);
width: 376px;
height: 376px;
}
#rec743438940 .tn-elem[data-elem-id="1750082203967"] .tn-atom {
border-radius: 3000px 3000px 3000px 3000px;
background-position: 17.19% 99.997%;
background-size: 134.699%;
background-repeat: no-repeat;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec743438940 .tn-elem[data-elem-id="1750082203967"] {
    display: table;
    top: 95px;
    left: calc(50% - 480px + 658px);
    width: 250px;
    height: 250px;
}
}
@media screen and (max-width: 959px) {
#rec743438940 .tn-elem[data-elem-id="1750082203967"] {
    display: table;
    top: 0px;
    left: calc(50% - 320px + 195px);
}
}
@media screen and (max-width: 639px) {
#rec743438940 .tn-elem[data-elem-id="1750082203967"] {
    display: table;
    top: 0px;
    left: calc(50% - 240px + 165px);
    width: 150px;
    height: 150px;
}
}
@media screen and (max-width: 479px) {
#rec743438940 .tn-elem[data-elem-id="1750082203967"] {
    display: table;
    left: calc(50% - 160px + 85px);
}
}

/* Style block 44 */
#rec564906399 .t225__uptitle {
text-transform: uppercase;
}
#rec564906399 .t225__title {
font-weight: 500;
font-family: "Times New Roman";
text-transform: uppercase;
}
@media screen and (min-width: 900px) {
#rec564906399 .t225__title {
    font-size: 50px;
    line-height: 1;
}
}

/* Style block 45 */
#rec564906596 .t-text {
font-size: 16px;
line-height: 1.4;
color: #000000;
font-weight: 400;
font-family: "Inter";
}

/* Style block 46 */
#rec564907413 .t396__artboard {
height: 320px;
background-color: #ffffff;
}
#rec564907413 .t396__filter {
height: 320px;
}
#rec564907413 .t396__carrier {
height: 320px;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec564907413 .t396__artboard,
#rec564907413 .t396__filter,
#rec564907413 .t396__carrier {
}
#rec564907413 .t396__filter {
}
#rec564907413 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec564907413 .t396__artboard,
#rec564907413 .t396__filter,
#rec564907413 .t396__carrier {
}
#rec564907413 .t396__filter {
}
#rec564907413 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec564907413 .t396__artboard,
#rec564907413 .t396__filter,
#rec564907413 .t396__carrier {
    height: 650px;
}
#rec564907413 .t396__filter {
}
#rec564907413 .t396__carrier {
    background-attachment: scroll;
}
}
#rec564907413 .tn-elem[data-elem-id="1679074909141"] {
color: #000000;
z-index: 3;
top: 20px;
left: calc(50% - 600px + 20px);
width: 259px;
height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679074909141"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 24px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.55;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564907413 .tn-elem[data-elem-id="1679074909141"] {
    display: table;
    left: calc(50% - 480px + 10px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564907413 .tn-elem[data-elem-id="1679074909141"] {
    display: table;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564907413 .tn-elem[data-elem-id="1679074909141"] {
    display: table;
    top: 10px;
    left: calc(50% - 160px + 20px);
    height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679074909141"] .tn-atom {
    font-size: 20px;
    background-size: cover;
}
}
#rec564907413 .tn-elem[data-elem-id="1679075635843"] {
color: #000000;
z-index: 4;
top: 20px;
left: calc(50% - 600px + 320px);
width: 204px;
height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075635843"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.4;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564907413 .tn-elem[data-elem-id="1679075635843"] {
    display: table;
    top: 254px;
    left: calc(50% - 480px + 10px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564907413 .tn-elem[data-elem-id="1679075635843"] {
    display: table;
    top: 243px;
    left: calc(50% - 320px + 26px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564907413 .tn-elem[data-elem-id="1679075635843"] {
    display: table;
    top: 228px;
    left: calc(50% - 160px + 20px);
    height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075635843"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564907413 .tn-elem[data-elem-id="1679075855817"] {
color: #000000;
z-index: 5;
top: 160px;
left: calc(50% - 600px + 20px);
width: 232px;
height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075855817"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.4;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564907413 .tn-elem[data-elem-id="1679075855817"] {
    display: table;
    left: calc(50% - 480px + 10px);
    width: 257px;
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564907413 .tn-elem[data-elem-id="1679075855817"] {
    display: table;
    top: 145px;
    width: 244px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564907413 .tn-elem[data-elem-id="1679075855817"] {
    display: table;
    top: 125px;
    left: calc(50% - 160px + 20px);
    height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075855817"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564907413 .tn-elem[data-elem-id="1679075822145"] {
color: #000000;
z-index: 6;
top: 220px;
left: calc(50% - 600px + 20px);
width: 232px;
height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075822145"] .tn-atom {
vertical-align: middle;
color: #000000;
font-size: 16px;
font-family: "Inter", Arial, sans-serif;
line-height: 1.4;
font-weight: 400;
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564907413 .tn-elem[data-elem-id="1679075822145"] {
    display: table;
    left: calc(50% - 480px + 10px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564907413 .tn-elem[data-elem-id="1679075822145"] {
    display: table;
    top: 205px;
    left: calc(50% - 320px + 18px);
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564907413 .tn-elem[data-elem-id="1679075822145"] {
    display: table;
    top: 185px;
    left: calc(50% - 160px + 20px);
    height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075822145"] .tn-atom {
    font-size: 14px;
    background-size: cover;
}
}
#rec564907413 .tn-elem[data-elem-id="1679075901874"] {
z-index: 7;
top: 0px;
left: calc(50% - 600px + 621px);
width: 460px;
height: auto;
}
#rec564907413 .tn-elem[data-elem-id="1679075901874"] .tn-atom {
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec564907413 .tn-elem[data-elem-id="1679075901874"] {
    display: table;
    left: calc(50% - 480px + 491px);
    height: auto;
}
}
@media screen and (max-width: 959px) {
#rec564907413 .tn-elem[data-elem-id="1679075901874"] {
    display: table;
    left: calc(50% - 320px + 310px);
    width: 320px;
    height: auto;
}
}
@media screen and (max-width: 639px) {
#rec564907413 .tn-elem[data-elem-id="1679075901874"] {
    display: table;
    top: 303px;
    left: calc(50% - 160px + 20px);
    width: 93%;
    height: auto;
}
}

/* Style block 47 */
#rec565004065 .t396__artboard {
min-height: 600px;
height: 95vh;
background-color: #ffffff;
}
#rec565004065 .t396__filter {
min-height: 600px;
height: 95vh;
}
#rec565004065 .t396__carrier {
min-height: 600px;
height: 95vh;
background-position: center center;
background-attachment: scroll;
background-size: cover;
background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
#rec565004065 .t396__artboard,
#rec565004065 .t396__filter,
#rec565004065 .t396__carrier {
}
#rec565004065 .t396__filter {
}
#rec565004065 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 959px) {
#rec565004065 .t396__artboard,
#rec565004065 .t396__filter,
#rec565004065 .t396__carrier {
    min-height: 470px;
}
#rec565004065 .t396__filter {
}
#rec565004065 .t396__carrier {
    background-attachment: scroll;
}
}
@media screen and (max-width: 639px) {
#rec565004065 .t396__artboard,
#rec565004065 .t396__filter,
#rec565004065 .t396__carrier {
    min-height: auto;
    height: 350px;
}
#rec565004065 .t396__filter {
}
#rec565004065 .t396__carrier {
    background-attachment: scroll;
}
}
#rec565004065 .tn-elem[data-elem-id="1679119128734"] {
z-index: 3;
top: 0px;
left: 56px;
width: 98%;
height: 90%;
}
#rec565004065 .tn-elem[data-elem-id="1679119128734"] .tn-atom {
background-position: center center;
border-color: transparent;
border-style: solid;
}
@media screen and (max-width: 1199px) {
#rec565004065 .tn-elem[data-elem-id="1679119128734"] {
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 96%;
}
}
@media screen and (max-width: 959px) {
#rec565004065 .tn-elem[data-elem-id="1679119128734"] {
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 98%;
}
}
@media screen and (max-width: 639px) {
#rec565004065 .tn-elem[data-elem-id="1679119128734"] {
    display: table;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 95%;
}
}

/* Style block 48 */
#rec564829775 .t396__artboard {
    height: 344px;
    background-color: #232323;
}
#rec564829775 .t396__filter {
    height: 344px;
}
#rec564829775 .t396__carrier {
    height: 344px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .t396__artboard,
    #rec564829775 .t396__filter,
    #rec564829775 .t396__carrier {
        height: 299px;
    }
    #rec564829775 .t396__filter {
    }
    #rec564829775 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .t396__artboard,
    #rec564829775 .t396__filter,
    #rec564829775 .t396__carrier {
        height: 466px;
    }
    #rec564829775 .t396__filter {
    }
    #rec564829775 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .t396__artboard,
    #rec564829775 .t396__filter,
    #rec564829775 .t396__carrier {
        height: 509px;
    }
    #rec564829775 .t396__filter {
    }
    #rec564829775 .t396__carrier {
        background-attachment: scroll;
    }
}
#rec564829775 .tn-elem[data-elem-id="1475147678114"] {
    color: #ffffff;
    z-index: 3;
    top: 30px;
    left: calc(50% - 600px + 820px);
    width: 160px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1475147678114"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1475147678114"] {
        display: table;
        top: 104px;
        left: calc(50% - 480px + 651px);
        width: 140px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1475147678114"] .tn-atom {
        font-size: 12px;
        background-size: cover;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1475147678114"] {
        display: table;
        top: 276px;
        left: calc(50% - 320px + 90px);
        width: 220px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1475147678114"] {
        display: table;
        top: 300px;
        left: calc(50% - 160px + 20px);
        width: 78px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1475147760185"] {
    color: #ffffff;
    z-index: 4;
    top: 30px;
    left: calc(50% - 600px + 1021px);
    width: 160px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1475147760185"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1475147760185"] {
        display: table;
        top: 104px;
        left: calc(50% - 480px + 810px);
        width: 140px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1475147760185"] .tn-atom {
        font-size: 12px;
        background-size: cover;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1475147760185"] {
        display: table;
        top: 276px;
        left: calc(50% - 320px + 327px);
        width: 220px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1475147760185"] {
        display: table;
        top: 300px;
        left: calc(50% - 160px + 187px);
        width: 79px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1475148691530"] {
    z-index: 5;
    top: 30px;
    left: calc(50% - 600px + 15px);
    width: 209px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1475148691530"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec564829775 .tn-elem[data-elem-id="1475148691530"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1475148691530"] {
        display: table;
        top: 25px;
        left: calc(50% - 480px + 0px);
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1475148691530"] {
        display: table;
        top: 56px;
        left: calc(50% - 320px + 90px);
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1475148691530"] {
        display: table;
        top: 7px;
        left: calc(50% - 160px + 1px);
        width: 277px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1475147461250"] {
    color: #525252;
    z-index: 6;
    top: 161px;
    left: calc(50% - 600px + 820px);
    width: 317px;
    height: 50px;
}
#rec564829775 .tn-elem[data-elem-id="1475147461250"] .tn-atom {
    vertical-align: middle;
    color: #525252;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.1;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1475147461250"] {
        display: table;
        top: 225px;
        left: calc(50% - 480px + 651px);
        width: 300px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1475147461250"] .tn-atom {
        font-size: 12px;
        background-size: cover;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1475147461250"] {
        display: table;
        top: 348px;
        left: calc(50% - 320px + 148px);
        width: 345px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1475147461250"] {
        display: table;
        top: 387px;
        left: calc(50% - 160px + 20px);
        width: 291px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1679064847980"] {
    color: #525252;
    z-index: 7;
    top: 80px;
    left: calc(50% - 600px + 15px);
    width: 360px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1679064847980"] .tn-atom {
    vertical-align: middle;
    color: #525252;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1679064847980"] {
        display: table;
        top: 69px;
        left: calc(50% - 480px + 0px);
        width: 236px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1679064847980"] .tn-atom {
        font-size: 12px;
        background-size: cover;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1679064847980"] {
        display: table;
        top: 97px;
        left: calc(50% - 320px + 90px);
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1679064847980"] {
        display: table;
        top: 80px;
        left: calc(50% - 160px + 10px);
        width: 300px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1679064847980"] {
        text-align: center;
    }
}
#rec564829775 .tn-elem[data-elem-id="1679064710628"] {
    color: #ffffff;
    z-index: 8;
    top: 117px;
    left: calc(50% - 600px + 15px);
    width: 201px;
    height: 62px;
}
#rec564829775 .tn-elem[data-elem-id="1679064710628"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 20px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1679064710628"] {
        display: table;
        top: 105px;
        left: calc(50% - 480px + 0px);
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1679064710628"] {
        display: table;
        top: 128px;
        left: calc(50% - 320px + 90px);
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1679064710628"] {
        display: table;
        left: calc(50% - 160px + 60px);
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1679064710628"] {
        text-align: center;
    }
}
#rec564829775 .tn-elem[data-elem-id="1679064753371"] {
    z-index: 9;
    top: 229px;
    left: calc(50% - 600px + 44px);
    width: 24px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1679064753371"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec564829775 .tn-elem[data-elem-id="1679064753371"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1679064753371"] {
        display: table;
        left: calc(50% - 480px + 10px);
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1679064753371"] {
        display: table;
        top: 229px;
        left: calc(50% - 320px + 90px);
        width: 30px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1679064753371"] {
        display: table;
        top: 247px;
        left: calc(50% - 160px + 150px);
        width: 27px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1679064773094"] {
    z-index: 10;
    top: 229px;
    left: calc(50% - 600px + 83px);
    width: 24px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1679064773094"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
#rec564829775 .tn-elem[data-elem-id="1679064773094"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1679064773094"] {
        display: table;
        left: calc(50% - 480px + 39px);
        height: auto;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1679064773094"] {
        display: table;
        top: 229px;
        left: calc(50% - 320px + 125px);
        width: 30px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1679064773094"] {
        display: table;
        top: 247px;
        left: calc(50% - 160px + 96px);
        width: 27px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1679064643721"] {
    color: #525252;
    z-index: 11;
    top: 283px;
    left: calc(50% - 118px + 0px);
    width: 236px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1679064643721"] .tn-atom {
    vertical-align: middle;
    color: #525252;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1679064643721"] {
        display: table;
        top: 255px;
        left: calc(50% - 118px + 10px);
        width: 300px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1679064643721"] .tn-atom {
        font-size: 12px;
        background-size: cover;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1679064643721"] {
        display: table;
        top: 411px;
        left: calc(50% - 118px + 0px);
        width: 212px;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1679064643721"] {
        display: table;
        top: 455px;
        left: calc(50% - 118px + 1px);
        width: 207px;
        height: auto;
    }
}
#rec564829775 .tn-elem[data-elem-id="1679557000617"] {
    color: #525252;
    z-index: 12;
    top: 194px;
    left: calc(50% - 600px + 20px);
    width: 253px;
    height: auto;
}
#rec564829775 .tn-elem[data-elem-id="1679557000617"] .tn-atom {
    vertical-align: middle;
    color: #525252;
    font-size: 14px;
    font-family: "Inter", Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec564829775 .tn-elem[data-elem-id="1679557000617"] {
        display: table;
        top: 183px;
        left: calc(50% - 480px + 10px);
        width: 300px;
        height: auto;
    }
    #rec564829775 .tn-elem[data-elem-id="1679557000617"] .tn-atom {
        font-size: 12px;
        background-size: cover;
    }
}
@media screen and (max-width: 959px) {
    #rec564829775 .tn-elem[data-elem-id="1679557000617"] {
        display: table;
        top: 190px;
        left: calc(50% - 320px + 90px);
        height: auto;
    }
}
@media screen and (max-width: 639px) {
    #rec564829775 .tn-elem[data-elem-id="1679557000617"] {
        display: table;
        top: 206px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 29px;
    }
    #rec564829775 .tn-elem[data-elem-id="1679557000617"] {
        text-align: center;
    }
    #rec564829775 .tn-elem[data-elem-id="1679557000617"] .tn-atom {
        vertical-align: middle;
        white-space: normal;
        background-size: cover;
    }
}

/* Style block 49 */
.js-store-prod-all-text {
                line-height: 1.4;
                font-family: "Inter";
            }

/* Style block 50 */
@media screen and (max-width: 560px) {
                .t706__cartwin-close,
                .t-popup__close {
                    background-color: #f8f2ed !important;
                    /*Popup фон полоски*/
                }

                .t706__cartwin-close g,
                .t-popup__close g {
                    fill: #000000 !important;
                    /*Popup цвет крестика*/
                }
            }
