.hidden {
    display: none !important;
}

input:focus,
textarea:focus {
	outline: none;
}

input:not([type="checkbox"]),
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

button:active {
    outline: none;
}

button:focus {
    outline: none;
}

#change-number {
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

#name-error,
#phone-error,
#email-error,
#phoneConfirm-error,
#footerName-error,
#footerEmail-error,
#footerPhone-error,
#codeError {
    display: inherit;
    background: transparent !important;
    font-size: 12px;
    width: auto;
    height: auto;
    color: red;
    margin: 0;
    position: absolute;
    font-family: Verdana, Arial;
}

#name-error {
    margin: -17px 0 0 20px;
    font-size: 11px;
}

#email-error {
    margin: -17px 0 0 20px;
    font-size: 11px;
}

#phone-error {
    margin: 27px 0 0 20px;
    font-size: 11px;
}

#phoneConfirm-error {
    margin: 27px 0 0 20px;
    font-size: 11px;
}

#codeError {
    margin: -17px 0 0 20px;
    font-size: 11px;
}

.iti.iti--allow-dropdown {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iti.iti--allow-dropdown {
    flex-direction: column;
    align-items: flex-start;
}

.iti__country-name {
    color: #202020;
}

.iti-mobile .iti--container {
    z-index: 999999999;
}

#phone {
    padding-left: 64px;
}

#change-number {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #686868;
    margin-top: 15px;
    text-align: center;
}

#codeError {
    display: none;
}

.popup * {
    font-family: Verdana, Arial;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.popup_content {
    width: 514px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 34px 43px 50px 43px;
    position: relative;
}

.close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.popup h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #191938;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.popup p {
    color: #191938;
    margin-bottom: 10px;
}

.popup label {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.popup input {
    border: 1px solid #276fdb;
    border-radius: 5px;
    width: 100%;
    padding: 16px 20px;
    box-sizing: border-box;
}

.popup button {
    width: 100%;
    background-color: #276fdb;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    padding: 14px 0;
}

.popup .politic {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #747474;
    max-width: 358px;
    display: block;
}

.popup .form_button {
    margin-bottom: 20px;
}

.popup_sms_change h3 {
    margin-bottom: 10px;
}

.popup_sms_change h3 ~ p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #686868;
    margin-bottom: 14px;
}

.popup .btn_gradient {
    width: 100%;
}

@media (max-width: 575px) {
    .popup_content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .popup_content form {
        width: 100%;
    }
}

#tildaformcaptchabox {
    display: none !important;
}

div.t-records {
    opacity: 1;
}

.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) {
    #rec633529845 .tmenu-mobile {
        background-color: #276fdb;
    }

    #rec633529845 .t-menuburger {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 980px) {
    #rec633529845 .t228 {
        position: static;
    }
}

#rec633529845 .t-menu__link-item {}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec633529845 .t-menu__link-item,
    #rec633529845 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

.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) {
    #rec633529846 .tmenu-mobile {
        background-color: #ffffff;
    }

    #rec633529846 .t-menuburger {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 980px) {
    #rec633529846 .t228__leftcontainer {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #rec633529846 .t228__leftcontainer {
        padding: 20px;
    }

    #rec633529846 .t228__imglogo {
        padding: 20px 0;
    }

    #rec633529846 .t228 {
        position: static;
    }
}

#rec633529846 .t-menu__link-item {}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec633529846 .t-menu__link-item,
    #rec633529846 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}

/* Укажи id блока, который нужно зафиксировать */
#rec444047756 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}

.t228__leftside {
    min-width: auto !important;
}

@media screen and (max-width: 1300px) {
    .t-menu__link-item {
        font-size: 12px !important;
        padding: 0 10px !important;
    }

    .t228__list_item {
        padding: 0 !important;
    }

    .t228__right_buttons {
        padding-left: 0 !important;
    }

    .t228 .t-btn {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 990px) {
    .dropdown-content {
        max-width: 270px;
    }

    #rec633689968 .tn-elem[data-elem-id="1693414215825"] {
        z-index: 0;
    }

    .dropdown {
        left: 50%;
        transform: translate(-50%, 0);
    }

    .t-menuburger span {
        background-color: #276fdb !important;
    }
}

#rec633529848 .t396__artboard {
    height: 650px;
    background-color: #f1f0f5;
}

#rec633529848 .t396__filter {
    height: 650px;
}

#rec633529848 .t396__carrier {
    height: 650px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .t396__artboard {
        height: 500px;
    }

    #rec633529848 .t396__filter {
        height: 500px;
    }

    #rec633529848 .t396__carrier {
        height: 500px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .t396__artboard {
        height: 700px;
    }

    #rec633529848 .t396__filter {
        height: 700px;
    }

    #rec633529848 .t396__carrier {
        height: 700px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .t396__artboard {
        height: 800px;
    }

    #rec633529848 .t396__filter {
        height: 800px;
    }

    #rec633529848 .t396__carrier {
        height: 800px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .t396__artboard {
        height: 650px;
    }

    #rec633529848 .t396__filter {
        height: 650px;
    }

    #rec633529848 .t396__carrier {
        height: 650px;
        background-attachment: scroll;
    }
}

#rec633529848 .tn-elem[data-elem-id="1693313699437"] {
    z-index: 2;
    top: 36px;
    left: calc(50% - 600px + 280px);
    width: 922px;
}

#rec633529848 .tn-elem[data-elem-id="1693313699437"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1693313699437"] {
        top: 4px;
        left: calc(50% - 480px + 260px);
        width: 744px;
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1693313699437"] {
        top: 139px;
        left: calc(50% - 320px + 230px);
        width: 411px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1693313699437"] {
        top: 170px;
        left: calc(50% - 240px + 230px);
        width: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1693313699437"] {
        top: 99px;
        left: calc(50% - 160px + 150px);
        width: 177px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1693491069126"] {
    z-index: 3;
    top: -161px;
    left: calc(50% - 600px + 1100px);
    width: 200px;
}

#rec633529848 .tn-elem[data-elem-id="1693491069126"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1693491069126"] {
        top: -148px;
        left: calc(50% - 480px + 793px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1693491069126"] {
        top: 90px;
        left: calc(50% - 320px + 57px);
        width: 573px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1693491069126"] {
        top: 111px;
        left: calc(50% - 240px + 51px);
        width: 429px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1693491069126"] {
        top: 40px;
        left: calc(50% - 160px + -70px);
    }
}

#rec633529848 .tn-elem[data-elem-id="1695812125542"] {
    z-index: 4;
    top: 481px;
    left: calc(50% - 600px + 601px);
    width: 270px;
    height: 146px;
}

#rec633529848 .tn-elem[data-elem-id="1695812125542"] .tn-atom {
    border-radius: 5px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695812125542"] {
        top: 335px;
        left: calc(50% - 480px + 460px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695812125542"] {
        top: 350px;
        left: calc(50% - 320px + 321px);
        width: 200px;
        height: 120px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1695812125542"] {
        top: 396px;
        left: calc(50% - 240px + 136px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695812125542"] {
        top: 295px;
        left: calc(50% - 160px + 49px);
    }
}

#rec633529848 .tn-elem[data-elem-id="1693313911205"] {
    color: #212121;
    text-align: center;
    z-index: 5;
    top: 499px;
    left: calc(50% - 600px + 596px);
    width: 270px;
}

#rec633529848 .tn-elem[data-elem-id="1693313911205"] .tn-atom {
    color: #212121;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1693313911205"] {
        top: 354px;
        left: calc(50% - 480px + 453px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1693313911205"] {
        top: 363px;
        left: calc(50% - 320px + 333px);
        width: 190px;
    }

    #rec633529848 .tn-elem[data-elem-id="1693313911205"] {
        text-align: left;
    }

    #rec633529848 .tn-elem[data-elem-id="1693313911205"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1693313911205"] {
        top: 410px;
        left: calc(50% - 240px + 154px);
    }

    #rec633529848 .tn-elem[data-elem-id="1693313911205"] {
        text-align: left;
    }

    #rec633529848 .tn-elem[data-elem-id="1693313911205"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1693313911205"] {
        top: 310px;
        left: calc(50% - 160px + 64px);
        width: 186px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1693313956147"] {
    color: #212121;
    z-index: 6;
    top: 539px;
    left: calc(50% - 600px + 639px);
    width: 216px;
}

#rec633529848 .tn-elem[data-elem-id="1693313956147"] .tn-atom {
    color: #212121;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1693313956147"] {
        top: 399px;
        left: calc(50% - 480px + 491px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1693313956147"] {
        top: 400px;
        left: calc(50% - 320px + 331px);
        width: 190px;
    }

    #rec633529848 .tn-elem[data-elem-id="1693313956147"] {
        text-align: left;
    }

    #rec633529848 .tn-elem[data-elem-id="1693313956147"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1693313956147"] {
        top: 442px;
        left: calc(50% - 240px + 155px);
    }

    #rec633529848 .tn-elem[data-elem-id="1693313956147"] {
        text-align: left;
    }

    #rec633529848 .tn-elem[data-elem-id="1693313956147"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1693313956147"] {
        top: 343px;
        left: calc(50% - 160px + 65px);
        width: 185px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1653582097299"] {
    color: #000000;
    z-index: 8;
    top: 75px;
    left: calc(50% - 600px + 0px);
    width: 715px;
}

#rec633529848 .tn-elem[data-elem-id="1653582097299"] .tn-atom {
    color: #000000;
    font-size: 43px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1653582097299"] {
        top: 31px;
        left: calc(50% - 480px + 0px);
        width: 507px;
    }

    #rec633529848 .tn-elem[data-elem-id="1653582097299"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1653582097299"] {
        top: 40px;
        left: calc(50% - 320px + 103px);
        width: 68%;
    }

    #rec633529848 .tn-elem[data-elem-id="1653582097299"] {
        text-align: center;
    }

    #rec633529848 .tn-elem[data-elem-id="1653582097299"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1653582097299"] {
        top: 38px;
        left: calc(50% - 240px + 0px);
        width: 100%;
    }

    #rec633529848 .tn-elem[data-elem-id="1653582097299"] {
        text-align: center;
    }

    #rec633529848 .tn-elem[data-elem-id="1653582097299"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1653582097299"] {
        top: 32px;
        left: calc(50% - 160px + 10px);
        width: 94%;
    }

    #rec633529848 .tn-elem[data-elem-id="1653582097299"] .tn-atom {
        font-size: 18px;
        line-height: 1.2;
    }
}

#rec633529848 .tn-elem[data-elem-id="1654007948239"] {
    color: #212121;
    z-index: 9;
    top: 588px;
    left: calc(50% - 600px + 46px);
    width: 386px;
}

#rec633529848 .tn-elem[data-elem-id="1654007948239"] .tn-atom {
    color: #212121;
    font-size: 14px;
    font-family: 'Open Sans', 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: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1654007948239"] {
        top: 428px;
        left: calc(50% - 480px + 44px);
        width: 368px;
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1654007948239"] {
        top: 629px;
        left: calc(50% - 320px + 161px);
    }

    #rec633529848 .tn-elem[data-elem-id="1654007948239"] {
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1654007948239"] {
        top: 702px;
        left: calc(50% - 240px + 115px);
        width: 287px;
    }

    #rec633529848 .tn-elem[data-elem-id="1654007948239"] .tn-atom {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1654007948239"] {
        top: 563px;
        left: calc(50% - 160px + 70px);
        width: 224px;
    }

    #rec633529848 .tn-elem[data-elem-id="1654007948239"] {
        color: #666666;
    }

    #rec633529848 .tn-elem[data-elem-id="1654007948239"] .tn-atom {
        color: #666666;
        font-size: 12px;
        line-height: 1.4;
    }
}

#rec633529848 .tn-elem[data-elem-id="1654008183703"] {
    z-index: 10;
    top: 586px;
    left: calc(50% - 600px + 0px);
    width: 37px;
}

#rec633529848 .tn-elem[data-elem-id="1654008183703"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1654008183703"] {
        top: 426px;
        width: 35px;
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1654008183703"] {
        top: 627px;
        left: calc(50% - 320px + 141px);
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1654008183703"] {
        top: 702px;
        left: calc(50% - 240px + 65px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1654008183703"] {
        top: 570px;
        left: calc(50% - 160px + 20px);
    }
}

#rec633529848 .tn-elem[data-elem-id="1695740890656"] {
    color: #000000;
    z-index: 11;
    top: 339px;
    left: calc(50% - 600px + 61px);
    width: 250px;
}

#rec633529848 .tn-elem[data-elem-id="1695740890656"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890656"] {
        top: 214px;
        left: calc(50% - 480px + 60px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890656"] {
        top: 312px;
        left: calc(50% - 320px + 61px);
    }

    #rec633529848 .tn-elem[data-elem-id="1695740890656"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890656"] {
        top: 292px;
        left: calc(50% - 240px + 51px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890656"] {
        top: 193px;
        left: calc(50% - 160px + 31px);
    }

    #rec633529848 .tn-elem[data-elem-id="1695740890656"] .tn-atom {
        font-size: 14px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1695740890652"] {
    z-index: 12;
    top: 335px;
    left: calc(50% - 600px + 0px);
    width: 37px;
}

#rec633529848 .tn-elem[data-elem-id="1695740890652"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890652"] {
        top: 210px;
        left: calc(50% - 480px + -1px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890652"] {
        top: 308px;
        left: calc(50% - 320px + 10px);
        width: 32px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890652"] {
        top: 288px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695740890652"] {
        top: 191px;
        left: calc(50% - 160px + 0px);
        width: 24px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1695740884764"] {
    color: #000000;
    z-index: 13;
    top: 285px;
    left: calc(50% - 600px + 61px);
    width: 268px;
}

#rec633529848 .tn-elem[data-elem-id="1695740884764"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884764"] {
        top: 159px;
        left: calc(50% - 480px + 60px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884764"] {
        top: 261px;
        left: calc(50% - 320px + 61px);
    }

    #rec633529848 .tn-elem[data-elem-id="1695740884764"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884764"] {
        top: 251px;
        left: calc(50% - 240px + 51px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884764"] {
        top: 164px;
        left: calc(50% - 160px + 31px);
    }

    #rec633529848 .tn-elem[data-elem-id="1695740884764"] .tn-atom {
        font-size: 14px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1695740884760"] {
    z-index: 14;
    top: 282px;
    left: calc(50% - 600px + 0px);
    width: 37px;
}

#rec633529848 .tn-elem[data-elem-id="1695740884760"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884760"] {
        top: 156px;
        left: calc(50% - 480px + -1px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884760"] {
        top: 258px;
        left: calc(50% - 320px + 10px);
        width: 32px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884760"] {
        top: 248px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695740884760"] {
        top: 161px;
        left: calc(50% - 160px + 0px);
        width: 24px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1695740827608"] {
    color: #000000;
    z-index: 15;
    top: 235px;
    left: calc(50% - 600px + 59px);
    width: 250px;
}

#rec633529848 .tn-elem[data-elem-id="1695740827608"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695740827608"] {
        top: 109px;
        left: calc(50% - 480px + 58px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695740827608"] {
        top: 211px;
        left: calc(50% - 320px + 59px);
    }

    #rec633529848 .tn-elem[data-elem-id="1695740827608"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1695740827608"] {
        left: calc(50% - 240px + 49px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695740827608"] {
        top: 134px;
        left: calc(50% - 160px + 29px);
    }

    #rec633529848 .tn-elem[data-elem-id="1695740827608"] .tn-atom {
        font-size: 14px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1695740775913"] {
    z-index: 16;
    top: 232px;
    left: calc(50% - 600px + 0px);
    width: 36px;
}

#rec633529848 .tn-elem[data-elem-id="1695740775913"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1695740775913"] {
        top: 106px;
        left: calc(50% - 480px + -1px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1695740775913"] {
        top: 208px;
        left: calc(50% - 320px + 10px);
        width: 32px;
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1695740775913"] {
        top: 131px;
        left: calc(50% - 160px + 0px);
        width: 24px;
    }
}

#rec633529848 .tn-elem[data-elem-id="1659422636262"] {
    color: #ffffff;
    text-align: center;
    z-index: 17;
    top: 481px;
    left: calc(50% - 600px + 0px);
    width: 260px;
    height: 50px;
}

#rec633529848 .tn-elem[data-elem-id="1659422636262"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 10px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec633529848 .tn-elem[data-elem-id="1659422636262"] {
        top: 331px;
    }
}

@media screen and (max-width: 959px) {
    #rec633529848 .tn-elem[data-elem-id="1659422636262"] {
        top: 500px;
        left: calc(50% - 320px + 190px);
    }
}

@media screen and (max-width: 639px) {
    #rec633529848 .tn-elem[data-elem-id="1659422636262"] {
        top: 555px;
        left: calc(50% - 240px + 110px);
        width: 260px;
    }
}

@media screen and (max-width: 479px) {
    #rec633529848 .tn-elem[data-elem-id="1659422636262"] {
        top: 460px;
        left: calc(50% - 160px + 10px);
        width: 300px;
        height: 48px;
    }
}

.v-prev.slick-disabled,
.v-next.slick-disabled {
    opacity: 0.5
}

.slick-slider {
    width: 100%;
    background-color: transparent;
    display: table;
    table-layout: fixed;
}

.sl-dots li[role="presentation"] {
    width: max-content !important;
    height: max-content !important;
}

.slick-dots {
    padding: 0px !important;
}

.action a:hover {
    background: #000;
    opacity: .85 !important;
}

.slick-dots li button {
    color: unset;
}

.slick-dots li.slick-active button::before {
    opacity: inherit;
    color: inherit;
}

.v-next,
.v-prev {
    cursor: pointer;
}

.slick-dots {
    bottom: unset !important;
}

li[role="presentation"][forslider=""] {}

.slick-active[role="presentation"][forslider=""] {}

.slick-slide>.t-rec,
.slick-vertical>.slick-list,
.slick-list.draggable {
    margin: 0px !important;
    padding: 0px !important;
}

.slick-slide:focus {
    outline: none !important;
}

.slick-slide .t396__artboard {
    background-color: unset !important;
}

.slick-slide .t396__carrier,
.slick-slide .t396__filter {
    background-image: unset !important;
}

#rec633547266 .t396__artboard {
    height: 800px;
    background-color: #f1f0f5;
}

#rec633547266 .t396__filter {
    height: 800px;
}

#rec633547266 .t396__carrier {
    height: 800px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .t396__artboard {}

    #rec633547266 .t396__filter {}

    #rec633547266 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .t396__artboard {
        height: 1300px;
    }

    #rec633547266 .t396__filter {
        height: 1300px;
    }

    #rec633547266 .t396__carrier {
        height: 1300px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .t396__artboard {}

    #rec633547266 .t396__filter {}

    #rec633547266 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .t396__artboard {}

    #rec633547266 .t396__filter {}

    #rec633547266 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308141617"] {
    color: #212121;
    text-align: center;
    z-index: 2;
    top: 75px;
    left: calc(50% - 600px + 187px);
    width: 826px;
}

#rec633547266 .tn-elem[data-elem-id="1693308141617"] .tn-atom {
    color: #212121;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308141617"] {
        left: calc(50% - 480px + 67px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308141617"] {
        left: calc(50% - 320px + -93px);
    }

    #rec633547266 .tn-elem[data-elem-id="1693308141617"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308141617"] {
        left: calc(50% - 240px + 0px);
        width: 480px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308141617"] {
        top: 38px;
        width: 320px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308212160"] {
    z-index: 3;
    top: 135px;
    left: calc(50% - 600px + 340px);
    width: 521px;
}

#rec633547266 .tn-elem[data-elem-id="1693308212160"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308212160"] {
        left: calc(50% - 480px + 220px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308212160"] {
        top: 115px;
        left: calc(50% - 320px + 121px);
        width: 398px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308212160"] {
        left: calc(50% - 240px + 41px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308212160"] {
        top: 105px;
        left: calc(50% - 160px + 60px);
        width: 200px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308234243"] {
    color: #000000;
    text-align: center;
    z-index: 4;
    top: 167px;
    left: calc(50% - 600px + 320px);
    width: 560px;
}

#rec633547266 .tn-elem[data-elem-id="1693308234243"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308234243"] {
        left: calc(50% - 480px + 200px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308234243"] {
        left: calc(50% - 320px + 40px);
    }

    #rec633547266 .tn-elem[data-elem-id="1693308234243"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308234243"] {
        left: calc(50% - 240px + 26px);
        width: 441px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308234243"] {
        top: 134px;
        left: calc(50% - 160px + 14px);
        width: 297px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308354886"] {
    z-index: 5;
    top: 258px;
    left: calc(50% - 600px + 210px);
    width: 360px;
    height: 460px;
}

#rec633547266 .tn-elem[data-elem-id="1693308354886"] .tn-atom {
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 2px 2px 2px 3px rgba(234, 234, 234, 1);
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308354886"] {
        left: calc(50% - 480px + 95px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308354886"] {
        top: 258px;
        left: calc(50% - 320px + 166px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308354886"] {
        left: calc(50% - 240px + 86px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308354886"] {
        top: 258px;
        left: calc(50% - 160px + 18px);
        width: 280px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308726944"] {
    color: #000000;
    z-index: 6;
    top: 281px;
    left: calc(50% - 600px + 239px);
    width: 331px;
}

#rec633547266 .tn-elem[data-elem-id="1693308726944"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308726944"] {
        top: 287px;
        left: calc(50% - 480px + 124px);
        width: 331px;
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308726944"] {
        top: 281px;
        left: calc(50% - 320px + 188px);
        width: 237px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693308726944"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308726944"] {
        left: calc(50% - 240px + 108px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308726944"] {
        top: 281px;
        left: calc(50% - 160px + 39px);
        width: 247px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308890709"] {
    color: #000000;
    z-index: 7;
    top: 378px;
    left: calc(50% - 600px + 236px);
    width: 334px;
}

#rec633547266 .tn-elem[data-elem-id="1693308890709"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308890709"] {
        left: calc(50% - 480px + 121px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308890709"] {
        top: 358px;
        left: calc(50% - 320px + 188px);
        width: 238px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693308890709"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308890709"] {
        left: calc(50% - 240px + 108px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308890709"] {
        top: 358px;
        left: calc(50% - 160px + 39px);
        width: 222px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693308918320"] {
    color: #212121;
    z-index: 8;
    top: 473px;
    left: calc(50% - 600px + 237px);
    width: 290px;
}

#rec633547266 .tn-elem[data-elem-id="1693308918320"] .tn-atom {
    color: #212121;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693308918320"] {
        top: 476px;
        left: calc(50% - 480px + 120px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693308918320"] {
        top: 433px;
        left: calc(50% - 320px + 193px);
        width: 242px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693308918320"] {
        left: calc(50% - 240px + 113px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693308918320"] {
        top: 433px;
        left: calc(50% - 160px + 41px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309160876"] {
    color: #212121;
    z-index: 9;
    top: 596px;
    left: calc(50% - 600px + 292px);
    width: 91px;
}

#rec633547266 .tn-elem[data-elem-id="1693309160876"] .tn-atom {
    color: #212121;
    font-size: 23px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 0.3;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309160876"] {
        top: 596px;
        left: calc(50% - 480px + 177px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309160876"] {
        top: 596px;
        left: calc(50% - 320px + 199px);
        width: 115px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309160876"] {
        left: calc(50% - 240px + 119px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309160876"] {
        top: 596px;
        left: calc(50% - 160px + 47px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309303414"] {
    color: #212121;
    z-index: 10;
    top: 584px;
    left: calc(50% - 600px + 405px);
    width: 124px;
}

#rec633547266 .tn-elem[data-elem-id="1693309303414"] .tn-atom {
    color: #212121;
    font-size: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309303414"] {
        top: 584px;
        left: calc(50% - 480px + 290px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309303414"] {
        top: 584px;
        left: calc(50% - 320px + 321px);
        width: 129px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309303414"] {
        left: calc(50% - 240px + 241px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309303414"] {
        top: 588px;
        left: calc(50% - 160px + 162px);
    }

    #rec633547266 .tn-elem[data-elem-id="1693309303414"] .tn-atom {
        font-size: 36px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309362865"] {
    z-index: 11;
    top: 645px;
    left: calc(50% - 600px + 245px);
    width: 290px;
    height: 50px;
}

#rec633547266 .tn-elem[data-elem-id="1693309362865"] .tn-atom {
    border-radius: 10px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309362865"] {
        top: 645px;
        left: calc(50% - 480px + 130px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309362865"] {
        top: 645px;
        left: calc(50% - 320px + 186px);
        width: 269px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309362865"] {
        left: calc(50% - 240px + 99px);
        width: 277px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309362865"] {
        top: 645px;
        left: calc(50% - 160px + 27px);
        width: 258px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501936"] {
    z-index: 12;
    top: 258px;
    left: calc(50% - 600px + 630px);
    width: 360px;
    height: 460px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501936"] .tn-atom {
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 2px 2px 2px 3px rgba(234, 234, 234, 1);
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501936"] {
        left: calc(50% - 480px + 505px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501936"] {
        top: 759px;
        left: calc(50% - 320px + 166px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501936"] {
        left: calc(50% - 240px + 86px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501936"] {
        left: calc(50% - 160px + 18px);
        width: 280px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501942"] {
    color: #000000;
    z-index: 13;
    top: 281px;
    left: calc(50% - 600px + 651px);
    width: 333px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501942"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501942"] {
        top: 279px;
        left: calc(50% - 480px + 535px);
        width: 330px;
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501942"] {
        top: 792px;
        left: calc(50% - 320px + 190px);
        width: 251px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501942"] {
        text-align: left;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501942"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501942"] {
        top: 779px;
        left: calc(50% - 240px + 120px);
        width: 244px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501942"] {
        left: calc(50% - 160px + 36px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501946"] {
    color: #000000;
    z-index: 14;
    top: 378px;
    left: calc(50% - 600px + 656px);
    width: 325px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501946"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501946"] {
        left: calc(50% - 480px + 531px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501946"] {
        top: 869px;
        left: calc(50% - 320px + 193px);
        width: 238px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501946"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501946"] {
        top: 874px;
        left: calc(50% - 240px + 124px);
        width: 230px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501946"] {
        left: calc(50% - 160px + 35px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309409899"] {
    color: #ffffff;
    text-align: center;
    z-index: 15;
    top: 662px;
    left: calc(50% - 600px + 260px);
    width: 265px;
}

#rec633547266 .tn-elem[data-elem-id="1693309409899"] .tn-atom {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309409899"] {
        top: 660px;
        left: calc(50% - 480px + 145px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309409899"] {
        top: 659px;
        left: calc(50% - 320px + 199px);
        width: 242px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309409899"] {
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309409899"] {
        left: calc(50% - 240px + 99px);
        width: 277px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309409899"] {
        top: 659px;
        left: calc(50% - 160px + 27px);
        width: 258px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309409899"] {
        text-align: center;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501949"] {
    color: #212121;
    z-index: 16;
    top: 477px;
    left: calc(50% - 600px + 657px);
    width: 290px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501949"] .tn-atom {
    color: #212121;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501949"] {
        left: calc(50% - 480px + 532px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501949"] {
        top: 944px;
        left: calc(50% - 320px + 192px);
        width: 255px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501949"] {
        left: calc(50% - 240px + 122px);
        width: 247px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501949"] {
        left: calc(50% - 160px + 34px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501955"] {
    color: #212121;
    z-index: 17;
    top: 596px;
    left: calc(50% - 600px + 674px);
    width: 100px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501955"] .tn-atom {
    color: #212121;
    font-size: 23px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    opacity: 0.3;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501955"] {
        left: calc(50% - 480px + 549px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501955"] {
        top: 1096px;
        left: calc(50% - 320px + 196px);
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501955"] {
        left: calc(50% - 240px + 126px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501955"] {
        left: calc(50% - 160px + 34px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501958"] {
    color: #212121;
    z-index: 18;
    top: 584px;
    left: calc(50% - 600px + 786px);
    width: 163px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501958"] .tn-atom {
    color: #212121;
    font-size: 40px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: capitalize;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501958"] {
        left: calc(50% - 480px + 661px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501958"] {
        top: 1084px;
        left: calc(50% - 320px + 297px);
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501958"] {
        top: 1089px;
        left: calc(50% - 240px + 219px);
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501958"] .tn-atom {
        font-size: 36px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501958"] {
        top: 1088px;
        left: calc(50% - 160px + 144px);
        width: 154px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501958"] .tn-atom {
        font-size: 36px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1693489356917"] {
    z-index: 19;
    top: 608px;
    left: calc(50% - 600px + 292px);
    width: 87px;
    height: 3px;
}

#rec633547266 .tn-elem[data-elem-id="1693489356917"] .tn-atom {
    background-color: #b0b0b0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693489356917"] {
        top: 608px;
        left: calc(50% - 480px + 177px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693489356917"] {
        top: 608px;
        left: calc(50% - 320px + 208px);
        width: 73px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693489356917"] {
        left: calc(50% - 240px + 128px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693489356917"] {
        top: 608px;
        left: calc(50% - 160px + 56px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693489439054"] {
    z-index: 20;
    top: 609px;
    left: calc(50% - 600px + 675px);
    width: 87px;
    height: 3px;
}

#rec633547266 .tn-elem[data-elem-id="1693489439054"] .tn-atom {
    background-color: #b0b0b0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693489439054"] {
        left: calc(50% - 480px + 550px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693489439054"] {
        top: 1110px;
        left: calc(50% - 320px + 197px);
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693489439054"] {
        left: calc(50% - 240px + 117px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693489439054"] {
        left: calc(50% - 160px + 35px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1697795409039"] {
    color: #276fdb;
    z-index: 21;
    top: 543px;
    left: calc(50% - 600px + 238px);
    width: 115px;
}

#rec633547266 .tn-elem[data-elem-id="1697795409039"] .tn-atom {
    color: #276fdb;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1697795409039"] {
        top: 544px;
        left: calc(50% - 480px + 115px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1697795409039"] {
        top: 499px;
        left: calc(50% - 320px + 194px);
        width: 96px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1697795409039"] {
        top: 500px;
        left: calc(50% - 240px + 112px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1697795409039"] {
        top: 501px;
        left: calc(50% - 160px + 40px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501961"] {
    z-index: 22;
    top: 645px;
    left: calc(50% - 600px + 665px);
    width: 290px;
    height: 50px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501961"] .tn-atom {
    border-radius: 10px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501961"] {
        top: 645px;
        left: calc(50% - 480px + 540px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501961"] {
        top: 1146px;
        left: calc(50% - 320px + 180px);
        width: 278px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501961"] {
        left: calc(50% - 240px + 103px);
        width: 274px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501961"] {
        left: calc(50% - 160px + 30px);
        width: 256px;
    }
}

#rec633547266 .tn-elem[data-elem-id="1697795414487"] {
    color: #276fdb;
    z-index: 23;
    top: 545px;
    left: calc(50% - 600px + 665px);
    width: 115px;
}

#rec633547266 .tn-elem[data-elem-id="1697795414487"] .tn-atom {
    color: #276fdb;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1697795414487"] {
        left: calc(50% - 480px + 535px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1697795414487"] {
        top: 1005px;
        left: calc(50% - 320px + 195px);
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1697795414487"] {
        top: 1022px;
        left: calc(50% - 240px + 121px);
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1697795414487"] {
        top: 1007px;
        left: calc(50% - 160px + 35px);
    }
}

#rec633547266 .tn-elem[data-elem-id="1693309501965"] {
    color: #ffffff;
    text-align: center;
    z-index: 24;
    top: 662px;
    left: calc(50% - 600px + 677px);
    width: 269px;
}

#rec633547266 .tn-elem[data-elem-id="1693309501965"] .tn-atom {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501965"] {
        top: 660px;
        left: calc(50% - 480px + 550px);
    }
}

@media screen and (max-width: 959px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501965"] {
        top: 1160px;
        left: calc(50% - 320px + 180px);
        width: 278px;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501965"] {
        text-align: center;
    }

    #rec633547266 .tn-elem[data-elem-id="1693309501965"] .tn-atom {
        letter-spacing: -0.5px;
    }
}

@media screen and (max-width: 639px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501965"] {
        left: calc(50% - 240px + 103px);
        width: 274px;
    }
}

@media screen and (max-width: 479px) {
    #rec633547266 .tn-elem[data-elem-id="1693309501965"] {
        left: calc(50% - 160px + 30px);
        width: 256px;
    }
}

#rec633567682 .t396__artboard {
    height: 800px;
    background-color: #ffffff;
}

#rec633567682 .t396__filter {
    height: 800px;
}

#rec633567682 .t396__carrier {
    height: 800px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .t396__artboard {}

    #rec633567682 .t396__filter {}

    #rec633567682 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .t396__artboard {
        height: 1250px;
    }

    #rec633567682 .t396__filter {
        height: 1250px;
    }

    #rec633567682 .t396__carrier {
        height: 1250px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .t396__artboard {
        height: 1300px;
    }

    #rec633567682 .t396__filter {
        height: 1300px;
    }

    #rec633567682 .t396__carrier {
        height: 1300px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .t396__artboard {
        height: 1230px;
    }

    #rec633567682 .t396__filter {
        height: 1230px;
    }

    #rec633567682 .t396__carrier {
        height: 1230px;
        background-attachment: scroll;
    }
}

#rec633567682 .tn-elem[data-elem-id="1470209944682"] {
    color: #000000;
    text-align: center;
    z-index: 2;
    top: 60px;
    left: calc(50% - 600px + 402px);
    width: 396px;
}

#rec633567682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #000000;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 480px + 282px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 320px + 118px);
    }

    #rec633567682 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 240px + 42px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 160px + -38px);
    }
}

#rec633567682 .tn-elem[data-elem-id="1470233923389"] {
    color: #000000;
    z-index: 3;
    top: 200px;
    left: calc(50% - 600px + 0px);
    width: 294px;
}

#rec633567682 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1470233923389"] {
        top: 130px;
        left: calc(50% - 320px + 55px);
    }

    #rec633567682 .tn-elem[data-elem-id="1470233923389"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1470233923389"] {
        top: 137px;
        left: calc(50% - 240px + 42px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1470233923389"] {
        top: 136px;
        left: calc(50% - 160px + 15px);
    }
}

#rec633567682 .tn-elem[data-elem-id="1470210224069"] {
    z-index: 4;
    top: 341px;
    left: calc(50% - 600px + 850px);
    width: 260px;
    height: 228px;
}

#rec633567682 .tn-elem[data-elem-id="1470210224069"] .tn-atom {
    border-width: 1px;
    border-radius: 10px;
    background-position: center center;
    border-color: #276fdb;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1470210224069"] {
        left: calc(50% - 480px + 610px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1470210224069"] {
        top: 755px;
        left: calc(50% - 320px + 183px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1470210224069"] {
        top: 878px;
        left: calc(50% - 240px + 106px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1470210224069"] {
        top: 705px;
        left: calc(50% - 160px + 9px);
        width: 300px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1470210011265"] {
    color: #212121;
    text-align: center;
    z-index: 5;
    top: 365px;
    left: calc(50% - 600px + 879px);
    width: 203px;
}

#rec633567682 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    color: #212121;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1470210011265"] {
        left: calc(50% - 480px + 639px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1470210011265"] {
        top: 779px;
        left: calc(50% - 320px + 211px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1470210011265"] {
        top: 902px;
        left: calc(50% - 240px + 134px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1470210011265"] {
        top: 736px;
        left: calc(50% - 160px + 58px);
    }

    #rec633567682 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

#rec633567682 .tn-elem[data-elem-id="1693310257550"] {
    color: #276fdb;
    text-align: center;
    z-index: 6;
    top: 468px;
    left: calc(50% - 600px + 884px);
    width: 193px;
}

#rec633567682 .tn-elem[data-elem-id="1693310257550"] .tn-atom {
    color: #276fdb;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1693310257550"] {
        left: calc(50% - 480px + 644px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693310257550"] {
        top: 882px;
        left: calc(50% - 320px + 216px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693310257550"] {
        top: 1005px;
        left: calc(50% - 240px + 139px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693310257550"] {
        top: 839px;
        left: calc(50% - 160px + 63px);
    }
}

#rec633567682 .tn-elem[data-elem-id="1693310571801"] {
    z-index: 7;
    top: 99px;
    left: calc(50% - 600px + 340px);
    width: 521px;
}

#rec633567682 .tn-elem[data-elem-id="1693310571801"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1693310571801"] {
        left: calc(50% - 480px + 220px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693310571801"] {
        top: 89px;
        left: calc(50% - 320px + 141px);
        width: 350px;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693310571801"] {
        left: calc(50% - 240px + 65px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693310571801"] {
        left: calc(50% - 160px + 60px);
        width: 200px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1693312464813"] {
    z-index: 8;
    top: 295px;
    left: calc(50% - 600px + 0px);
    width: 519px;
    height: 128px;
}

#rec633567682 .tn-elem[data-elem-id="1693312464813"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693312464813"] {
        top: 185px;
        left: calc(50% - 320px + 55px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693312464813"] {
        top: 192px;
        left: calc(50% - 240px + 40px);
        width: 400px;
        height: 204px;
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693312464813"] {
        left: calc(50% - 160px + 10px);
        width: 300px;
        height: 101px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1693313026453"] {
    color: #000000;
    text-align: center;
    z-index: 9;
    top: 183px;
    left: calc(50% - 600px + 805px);
    width: 346px;
}

#rec633567682 .tn-elem[data-elem-id="1693313026453"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1693313026453"] {
        top: 186px;
        left: calc(50% - 480px + 577px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693313026453"] {
        top: 570px;
        left: calc(50% - 320px + 147px);
    }

    #rec633567682 .tn-elem[data-elem-id="1693313026453"] {
        text-align: center;
    }

    #rec633567682 .tn-elem[data-elem-id="1693313026453"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693313026453"] {
        top: 683px;
        left: calc(50% - 240px + 67px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693313026453"] {
        top: 530px;
        left: calc(50% - 160px + 15px);
        width: 288px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1693397483702"] {
    color: #000000;
    z-index: 10;
    top: 487px;
    left: calc(50% - 600px + 0px);
    width: 294px;
}

#rec633567682 .tn-elem[data-elem-id="1693397483702"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693397483702"] {
        top: 367px;
        left: calc(50% - 320px + 55px);
    }

    #rec633567682 .tn-elem[data-elem-id="1693397483702"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693397483702"] {
        top: 454px;
        left: calc(50% - 240px + 38px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693397483702"] {
        top: 338px;
        left: calc(50% - 160px + 16px);
    }
}

#rec633567682 .tn-elem[data-elem-id="1693397585782"] {
    color: #212121;
    z-index: 11;
    top: 700px;
    left: calc(50% - 600px + 0px);
    width: 843px;
}

#rec633567682 .tn-elem[data-elem-id="1693397585782"] .tn-atom {
    color: #212121;
    font-size: 10px;
    font-family: 'Open Sans', 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: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693397585782"] {
        top: 1023px;
        left: calc(50% - 320px + 26px);
        width: 587px;
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693397585782"] {
        top: 1146px;
        left: calc(50% - 240px + 23px);
        width: 433px;
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693397585782"] {
        top: 971px;
        left: calc(50% - 160px + 21px);
        width: 277px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1693399012637"] {
    z-index: 12;
    top: 531px;
    left: calc(50% - 600px + 0px);
    width: 521px;
    height: 128px;
}

#rec633567682 .tn-elem[data-elem-id="1693399012637"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693399012637"] {
        top: 401px;
        left: calc(50% - 320px + 55px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693399012637"] {
        top: 492px;
        left: calc(50% - 240px + 40px);
        width: 400px;
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693399012637"] {
        top: 373px;
        left: calc(50% - 160px + 10px);
        width: 300px;
        height: 105px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1693404444106"] {
    color: #276fdb;
    text-align: center;
    z-index: 13;
    top: 260px;
    left: calc(50% - 600px + 850px);
    width: 257px;
    height: 55px;
}

#rec633567682 .tn-elem[data-elem-id="1693404444106"] .tn-atom {
    color: #276fdb;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    border-width: 1px;
    border-radius: 10px;
    background-position: center center;
    border-color: #276fdb;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1693404444106"] {
        left: calc(50% - 480px + 610px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693404444106"] {
        top: 674px;
        left: calc(50% - 320px + 185px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693404444106"] {
        top: 797px;
        left: calc(50% - 240px + 105px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693404444106"] {
        top: 631px;
        left: calc(50% - 160px + 9px);
        width: 300px;
    }
}

#rec633567682 .tn-elem[data-elem-id="1693506029636"] {
    color: #ffffff;
    text-align: center;
    z-index: 14;
    top: 514px;
    left: calc(50% - 600px + 850px);
    width: 260px;
    height: 55px;
}

#rec633567682 .tn-elem[data-elem-id="1693506029636"] .tn-atom {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 10px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec633567682 .tn-elem[data-elem-id="1693506029636"] {
        left: calc(50% - 480px + 610px);
    }
}

@media screen and (max-width: 959px) {
    #rec633567682 .tn-elem[data-elem-id="1693506029636"] {
        top: 928px;
        left: calc(50% - 320px + 183px);
    }
}

@media screen and (max-width: 639px) {
    #rec633567682 .tn-elem[data-elem-id="1693506029636"] {
        top: 1051px;
        left: calc(50% - 240px + 106px);
    }
}

@media screen and (max-width: 479px) {
    #rec633567682 .tn-elem[data-elem-id="1693506029636"] {
        top: 878px;
        left: calc(50% - 160px + 9px);
        width: 300px;
    }
}

.custom-range {
    position: relative;
    width: 100%;
}

.range-input {
    width: 100%;
    height: 10px;
    background: transparent;
    cursor: grab;
}

.range-input::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    background-color: #3498db;
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
}

.range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #3498db;
    border-radius: 50%;
    cursor: pointer;
}

.range-input::-ms-thumb {
    width: 20px;
    height: 20px;
    background-color: #3498db;
    border-radius: 50%;
    cursor: pointer;
}

.range-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    background-color: #ccc;
}

.range-input::-moz-range-track {
    width: 100%;
    height: 10px;
    background-color: #ccc;
}

.value-input {
    width: 90px;
    padding: 5px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    text-align: right;
}

.value-input:focus,
.range-month:focus {
    outline: none;
}

.toggle-button {
    width: 24px;
    height: 24px;
    border: none;
    cursor: pointer;
    background: #fff;
}

.toggle-summ {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

.value-input-wrap {
    position: relative;
    margin-left: -15px;
}

.value-input-wrap:before {
    content: " ₽";
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translate(0, -52%);
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.range-wrapper {
    position: relative;
    width: 100%;
    background: #CFCFCF;
    margin: 20px 0;
    border-radius: 5px;
}

.range-wrapper:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    background: #276FDB;
}

.range-track {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #276FDB;
}

.range-track:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -11px;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23276FDB'/%3E%3Ccircle cx='11' cy='11' r='6' fill='white'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    background-size: contain;
}

.range-input {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.toggle-summ.not-valid-value,
.toggle-summ.not-valid-value .value-input {
    color: #ff0000;
}

.error-value {
    color: #ff0000;
    font-size: 12px;
    font-family: 'Open Sans', Arial, sans-serif;
    display: none;
    margin: 15px 0;
}

.not-valid-value~.error-value {
    display: block;
}

.range-label-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10px 0;
}

.range-label-item {
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
}

.range-month {
    width: 15px;
    padding: 5px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: 0;
    text-align: left;
}

.range-date-wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.result {
    font-size: 20px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

.calculate {
    cursor: pointer;
}

.blocked {
    opacity: 0.5;
    pointer-events: none;
}

#rec633619316 .t396__artboard {
    height: 650px;
    background-color: #f1f0f5;
}

#rec633619316 .t396__filter {
    height: 650px;
}

#rec633619316 .t396__carrier {
    height: 650px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .t396__artboard {
        height: 550px;
    }

    #rec633619316 .t396__filter {
        height: 550px;
    }

    #rec633619316 .t396__carrier {
        height: 550px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .t396__artboard {
        height: 950px;
    }

    #rec633619316 .t396__filter {
        height: 950px;
    }

    #rec633619316 .t396__carrier {
        height: 950px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .t396__artboard {
        height: 1000px;
    }

    #rec633619316 .t396__filter {
        height: 1000px;
    }

    #rec633619316 .t396__carrier {
        height: 1000px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .t396__artboard {}

    #rec633619316 .t396__filter {}

    #rec633619316 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec633619316 .tn-elem[data-elem-id="1470209944682"] {
    color: #212121;
    text-align: center;
    z-index: 2;
    top: 40px;
    left: calc(50% - 600px + 390px);
    width: 421px;
}

#rec633619316 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #212121;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 480px + 270px);
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 320px + 110px);
    }

    #rec633619316 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1470209944682"] {
        top: 40px;
        left: calc(50% - 240px + 19px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 160px + -61px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1470210224069"] {
    z-index: 3;
    top: 277px;
    left: calc(50% - 600px + 383px);
    width: 439px;
    height: 300px;
}

#rec633619316 .tn-elem[data-elem-id="1470210224069"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1470210224069"] {
        top: 266px;
        left: calc(50% - 480px + 330px);
        width: 300px;
        height: 205px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1470210224069"] {
        top: 213px;
        left: calc(50% - 320px + 169px);
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1470210224069"] {
        top: 213px;
        left: calc(50% - 240px + 78px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1470210224069"] {
        top: 263px;
        left: calc(50% - 160px + 9px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1470210011265"] {
    color: #000000;
    text-align: center;
    z-index: 4;
    top: 109px;
    left: calc(50% - 600px + 287px);
    width: 627px;
}

#rec633619316 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1470210011265"] {
        left: calc(50% - 480px + 167px);
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1470210011265"] {
        top: 99px;
        left: calc(50% - 320px + 91px);
        width: 480px;
    }

    #rec633619316 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1470210011265"] {
        top: 99px;
        left: calc(50% - 240px + 0px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1470210011265"] {
        left: calc(50% - 160px + 8px);
        width: 303px;
    }
}

#rec633619316 .tn-elem[data-elem-id="1693315542357"] {
    z-index: 5;
    top: 179px;
    left: calc(50% - 600px + 382px);
    width: 440px;
}

#rec633619316 .tn-elem[data-elem-id="1693315542357"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693315542357"] {
        top: 199px;
        left: calc(50% - 480px + 329px);
        width: 301px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693315542357"] {
        top: 146px;
        left: calc(50% - 320px + 169px);
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693315542357"] {
        top: 146px;
        left: calc(50% - 240px + 78px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693315542357"] {
        top: 196px;
        left: calc(50% - 160px + 9px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693315602624"] {
    z-index: 6;
    top: 369px;
    left: calc(50% - 600px + 502px);
    width: 200px;
}

#rec633619316 .tn-elem[data-elem-id="1693315602624"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693315602624"] {
        top: 329px;
        left: calc(50% - 480px + 411px);
        width: 137px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693315602624"] {
        top: 276px;
        left: calc(50% - 320px + 251px);
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693315602624"] {
        top: 276px;
        left: calc(50% - 240px + 160px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693315602624"] {
        top: 326px;
        left: calc(50% - 160px + 91px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693315696443"] {
    z-index: 7;
    top: 323px;
    left: calc(50% - 600px + 93px);
    width: 240px;
    height: 192px;
}

#rec633619316 .tn-elem[data-elem-id="1693315696443"] .tn-atom {
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 3px 4px 5px 1px rgba(238, 238, 238, 0.8);
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693315696443"] {
        top: 275px;
        left: calc(50% - 480px + 88px);
        width: 164px;
        height: 131px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693315696443"] {
        top: 468px;
        left: calc(50% - 320px + 199px);
        width: 240px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693315696443"] {
        top: 468px;
        left: calc(50% - 240px + 108px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693315696443"] {
        top: 518px;
        left: calc(50% - 160px + 39px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693315832456"] {
    z-index: 8;
    top: 369px;
    left: calc(50% - 600px + 163px);
    width: 100px;
}

#rec633619316 .tn-elem[data-elem-id="1693315832456"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693315832456"] {
        top: 306px;
        left: calc(50% - 480px + 136px);
        width: 68px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693315832456"] {
        top: 493px;
        left: calc(50% - 320px + 279px);
        width: 80px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693315832456"] {
        top: 493px;
        left: calc(50% - 240px + 188px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693315832456"] {
        top: 543px;
        left: calc(50% - 160px + 119px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693315931473"] {
    z-index: 9;
    top: 318px;
    left: calc(50% - 600px + 871px);
    width: 240px;
    height: 192px;
}

#rec633619316 .tn-elem[data-elem-id="1693315931473"] .tn-atom {
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 3px 4px 5px 1px rgba(238, 238, 238, 1);
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931473"] {
        top: 275px;
        left: calc(50% - 480px + 719px);
        width: 166px;
        height: 133px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931473"] {
        top: 699px;
        left: calc(50% - 320px + 199px);
        width: 240px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931473"] {
        top: 689px;
        left: calc(50% - 240px + 108px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931473"] {
        top: 739px;
        left: calc(50% - 160px + 39px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693315931477"] {
    z-index: 10;
    top: 364px;
    left: calc(50% - 600px + 941px);
    width: 100px;
}

#rec633619316 .tn-elem[data-elem-id="1693315931477"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931477"] {
        top: 307px;
        left: calc(50% - 480px + 768px);
        width: 69px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931477"] {
        top: 725px;
        left: calc(50% - 320px + 279px);
        width: 80px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931477"] {
        top: 715px;
        left: calc(50% - 240px + 188px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693315931477"] {
        top: 765px;
        left: calc(50% - 160px + 119px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693316059956"] {
    color: #000000;
    text-align: center;
    z-index: 11;
    top: 533px;
    left: calc(50% - 600px + 95px);
    width: 232px;
}

#rec633619316 .tn-elem[data-elem-id="1693316059956"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693316059956"] {
        top: 427px;
        left: calc(50% - 480px + 53px);
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693316059956"] {
        top: 620px;
        left: calc(50% - 320px + 203px);
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693316059956"] {
        top: 620px;
        left: calc(50% - 240px + 112px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693316059956"] {
        top: 670px;
        left: calc(50% - 160px + 43px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693316106757"] {
    color: #000000;
    text-align: center;
    z-index: 12;
    top: 531px;
    left: calc(50% - 600px + 875px);
    width: 232px;
}

#rec633619316 .tn-elem[data-elem-id="1693316106757"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693316106757"] {
        top: 408px;
        left: calc(50% - 480px + 709px);
        width: 204px;
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693316106757"] {
        top: 862px;
        left: calc(50% - 320px + 217px);
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693316106757"] {
        top: 852px;
        left: calc(50% - 240px + 126px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693316106757"] {
        top: 902px;
        left: calc(50% - 160px + 57px);
    }
}

#rec633619316 .tn-elem[data-elem-id="1693316433089"] {
    z-index: 13;
    top: 83px;
    left: calc(50% - 600px + 500px);
    width: 200px;
}

#rec633619316 .tn-elem[data-elem-id="1693316433089"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633619316 .tn-elem[data-elem-id="1693316433089"] {
        left: calc(50% - 480px + 380px);
    }
}

@media screen and (max-width: 959px) {
    #rec633619316 .tn-elem[data-elem-id="1693316433089"] {
        top: 73px;
        left: calc(50% - 320px + 245px);
        width: 150px;
    }
}

@media screen and (max-width: 639px) {
    #rec633619316 .tn-elem[data-elem-id="1693316433089"] {
        top: 73px;
        left: calc(50% - 240px + 154px);
    }
}

@media screen and (max-width: 479px) {
    #rec633619316 .tn-elem[data-elem-id="1693316433089"] {
        left: calc(50% - 160px + 74px);
    }
}

#rec633630735 .t396__artboard {
    height: 1500px;
    background-color: #f1f0f5;
}

#rec633630735 .t396__filter {
    height: 1500px;
}

#rec633630735 .t396__carrier {
    height: 1500px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .t396__artboard {
        height: 2400px;
    }

    #rec633630735 .t396__filter {
        height: 2400px;
    }

    #rec633630735 .t396__carrier {
        height: 2400px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .t396__artboard {}

    #rec633630735 .t396__filter {}

    #rec633630735 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .t396__artboard {}

    #rec633630735 .t396__filter {}

    #rec633630735 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .t396__artboard {}

    #rec633630735 .t396__filter {}

    #rec633630735 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec633630735 .tn-elem[data-elem-id="1470209944682"] {
    color: #000000;
    text-align: center;
    z-index: 2;
    top: 90px;
    left: calc(50% - 600px + 270px);
    width: 660px;
}

#rec633630735 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #000000;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 480px + 150px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 320px + -10px);
    }

    #rec633630735 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 240px + -90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 160px + -170px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317700711"] {
    z-index: 3;
    top: 142px;
    left: calc(50% - 600px + 329px);
    width: 543px;
}

#rec633630735 .tn-elem[data-elem-id="1693317700711"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317700711"] {
        top: 140px;
        left: calc(50% - 480px + 209px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317700711"] {
        left: calc(50% - 320px + 195px);
        width: 250px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317700711"] {
        left: calc(50% - 240px + 115px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317700711"] {
        left: calc(50% - 160px + 35px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317773681"] {
    z-index: 4;
    top: 225px;
    left: calc(50% - 600px + 700px);
    width: 500px;
    height: 350px;
}

#rec633630735 .tn-elem[data-elem-id="1693317773681"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317773681"] {
        top: 713px;
        left: calc(50% - 480px + 232px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317773681"] {
        top: 683px;
        left: calc(50% - 320px + 170px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317773681"] {
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317773681"] {
        left: calc(50% - 160px + 10px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317789923"] {
    z-index: 5;
    top: 652px;
    left: calc(50% - 600px + 0px);
    width: 500px;
    height: 350px;
}

#rec633630735 .tn-elem[data-elem-id="1693317789923"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317789923"] {
        top: 1119px;
        left: calc(50% - 480px + 230px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317789923"] {
        top: 1159px;
        left: calc(50% - 320px + 170px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317789923"] {
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317789923"] {
        left: calc(50% - 160px + 10px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317722469"] {
    z-index: 6;
    top: 223px;
    left: calc(50% - 600px + 0px);
    width: 500px;
    height: 350px;
}

#rec633630735 .tn-elem[data-elem-id="1693317722469"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317722469"] {
        top: 223px;
        left: calc(50% - 480px + 230px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317722469"] {
        top: 193px;
        left: calc(50% - 320px + 170px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317722469"] {
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317722469"] {
        left: calc(50% - 160px + 10px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317795636"] {
    z-index: 7;
    top: 651px;
    left: calc(50% - 600px + 700px);
    width: 500px;
    height: 350px;
}

#rec633630735 .tn-elem[data-elem-id="1693317795636"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317795636"] {
        top: 1531px;
        left: calc(50% - 480px + 228px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317795636"] {
        top: 1571px;
        left: calc(50% - 320px + 170px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317795636"] {
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317795636"] {
        left: calc(50% - 160px + 10px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317848583"] {
    z-index: 8;
    top: 364px;
    left: calc(50% - 600px + 54px);
    width: 179px;
}

#rec633630735 .tn-elem[data-elem-id="1693317848583"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317848583"] {
        top: 364px;
        left: calc(50% - 480px + 284px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317848583"] {
        top: 378px;
        left: calc(50% - 320px + 190px);
        width: 110px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317848583"] {
        left: calc(50% - 240px + 110px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317848583"] {
        left: calc(50% - 160px + 30px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693317850362"] {
    z-index: 9;
    top: 321px;
    left: calc(50% - 600px + 278px);
    width: 173px;
}

#rec633630735 .tn-elem[data-elem-id="1693317850362"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693317850362"] {
        top: 321px;
        left: calc(50% - 480px + 508px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693317850362"] {
        top: 359px;
        left: calc(50% - 320px + 352px);
        width: 104px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693317850362"] {
        left: calc(50% - 240px + 272px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693317850362"] {
        left: calc(50% - 160px + 192px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318092616"] {
    color: #ffffff;
    z-index: 10;
    top: 242px;
    left: calc(50% - 600px + 81px);
    width: 408px;
}

#rec633630735 .tn-elem[data-elem-id="1693318092616"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318092616"] {
        top: 242px;
        left: calc(50% - 480px + 311px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318092616"] {
        top: 212px;
        left: calc(50% - 320px + 224px);
        width: 286px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693318092616"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318092616"] {
        left: calc(50% - 240px + 144px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318092616"] {
        left: calc(50% - 160px + 64px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318130951"] {
    color: #ffffff;
    z-index: 11;
    top: 283px;
    left: calc(50% - 600px + 31px);
    width: 448px;
}

#rec633630735 .tn-elem[data-elem-id="1693318130951"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318130951"] {
        top: 283px;
        left: calc(50% - 480px + 261px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318130951"] {
        top: 284px;
        left: calc(50% - 320px + 191px);
        width: 279px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318130951"] {
        left: calc(50% - 240px + 111px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318130951"] {
        left: calc(50% - 160px + 31px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318336006"] {
    color: #ffffff;
    z-index: 12;
    top: 245px;
    left: calc(50% - 600px + 787px);
    width: 408px;
}

#rec633630735 .tn-elem[data-elem-id="1693318336006"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318336006"] {
        top: 733px;
        left: calc(50% - 480px + 318px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318336006"] {
        top: 699px;
        left: calc(50% - 320px + 226px);
        width: 223px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693318336006"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318336006"] {
        left: calc(50% - 240px + 146px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318336006"] {
        left: calc(50% - 160px + 66px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318374159"] {
    z-index: 13;
    top: 296px;
    left: calc(50% - 600px + 740px);
    width: 412px;
}

#rec633630735 .tn-elem[data-elem-id="1693318374159"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318374159"] {
        top: 783px;
        left: calc(50% - 480px + 272px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318374159"] {
        top: 837px;
        left: calc(50% - 320px + 182px);
        width: 274px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318374159"] {
        left: calc(50% - 240px + 102px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318374159"] {
        left: calc(50% - 160px + 22px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318609817"] {
    color: #ffffff;
    z-index: 14;
    top: 670px;
    left: calc(50% - 600px + 97px);
    width: 385px;
}

#rec633630735 .tn-elem[data-elem-id="1693318609817"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318609817"] {
        top: 1137px;
        left: calc(50% - 480px + 326px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318609817"] {
        top: 1175px;
        left: calc(50% - 320px + 228px);
        width: 234px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693318609817"] {
        text-align: left;
    }

    #rec633630735 .tn-elem[data-elem-id="1693318609817"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318609817"] {
        left: calc(50% - 240px + 148px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318609817"] {
        left: calc(50% - 160px + 68px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318637845"] {
    z-index: 15;
    top: 245px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec633630735 .tn-elem[data-elem-id="1693318637845"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318637845"] {
        top: 245px;
        left: calc(50% - 480px + 268px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318637845"] {
        top: 215px;
        left: calc(50% - 320px + 188px);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318637845"] {
        left: calc(50% - 240px + 108px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318637845"] {
        left: calc(50% - 160px + 28px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318692617"] {
    z-index: 16;
    top: 248px;
    left: calc(50% - 600px + 742px);
    width: 27px;
}

#rec633630735 .tn-elem[data-elem-id="1693318692617"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318692617"] {
        top: 734px;
        left: calc(50% - 480px + 273px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318692617"] {
        top: 702px;
        left: calc(50% - 320px + 184px);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318692617"] {
        left: calc(50% - 240px + 104px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318692617"] {
        left: calc(50% - 160px + 24px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318694826"] {
    z-index: 17;
    top: 674px;
    left: calc(50% - 600px + 39px);
    width: 27px;
}

#rec633630735 .tn-elem[data-elem-id="1693318694826"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318694826"] {
        top: 1140px;
        left: calc(50% - 480px + 268px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318694826"] {
        top: 1180px;
        left: calc(50% - 320px + 184px);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318694826"] {
        left: calc(50% - 240px + 104px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318694826"] {
        left: calc(50% - 160px + 24px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318696486"] {
    z-index: 18;
    top: 683px;
    left: calc(50% - 600px + 731px);
    width: 27px;
}

#rec633630735 .tn-elem[data-elem-id="1693318696486"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318696486"] {
        top: 1563px;
        left: calc(50% - 480px + 258px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318696486"] {
        top: 1590px;
        left: calc(50% - 320px + 181px);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318696486"] {
        left: calc(50% - 240px + 101px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318696486"] {
        left: calc(50% - 160px + 21px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318839880"] {
    color: #ffffff;
    z-index: 19;
    top: 678px;
    left: calc(50% - 600px + 779px);
    width: 408px;
}

#rec633630735 .tn-elem[data-elem-id="1693318839880"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318839880"] {
        top: 1558px;
        left: calc(50% - 480px + 307px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318839880"] {
        top: 1587px;
        left: calc(50% - 320px + 221px);
        width: 219px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693318839880"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318839880"] {
        left: calc(50% - 240px + 141px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318839880"] {
        left: calc(50% - 160px + 61px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318947591"] {
    z-index: 20;
    top: 722px;
    left: calc(50% - 600px + 36px);
    width: 422px;
}

#rec633630735 .tn-elem[data-elem-id="1693318947591"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318947591"] {
        top: 1189px;
        left: calc(50% - 480px + 265px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318947591"] {
        top: 1280px;
        left: calc(50% - 320px + 184px);
        width: 274px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318947591"] {
        left: calc(50% - 240px + 104px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318947591"] {
        left: calc(50% - 160px + 24px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318949949"] {
    z-index: 21;
    top: 780px;
    left: calc(50% - 600px + 734px);
    width: 250px;
}

#rec633630735 .tn-elem[data-elem-id="1693318949949"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318949949"] {
        top: 1661px;
        left: calc(50% - 480px + 262px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318949949"] {
        top: 1742px;
        left: calc(50% - 320px + 182px);
        width: 167px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318949949"] {
        left: calc(50% - 240px + 102px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318949949"] {
        left: calc(50% - 160px + 22px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693318953037"] {
    z-index: 22;
    top: 783px;
    left: calc(50% - 600px + 1014px);
    width: 134px;
}

#rec633630735 .tn-elem[data-elem-id="1693318953037"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693318953037"] {
        top: 1663px;
        left: calc(50% - 480px + 542px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693318953037"] {
        top: 1745px;
        left: calc(50% - 320px + 370px);
        width: 88px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693318953037"] {
        left: calc(50% - 240px + 290px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693318953037"] {
        left: calc(50% - 160px + 210px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319117786"] {
    color: #000000;
    text-align: center;
    z-index: 23;
    top: 286px;
    left: calc(50% - 600px + 521px);
    width: 168px;
}

#rec633630735 .tn-elem[data-elem-id="1693319117786"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319117786"] {
        top: 773px;
        left: calc(50% - 480px + 52px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319117786"] {
        top: 633px;
        left: calc(50% - 320px + 80px);
    }

    #rec633630735 .tn-elem[data-elem-id="1693319117786"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319117786"] {
        left: calc(50% - 240px + 0px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319117786"] {
        top: 612px;
        left: calc(50% - 160px + -19px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319259214"] {
    color: #000000;
    text-align: center;
    z-index: 24;
    top: 511px;
    left: calc(50% - 600px + 518px);
    width: 168px;
}

#rec633630735 .tn-elem[data-elem-id="1693319259214"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319259214"] {
        top: 998px;
        left: calc(50% - 480px + 48px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319259214"] {
        top: 1033px;
        left: calc(50% - 320px + 112px);
        width: 128px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693319259214"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319259214"] {
        left: calc(50% - 240px + 32px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319259214"] {
        top: 1085px;
        left: calc(50% - 160px + 15px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319261242"] {
    color: #000000;
    text-align: center;
    z-index: 25;
    top: 120px;
    left: calc(50% - 600px + 1017px);
    width: 168px;
}

#rec633630735 .tn-elem[data-elem-id="1693319261242"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319261242"] {
        top: 618px;
        left: calc(50% - 480px + 548px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319261242"] {
        top: 630px;
        left: calc(50% - 320px + 365px);
    }

    #rec633630735 .tn-elem[data-elem-id="1693319261242"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319261242"] {
        left: calc(50% - 240px + 285px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319261242"] {
        top: 613px;
        left: calc(50% - 160px + 152px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319308384"] {
    z-index: 26;
    top: 170px;
    left: calc(50% - 600px + 989px);
    width: 128px;
}

#rec633630735 .tn-elem[data-elem-id="1693319308384"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319308384"] {
        top: 658px;
        left: calc(50% - 480px + 520px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319308384"] {
        top: 683px;
        left: calc(50% - 320px + 372px);
        width: 89px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693319308384"] .tn-atom {
        -webkit-transform: rotate(341deg);
        -moz-transform: rotate(341deg);
        transform: rotate(341deg);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319308384"] {
        left: calc(50% - 240px + 292px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319308384"] {
        top: 670px;
        left: calc(50% - 160px + 212px);
    }

    #rec633630735 .tn-elem[data-elem-id="1693319308384"] .tn-atom {
        -webkit-transform: rotate(330deg);
        -moz-transform: rotate(330deg);
        transform: rotate(330deg);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319309794"] {
    z-index: 27;
    top: 310px;
    left: calc(50% - 600px + 687px);
    width: 52px;
}

#rec633630735 .tn-elem[data-elem-id="1693319309794"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319309794"] {
        top: 798px;
        left: calc(50% - 480px + 218px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319309794"] {
        top: 697px;
        left: calc(50% - 320px + 118px);
    }

    #rec633630735 .tn-elem[data-elem-id="1693319309794"] .tn-atom {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        transform: rotate(20deg);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319309794"] {
        left: calc(50% - 240px + 38px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319309794"] {
        top: 671px;
        left: calc(50% - 160px + -8px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319471659"] {
    z-index: 28;
    top: 1080px;
    left: calc(50% - 600px + 334px);
    width: 500px;
    height: 350px;
}

#rec633630735 .tn-elem[data-elem-id="1693319471659"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319471659"] {
        top: 1950px;
        left: calc(50% - 480px + 231px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319471659"] {
        top: 1980px;
        left: calc(50% - 320px + 170px);
        width: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319471659"] {
        left: calc(50% - 240px + 90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319471659"] {
        left: calc(50% - 160px + 10px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319310892"] {
    z-index: 29;
    top: 427px;
    left: calc(50% - 600px + 694px);
    width: 45px;
}

#rec633630735 .tn-elem[data-elem-id="1693319310892"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319310892"] {
        top: 914px;
        left: calc(50% - 480px + 225px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319310892"] {
        top: 949px;
        left: calc(50% - 320px + 125px);
    }

    #rec633630735 .tn-elem[data-elem-id="1693319310892"] .tn-atom {
        -webkit-transform: rotate(350deg);
        -moz-transform: rotate(350deg);
        transform: rotate(350deg);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319310892"] {
        left: calc(50% - 240px + 45px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319310892"] {
        top: 999px;
        left: calc(50% - 160px + 22px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319483155"] {
    color: #ffffff;
    z-index: 30;
    top: 1115px;
    left: calc(50% - 600px + 409px);
    width: 388px;
}

#rec633630735 .tn-elem[data-elem-id="1693319483155"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319483155"] {
        top: 1985px;
        left: calc(50% - 480px + 306px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319483155"] {
        top: 1998px;
        left: calc(50% - 320px + 210px);
        width: 247px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693319483155"] {
        text-align: left;
    }

    #rec633630735 .tn-elem[data-elem-id="1693319483155"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319483155"] {
        left: calc(50% - 240px + 130px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319483155"] {
        left: calc(50% - 160px + 50px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319570829"] {
    z-index: 31;
    top: 1117px;
    left: calc(50% - 600px + 356px);
    width: 27px;
}

#rec633630735 .tn-elem[data-elem-id="1693319570829"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319570829"] {
        top: 1986px;
        left: calc(50% - 480px + 252px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319570829"] {
        top: 1998px;
        left: calc(50% - 320px + 179px);
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319570829"] {
        left: calc(50% - 240px + 99px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319570829"] {
        left: calc(50% - 160px + 19px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693319680087"] {
    z-index: 32;
    top: 1302px;
    left: calc(50% - 600px + 563px);
    width: 138px;
}

#rec633630735 .tn-elem[data-elem-id="1693319680087"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693319680087"] {
        top: 2171px;
        left: calc(50% - 480px + 459px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693319680087"] {
        top: 2198px;
        left: calc(50% - 320px + 314px);
        width: 115px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693319680087"] {
        left: calc(50% - 240px + 234px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693319680087"] {
        left: calc(50% - 160px + 154px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693474415990"] {
    color: #ffffff;
    z-index: 33;
    top: 747px;
    left: calc(50% - 600px + 779px);
    width: 173px;
}

#rec633630735 .tn-elem[data-elem-id="1693474415990"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693474415990"] {
        top: 1628px;
        left: calc(50% - 480px + 307px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693474415990"] {
        top: 1694px;
        left: calc(50% - 320px + 188px);
        width: 158px;
    }

    #rec633630735 .tn-elem[data-elem-id="1693474415990"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693474415990"] {
        left: calc(50% - 240px + 108px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693474415990"] {
        left: calc(50% - 160px + 28px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693474450245"] {
    color: #ffffff;
    z-index: 34;
    top: 719px;
    left: calc(50% - 600px + 1055px);
    width: 132px;
}

#rec633630735 .tn-elem[data-elem-id="1693474450245"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693474450245"] {
        top: 1599px;
        left: calc(50% - 480px + 583px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693474450245"] {
        top: 1684px;
        left: calc(50% - 320px + 361px);
    }

    #rec633630735 .tn-elem[data-elem-id="1693474450245"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693474450245"] {
        left: calc(50% - 240px + 281px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693474450245"] {
        left: calc(50% - 160px + 201px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693488839252"] {
    color: #212121;
    text-align: center;
    z-index: 35;
    top: 491px;
    left: calc(50% - 600px + 110px);
    width: 287px;
    height: 55px;
}

#rec633630735 .tn-elem[data-elem-id="1693488839252"] .tn-atom {
    color: #212121;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693488839252"] {
        top: 491px;
        left: calc(50% - 480px + 340px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693488839252"] {
        top: 462px;
        left: calc(50% - 320px + 187px);
        width: 268px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693488839252"] {
        left: calc(50% - 240px + 107px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693488839252"] {
        left: calc(50% - 160px + 27px);
    }
}

#rec633630735 .tn-elem[data-elem-id="1693505784168"] {
    color: #212121;
    text-align: center;
    z-index: 36;
    top: 1217px;
    left: calc(50% - 600px + 449px);
    width: 303px;
    height: 55px;
}

#rec633630735 .tn-elem[data-elem-id="1693505784168"] .tn-atom {
    color: #212121;
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 10px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec633630735 .tn-elem[data-elem-id="1693505784168"] {
        top: 2083px;
        left: calc(50% - 480px + 329px);
    }
}

@media screen and (max-width: 959px) {
    #rec633630735 .tn-elem[data-elem-id="1693505784168"] {
        left: calc(50% - 320px + 204px);
        width: 232px;
    }
}

@media screen and (max-width: 639px) {
    #rec633630735 .tn-elem[data-elem-id="1693505784168"] {
        left: calc(50% - 240px + 124px);
    }
}

@media screen and (max-width: 479px) {
    #rec633630735 .tn-elem[data-elem-id="1693505784168"] {
        left: calc(50% - 160px + 44px);
    }
}

#rec633659880 .t396__artboard {
    height: 350px;
    background-color: #f1f0f5;
}

#rec633659880 .t396__filter {
    height: 350px;
}

#rec633659880 .t396__carrier {
    height: 350px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633659880 .t396__artboard {
        height: 300px;
    }

    #rec633659880 .t396__filter {
        height: 300px;
    }

    #rec633659880 .t396__carrier {
        height: 300px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633659880 .t396__artboard {
        height: 400px;
    }

    #rec633659880 .t396__filter {
        height: 400px;
    }

    #rec633659880 .t396__carrier {
        height: 400px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633659880 .t396__artboard {}

    #rec633659880 .t396__filter {}

    #rec633659880 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633659880 .t396__artboard {}

    #rec633659880 .t396__filter {}

    #rec633659880 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec633659880 .tn-elem[data-elem-id="1470210224069"] {
    z-index: 2;
    top: 30px;
    left: calc(50% - 600px + 125px);
    width: 950px;
    height: 200px;
}

#rec633659880 .tn-elem[data-elem-id="1470210224069"] .tn-atom {
    border-radius: 20px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633659880 .tn-elem[data-elem-id="1470210224069"] {
        top: 30px;
        left: calc(50% - 480px + 123px);
        width: 714px;
        height: 200px;
    }
}

@media screen and (max-width: 959px) {
    #rec633659880 .tn-elem[data-elem-id="1470210224069"] {
        top: 50px;
        left: calc(50% - 320px + 120px);
        width: 400px;
        height: 300px;
    }
}

@media screen and (max-width: 639px) {
    #rec633659880 .tn-elem[data-elem-id="1470210224069"] {
        left: calc(50% - 240px + 40px);
    }
}

@media screen and (max-width: 479px) {
    #rec633659880 .tn-elem[data-elem-id="1470210224069"] {
        left: calc(50% - 160px + 10px);
        width: 300px;
    }
}

#rec633659880 .tn-elem[data-elem-id="1470209944682"] {
    color: #000000;
    text-align: center;
    z-index: 3;
    top: 61px;
    left: calc(50% - 600px + 270px);
    width: 660px;
}

#rec633659880 .tn-elem[data-elem-id="1470209944682"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633659880 .tn-elem[data-elem-id="1470209944682"] {
        top: 59px;
        left: calc(50% - 480px + 166px);
        width: 628px;
    }
}

@media screen and (max-width: 959px) {
    #rec633659880 .tn-elem[data-elem-id="1470209944682"] {
        top: 80px;
        left: calc(50% - 320px + 139px);
        width: 362px;
    }
}

@media screen and (max-width: 639px) {
    #rec633659880 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 240px + 59px);
    }
}

@media screen and (max-width: 479px) {
    #rec633659880 .tn-elem[data-elem-id="1470209944682"] {
        left: calc(50% - 160px + 22px);
        width: 277px;
    }
}

#rec633659880 .tn-elem[data-elem-id="1693320094733"] {
    z-index: 4;
    top: 105px;
    left: calc(50% - 600px + 238px);
    width: 152px;
}

#rec633659880 .tn-elem[data-elem-id="1693320094733"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633659880 .tn-elem[data-elem-id="1693320094733"] {
        top: 101px;
        left: calc(50% - 480px + 136px);
        width: 145px;
    }
}

@media screen and (max-width: 959px) {
    #rec633659880 .tn-elem[data-elem-id="1693320094733"] {
        top: 228px;
        left: calc(50% - 320px + 133px);
    }

    #rec633659880 .tn-elem[data-elem-id="1693320094733"] .tn-atom {
        -webkit-transform: rotate(353deg);
        -moz-transform: rotate(353deg);
        transform: rotate(353deg);
    }
}

@media screen and (max-width: 639px) {
    #rec633659880 .tn-elem[data-elem-id="1693320094733"] {
        left: calc(50% - 240px + 53px);
    }
}

@media screen and (max-width: 479px) {
    #rec633659880 .tn-elem[data-elem-id="1693320094733"] {
        top: 251px;
        left: calc(50% - 160px + 29px);
        width: 107px;
    }
}

#rec633659880 .tn-elem[data-elem-id="1693320096307"] {
    z-index: 5;
    top: 85px;
    left: calc(50% - 600px + 766px);
    width: 154px;
}

#rec633659880 .tn-elem[data-elem-id="1693320096307"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633659880 .tn-elem[data-elem-id="1693320096307"] {
        top: 82px;
        left: calc(50% - 480px + 638px);
        width: 147px;
    }
}

@media screen and (max-width: 959px) {
    #rec633659880 .tn-elem[data-elem-id="1693320096307"] {
        top: 211px;
        left: calc(50% - 320px + 373px);
    }

    #rec633659880 .tn-elem[data-elem-id="1693320096307"] .tn-atom {
        -webkit-transform: rotate(47deg);
        -moz-transform: rotate(47deg);
        transform: rotate(47deg);
    }
}

@media screen and (max-width: 639px) {
    #rec633659880 .tn-elem[data-elem-id="1693320096307"] {
        left: calc(50% - 240px + 293px);
    }
}

@media screen and (max-width: 479px) {
    #rec633659880 .tn-elem[data-elem-id="1693320096307"] {
        top: 243px;
        left: calc(50% - 160px + 202px);
        width: 97px;
    }
}

#rec633659880 .tn-elem[data-elem-id="1693320198378"] {
    color: #ffffff;
    text-align: center;
    z-index: 6;
    top: 128px;
    left: calc(50% - 600px + 453px);
    width: 260px;
    height: 50px;
}

#rec633659880 .tn-elem[data-elem-id="1693320198378"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 10px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec633659880 .tn-elem[data-elem-id="1693320198378"] {
        top: 118px;
        left: calc(50% - 480px + 347px);
        width: 247px;
        height: 48px;
    }
}

@media screen and (max-width: 959px) {
    #rec633659880 .tn-elem[data-elem-id="1693320198378"] {
        top: 156px;
        left: calc(50% - 320px + 140px);
        width: 353px;
    }
}

@media screen and (max-width: 639px) {
    #rec633659880 .tn-elem[data-elem-id="1693320198378"] {
        top: 915px;
        left: calc(50% - 240px + 10px);
        width: 459px;
    }
}

@media screen and (max-width: 479px) {
    #rec633659880 .tn-elem[data-elem-id="1693320198378"] {
        top: 175px;
        left: calc(50% - 160px + 30px);
        width: 260px;
        height: 48px;
    }
}

#rec633662779 .t396__artboard {
    height: 800px;
    background-color: #ffffff;
}

#rec633662779 .t396__filter {
    height: 800px;
}

#rec633662779 .t396__carrier {
    height: 800px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633662779 .t396__artboard {}

    #rec633662779 .t396__filter {}

    #rec633662779 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633662779 .t396__artboard {
        height: 1000px;
    }

    #rec633662779 .t396__filter {
        height: 1000px;
    }

    #rec633662779 .t396__carrier {
        height: 1000px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .t396__artboard {}

    #rec633662779 .t396__filter {}

    #rec633662779 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .t396__artboard {
        height: 1050px;
    }

    #rec633662779 .t396__filter {
        height: 1050px;
    }

    #rec633662779 .t396__carrier {
        height: 1050px;
        background-attachment: scroll;
    }
}

#rec633662779 .tn-elem[data-elem-id="1470210224069"] {
    z-index: 2;
    top: 300px;
    left: calc(50% - 600px + 748px);
    width: 385px;
    height: 409px;
}

#rec633662779 .tn-elem[data-elem-id="1470210224069"] .tn-atom {
    border-radius: 20px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633662779 .tn-elem[data-elem-id="1470210224069"] {
        top: 423px;
        left: calc(50% - 480px + 628px);
        width: 355px;
        height: 377px;
    }
}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1470210224069"] {
        top: 716px;
        left: calc(50% - 320px + 167px);
        width: 267px;
        height: 283px;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .tn-elem[data-elem-id="1470210224069"] {
        left: calc(50% - 240px + 107px);
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .tn-elem[data-elem-id="1470210224069"] {
        top: 771px;
        left: calc(50% - 160px + 77px);
        width: 204px;
        height: 216px;
    }
}

#rec633662779 .tn-elem[data-elem-id="1693320435490"] {
    color: #000000;
    text-align: center;
    z-index: 3;
    top: 100px;
    left: calc(50% - 600px + 270px);
    width: 660px;
}

#rec633662779 .tn-elem[data-elem-id="1693320435490"] .tn-atom {
    color: #000000;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633662779 .tn-elem[data-elem-id="1693320435490"] {
        left: calc(50% - 480px + 150px);
    }
}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320435490"] {
        top: 43px;
        left: calc(50% - 320px + -10px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320435490"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .tn-elem[data-elem-id="1693320435490"] {
        left: calc(50% - 240px + 11px);
        width: 460px;
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .tn-elem[data-elem-id="1693320435490"] {
        left: calc(50% - 160px + 0px);
        width: 320px;
    }
}

#rec633662779 .tn-elem[data-elem-id="1693320472559"] {
    z-index: 4;
    top: 142px;
    left: calc(50% - 600px + 581px);
    width: 597px;
}

#rec633662779 .tn-elem[data-elem-id="1693320472559"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633662779 .tn-elem[data-elem-id="1693320472559"] {
        top: 329px;
        left: calc(50% - 480px + 522px);
        width: 496px;
    }
}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320472559"] {
        top: 593px;
        left: calc(50% - 320px + 54px);
        width: 413px;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .tn-elem[data-elem-id="1693320472559"] {
        left: calc(50% - 240px + -6px);
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .tn-elem[data-elem-id="1693320472559"] {
        top: 677px;
        left: calc(50% - 160px + -9px);
        width: 316px;
    }
}

#rec633662779 .tn-elem[data-elem-id="1693320633821"] {
    color: #000000;
    z-index: 5;
    top: 215px;
    left: calc(50% - 600px + 0px);
    width: 300px;
}

#rec633662779 .tn-elem[data-elem-id="1693320633821"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320633821"] {
        top: 105px;
        left: calc(50% - 320px + 20px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320633821"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec633662779 .tn-elem[data-elem-id="1693320674785"] {
    color: #000000;
    z-index: 6;
    top: 275px;
    left: calc(50% - 600px + 23px);
    width: 455px;
}

#rec633662779 .tn-elem[data-elem-id="1693320674785"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320674785"] {
        top: 165px;
        left: calc(50% - 320px + 43px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320674785"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .tn-elem[data-elem-id="1693320674785"] {
        width: 423px;
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .tn-elem[data-elem-id="1693320674785"] {
        width: 268px;
    }
}

#rec633662779 .tn-elem[data-elem-id="1693320709561"] {
    z-index: 7;
    top: 274px;
    left: calc(50% - 600px + 0px);
    width: 6px;
    height: 67px;
}

#rec633662779 .tn-elem[data-elem-id="1693320709561"] .tn-atom {
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320709561"] {
        top: 164px;
        left: calc(50% - 320px + 20px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec633662779 .tn-elem[data-elem-id="1693320780374"] {
    color: #000000;
    z-index: 8;
    top: 398px;
    left: calc(50% - 600px + 0px);
    width: 300px;
}

#rec633662779 .tn-elem[data-elem-id="1693320780374"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320780374"] {
        top: 268px;
        left: calc(50% - 320px + 20px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320780374"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec633662779 .tn-elem[data-elem-id="1693320780379"] {
    color: #000000;
    z-index: 9;
    top: 459px;
    left: calc(50% - 600px + 23px);
    width: 558px;
}

#rec633662779 .tn-elem[data-elem-id="1693320780379"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320780379"] {
        top: 329px;
        left: calc(50% - 320px + 43px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320780379"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .tn-elem[data-elem-id="1693320780379"] {
        width: 422px;
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .tn-elem[data-elem-id="1693320780379"] {
        width: 266px;
    }
}

#rec633662779 .tn-elem[data-elem-id="1693320780382"] {
    z-index: 10;
    top: 457px;
    left: calc(50% - 600px + 0px);
    width: 6px;
    height: 67px;
}

#rec633662779 .tn-elem[data-elem-id="1693320780382"] .tn-atom {
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320780382"] {
        top: 327px;
        left: calc(50% - 320px + 20px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec633662779 .tn-elem[data-elem-id="1693320783428"] {
    color: #000000;
    z-index: 11;
    top: 575px;
    left: calc(50% - 600px + 0px);
    width: 300px;
}

#rec633662779 .tn-elem[data-elem-id="1693320783428"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320783428"] {
        top: 445px;
        left: calc(50% - 320px + 20px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320783428"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec633662779 .tn-elem[data-elem-id="1693320783431"] {
    color: #000000;
    z-index: 12;
    top: 635px;
    left: calc(50% - 600px + 23px);
    width: 455px;
}

#rec633662779 .tn-elem[data-elem-id="1693320783431"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.6;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320783431"] {
        top: 505px;
        left: calc(50% - 320px + 43px);
    }

    #rec633662779 .tn-elem[data-elem-id="1693320783431"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec633662779 .tn-elem[data-elem-id="1693320783431"] {
        width: 417px;
    }
}

@media screen and (max-width: 479px) {
    #rec633662779 .tn-elem[data-elem-id="1693320783431"] {
        width: 263px;
    }
}

#rec633662779 .tn-elem[data-elem-id="1693320783434"] {
    z-index: 13;
    top: 633px;
    left: calc(50% - 600px + 0px);
    width: 6px;
    height: 67px;
}

#rec633662779 .tn-elem[data-elem-id="1693320783434"] .tn-atom {
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {
    #rec633662779 .tn-elem[data-elem-id="1693320783434"] {
        top: 503px;
        left: calc(50% - 320px + 20px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec633529861 .t396__artboard {
    height: 200px;
    background-color: #f1f0f5;
}

#rec633529861 .t396__filter {
    height: 200px;
}

#rec633529861 .t396__carrier {
    height: 200px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec633529861 .t396__artboard {}

    #rec633529861 .t396__filter {}

    #rec633529861 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec633529861 .t396__artboard {}

    #rec633529861 .t396__filter {}

    #rec633529861 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec633529861 .t396__artboard {}

    #rec633529861 .t396__filter {}

    #rec633529861 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec633529861 .t396__artboard {
        height: 100px;
    }

    #rec633529861 .t396__filter {
        height: 100px;
    }

    #rec633529861 .t396__carrier {
        height: 100px;
        background-attachment: scroll;
    }
}

#rec633529861 .tn-elem[data-elem-id="1693322109774"] {
    color: #000000;
    text-align: center;
    z-index: 2;
    top: 100px;
    left: calc(50% - 600px + 270px);
    width: 660px;
}

#rec633529861 .tn-elem[data-elem-id="1693322109774"] .tn-atom {
    color: #000000;
    font-size: 36px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109774"] {
        left: calc(50% - 480px + 150px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109774"] {
        left: calc(50% - 320px + -10px);
    }

    #rec633529861 .tn-elem[data-elem-id="1693322109774"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109774"] {
        left: calc(50% - 240px + -90px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109774"] {
        top: 18px;
        left: calc(50% - 160px + -14px);
        width: 334px;
    }
}

#rec633529861 .tn-elem[data-elem-id="1693322109778"] {
    z-index: 3;
    top: 152px;
    left: calc(50% - 600px + 329px);
    width: 543px;
}

#rec633529861 .tn-elem[data-elem-id="1693322109778"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109778"] {
        left: calc(50% - 480px + 209px);
    }
}

@media screen and (max-width: 959px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109778"] {
        top: 132px;
        left: calc(50% - 320px + 195px);
        width: 250px;
    }
}

@media screen and (max-width: 639px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109778"] {
        left: calc(50% - 240px + 115px);
    }
}

@media screen and (max-width: 479px) {
    #rec633529861 .tn-elem[data-elem-id="1693322109778"] {
        top: 73px;
        left: calc(50% - 160px + 28px);
    }
}

#rec633529862 .t585__title {
    font-size: 20px;
    color: #000000;
    font-family: 'Open Sans';
}

#rec633529862 .t585__text {
    font-size: 14px;
    font-family: 'Open Sans';
}

#rec438228899 {
    display: none;
}

#rec634787213 .t396__artboard {
    height: 880px;
    background-color: #212121;
}

#rec634787213 .t396__filter {
    height: 880px;
}

#rec634787213 .t396__carrier {
    height: 880px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .t396__artboard {
        height: 1000px;
    }

    #rec634787213 .t396__filter {
        height: 1000px;
    }

    #rec634787213 .t396__carrier {
        height: 1000px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .t396__artboard {
        height: 1550px;
    }

    #rec634787213 .t396__filter {
        height: 1550px;
    }

    #rec634787213 .t396__carrier {
        height: 1550px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .t396__artboard {
        height: 1500px;
    }

    #rec634787213 .t396__filter {
        height: 1500px;
    }

    #rec634787213 .t396__carrier {
        height: 1500px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .t396__artboard {
        height: 1550px;
        background-color: #212121;
    }

    #rec634787213 .t396__filter {
        height: 1550px;
    }

    #rec634787213 .t396__carrier {
        height: 1550px;
        background-position: center center;
        background-attachment: scroll;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387608"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 2;
    top: 387px;
    left: calc(50% - 600px + 28px);
    width: 252px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387608"] .tn-atom {
    color: #ffffff;
    font-size: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    opacity: 0.4;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387608"] {
        top: 628px;
        left: calc(50% - 480px + 0px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387608"] {
        top: 816px;
        left: calc(50% - 320px + 34px);
        width: 570px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387608"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387608"] .tn-atom {
        font-size: 10px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387608"] {
        top: 782px;
        left: calc(50% - 240px + 34px);
        width: 413px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387608"] {
        top: 1161px;
        left: calc(50% - 160px + 22px);
        width: 276px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387608"] {
        color: #808080;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387608"] .tn-atom {
        color: #808080;
        font-size: 9px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387651"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 3;
    top: 42px;
    left: calc(50% - 600px + 350px);
    width: 75px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387651"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387651"] {
        top: 112px;
        left: calc(50% - 480px + 20px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387651"] {
        top: 142px;
        left: calc(50% - 320px + 283px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387651"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387651"] {
        left: calc(50% - 240px + 193px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387651"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387651"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387651"] {
        top: 129px;
        left: calc(50% - 160px + 123px);
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387658"] {
    color: #000000;
    text-align: LEFT;
    z-index: 4;
    top: 105px;
    left: calc(50% - 600px + 320px);
    width: 43px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387658"] .tn-atom {
    color: #000000;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387658"] {
        top: 139px;
        left: calc(50% - 160px + 11px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387658"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387660"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 5;
    top: 92px;
    left: calc(50% - 600px + 350px);
    width: 50px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387660"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387660"] {
        top: 162px;
        left: calc(50% - 480px + 20px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387660"] {
        top: 192px;
        left: calc(50% - 320px + 295px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387660"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387660"] {
        left: calc(50% - 240px + 205px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387660"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387660"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387660"] {
        top: 183px;
        left: calc(50% - 160px + 134px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387660"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387663"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 6;
    top: 127px;
    left: calc(50% - 600px + 350px);
    width: 256px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387663"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387663"] {
        top: 197px;
        left: calc(50% - 480px + 20px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387663"] {
        top: 227px;
        left: calc(50% - 320px + 192px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387663"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387663"] {
        left: calc(50% - 240px + 102px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387663"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387663"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387663"] {
        top: 221px;
        left: calc(50% - 160px + 80px);
        width: 160px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387663"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387665"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 7;
    top: 162px;
    left: calc(50% - 600px + 350px);
    width: 37px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387665"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387665"] {
        top: 232px;
        left: calc(50% - 480px + 20px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387665"] {
        top: 262px;
        left: calc(50% - 320px + 277px) !important;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387665"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387665"] {
        left: calc(50% - 240px + 212px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387665"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387665"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387665"] {
        top: 275px;
        left: calc(50% - 160px + 143px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387665"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387665"] {
        left: calc(50% - 160px + 75px) !important;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387667"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 8;
    top: 49px;
    left: calc(50% - 600px + 798px);
    width: 72px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387667"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387667"] {
        top: 112px;
        left: calc(50% - 480px + 479px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387667"] {
        top: 344px;
        left: calc(50% - 320px + 284px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387667"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387667"] {
        left: calc(50% - 240px + 194px);
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387667"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387667"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387667"] {
        top: 354px;
        left: calc(50% - 160px + 123px);
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466387669"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 9;
    top: 107px;
    left: calc(50% - 600px + 796px);
    width: 319px;
}

#rec634787213 .tn-elem[data-elem-id="1650466387669"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387669"] {
        top: 159px;
        left: calc(50% - 480px + 479px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387669"] {
        top: 405px;
        left: calc(50% - 320px + 199px);
        width: 245px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387669"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387669"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387669"] {
        top: 387px;
        left: calc(50% - 240px + 129px);
        width: 199px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387669"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387669"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466387669"] {
        top: 400px;
        left: calc(50% - 160px + 38px);
        width: 246px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466387669"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1657180676021"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 10;
    top: 182px;
    left: calc(50% - 600px + 796px);
    width: 143px;
}

#rec634787213 .tn-elem[data-elem-id="1657180676021"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1657180676021"] {
        top: 224px;
        left: calc(50% - 480px + 479px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1657180676021"] {
        top: 502px;
        left: calc(50% - 320px + 249px);
    }

    #rec634787213 .tn-elem[data-elem-id="1657180676021"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180676021"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1657180676021"] {
        left: calc(50% - 240px + 159px);
    }

    #rec634787213 .tn-elem[data-elem-id="1657180676021"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180676021"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1657180676021"] {
        top: 464px;
        left: calc(50% - 160px + 106px);
        width: 111px;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180676021"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1657180700701"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 11;
    top: 217px;
    left: calc(50% - 600px + 796px);
    width: 143px;
}

#rec634787213 .tn-elem[data-elem-id="1657180700701"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1657180700701"] {
        top: 251px;
        left: calc(50% - 480px + 479px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1657180700701"] {
        top: 529px;
        left: calc(50% - 320px + 247px);
    }

    #rec634787213 .tn-elem[data-elem-id="1657180700701"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1657180700701"] {
        left: calc(50% - 240px + 159px);
    }

    #rec634787213 .tn-elem[data-elem-id="1657180700701"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180700701"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1657180700701"] {
        top: 525px;
        left: calc(50% - 160px + 10px);
        width: 299px;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180700701"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1657180687105"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 12;
    top: 184px;
    left: calc(50% - 600px + 965px);
    width: 143px;
}

#rec634787213 .tn-elem[data-elem-id="1657180687105"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1657180687105"] {
        top: 224px;
        left: calc(50% - 480px + 625px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1657180687105"] {
        top: 475px;
        left: calc(50% - 320px + 256px);
        width: 128px;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180687105"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1657180687105"] {
        left: calc(50% - 240px + 166px);
    }

    #rec634787213 .tn-elem[data-elem-id="1657180687105"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180687105"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1657180687105"] {
        top: 491px;
        left: calc(50% - 160px + 11px);
        width: 299px;
    }

    #rec634787213 .tn-elem[data-elem-id="1657180687105"] .tn-atom {
        font-size: 12px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466493562"] {
    z-index: 13;
    top: 38px;
    left: calc(50% - 600px + 20px);
    width: 149px;
}

#rec634787213 .tn-elem[data-elem-id="1650466493562"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466493562"] {
        top: 40px;
        left: calc(50% - 480px + 13px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466493562"] {
        top: 70px;
        left: calc(50% - 320px + 246px);
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466493562"] {
        left: calc(50% - 240px + 156px);
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466493562"] {
        top: 44px;
        left: calc(50% - 160px + 85px);
        width: 151px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1650466544741"] {
    z-index: 14;
    top: 360px;
    left: calc(50% - 600px + 29px);
    width: 1156px;
    height: 1px;
}

#rec634787213 .tn-elem[data-elem-id="1650466544741"] .tn-atom {
    background-color: #dcdaf1;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1650466544741"] {
        top: 577px;
        left: calc(50% - 480px + -127px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1650466544741"] {
        top: 777px;
        left: calc(50% - 320px + 120px);
        width: 400px;
        height: 2px;
    }

    #rec634787213 .tn-elem[data-elem-id="1650466544741"] .tn-atom {
        opacity: 0.5;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1650466544741"] {
        top: 739px;
        left: calc(50% - 240px + 112px);
        width: 256px;
        height: 2px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1650466544741"] {
        top: 818px;
        left: calc(50% - 160px + 34px);
        width: 250px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1665749554041"] {
    z-index: 15;
    top: 449px;
    left: calc(50% - 600px + 348px);
    width: 45px;
}

#rec634787213 .tn-elem[data-elem-id="1665749554041"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1665749554041"] {
        top: 367px;
        left: calc(50% - 480px + 484px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1665749554041"] {
        top: 797px;
        left: calc(50% - 320px + 245px);
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1665749554041"] {
        top: 748px;
        left: calc(50% - 240px + 179px);
        width: 29px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1665749554041"] {
        top: 608px;
        left: calc(50% - 160px + 125px);
    }
}

#rec634787213 .tn-elem[data-elem-id="1665749613586"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 16;
    top: 385px;
    left: calc(50% - 600px + 350px);
    width: 72px;
}

#rec634787213 .tn-elem[data-elem-id="1665749613586"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1665749613586"] {
        top: 313px;
        left: calc(50% - 480px + 479px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1665749613586"] {
        top: 747px;
        left: calc(50% - 320px + 284px);
    }

    #rec634787213 .tn-elem[data-elem-id="1665749613586"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1665749613586"] {
        top: 716px;
        left: calc(50% - 240px + 208px);
    }

    #rec634787213 .tn-elem[data-elem-id="1665749613586"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1665749613586"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1665749613586"] {
        top: 563px;
        left: calc(50% - 160px + 120px);
    }
}

#rec634787213 .tn-elem[data-elem-id="1665749786216"] {
    z-index: 17;
    top: 450px;
    left: calc(50% - 600px + 419px);
    width: 45px;
}

#rec634787213 .tn-elem[data-elem-id="1665749786216"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1665749786216"] {
        top: 367px;
        left: calc(50% - 480px + 534px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1665749786216"] {
        top: 798px;
        left: calc(50% - 320px + 329px);
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1665749786216"] {
        top: 748px;
        left: calc(50% - 240px + 251px);
        width: 29px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1665749786216"] {
        top: 608px;
        left: calc(50% - 160px + 165px);
    }
}

#rec634787213 .tn-elem[data-elem-id="1693411650217"] {
    z-index: 18;
    top: calc(880px - 93px + -511px);
    left: calc(50% - 600px + 789px);
    width: 283px;
    height: 93px;
}

#rec634787213 .tn-elem[data-elem-id="1693411650217"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1693411650217"] {
        top: calc(880px - 93px + -458px);
        left: calc(50% - 480px + 466px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1693411650217"] {
        top: calc(880px - 93px + -862px);
        left: calc(50% - 320px + 179px);
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1693411650217"] {
        top: calc(880px - 93px + -828px);
        left: calc(50% - 240px + 99px);
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1693411650217"] {
        top: calc(880px - 93px + -108px) !important;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 78px;
    }
}

@media screen and (max-width: 420px) {
    #rec634787213 .tn-elem[data-elem-id="1693411650217"] {
        top: calc(880px - 93px + -123px) !important;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 78px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1693414215825"] {
    color: #ffffff;
    text-align: center;
    z-index: 19;
    top: 96px;
    left: calc(50% - 600px + 23px);
    width: 260px;
    height: 50px;
}

#rec634787213 .tn-elem[data-elem-id="1693414215825"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 10px;
    background-color: #276fdb;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1693414215825"] {
        top: 287px;
        left: calc(50% - 480px + 15px);
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1693414215825"] {
        top: 684px;
        left: calc(50% - 320px + 190px);
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1693414215825"] {
        top: 660px;
        left: calc(50% - 240px + 90px);
        width: 300px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1693414215825"] {
        top: 800px !important;
        left: calc(50% - 160px + 10px);
        width: 299px;
        height: 48px;
    }
}

@media screen and (max-width: 420px) {
    #rec634787213 .tn-elem[data-elem-id="1693414215825"] {
        top: 580px !important;
        left: calc(50% - 160px + 10px);
        width: 299px;
        height: 48px;
    }
}

#rec634787213 .tn-elem[data-elem-id="1693483349232"] {
    z-index: 20;
    top: -58px;
    left: calc(50% - 600px + 878px);
    width: 20px;
}

#rec634787213 .tn-elem[data-elem-id="1693483349232"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 959px) {}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {}

#rec634787213 .tn-elem[data-elem-id="1693503388365"] {
    color: #ffffff;
    text-align: LEFT;
    z-index: 21;
    top: 387px;
    left: calc(50% - 600px + 342px);
    width: 837px;
}

#rec634787213 .tn-elem[data-elem-id="1693503388365"] .tn-atom {
    color: #ffffff;
    font-size: 10px;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.25;
    font-weight: 400;
    opacity: 0.4;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec634787213 .tn-elem[data-elem-id="1693503388365"] {
        top: 764px;
        left: calc(50% - 480px + 0px);
        width: 915px;
    }
}

@media screen and (max-width: 959px) {
    #rec634787213 .tn-elem[data-elem-id="1693503388365"] {
        top: 912px;
        left: calc(50% - 320px + 33px);
        width: 574px;
    }

    #rec634787213 .tn-elem[data-elem-id="1693503388365"] {
        text-align: center;
    }

    #rec634787213 .tn-elem[data-elem-id="1693503388365"] .tn-atom {
        font-size: 10px;
    }
}

@media screen and (max-width: 639px) {
    #rec634787213 .tn-elem[data-elem-id="1693503388365"] {
        top: 885px;
        left: calc(50% - 240px + 26px);
        width: 428px;
    }
}

@media screen and (max-width: 479px) {
    #rec634787213 .tn-elem[data-elem-id="1693503388365"] {
        top: 1286px;
        left: calc(50% - 160px + 17px);
        width: 286px;
    }

    #rec634787213 .tn-elem[data-elem-id="1693503388365"] {
        color: #808080;
    }

    #rec634787213 .tn-elem[data-elem-id="1693503388365"] .tn-atom {
        color: #808080;
        font-size: 9px;
    }
}

.dropbtn {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat', Arial, sans-serif;
    border: none;
    cursor: pointer;
    background: #212121;
    font-weight: 600;
    padding-right: 20px;
    background: url('../img/tild3332-6663-4061-b236-373932616433-Arrow_3.svg');
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    background-color: #f9f9f9;
    min-width: 600px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-content a {
    color: #212121 !important;
    font-size: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
    padding: 5px;
    text-decoration: none;
    display: block;
    flex-basis: calc(50% - 10px);
    box-sizing: border-box;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: flex;
    flex-wrap: wrap;
}

.dropbtn.show:after {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M64 160l192 192 192-192z'/></svg>");
    transform: rotate(180deg);
}

@media screen and (max-width: 600px) {
    .dropdown {
        width: 300px;
    }

    .dropdown-content {
        position: relative;
        width: 100%;
        min-width: auto;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .show {
        display: flex !important;
        flex-wrap: wrap;
    }

    .dropdown-content.show {
        display: none !important;
    }

    .tn-elem__6347872131693411650217 {
        z-index: 1111 !important;
    }
}
