.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 .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

/*---menu burger lines---*/

.t-menuburger span {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .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;
}

/*menu burger big*/

.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;
}

/*menu burger small*/

.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;
}

/*menu burger opened*/

.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;
}

/*---menu burger first style---*/

@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);
    }
}

/*---menu burger second style---*/

.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;
}

/*---menu burger third style---*/

.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%;
}

/*---menu burger fourth style---*/

.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;
}

/*---menu burger animations---*/

@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;
    }
}

.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) {
    #rec784115963 .tmenu-mobile {
        background-color: #1a1a1a;
    }

    #rec784115963 .tmenu-mobile__menucontent_fixed {
        position: fixed;
        top: 64px;
    }

    #rec784115963 .t-menuburger {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

#rec784115963 .tmenu-mobile__burgerlogo a {
    color: #ffffff;
}

#rec784115963 .tmenu-mobile__burgerlogo__title {
    color: #ffffff;
}

@media screen and (max-width: 980px) {
    #rec784115963 .t228 {
    }
}

#rec784115963 .t228 {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#D9efece5', endColorstr='#D9efece5');
}

#rec784115963 .t-menu__link-item {
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    position: relative;
}

#rec784115963 .t-menu__link-item.t-active:not(.t978__menu-link) {
    color: #1a1a1a !important;
    font-weight: 400 !important;
    opacity: 1 !important;
}

#rec784115963 .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 #1a1a1a;
    -webkit-box-shadow: inset 0px -1px 0px 0px #1a1a1a;
    -moz-box-shadow: inset 0px -1px 0px 0px #1a1a1a;
    box-shadow: inset 0px -1px 0px 0px #1a1a1a;
}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {
    #rec784115963 .t-menu__link-item,
    #rec784115963 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

#rec784115963 a.t-menusub__link-item {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: 'Prata';
}

@media screen and (max-width: 480px) {
    #rec784115963 a.t-menusub__link-item {
        font-size: 13px;
    }
}

#rec784115963 .t228__leftcontainer a {
    color: #ffffff;
}

#rec784115963 a.t-menu__link-item {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: 'Montserrat';
}

@media screen and (max-width: 480px) {
    #rec784115963 a.t-menu__link-item {
        font-size: 13px;
    }
}

#rec784115963 .t228__right_langs_lang a {
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    font-family: 'Montserrat';
}

@media screen and (max-width: 480px) {
    #rec784115963 .t228__right_langs_lang a {
        font-size: 13px;
    }
}

#rec784115963 .t228__logo {
    color: #ffffff;
}

#rec784115963 .t228 {
    box-shadow: 0px 0px 20px rgba(26, 26, 26, 0.04);
}

#rec784115682 .t396__artboard {
    min-height: 889px;
    height: 100vh;
}

#rec784115682 .t396__filter {
    min-height: 889px;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784115682 .t396__carrier {
    min-height: 889px;
    height: 100vh;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784115682 .t396__artboard,
    #rec784115682 .t396__filter,
    #rec784115682 .t396__carrier {
        min-height: 826px;
    }

    #rec784115682 .t396__filter {
    }

    #rec784115682 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784115682 .t396__artboard,
    #rec784115682 .t396__filter,
    #rec784115682 .t396__carrier {
        min-height: 1183px;
    }

    #rec784115682 .t396__filter {
    }

    #rec784115682 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784115682 .t396__artboard,
    #rec784115682 .t396__filter,
    #rec784115682 .t396__carrier {
        min-height: 816px;
    }

    #rec784115682 .t396__filter {
    }

    #rec784115682 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784115682 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 2;
    top: 120px;
    left: calc(50% - 720px + 845px);
    width: 555px;
    height: 660px;
}

#rec784115682 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784115682 .tn-elem[data-elem-id="1723205505481"] {
        top: 100px;
        left: calc(50% - 490px + 500px);
        width: 460px;
        height: 548px;
    }
}

@media screen and (max-width: 979px) {
    #rec784115682 .tn-elem[data-elem-id="1723205505481"] {
        top: 338px;
        left: calc(50% - 285px + 20px);
        width: 530px;
        height: 628px;
    }
}

@media screen and (max-width: 569px) {
    #rec784115682 .tn-elem[data-elem-id="1723205505481"] {
        top: 264px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 362px;
    }
}

#rec784115682 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 3;
    top: 800px;
    left: calc(50% - 720px + 845px);
    width: 555px;
}

#rec784115682 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784115682 .tn-elem[data-elem-id="1723206115318"] {
        top: 668px;
        left: calc(50% - 490px + 500px);
        width: 460px;
    }
}

@media screen and (max-width: 979px) {
    #rec784115682 .tn-elem[data-elem-id="1723206115318"] {
        top: 986px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784115682 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784115682 .tn-elem[data-elem-id="1723206115318"] {
        top: 646px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784115682 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784115682 .tn-elem[data-elem-id="1723205827864"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 4;
    top: 615px;
    left: calc(50% - 720px + 40px);
    width: 209px;
    height: 69px;
}

#rec784115682 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
    color: #1a1a1a;
    font-size: 27px;
    font-family: 'Prata', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-transform: lowercase;
    border-width: 1px;
    border-radius: 0px;
    background-color: #edeae3;
    background-position: center center;
    border-color: #1a1a1a;
    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: 1439px) {
    #rec784115682 .tn-elem[data-elem-id="1723205827864"] {
        top: 486px;
        left: calc(50% - 490px + 20px);
        width: 220px;
    }
}

@media screen and (max-width: 979px) {
    #rec784115682 .tn-elem[data-elem-id="1723205827864"] {
        top: 1053px;
        left: calc(50% - 285px + 111px);
        width: 350px;
        height: 50px;
    }

    #rec784115682 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784115682 .tn-elem[data-elem-id="1723205827864"] {
        top: 706px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 50px;
    }

    #rec784115682 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
        font-size: 20px;
    }
}

#rec784115682 .tn-elem[data-elem-id="1723205769996"] {
    color: #1a1a1a;
    z-index: 5;
    top: 493px;
    left: calc(50% - 720px + 40px);
    width: 670px;
}

#rec784115682 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
    color: #1a1a1a;
    font-size: 35px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784115682 .tn-elem[data-elem-id="1723205769996"] {
        top: 318px;
        left: calc(50% - 490px + 20px);
        width: 540px;
    }
}

@media screen and (max-width: 979px) {
    #rec784115682 .tn-elem[data-elem-id="1723205769996"] {
        top: 232px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784115682 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 569px) {
    #rec784115682 .tn-elem[data-elem-id="1723205769996"] {
        top: 168px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784115682 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
        font-size: 18px;
        line-height: 1.2;
    }
}

#rec784115682 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    z-index: 6;
    top: 265px;
    left: calc(50% - 720px + 40px);
    width: 670px;
}

#rec784115682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784115682 .tn-elem[data-elem-id="1470209944682"] {
        top: 100px;
        left: calc(50% - 490px + 20px);
    }
}

@media screen and (max-width: 979px) {
    #rec784115682 .tn-elem[data-elem-id="1470209944682"] {
        top: 80px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784115682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784115682 .tn-elem[data-elem-id="1470209944682"] {
        top: 60px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784115682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec783984791 .t396__artboard {
    height: 747px;
}

#rec783984791 .t396__filter {
    height: 747px;
}

#rec783984791 .t396__carrier {
    height: 747px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec783984791 .t396__artboard,
    #rec783984791 .t396__filter,
    #rec783984791 .t396__carrier {
        height: 629px;
    }

    #rec783984791 .t396__filter {
    }

    #rec783984791 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec783984791 .t396__artboard,
    #rec783984791 .t396__filter,
    #rec783984791 .t396__carrier {
        height: 631px;
    }

    #rec783984791 .t396__filter {
    }

    #rec783984791 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec783984791 .t396__artboard,
    #rec783984791 .t396__filter,
    #rec783984791 .t396__carrier {
        height: 532px;
    }

    #rec783984791 .t396__filter {
    }

    #rec783984791 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec783984791 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 2;
    top: 149px;
    left: calc(50% - 720px + 40px);
    width: 326px;
}

#rec783984791 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec783984791 .tn-elem[data-elem-id="1723206115318"] {
        top: 149px;
        left: calc(50% - 490px + 20px);
        width: 460px;
    }
}

@media screen and (max-width: 979px) {
    #rec783984791 .tn-elem[data-elem-id="1723206115318"] {
        top: 106px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec783984791 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec783984791 .tn-elem[data-elem-id="1723206115318"] {
        top: 64px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec783984791 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec783984791 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    z-index: 3;
    top: 0px;
    left: calc(50% - 720px + 40px);
    width: 670px;
}

#rec783984791 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec783984791 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 490px + 20px);
    }
}

@media screen and (max-width: 979px) {
    #rec783984791 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec783984791 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec783984791 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec783984791 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec783984791 .tn-elem[data-elem-id="1723210308028"] {
    z-index: 4;
    top: 149px;
    left: calc(50% - 720px + 960px);
    width: 323px;
    height: 412px;
}

#rec783984791 .tn-elem[data-elem-id="1723210308028"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec783984791 .tn-elem[data-elem-id="1723210308028"] {
        top: 149px;
        left: calc(50% - 490px + 580px);
        width: 380px;
        height: 480px;
    }
}

@media screen and (max-width: 979px) {
    #rec783984791 .tn-elem[data-elem-id="1723210308028"] {
        top: 214px;
        left: calc(50% - 285px + 380px);
        width: 171px;
        height: 202px;
    }
}

@media screen and (max-width: 569px) {
    #rec783984791 .tn-elem[data-elem-id="1723210308028"] {
        top: 339px;
        left: calc(50% - 165px + 170px);
        width: 151px;
        height: 193px;
    }
}

#rec783984791 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 5;
    top: 149px;
    left: calc(50% - 720px + 500px);
    width: 440px;
    height: 598px;
}

#rec783984791 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec783984791 .tn-elem[data-elem-id="1723205505481"] {
        top: 353px;
        left: calc(50% - 490px + 340px);
        width: 220px;
        height: 276px;
    }
}

@media screen and (max-width: 979px) {
    #rec783984791 .tn-elem[data-elem-id="1723205505481"] {
        top: 214px;
        left: calc(50% - 285px + 20px);
        width: 350px;
        height: 417px;
    }
}

@media screen and (max-width: 569px) {
    #rec783984791 .tn-elem[data-elem-id="1723205505481"] {
        top: 164px;
        left: calc(50% - 165px + 10px);
        width: 185px;
        height: 238px;
    }
}

#rec783989952 .t396__artboard {
    height: 911px;
}

#rec783989952 .t396__filter {
    height: 911px;
}

#rec783989952 .t396__carrier {
    height: 911px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec783989952 .t396__artboard,
    #rec783989952 .t396__filter,
    #rec783989952 .t396__carrier {
        height: 715px;
    }

    #rec783989952 .t396__filter {
    }

    #rec783989952 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec783989952 .t396__artboard,
    #rec783989952 .t396__filter,
    #rec783989952 .t396__carrier {
        height: 663px;
    }

    #rec783989952 .t396__filter {
    }

    #rec783989952 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec783989952 .t396__artboard,
    #rec783989952 .t396__filter,
    #rec783989952 .t396__carrier {
        height: 667px;
    }

    #rec783989952 .t396__filter {
    }

    #rec783989952 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec783989952 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 2;
    top: 0px;
    left: calc(50% - 720px + 40px);
    width: 671px;
    height: 911px;
}

#rec783989952 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec783989952 .tn-elem[data-elem-id="1723205505481"] {
        top: 260px;
        left: calc(50% - 490px + 20px);
        width: 382px;
        height: 455px;
    }
}

@media screen and (max-width: 979px) {
    #rec783989952 .tn-elem[data-elem-id="1723205505481"] {
        top: 251px;
        left: calc(50% - 285px + 20px);
        width: 350px;
        height: 412px;
    }
}

@media screen and (max-width: 569px) {
    #rec783989952 .tn-elem[data-elem-id="1723205505481"] {
        top: 262px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 405px;
    }
}

#rec783989952 .tn-elem[data-elem-id="1723205769996"] {
    color: #1a1a1a;
    z-index: 3;
    top: 50px;
    left: calc(50% - 720px + 560px);
    width: 840px;
}

#rec783989952 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
    color: #1a1a1a;
    font-size: 35px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec783989952 .tn-elem[data-elem-id="1723205769996"] {
        top: 0px;
        left: calc(50% - 490px + 20px);
        width: 940px;
    }
}

@media screen and (max-width: 979px) {
    #rec783989952 .tn-elem[data-elem-id="1723205769996"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec783989952 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 569px) {
    #rec783989952 .tn-elem[data-elem-id="1723205769996"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec783989952 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
        font-size: 18px;
        line-height: 1.2;
    }
}

#rec783989952 .tn-elem[data-elem-id="1723210870347"] {
    z-index: 4;
    top: 562px;
    left: calc(50% - 720px + 1077px);
    width: 323px;
    height: 349px;
}

#rec783989952 .tn-elem[data-elem-id="1723210870347"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec783989952 .tn-elem[data-elem-id="1723210870347"] {
        top: 360px;
        left: calc(50% - 490px + 662px);
        width: 298px;
        height: 355px;
    }
}

@media screen and (max-width: 979px) {
    #rec783989952 .tn-elem[data-elem-id="1723210870347"] {
        top: 251px;
        left: calc(50% - 285px + 380px);
        width: 170px;
        height: 213px;
    }
}

@media screen and (max-width: 569px) {
    #rec783989952 .tn-elem[data-elem-id="1723210870347"] {
        top: 177px;
        left: calc(50% - 165px + 200px);
        width: 120px;
        height: 150px;
    }
}

#rec784929959 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec784929959 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec784929959 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}

#rec784929959 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec784929959 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #222 !important;
}

#rec784929959 .t-slds__bullet_body:focus-visible {
    background-color: #222 !important;
}


#rec784929959 .t764__title {
    color: #efece5;
    font-weight: 400;
    padding-bottom: 40px;
    font-family: 'Prata';
}

@media screen and (min-width: 900px) {
    #rec784929959 .t764__title {
        font-size: 90px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 480px) {
    #rec784929959 .t764__title {
        font-size: 40px;
    }
}

#rec784929959 .t764__descr {
    font-size: 22px;
    color: #efece5;
    font-family: 'Montserrat';
}

@media screen and (max-width: 480px) {
    #rec784929959 .t764__descr {
        font-size: 15px;
    }
}

#rec784019104 .t396__artboard {
    height: 100px;
}

#rec784019104 .t396__filter {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784019104 .t396__carrier {
    height: 100px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784019104 .t396__artboard,
    #rec784019104 .t396__filter,
    #rec784019104 .t396__carrier {
        height: 100px;
    }

    #rec784019104 .t396__filter {
    }

    #rec784019104 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784019104 .t396__artboard,
    #rec784019104 .t396__filter,
    #rec784019104 .t396__carrier {
        height: 66px;
    }

    #rec784019104 .t396__filter {
    }

    #rec784019104 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784019104 .t396__artboard,
    #rec784019104 .t396__filter,
    #rec784019104 .t396__carrier {
        height: 44px;
    }

    #rec784019104 .t396__filter {
    }

    #rec784019104 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784019104 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 2;
    top: 0px;
    left: calc(50% - 720px + 40px);
    width: 1360px;
}

#rec784019104 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784019104 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 490px + 20px);
        width: 940px;
    }
}

@media screen and (max-width: 979px) {
    #rec784019104 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784019104 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784019104 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784019104 .tn-elem[data-elem-id="1470209944682"] {
        text-align: center;
    }

    #rec784019104 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784021724 .t396__artboard {
    height: 237px;
}

#rec784021724 .t396__filter {
    height: 237px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784021724 .t396__carrier {
    height: 237px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784021724 .t396__artboard,
    #rec784021724 .t396__filter,
    #rec784021724 .t396__carrier {
        height: 237px;
    }

    #rec784021724 .t396__filter {
    }

    #rec784021724 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784021724 .t396__artboard,
    #rec784021724 .t396__filter,
    #rec784021724 .t396__carrier {
        height: 257px;
    }

    #rec784021724 .t396__filter {
    }

    #rec784021724 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784021724 .t396__artboard,
    #rec784021724 .t396__filter,
    #rec784021724 .t396__carrier {
        height: 245px;
    }

    #rec784021724 .t396__filter {
    }

    #rec784021724 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784021724 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 2;
    top: 60px;
    left: calc(50% - 720px + 385px);
    width: 785px;
}

#rec784021724 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784021724 .tn-elem[data-elem-id="1723206115318"] {
        top: 60px;
        left: calc(50% - 490px + 260px);
        width: 620px;
    }
}

@media screen and (max-width: 979px) {
    #rec784021724 .tn-elem[data-elem-id="1723206115318"] {
        top: 50px;
        left: calc(50% - 285px + 110px);
        width: 440px;
    }

    #rec784021724 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784021724 .tn-elem[data-elem-id="1723206115318"] {
        top: 94px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784021724 .tn-elem[data-elem-id="1723206115318"] {
        text-align: center;
    }

    #rec784021724 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784021724 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 3;
    top: 60px;
    left: calc(50% - 720px + 155px);
    width: 210px;
}

#rec784021724 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784021724 .tn-elem[data-elem-id="1470209944682"] {
        top: 60px;
        left: calc(50% - 490px + 100px);
        width: 141px;
    }
}

@media screen and (max-width: 979px) {
    #rec784021724 .tn-elem[data-elem-id="1470209944682"] {
        top: 50px;
        left: calc(50% - 285px + 20px);
        width: 80px;
    }

    #rec784021724 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784021724 .tn-elem[data-elem-id="1470209944682"] {
        top: 30px;
        left: calc(50% - 165px + 131px);
        width: 69px;
    }

    #rec784021724 .tn-elem[data-elem-id="1470209944682"] {
        text-align: center;
    }

    #rec784021724 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784021724 .tn-elem[data-elem-id="1723214937042"] {
    z-index: 4;
    top: 236px;
    left: calc(50% - 720px + 155px);
    width: 1130px;
    height: 1px;
}

#rec784021724 .tn-elem[data-elem-id="1723214937042"] .tn-atom {
    background-color: #1a1a1a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784021724 .tn-elem[data-elem-id="1723214937042"] {
        top: 236px;
        left: calc(50% - 490px + 100px);
        width: 780px;
    }
}

@media screen and (max-width: 979px) {
    #rec784021724 .tn-elem[data-elem-id="1723214937042"] {
        top: 256px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }
}

@media screen and (max-width: 569px) {
    #rec784021724 .tn-elem[data-elem-id="1723214937042"] {
        top: 244px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }
}

#rec784104589 .t396__artboard {
    height: 237px;
}

#rec784104589 .t396__filter {
    height: 237px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784104589 .t396__carrier {
    height: 237px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784104589 .t396__artboard,
    #rec784104589 .t396__filter,
    #rec784104589 .t396__carrier {
        height: 237px;
    }

    #rec784104589 .t396__filter {
    }

    #rec784104589 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784104589 .t396__artboard,
    #rec784104589 .t396__filter,
    #rec784104589 .t396__carrier {
        height: 257px;
    }

    #rec784104589 .t396__filter {
    }

    #rec784104589 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784104589 .t396__artboard,
    #rec784104589 .t396__filter,
    #rec784104589 .t396__carrier {
        height: 185px;
    }

    #rec784104589 .t396__filter {
    }

    #rec784104589 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784104589 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 2;
    top: 60px;
    left: calc(50% - 720px + 385px);
    width: 785px;
}

#rec784104589 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104589 .tn-elem[data-elem-id="1723206115318"] {
        top: 60px;
        left: calc(50% - 490px + 260px);
        width: 620px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104589 .tn-elem[data-elem-id="1723206115318"] {
        top: 50px;
        left: calc(50% - 285px + 110px);
        width: 440px;
    }

    #rec784104589 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104589 .tn-elem[data-elem-id="1723206115318"] {
        top: 94px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784104589 .tn-elem[data-elem-id="1723206115318"] {
        text-align: center;
    }

    #rec784104589 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784104589 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 3;
    top: 60px;
    left: calc(50% - 720px + 155px);
    width: 210px;
}

#rec784104589 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784104589 .tn-elem[data-elem-id="1470209944682"] {
        top: 60px;
        left: calc(50% - 490px + 100px);
        width: 141px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104589 .tn-elem[data-elem-id="1470209944682"] {
        top: 50px;
        left: calc(50% - 285px + 20px);
        width: 80px;
    }

    #rec784104589 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104589 .tn-elem[data-elem-id="1470209944682"] {
        top: 30px;
        left: calc(50% - 165px + 131px);
        width: 69px;
    }

    #rec784104589 .tn-elem[data-elem-id="1470209944682"] {
        text-align: center;
    }

    #rec784104589 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784104589 .tn-elem[data-elem-id="1723214937042"] {
    z-index: 4;
    top: 236px;
    left: calc(50% - 720px + 155px);
    width: 1130px;
    height: 1px;
}

#rec784104589 .tn-elem[data-elem-id="1723214937042"] .tn-atom {
    background-color: #1a1a1a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104589 .tn-elem[data-elem-id="1723214937042"] {
        top: 236px;
        left: calc(50% - 490px + 100px);
        width: 780px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104589 .tn-elem[data-elem-id="1723214937042"] {
        top: 256px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104589 .tn-elem[data-elem-id="1723214937042"] {
        top: 184px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }
}

#rec784104682 .t396__artboard {
    height: 237px;
}

#rec784104682 .t396__filter {
    height: 237px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784104682 .t396__carrier {
    height: 237px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784104682 .t396__artboard,
    #rec784104682 .t396__filter,
    #rec784104682 .t396__carrier {
        height: 237px;
    }

    #rec784104682 .t396__filter {
    }

    #rec784104682 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784104682 .t396__artboard,
    #rec784104682 .t396__filter,
    #rec784104682 .t396__carrier {
        height: 257px;
    }

    #rec784104682 .t396__filter {
    }

    #rec784104682 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784104682 .t396__artboard,
    #rec784104682 .t396__filter,
    #rec784104682 .t396__carrier {
        height: 225px;
    }

    #rec784104682 .t396__filter {
    }

    #rec784104682 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784104682 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 2;
    top: 60px;
    left: calc(50% - 720px + 385px);
    width: 785px;
}

#rec784104682 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104682 .tn-elem[data-elem-id="1723206115318"] {
        top: 60px;
        left: calc(50% - 490px + 260px);
        width: 620px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104682 .tn-elem[data-elem-id="1723206115318"] {
        top: 50px;
        left: calc(50% - 285px + 110px);
        width: 440px;
    }

    #rec784104682 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104682 .tn-elem[data-elem-id="1723206115318"] {
        top: 94px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784104682 .tn-elem[data-elem-id="1723206115318"] {
        text-align: center;
    }

    #rec784104682 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784104682 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 3;
    top: 60px;
    left: calc(50% - 720px + 155px);
    width: 210px;
}

#rec784104682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784104682 .tn-elem[data-elem-id="1470209944682"] {
        top: 60px;
        left: calc(50% - 490px + 100px);
        width: 141px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104682 .tn-elem[data-elem-id="1470209944682"] {
        top: 50px;
        left: calc(50% - 285px + 20px);
        width: 80px;
    }

    #rec784104682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104682 .tn-elem[data-elem-id="1470209944682"] {
        top: 30px;
        left: calc(50% - 165px + 131px);
        width: 69px;
    }

    #rec784104682 .tn-elem[data-elem-id="1470209944682"] {
        text-align: center;
    }

    #rec784104682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784104682 .tn-elem[data-elem-id="1723214937042"] {
    z-index: 4;
    top: 236px;
    left: calc(50% - 720px + 155px);
    width: 1130px;
    height: 1px;
}

#rec784104682 .tn-elem[data-elem-id="1723214937042"] .tn-atom {
    background-color: #1a1a1a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104682 .tn-elem[data-elem-id="1723214937042"] {
        top: 236px;
        left: calc(50% - 490px + 100px);
        width: 780px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104682 .tn-elem[data-elem-id="1723214937042"] {
        top: 256px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104682 .tn-elem[data-elem-id="1723214937042"] {
        top: 224px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }
}

#rec784104817 .t396__artboard {
    height: 237px;
}

#rec784104817 .t396__filter {
    height: 237px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784104817 .t396__carrier {
    height: 237px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784104817 .t396__artboard,
    #rec784104817 .t396__filter,
    #rec784104817 .t396__carrier {
        height: 237px;
    }

    #rec784104817 .t396__filter {
    }

    #rec784104817 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784104817 .t396__artboard,
    #rec784104817 .t396__filter,
    #rec784104817 .t396__carrier {
        height: 257px;
    }

    #rec784104817 .t396__filter {
    }

    #rec784104817 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784104817 .t396__artboard,
    #rec784104817 .t396__filter,
    #rec784104817 .t396__carrier {
        height: 205px;
    }

    #rec784104817 .t396__filter {
    }

    #rec784104817 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784104817 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 2;
    top: 60px;
    left: calc(50% - 720px + 385px);
    width: 785px;
}

#rec784104817 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104817 .tn-elem[data-elem-id="1723206115318"] {
        top: 60px;
        left: calc(50% - 490px + 260px);
        width: 620px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104817 .tn-elem[data-elem-id="1723206115318"] {
        top: 50px;
        left: calc(50% - 285px + 110px);
        width: 440px;
    }

    #rec784104817 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104817 .tn-elem[data-elem-id="1723206115318"] {
        top: 94px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784104817 .tn-elem[data-elem-id="1723206115318"] {
        text-align: center;
    }

    #rec784104817 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784104817 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 3;
    top: 60px;
    left: calc(50% - 720px + 155px);
    width: 210px;
}

#rec784104817 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784104817 .tn-elem[data-elem-id="1470209944682"] {
        top: 60px;
        left: calc(50% - 490px + 100px);
        width: 141px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104817 .tn-elem[data-elem-id="1470209944682"] {
        top: 50px;
        left: calc(50% - 285px + 20px);
        width: 80px;
    }

    #rec784104817 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104817 .tn-elem[data-elem-id="1470209944682"] {
        top: 30px;
        left: calc(50% - 165px + 131px);
        width: 69px;
    }

    #rec784104817 .tn-elem[data-elem-id="1470209944682"] {
        text-align: center;
    }

    #rec784104817 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784104817 .tn-elem[data-elem-id="1723214937042"] {
    z-index: 4;
    top: 236px;
    left: calc(50% - 720px + 155px);
    width: 1130px;
    height: 1px;
}

#rec784104817 .tn-elem[data-elem-id="1723214937042"] .tn-atom {
    background-color: #1a1a1a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104817 .tn-elem[data-elem-id="1723214937042"] {
        top: 236px;
        left: calc(50% - 490px + 100px);
        width: 780px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104817 .tn-elem[data-elem-id="1723214937042"] {
        top: 256px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104817 .tn-elem[data-elem-id="1723214937042"] {
        top: 204px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }
}

#rec784104861 .t396__artboard {
    height: 237px;
}

#rec784104861 .t396__filter {
    height: 237px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784104861 .t396__carrier {
    height: 237px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784104861 .t396__artboard,
    #rec784104861 .t396__filter,
    #rec784104861 .t396__carrier {
        height: 237px;
    }

    #rec784104861 .t396__filter {
    }

    #rec784104861 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784104861 .t396__artboard,
    #rec784104861 .t396__filter,
    #rec784104861 .t396__carrier {
        height: 257px;
    }

    #rec784104861 .t396__filter {
    }

    #rec784104861 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784104861 .t396__artboard,
    #rec784104861 .t396__filter,
    #rec784104861 .t396__carrier {
        height: 225px;
    }

    #rec784104861 .t396__filter {
    }

    #rec784104861 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784104861 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 2;
    top: 60px;
    left: calc(50% - 720px + 385px);
    width: 785px;
}

#rec784104861 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104861 .tn-elem[data-elem-id="1723206115318"] {
        top: 60px;
        left: calc(50% - 490px + 260px);
        width: 620px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104861 .tn-elem[data-elem-id="1723206115318"] {
        top: 50px;
        left: calc(50% - 285px + 110px);
        width: 440px;
    }

    #rec784104861 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104861 .tn-elem[data-elem-id="1723206115318"] {
        top: 94px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784104861 .tn-elem[data-elem-id="1723206115318"] {
        text-align: center;
    }

    #rec784104861 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784104861 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 3;
    top: 60px;
    left: calc(50% - 720px + 155px);
    width: 210px;
}

#rec784104861 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784104861 .tn-elem[data-elem-id="1470209944682"] {
        top: 60px;
        left: calc(50% - 490px + 100px);
        width: 141px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104861 .tn-elem[data-elem-id="1470209944682"] {
        top: 50px;
        left: calc(50% - 285px + 20px);
        width: 80px;
    }

    #rec784104861 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104861 .tn-elem[data-elem-id="1470209944682"] {
        top: 30px;
        left: calc(50% - 165px + 131px);
        width: 69px;
    }

    #rec784104861 .tn-elem[data-elem-id="1470209944682"] {
        text-align: center;
    }

    #rec784104861 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784104861 .tn-elem[data-elem-id="1723214937042"] {
    z-index: 4;
    top: 236px;
    left: calc(50% - 720px + 155px);
    width: 1130px;
    height: 1px;
}

#rec784104861 .tn-elem[data-elem-id="1723214937042"] .tn-atom {
    background-color: #1a1a1a;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784104861 .tn-elem[data-elem-id="1723214937042"] {
        top: 236px;
        left: calc(50% - 490px + 100px);
        width: 780px;
    }
}

@media screen and (max-width: 979px) {
    #rec784104861 .tn-elem[data-elem-id="1723214937042"] {
        top: 256px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }
}

@media screen and (max-width: 569px) {
    #rec784104861 .tn-elem[data-elem-id="1723214937042"] {
        top: 224px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }
}

#rec784105244 .t396__artboard {
    height: 70px;
    overflow: visible;
}

#rec784105244 .t396__filter {
    height: 70px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784105244 .t396__carrier {
    height: 70px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784105244 .t396__artboard,
    #rec784105244 .t396__filter,
    #rec784105244 .t396__carrier {
        height: 69px;
    }

    #rec784105244 .t396__filter {
    }

    #rec784105244 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784105244 .t396__artboard,
    #rec784105244 .t396__filter,
    #rec784105244 .t396__carrier {
        height: 50px;
    }

    #rec784105244 .t396__filter {
    }

    #rec784105244 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784105244 .t396__artboard,
    #rec784105244 .t396__filter,
    #rec784105244 .t396__carrier {
        height: 50px;
    }

    #rec784105244 .t396__filter {
    }

    #rec784105244 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784105244 .tn-elem[data-elem-id="1723205827864"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 2;
    top: 0px;
    left: calc(50% - 720px + 589px);
    width: 262px;
    height: 69px;
}

#rec784105244 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
    color: #1a1a1a;
    font-size: 27px;
    font-family: 'Prata', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-transform: lowercase;
    border-width: 1px;
    border-radius: 0px;
    background-color: #edeae3;
    background-position: center center;
    border-color: #1a1a1a;
    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: 1439px) {
    #rec784105244 .tn-elem[data-elem-id="1723205827864"] {
        top: 0px;
        left: calc(50% - 490px + 356px);
        width: 269px;
        height: 69px;
    }
}

@media screen and (max-width: 979px) {
    #rec784105244 .tn-elem[data-elem-id="1723205827864"] {
        top: 0px;
        left: calc(50% - 285px + 110px);
        width: 350px;
        height: 50px;
    }

    #rec784105244 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784105244 .tn-elem[data-elem-id="1723205827864"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 50px;
    }

    #rec784105244 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
        font-size: 20px;
    }
}

#rec784105724 .t396__artboard {
    height: 749px;
}

#rec784105724 .t396__filter {
    height: 749px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784105724 .t396__carrier {
    height: 749px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784105724 .t396__artboard,
    #rec784105724 .t396__filter,
    #rec784105724 .t396__carrier {
        height: 1006px;
    }

    #rec784105724 .t396__filter {
    }

    #rec784105724 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784105724 .t396__artboard,
    #rec784105724 .t396__filter,
    #rec784105724 .t396__carrier {
        height: 1299px;
    }

    #rec784105724 .t396__filter {
    }

    #rec784105724 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784105724 .t396__artboard,
    #rec784105724 .t396__filter,
    #rec784105724 .t396__carrier {
        height: 890px;
    }

    #rec784105724 .t396__filter {
    }

    #rec784105724 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784105724 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 2;
    top: 149px;
    left: calc(50% - 720px + 40px);
    width: 555px;
    height: 600px;
}

#rec784105724 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784105724 .tn-elem[data-elem-id="1723205505481"] {
        top: 264px;
        left: calc(50% - 490px + 20px);
        width: 460px;
        height: 548px;
    }
}

@media screen and (max-width: 979px) {
    #rec784105724 .tn-elem[data-elem-id="1723205505481"] {
        top: 162px;
        left: calc(50% - 285px + 20px);
        width: 530px;
        height: 628px;
    }
}

@media screen and (max-width: 569px) {
    #rec784105724 .tn-elem[data-elem-id="1723205505481"] {
        top: 108px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 362px;
    }
}

#rec784105724 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    z-index: 3;
    top: 199px;
    left: calc(50% - 720px + 500px);
    width: 555px;
}

#rec784105724 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784105724 .tn-elem[data-elem-id="1723206115318"] {
        top: 294px;
        left: calc(50% - 490px + 420px);
        width: 540px;
    }
}

@media screen and (max-width: 979px) {
    #rec784105724 .tn-elem[data-elem-id="1723206115318"] {
        top: 811px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784105724 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784105724 .tn-elem[data-elem-id="1723206115318"] {
        top: 480px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784105724 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784105724 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    z-index: 4;
    top: 0px;
    left: calc(50% - 720px + 40px);
    width: 1360px;
}

#rec784105724 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784105724 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 490px + 20px);
        width: 940px;
    }
}

@media screen and (max-width: 979px) {
    #rec784105724 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784105724 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784105724 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784105724 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784105724 .tn-elem[data-elem-id="1723237680956"] {
    z-index: 5;
    top: 403px;
    left: calc(50% - 720px + 1190px);
    width: 210px;
    height: 210px;
}

#rec784105724 .tn-elem[data-elem-id="1723237680956"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784105724 .tn-elem[data-elem-id="1723237680956"] {
        top: 602px;
        left: calc(50% - 490px + 740px);
        width: 210px;
        height: 210px;
    }
}

@media screen and (max-width: 979px) {
    #rec784105724 .tn-elem[data-elem-id="1723237680956"] {
        top: 1005px;
        left: calc(50% - 285px + 110px);
        width: 170px;
        height: 170px;
    }
}

@media screen and (max-width: 569px) {
    #rec784105724 .tn-elem[data-elem-id="1723237680956"] {
        top: 610px;
        left: calc(50% - 165px + 90px);
        width: 150px;
        height: 150px;
    }
}

#rec784105724 .tn-elem[data-elem-id="1723237709113"] {
    color: #1a1a1a;
    text-align: right;
    z-index: 6;
    top: 633px;
    left: calc(50% - 720px + 845px);
    width: 555px;
}

#rec784105724 .tn-elem[data-elem-id="1723237709113"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784105724 .tn-elem[data-elem-id="1723237709113"] {
        top: 832px;
        left: calc(50% - 490px + 579px);
        width: 381px;
    }

    #rec784105724 .tn-elem[data-elem-id="1723237709113"] {
        text-align: right;
    }
}

@media screen and (max-width: 979px) {
    #rec784105724 .tn-elem[data-elem-id="1723237709113"] {
        top: 1195px;
        left: calc(50% - 285px + 110px);
        width: 440px;
    }

    #rec784105724 .tn-elem[data-elem-id="1723237709113"] {
        text-align: left;
    }

    #rec784105724 .tn-elem[data-elem-id="1723237709113"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784105724 .tn-elem[data-elem-id="1723237709113"] {
        top: 770px;
        left: calc(50% - 165px + 90px);
        width: 230px;
    }

    #rec784105724 .tn-elem[data-elem-id="1723237709113"] .tn-atom {
        font-size: 15px;
    }
}

#rec784108684 .t396__artboard {
    height: 665px;
}

#rec784108684 .t396__filter {
    height: 665px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784108684 .t396__carrier {
    height: 665px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784108684 .t396__artboard,
    #rec784108684 .t396__filter,
    #rec784108684 .t396__carrier {
        height: 687px;
    }

    #rec784108684 .t396__filter {
    }

    #rec784108684 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784108684 .t396__artboard,
    #rec784108684 .t396__filter,
    #rec784108684 .t396__carrier {
        height: 1339px;
    }

    #rec784108684 .t396__filter {
    }

    #rec784108684 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784108684 .t396__artboard,
    #rec784108684 .t396__filter,
    #rec784108684 .t396__carrier {
        height: 1124px;
    }

    #rec784108684 .t396__filter {
    }

    #rec784108684 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784108684 .tn-elem[data-elem-id="1723206115318"] {
    color: #1a1a1a;
    text-align: right;
    z-index: 2;
    top: 0px;
    left: calc(50% - 720px + 40px);
    width: 325px;
}

#rec784108684 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784108684 .tn-elem[data-elem-id="1723206115318"] {
        top: 0px;
        left: calc(50% - 490px + 260px);
        width: 220px;
    }

    #rec784108684 .tn-elem[data-elem-id="1723206115318"] {
        text-align: left;
    }
}

@media screen and (max-width: 979px) {
    #rec784108684 .tn-elem[data-elem-id="1723206115318"] {
        top: 0px;
        left: calc(50% - 285px + 290px);
        width: 260px;
    }

    #rec784108684 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784108684 .tn-elem[data-elem-id="1723206115318"] {
        top: 339px;
        left: calc(50% - 165px + 10px);
        width: 230px;
    }

    #rec784108684 .tn-elem[data-elem-id="1723206115318"] .tn-atom {
        font-size: 15px;
    }
}

#rec784108684 .tn-elem[data-elem-id="1723237680956"] {
    z-index: 3;
    top: 0px;
    left: calc(50% - 720px + 615px);
    width: 440px;
    height: 555px;
}

#rec784108684 .tn-elem[data-elem-id="1723237680956"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784108684 .tn-elem[data-elem-id="1723237680956"] {
        top: 0px;
        left: calc(50% - 490px + 500px);
        width: 460px;
        height: 580px;
    }
}

@media screen and (max-width: 979px) {
    #rec784108684 .tn-elem[data-elem-id="1723237680956"] {
        top: 412px;
        left: calc(50% - 285px + 109px);
        width: 440px;
        height: 555px;
    }
}

@media screen and (max-width: 569px) {
    #rec784108684 .tn-elem[data-elem-id="1723237680956"] {
        top: 439px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 389px;
    }
}

#rec784108684 .tn-elem[data-elem-id="1723237709113"] {
    color: #1a1a1a;
    z-index: 4;
    top: 439px;
    left: calc(50% - 720px + 1075px);
    width: 325px;
}

#rec784108684 .tn-elem[data-elem-id="1723237709113"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784108684 .tn-elem[data-elem-id="1723237709113"] {
        top: 600px;
        left: calc(50% - 490px + 501px);
        width: 460px;
    }

    #rec784108684 .tn-elem[data-elem-id="1723237709113"] {
        text-align: left;
    }
}

@media screen and (max-width: 979px) {
    #rec784108684 .tn-elem[data-elem-id="1723237709113"] {
        top: 987px;
        left: calc(50% - 285px + 108px);
        width: 440px;
    }

    #rec784108684 .tn-elem[data-elem-id="1723237709113"] {
        text-align: left;
    }

    #rec784108684 .tn-elem[data-elem-id="1723237709113"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784108684 .tn-elem[data-elem-id="1723237709113"] {
        top: 838px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784108684 .tn-elem[data-elem-id="1723237709113"] .tn-atom {
        font-size: 15px;
    }
}

#rec784108684 .tn-elem[data-elem-id="1723238198802"] {
    z-index: 5;
    top: 405px;
    left: calc(50% - 720px + 40px);
    width: 210px;
    height: 260px;
}

#rec784108684 .tn-elem[data-elem-id="1723238198802"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784108684 .tn-elem[data-elem-id="1723238198802"] {
        top: 417px;
        left: calc(50% - 490px + 20px);
        width: 220px;
        height: 270px;
    }
}

@media screen and (max-width: 979px) {
    #rec784108684 .tn-elem[data-elem-id="1723238198802"] {
        top: 1079px;
        left: calc(50% - 285px + 109px);
        width: 210px;
        height: 260px;
    }
}

@media screen and (max-width: 569px) {
    #rec784108684 .tn-elem[data-elem-id="1723238198802"] {
        top: 938px;
        left: calc(50% - 165px + 10px);
        width: 150px;
        height: 186px;
    }
}

#rec784108684 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 6;
    top: 0px;
    left: calc(50% - 720px + 385px);
    width: 210px;
    height: 300px;
}

#rec784108684 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784108684 .tn-elem[data-elem-id="1723205505481"] {
        top: 0px;
        left: calc(50% - 490px + 20px);
        width: 220px;
        height: 315px;
    }
}

@media screen and (max-width: 979px) {
    #rec784108684 .tn-elem[data-elem-id="1723205505481"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 260px;
        height: 372px;
    }
}

@media screen and (max-width: 569px) {
    #rec784108684 .tn-elem[data-elem-id="1723205505481"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 230px;
        height: 329px;
    }
}

#rec784110147 .t396__artboard {
    height: 795px;
    overflow: visible;
}

#rec784110147 .t396__filter {
    height: 795px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784110147 .t396__carrier {
    height: 795px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784110147 .t396__artboard,
    #rec784110147 .t396__filter,
    #rec784110147 .t396__carrier {
        height: 607px;
    }

    #rec784110147 .t396__filter {
    }

    #rec784110147 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784110147 .t396__artboard,
    #rec784110147 .t396__filter,
    #rec784110147 .t396__carrier {
        height: 1297px;
    }

    #rec784110147 .t396__filter {
    }

    #rec784110147 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784110147 .t396__artboard,
    #rec784110147 .t396__filter,
    #rec784110147 .t396__carrier {
        height: 833px;
    }

    #rec784110147 .t396__filter {
    }

    #rec784110147 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784110147 .tn-elem[data-elem-id="1723238198802"] {
    z-index: 2;
    top: 0px;
    left: calc(50% - 720px + 960px);
    width: 440px;
    height: 546px;
}

#rec784110147 .tn-elem[data-elem-id="1723238198802"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784110147 .tn-elem[data-elem-id="1723238198802"] {
        top: 0px;
        left: calc(50% - 490px + 660px);
        width: 300px;
        height: 370px;
    }
}

@media screen and (max-width: 979px) {
    #rec784110147 .tn-elem[data-elem-id="1723238198802"] {
        top: 699px;
        left: calc(50% - 285px + 200px);
        width: 350px;
        height: 435px;
    }
}

@media screen and (max-width: 569px) {
    #rec784110147 .tn-elem[data-elem-id="1723238198802"] {
        top: 401px;
        left: calc(50% - 165px + 93px);
        width: 230px;
        height: 290px;
    }
}

#rec784110147 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 3;
    top: 0px;
    left: calc(50% - 720px + 155px);
    width: 555px;
    height: 680px;
}

#rec784110147 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784110147 .tn-elem[data-elem-id="1723205505481"] {
        top: 0px;
        left: calc(50% - 490px + 100px);
        width: 460px;
        height: 556px;
    }
}

@media screen and (max-width: 979px) {
    #rec784110147 .tn-elem[data-elem-id="1723205505481"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 531px;
        height: 679px;
    }
}

@media screen and (max-width: 569px) {
    #rec784110147 .tn-elem[data-elem-id="1723205505481"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 381px;
    }
}

#rec784110147 .tn-elem[data-elem-id="1723237680956"] {
    z-index: 4;
    top: 441px;
    left: calc(50% - 720px + 845px);
    width: 325px;
    height: 414px;
}

#rec784110147 .tn-elem[data-elem-id="1723237680956"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784110147 .tn-elem[data-elem-id="1723237680956"] {
        top: 323px;
        left: calc(50% - 490px + 580px);
        width: 220px;
        height: 284px;
    }
}

@media screen and (max-width: 979px) {
    #rec784110147 .tn-elem[data-elem-id="1723237680956"] {
        top: 965px;
        left: calc(50% - 285px + 20px);
        width: 260px;
        height: 332px;
    }
}

@media screen and (max-width: 569px) {
    #rec784110147 .tn-elem[data-elem-id="1723237680956"] {
        top: 645px;
        left: calc(50% - 165px + 10px);
        width: 150px;
        height: 188px;
    }
}

#rec784111371 .t396__artboard {
    height: 1043px;
}

#rec784111371 .t396__filter {
    height: 1043px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784111371 .t396__carrier {
    height: 1043px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784111371 .t396__artboard,
    #rec784111371 .t396__filter,
    #rec784111371 .t396__carrier {
        height: 1012px;
    }

    #rec784111371 .t396__filter {
    }

    #rec784111371 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784111371 .t396__artboard,
    #rec784111371 .t396__filter,
    #rec784111371 .t396__carrier {
        height: 1246px;
    }

    #rec784111371 .t396__filter {
    }

    #rec784111371 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784111371 .t396__artboard,
    #rec784111371 .t396__filter,
    #rec784111371 .t396__carrier {
        height: 886px;
    }

    #rec784111371 .t396__filter {
    }

    #rec784111371 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784111371 .tn-elem[data-elem-id="1723205505481"] {
    z-index: 2;
    top: 373px;
    left: calc(50% - 720px + 270px);
    width: 555px;
    height: 670px;
}

#rec784111371 .tn-elem[data-elem-id="1723205505481"] .tn-atom {
    background-color: #e1dccf;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784111371 .tn-elem[data-elem-id="1723205505481"] {
        top: 128px;
        left: calc(50% - 490px + 20px);
        width: 460px;
        height: 552px;
    }
}

@media screen and (max-width: 979px) {
    #rec784111371 .tn-elem[data-elem-id="1723205505481"] {
        top: 248px;
        left: calc(50% - 285px + 20px);
        width: 530px;
        height: 628px;
    }
}

@media screen and (max-width: 569px) {
    #rec784111371 .tn-elem[data-elem-id="1723205505481"] {
        top: 194px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 362px;
    }
}

#rec784111371 .tn-elem[data-elem-id="1723205827864"] {
    color: #1a1a1a;
    text-align: center;
    z-index: 3;
    top: 974px;
    left: calc(50% - 720px + 844px);
    width: 421px;
    height: 69px;
}

#rec784111371 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
    color: #1a1a1a;
    font-size: 27px;
    font-family: 'Prata', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.1px;
    text-transform: lowercase;
    border-width: 1px;
    border-radius: 0px;
    background-color: #edeae3;
    background-position: center center;
    border-color: #1a1a1a;
    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: 1439px) {
    #rec784111371 .tn-elem[data-elem-id="1723205827864"] {
        top: 953px;
        left: calc(50% - 490px + 21px);
        width: 461px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205827864"] {
        text-align: center;
    }
}

@media screen and (max-width: 979px) {
    #rec784111371 .tn-elem[data-elem-id="1723205827864"] {
        top: 1196px;
        left: calc(50% - 285px + 20px);
        width: 350px;
        height: 50px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784111371 .tn-elem[data-elem-id="1723205827864"] {
        top: 836px;
        left: calc(50% - 165px + 10px);
        width: 310px;
        height: 50px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205827864"] .tn-atom {
        font-size: 20px;
    }
}

#rec784111371 .tn-elem[data-elem-id="1723205769996"] {
    color: #1a1a1a;
    z-index: 4;
    top: 149px;
    left: calc(50% - 720px + 40px);
    width: 790px;
}

#rec784111371 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
    color: #1a1a1a;
    font-size: 35px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784111371 .tn-elem[data-elem-id="1723205769996"] {
        top: 159px;
        left: calc(50% - 490px + 380px);
        width: 580px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205769996"] {
        text-align: right;
    }
}

@media screen and (max-width: 979px) {
    #rec784111371 .tn-elem[data-elem-id="1723205769996"] {
        top: 96px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205769996"] {
        text-align: left;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 569px) {
    #rec784111371 .tn-elem[data-elem-id="1723205769996"] {
        top: 64px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723205769996"] .tn-atom {
        font-size: 18px;
        line-height: 1.2;
    }
}

#rec784111371 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    z-index: 5;
    top: 0px;
    left: calc(50% - 720px + 40px);
    width: 670px;
}

#rec784111371 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784111371 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 490px + 21px);
    }
}

@media screen and (max-width: 979px) {
    #rec784111371 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784111371 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784111371 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784111371 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784111371 .tn-elem[data-elem-id="1723239624913"] {
    color: #1a1a1a;
    z-index: 6;
    top: 644px;
    left: calc(50% - 720px + 844px);
    width: 555px;
}

#rec784111371 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784111371 .tn-elem[data-elem-id="1723239624913"] {
        top: 700px;
        left: calc(50% - 490px + 20px);
        width: 780px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723239624913"] {
        text-align: left;
    }
}

@media screen and (max-width: 979px) {
    #rec784111371 .tn-elem[data-elem-id="1723239624913"] {
        top: 896px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784111371 .tn-elem[data-elem-id="1723239624913"] {
        top: 576px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784111371 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
        font-size: 15px;
    }
}

#rec784112510 .t396__artboard {
    height: 652px;
}

#rec784112510 .t396__filter {
    height: 652px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784112510 .t396__carrier {
    height: 652px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .t396__artboard,
    #rec784112510 .t396__filter,
    #rec784112510 .t396__carrier {
        height: 652px;
    }

    #rec784112510 .t396__filter {
    }

    #rec784112510 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .t396__artboard,
    #rec784112510 .t396__filter,
    #rec784112510 .t396__carrier {
        height: 893px;
    }

    #rec784112510 .t396__filter {
    }

    #rec784112510 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .t396__artboard,
    #rec784112510 .t396__filter,
    #rec784112510 .t396__carrier {
        height: 680px;
    }

    #rec784112510 .t396__filter {
    }

    #rec784112510 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784112510 .tn-elem[data-elem-id="1470209944682"] {
    color: #1a1a1a;
    z-index: 2;
    top: 0px;
    left: calc(50% - 720px + 41px);
    width: 1360px;
}

#rec784112510 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #1a1a1a;
    font-size: 90px;
    font-family: 'Prata', 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: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 490px + 21px);
        width: 940px;
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784112510 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 60px;
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1470209944682"] {
        top: 0px;
        left: calc(50% - 165px + 11px);
        width: 310px;
    }

    #rec784112510 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 40px;
    }
}

#rec784112510 .tn-elem[data-elem-id="1723239624913"] {
    color: #1a1a1a;
    z-index: 3;
    top: 149px;
    left: calc(50% - 720px + 40px);
    width: 555px;
}

#rec784112510 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1723239624913"] {
        top: 149px;
        left: calc(50% - 490px + 20px);
        width: 380px;
    }

    #rec784112510 .tn-elem[data-elem-id="1723239624913"] {
        text-align: left;
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1723239624913"] {
        top: 162px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784112510 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1723239624913"] {
        top: 108px;
        left: calc(50% - 165px + 11px);
        width: 310px;
    }

    #rec784112510 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
        font-size: 15px;
    }
}

#rec784112510 .tn-elem[data-elem-id="1723240116555"] {
    color: #1a1a1a;
    z-index: 4;
    top: 237px;
    left: calc(50% - 720px + 41px);
    width: 555px;
}

#rec784112510 .tn-elem[data-elem-id="1723240116555"] .tn-atom {
    color: #1a1a1a;
    font-size: 22px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1723240116555"] {
        top: 247px;
        left: calc(50% - 490px + 20px);
        width: 380px;
    }

    #rec784112510 .tn-elem[data-elem-id="1723240116555"] {
        text-align: left;
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1723240116555"] {
        top: 234px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }

    #rec784112510 .tn-elem[data-elem-id="1723240116555"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1723240116555"] {
        top: 168px;
        left: calc(50% - 165px + 11px);
        width: 310px;
    }

    #rec784112510 .tn-elem[data-elem-id="1723240116555"] .tn-atom {
        font-size: 18px;
    }
}

#rec784112510 .tn-elem[data-elem-id="1723240190571"] {
    z-index: 5;
    top: 306px;
    left: calc(50% - 720px + 40px);
    width: 60px;
}

#rec784112510 .tn-elem[data-elem-id="1723240190571"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1723240190571"] {
        top: 296px;
        left: calc(50% - 490px + 20px);
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1723240190571"] {
        top: 290px;
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1723240190571"] {
        top: 211px;
        left: calc(50% - 165px + 10px);
        width: 60px;
    }
}

#rec784112510 .tn-elem[data-elem-id="1723240205240"] {
    z-index: 6;
    top: 306px;
    left: calc(50% - 720px + 118px);
    width: 60px;
}

#rec784112510 .tn-elem[data-elem-id="1723240205240"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1723240205240"] {
        top: 296px;
        left: calc(50% - 490px + 98px);
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1723240205240"] {
        top: 290px;
        left: calc(50% - 285px + 100px);
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1723240205240"] {
        top: 211px;
        left: calc(50% - 165px + 90px);
        width: 60px;
    }
}

#rec784112510 .tn-elem[data-elem-id="1723240206640"] {
    z-index: 7;
    top: 306px;
    left: calc(50% - 720px + 197px);
    width: 60px;
}

#rec784112510 .tn-elem[data-elem-id="1723240206640"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1723240206640"] {
        top: 296px;
        left: calc(50% - 490px + 177px);
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1723240206640"] {
        top: 290px;
        left: calc(50% - 285px + 180px);
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1723240206640"] {
        top: 211px;
        left: calc(50% - 165px + 170px);
        width: 60px;
    }
}

#rec784112510 .tn-elem[data-elem-id="1723240538403"] {
    z-index: 8;
    top: 149px;
    left: calc(50% - 720px + 730px);
    width: 555px;
}

#rec784112510 .tn-elem[data-elem-id="1723240538403"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784112510 .tn-elem[data-elem-id="1723240538403"] {
        top: 149px;
        left: calc(50% - 490px + 420px);
        width: 540px;
    }
}

@media screen and (max-width: 979px) {
    #rec784112510 .tn-elem[data-elem-id="1723240538403"] {
        top: 390px;
        left: calc(50% - 285px + 20px);
        width: 530px;
    }
}

@media screen and (max-width: 569px) {
    #rec784112510 .tn-elem[data-elem-id="1723240538403"] {
        top: 311px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }
}

#rec784121025 .t396__artboard {
    height: 203px;
    background-color: #1a1a1a;
}

#rec784121025 .t396__filter {
    height: 203px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(225, 220, 207, 0)), to(rgba(225, 220, 207, 0)));
    background-image: -webkit-linear-gradient(top, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    background-image: linear-gradient(to bottom, rgba(225, 220, 207, 0), rgba(225, 220, 207, 0));
    will-change: transform;
}

#rec784121025 .t396__carrier {
    height: 203px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .t396__artboard,
    #rec784121025 .t396__filter,
    #rec784121025 .t396__carrier {
        height: 203px;
    }

    #rec784121025 .t396__filter {
    }

    #rec784121025 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .t396__artboard,
    #rec784121025 .t396__filter,
    #rec784121025 .t396__carrier {
        height: 255px;
    }

    #rec784121025 .t396__filter {
    }

    #rec784121025 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .t396__artboard,
    #rec784121025 .t396__filter,
    #rec784121025 .t396__carrier {
        height: 287px;
    }

    #rec784121025 .t396__filter {
    }

    #rec784121025 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec784121025 .tn-elem[data-elem-id="1723239624913"] {
    color: #efece5;
    z-index: 2;
    top: 142px;
    left: calc(50% - 720px + 40px);
    width: 555px;
}

#rec784121025 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
    color: #efece5;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .tn-elem[data-elem-id="1723239624913"] {
        top: 142px;
        left: calc(50% - 490px + 20px);
        width: 380px;
    }

    #rec784121025 .tn-elem[data-elem-id="1723239624913"] {
        text-align: left;
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .tn-elem[data-elem-id="1723239624913"] {
        top: 204px;
        left: calc(50% - 285px + 20px);
        width: 356px;
    }

    #rec784121025 .tn-elem[data-elem-id="1723239624913"] {
        text-align: left;
    }

    #rec784121025 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .tn-elem[data-elem-id="1723239624913"] {
        top: 250px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784121025 .tn-elem[data-elem-id="1723239624913"] .tn-atom {
        font-size: 13px;
    }
}

#rec784121025 .tn-elem[data-elem-id="1723240190571"] {
    z-index: 3;
    top: 123px;
    left: calc(50% - 720px + 1260px);
    width: 40px;
}

#rec784121025 .tn-elem[data-elem-id="1723240190571"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .tn-elem[data-elem-id="1723240190571"] {
        top: 123px;
        left: calc(50% - 490px + 820px);
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .tn-elem[data-elem-id="1723240190571"] {
        top: 113px;
        left: calc(50% - 285px + 398px);
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .tn-elem[data-elem-id="1723240190571"] {
        top: 180px;
        left: calc(50% - 165px + 10px);
        width: 40px;
    }
}

#rec784121025 .tn-elem[data-elem-id="1723240205240"] {
    z-index: 4;
    top: 123px;
    left: calc(50% - 720px + 1310px);
    width: 40px;
}

#rec784121025 .tn-elem[data-elem-id="1723240205240"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .tn-elem[data-elem-id="1723240205240"] {
        top: 123px;
        left: calc(50% - 490px + 870px);
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .tn-elem[data-elem-id="1723240205240"] {
        top: 113px;
        left: calc(50% - 285px + 448px);
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .tn-elem[data-elem-id="1723240205240"] {
        top: 180px;
        left: calc(50% - 165px + 60px);
        width: 40px;
    }
}

#rec784121025 .tn-elem[data-elem-id="1723240206640"] {
    z-index: 5;
    top: 123px;
    left: calc(50% - 720px + 1360px);
    width: 40px;
}

#rec784121025 .tn-elem[data-elem-id="1723240206640"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .tn-elem[data-elem-id="1723240206640"] {
        top: 123px;
        left: calc(50% - 490px + 920px);
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .tn-elem[data-elem-id="1723240206640"] {
        top: 113px;
        left: calc(50% - 285px + 498px);
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .tn-elem[data-elem-id="1723240206640"] {
        top: 180px;
        left: calc(50% - 165px + 110px);
        width: 40px;
    }
}

#rec784121025 .tn-elem[data-elem-id="1723241488766"] {
    z-index: 6;
    top: 40px;
    left: calc(50% - 720px + 40px);
    width: 140px;
}

#rec784121025 .tn-elem[data-elem-id="1723241488766"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .tn-elem[data-elem-id="1723241488766"] {
        top: 40px;
        left: calc(50% - 490px + 20px);
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .tn-elem[data-elem-id="1723241488766"] {
        top: 31px;
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .tn-elem[data-elem-id="1723241488766"] {
        top: 20px;
        left: calc(50% - 165px + 10px);
    }
}

#rec784121025 .tn-elem[data-elem-id="1723241631728"] {
    color: #efece5;
    text-align: right;
    z-index: 7;
    top: 40px;
    left: calc(50% - 720px + 1127px);
    width: 273px;
}

#rec784121025 .tn-elem[data-elem-id="1723241631728"] .tn-atom {
    color: #efece5;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1439px) {
    #rec784121025 .tn-elem[data-elem-id="1723241631728"] {
        top: 40px;
        left: calc(50% - 490px + 580px);
        width: 380px;
    }

    #rec784121025 .tn-elem[data-elem-id="1723241631728"] {
        text-align: right;
    }
}

@media screen and (max-width: 979px) {
    #rec784121025 .tn-elem[data-elem-id="1723241631728"] {
        top: 30px;
        left: calc(50% - 285px + 194px);
        width: 356px;
    }

    #rec784121025 .tn-elem[data-elem-id="1723241631728"] {
        text-align: right;
    }

    #rec784121025 .tn-elem[data-elem-id="1723241631728"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 569px) {
    #rec784121025 .tn-elem[data-elem-id="1723241631728"] {
        top: 109px;
        left: calc(50% - 165px + 10px);
        width: 310px;
    }

    #rec784121025 .tn-elem[data-elem-id="1723241631728"] {
        text-align: left;
    }

    #rec784121025 .tn-elem[data-elem-id="1723241631728"] .tn-atom {
        font-size: 13px;
    }
}

