Стили для кнопки #openPopup {
    padding: 10px 20px;
    background-color: #fe5c01;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
}

/* Стили для popup */
#popupForm {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Стили для содержимого popup */
#popupForm .popup-content {
    position: relative;
    margin: 100px auto;
    padding: 20px;
    width: 300px;
    background-color: white;
    border-radius: 10px;
}

/* Стили для формы */
#popupForm input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 8px;
    border: 1px solid #f2f2f2;
    background-color: #f2f2f2;
}

/* Стили для кнопки отправки формы */
#popupForm button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #fe5c01;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

/* Стили для кнопки закрытия */
#closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* Переходы и анимация */
#popupForm {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#popupForm.active {
    display: block;
    opacity: 1;
}

#rec467144606 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9997;
}

#rec467144606 .t396__artboard {
    height: 150px;
    background-color: #ffffff;
    overflow: visible;
}

#rec467144606 .t396__filter {
    height: 150px;
}

#rec467144606 .t396__carrier {
    height: 150px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .t396__artboard,
    #rec467144606 .t396__filter,
    #rec467144606 .t396__carrier {
        height: 100px;
    }

    #rec467144606 .t396__filter {
    }

    #rec467144606 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .t396__artboard,
    #rec467144606 .t396__filter,
    #rec467144606 .t396__carrier {
        height: 80px;
    }

    #rec467144606 .t396__filter {
    }

    #rec467144606 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .t396__artboard,
    #rec467144606 .t396__filter,
    #rec467144606 .t396__carrier {
    }

    #rec467144606 .t396__filter {
    }

    #rec467144606 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .t396__artboard,
    #rec467144606 .t396__filter,
    #rec467144606 .t396__carrier {
        height: 80px;
    }

    #rec467144606 .t396__filter {
    }

    #rec467144606 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec467144606 .tn-elem[data-elem-id="1657287892951"] {
    z-index: 5;
    top: calc(150px - 78px + -34px);
    left: calc(50% - 220.5px + -145px);
    width: 441px;
    height: 78px;
    display: none;
}

#rec467144606 .tn-elem[data-elem-id="1657287892951"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892951"] {
        top: calc(150px - 78px + -264px);
        left: calc(50% - 220.5px + -15px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892957"] {
    z-index: 4;
    top: 0px;
    left: calc(50% - 50% + 0px);
    width: 100%;
    height: 23px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892957"] .tn-atom {
    opacity: 0.04;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892957"] {
        top: -220px;
        left: calc(50% - 50% + 0px);
    }
}

/* Скрываем на больших экранах */
.mobile-nav {
    display: none;
  }
  
  /* Показываем только на мобильных (до 768px) */
  @media (max-width: 768px) {
    .mobile-nav {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        scrollbar-width: none; /* Скрываем скролл в Firefox */
        position: relative;
        top: 80px;
        background-color: white;
    }
  
    .mobile-nav::-webkit-scrollbar {
        display: none; /* Скрываем скролл в Chrome */
    }
  
    .nav-scroll {
        display: flex;
        gap: 10px;
        padding: 0 20px;
    }
  
    .nav-scroll a {
        flex: 0 0 auto;
        color: rgb(29, 29, 29)!important;
        text-decoration: none;
        padding: 10px 15px;
        background: #d2d2d260;
        border-radius: 5px;
        transition: background 0.3s;
    }
  
    .nav-scroll a:hover {
        background: #d2d2d280;
    }
  }
  

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892963"] {
    color: #4d4d4d;
    text-align: left;
    z-index: 6;
    top: 1px;
    left: calc(50% - 600px + -20px);
    width: 76px;
    height: 24px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892963"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287892963"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287892963"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892963"] {
        top: -219px;
        left: calc(50% - 480px + -20px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892967"] {
    color: #4d4d4d;
    text-align: left;
    z-index: 7;
    top: 1px;
    left: calc(50% - 600px + 91px);
    width: 56px;
    height: 24px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892967"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287892967"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287892967"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892967"] {
        top: -219px;
        left: calc(50% - 480px + 91px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892972"] {
    color: #4d4d4d;
    text-align: left;
    z-index: 8;
    top: 1px;
    left: calc(50% - 600px + 182px);
    width: 85px;
    height: 24px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892972"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287892972"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287892972"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892972"] {
        top: -219px;
        left: calc(50% - 480px + 189px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892976"] {
    color: #4d4d4d;
    text-align: left;
    z-index: 9;
    top: 1px;
    left: calc(50% - 600px + 302px);
    width: 45px;
    height: 24px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892976"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287892976"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287892976"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892976"] {
        top: -219px;
        left: calc(50% - 480px + 309px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892981"] {
    color: #4d4d4d;
    text-align: left;
    z-index: 10;
    top: 1px;
    left: calc(50% - 600px + 383px);
    width: 45px;
    height: 24px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892981"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287892981"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287892981"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892981"] {
        top: -219px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892986"] {
    z-index: 12;
    top: 3px;
    left: calc(50% - 600px + 1031px);
    width: 15px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892986"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892986"] {
        top: -217px;
        left: calc(50% - 480px + 1031px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287892994"] {
    color: #000000;
    z-index: 13;
    top: 1px;
    left: calc(50% - 600px + 1055px);
    width: 175px;
}

#rec467144606 .tn-elem[data-elem-id="1657287892994"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287892994"] {
        top: -219px;
        left: calc(50% - 480px + 1055px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893004"] {
    color: #000000;
    text-align: right;
    z-index: 15;
    top: 37px;
    left: calc(50% - 600px + 894px);
    width: 171px;
    height: 31px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893004"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893004"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893004"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893004"] {
        top: 29px;
        left: calc(50% - 480px + 491px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893004"] {
        top: 19px;
        left: calc(50% - 320px + 332px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893004"] {
        top: -222px;
        left: calc(50% - 240px + 668px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893008"] {
    z-index: 16;
    top: 44px;
    left: calc(50% - 600px + 880px);
    width: 16px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893008"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893008"] {
        top: 36px;
        left: calc(50% - 480px + 477px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893008"] {
        top: 26px;
        left: calc(50% - 320px + 318px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893008"] {
        top: -215px;
        left: calc(50% - 240px + 654px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893013"] {
    color: #4d4d4d;
    text-align: right;
    z-index: 17;
    top: 64px;
    left: calc(50% - 600px + 951px);
    width: 114px;
    height: 22px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893013"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893013"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893013"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893013"] {
        top: 56px;
        left: calc(50% - 480px + 548px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893013"] {
        top: 46px;
        left: calc(50% - 320px + 389px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893013"] {
        top: -195px;
        left: calc(50% - 240px + 725px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893022"] {
    color: #000000;
    text-align: left;
    z-index: 18;
    top: 112px;
    left: calc(50% - 600px + 125px);
    width: 111px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893022"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893022"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893022"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893022"] {
        top: -108px;
        left: calc(50% - 480px + 150px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893026"] {
    color: #000000;
    text-align: left;
    z-index: 19;
    top: 112px;
    left: calc(50% - 600px + 282px);
    width: 147px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893026"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893026"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893026"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893026"] {
        top: -108px;
        left: calc(50% - 480px + 329px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893029"] {
    color: #000000;
    text-align: left;
    z-index: 20;
    top: 112px;
    left: calc(50% - 600px + 475px);
    width: 158px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893029"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893029"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893029"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893029"] {
        top: -108px;
        left: calc(50% - 480px + 549px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893034"] {
    color: #000000;
    text-align: left;
    z-index: 21;
    top: 112px;
    left: calc(50% - 600px + 679px);
    width: 145px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893034"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893034"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893034"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893034"] {
        top: -108px;
        left: calc(50% - 480px + 782px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893038"] {
    color: #000000;
    text-align: left;
    z-index: 22;
    top: 112px;
    left: calc(50% - 600px + 870px);
    width: 47px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893038"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893038"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893038"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893038"] {
        top: -108px;
        left: calc(50% - 480px + 1001px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893042"] {
    color: #000000;
    text-align: left;
    z-index: 23;
    top: 112px;
    left: calc(50% - 600px + 967px);
    width: 102px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893042"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657287893042"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657287893042"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893042"] {
        top: -108px;
        left: calc(50% - 480px + 1109px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657287893046"] {
    z-index: 24;
    top: 148px;
    left: calc(50% - 50% + 0px);
    width: 100%;
    height: 1px;
}

#rec467144606 .tn-elem[data-elem-id="1657287893046"] .tn-atom {
    opacity: 0.05;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657287893046"] {
        top: -72px;
        left: calc(50% - 50% + 0px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657562517799"] {
    z-index: 25;
    top: 37px;
    left: calc(50% - 600px + 1083px);
    width: 138px;
}

#rec467144606 .tn-elem[data-elem-id="1657562517799"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657562517799"] {
        top: 29px;
        left: calc(50% - 480px + 680px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1657562517799"] {
        top: -220px;
        left: calc(50% - 320px + 855px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657562517814"] {
    z-index: 26;
    top: 37px;
    left: calc(50% - 600px + 1083px);
    width: 138px;
}

@media (min-width: 1200px) {
    #rec467144606 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657562517814"] {
        opacity: 0;
    }
}

#rec467144606 .tn-elem[data-elem-id="1657562517814"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657562517814"] {
        top: 29px;
        left: calc(50% - 480px + 680px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1657562517814"] {
        top: -220px;
        left: calc(50% - 320px + 855px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657721998657"] {
    z-index: 3;
    top: 98px;
    left: calc(50% - 50% + 0px);
    width: 100%;
    height: 1px;
}

#rec467144606 .tn-elem[data-elem-id="1657721998657"] .tn-atom {
    opacity: 0.05;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657721998657"] {
        top: 0px;
        left: calc(50% - 50% + 0px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1657721998657"] {
        top: 0px;
        left: calc(50% - 50% + 0px);
    }
}

#rec467144606 .tn-elem[data-elem-id="1657722025958"] {
    z-index: 27;
    top: 22px;
    left: calc(50% - 600px + 242px);
    width: 1px;
    height: 75px;
}

#rec467144606 .tn-elem[data-elem-id="1657722025958"] .tn-atom {
    opacity: 0.08;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657722025958"] {
        top: -188px;
        left: calc(50% - 480px + 242px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657722059356"] {
    z-index: 28;
    top: 46px;
    left: calc(50% - 600px + 854px);
    width: 1px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657722059356"] .tn-atom {
    opacity: 0.08;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657722059356"] {
        top: -174px;
        left: calc(50% - 480px + 854px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1658594563400"] {
    z-index: 35;
    top: -310px;
    left: calc(50% - 600px + -34px);
    width: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1658594563400"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1658594563400"] {
        top: 41px;
        left: calc(50% - 480px + 915px);
        width: 30px;
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658594563400"] {
        top: 31px;
        left: calc(50% - 320px + 599px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658594563400"] {
        top: 1px;
        left: calc(50% - 240px + -27px);
        width: 25px;
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658594563400"] {
        top: 0px;
        left: calc(50% - 160px + -29px);
        width: 25px;
    }
}

#rec467144606 .tn-elem[data-elem-id="1658594832861"] {
    z-index: 36;
    top: -310px;
    left: calc(50% - 600px + -74px);
    width: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1658594832861"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1658594832861"] {
        top: 40px;
        left: calc(50% - 480px + 855px);
        width: 20px;
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658594832861"] {
        top: 30px;
        left: calc(50% - 320px + 540px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658594832861"] {
        top: 0px;
        left: calc(50% - 240px + -100px);
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658594832861"] {
        top: 0px;
        left: calc(50% - 160px + -95px);
        width: 17px;
    }
}

#rec467144606 .tn-elem[data-elem-id="1658594883533"] {
    color: #000000;
    text-align: center;
    z-index: 37;
    top: -331px;
    left: calc(50% - 600px + -104px);
    width: 55px;
    height: 55px;
}

#rec467144606 .tn-elem[data-elem-id="1658594883533"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Arial", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    opacity: 0.25;
    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) {
    #rec467144606 .tn-elem[data-elem-id="1658594883533"] {
        top: 25px;
        left: calc(50% - 480px + 840px);
        width: 50px;
        height: 50px;
    }

    #rec467144606 .tn-elem[data-elem-id="1658594883533"] .tn-atom {
        border-width: 1px;
        opacity: 0.15;
        border-color: #000000;
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658594883533"] {
        top: 15px;
        left: calc(50% - 320px + 525px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658594883533"] {
        top: 15px;
        left: calc(50% - 240px + -85px);
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658594883533"] {
        top: 19px;
        left: calc(50% - 160px + -81px);
        width: 43px;
        height: 43px;
    }

    #rec467144606 .tn-elem[data-elem-id="1658594883533"] .tn-atom {
        opacity: 0.1;
        border-color: #000000;
    }
}

#rec467144606 .tn-elem[data-elem-id="1658602282615"] {
    color: #000000;
    text-align: left;
    z-index: 38;
    top: 112px;
    left: calc(50% - 600px + 1115px);
    width: 115px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1658602282615"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1658602282615"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1658602282615"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1658602282615"] {
        top: -98pxpx;
        left: calc(50% - 480px + 1119pxpx);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1658935972951"] {
    color: #000000;
    text-align: center;
    z-index: 39;
    top: -321pxpx;
    left: calc(50% - 600px + -94pxpx);
    width: 55px;
    height: 55px;
}

#rec467144606 .tn-elem[data-elem-id="1658935972951"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Arial", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-radius: 30px;
    opacity: 0.25;
    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) {
    #rec467144606 .tn-elem[data-elem-id="1658935972951"] {
        top: 25px;
        left: calc(50% - 480px + 904px);
        width: 50px;
        height: 50px;
    }

    #rec467144606 .tn-elem[data-elem-id="1658935972951"] .tn-atom {
        background-color: #24262e;
        border-width: 1px;
        opacity: 0.05;
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658935972951"] {
        top: 15px;
        left: calc(50% - 320px + 588px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658935972951"] {
        top: 15px;
        left: calc(50% - 240px + -14px);
    }

    #rec467144606 .tn-elem[data-elem-id="1658935972951"] .tn-atom {
        background-color: #24262e;
        opacity: 0.05;
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658935972951"] {
        top: 19px;
        left: calc(50% - 160px + -20px);
        width: 43px;
        height: 43px;
    }

    #rec467144606 .tn-elem[data-elem-id="1658935972951"] .tn-atom {
        background-color: #24262e;
        opacity: 0.05;
    }
}

#rec467144606 .tn-elem[data-elem-id="1658082079709"] {
    z-index: 34;
    top: 39px;
    left: calc(50% - 600px + -20px);
    width: 45px;
}

#rec467144606 .tn-elem.t396__elem--anim-hidden[data-elem-id="1658082079709"] {
    opacity: 0;
}

#rec467144606 .tn-elem[data-elem-id="1658082079709"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1658082079709"] {
        top: 24px;
        left: calc(50% - 480px + 10px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658082079709"] {
        top: 14px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658082079709"] {
        top: 19px;
        left: calc(50% - 240px + 10px);
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658082079709"] {
        top: 21px;
        left: calc(50% - 160px + 20px);
        width: 36px;
    }
}

#rec467144606 .tn-elem[data-elem-id="1658080904287"] {
    z-index: 33;
    top: 53px;
    left: calc(50% - 600px + 33px);
    width: 176px;
}

#rec467144606 .tn-elem[data-elem-id="1658080904287"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1658080904287"] {
        top: 38px;
        left: calc(50% - 480px + 63px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658080904287"] {
        top: 28px;
        left: calc(50% - 320px + 53px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658080904287"] {
        top: 33px;
        left: calc(50% - 240px + 63px);
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658080904287"] {
        top: 33px;
        left: calc(50% - 160px + 63px);
        width: 144px;
    }
}

#rec467144606 .tn-elem[data-elem-id="1658082697413"] {
    z-index: 32;
    top: 39px;
    left: calc(50% - 600px + -20px);
    width: 45px;
}

#rec467144606 .tn-elem[data-elem-id="1658082697413"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1658082697413"] {
        top: 24px;
        left: calc(50% - 480px + 10px);
    }
}

@media screen and (max-width: 959px) {
    #rec467144606 .tn-elem[data-elem-id="1658082697413"] {
        top: 14px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec467144606 .tn-elem[data-elem-id="1658082697413"] {
        top: 19px;
        left: calc(50% - 240px + 10px);
    }
}

@media screen and (max-width: 479px) {
    #rec467144606 .tn-elem[data-elem-id="1658082697413"] {
        top: 21px;
        left: calc(50% - 160px + 20px);
        width: 36px;
    }
}

#rec467144606 .tn-elem[data-elem-id="1657722256516"] {
    z-index: 30;
    top: 116px;
    left: calc(50% - 600px + -28px);
    width: 11px;
}

#rec467144606 .tn-elem[data-elem-id="1657722256516"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657722256516"] {
        top: -104px;
        left: calc(50% - 480px + -23px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467144606 .tn-elem[data-elem-id="1657722256508"] {
    /* color: #fe5c01; */
    text-align: left;
    z-index: 29;
    top: 112px;
    left: calc(50% - 600px + -9px);
    width: 88px;
    height: 25px;
}

#rec467144606 .tn-elem[data-elem-id="1657722256508"] .tn-atom {
    /* color: #fe5c01; */
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 30px;
    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 (hover), (min-width: 0\0) {
    #rec467144606 .tn-elem[data-elem-id="1657722256508"] .tn-atom:hover {
    }

    #rec467144606 .tn-elem[data-elem-id="1657722256508"] .tn-atom:hover {
        color: #24262e;
    }
}

@media screen and (max-width: 1199px) {
    #rec467144606 .tn-elem[data-elem-id="1657722256508"] {
        top: -108px;
        left: calc(50% - 480px + -4px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec467345516 .t-slds__bullet_active .t-slds__bullet_body {
    background-color: #ffffff !important;
}

#rec467345516 .t-slds__bullet:hover .t-slds__bullet_body {
    background-color: #ffffff !important;
}

#rec467144842 input::-webkit-input-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

#rec467144842 input::-moz-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

#rec467144842 input:-moz-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

#rec467144842 input:-ms-input-placeholder {
    color: #4d4d4d;
    opacity: 0.5;
}

.t838 .t-submit {
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 45px !important;
}

.t838 .t-input {
    height: 45px !important;
}

.searchinput {
    z-index: 220 !important;
}

#rec466967155 .t396__artboard {
    min-height: 800px;
    height: 100vh;
    background-color: #ffffff;
}

#rec466967155 .t396__filter {
    min-height: 800px;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    will-change: transform;
}

#rec466967155 .t396__carrier {
    min-height: 800px;
    height: 100vh;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .t396__artboard,
    #rec466967155 .t396__filter,
    #rec466967155 .t396__carrier {
    }

    #rec466967155 .t396__filter {
    }

    #rec466967155 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec466967155 .t396__artboard,
    #rec466967155 .t396__filter,
    #rec466967155 .t396__carrier {
    }

    #rec466967155 .t396__filter {
    }

    #rec466967155 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .t396__artboard,
    #rec466967155 .t396__filter,
    #rec466967155 .t396__carrier {
        min-height: 760px;
    }

    #rec466967155 .t396__filter {
    }

    #rec466967155 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .t396__artboard,
    #rec466967155 .t396__filter,
    #rec466967155 .t396__carrier {
        min-height: 660px;
    }

    #rec466967155 .t396__filter {
    }

    #rec466967155 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec466967155 .tn-elem[data-elem-id="1657272764044"] {
    color: #ffffff;
    z-index: 26;
    top: calc(50vh - 400px + 575px);
    left: calc(50% - 600px + -14px);
    width: 397px;
}

#rec466967155 .tn-elem[data-elem-id="1657272764044"] .tn-atom {
    color: #ffffff;
    font-size: 18px;
    font-family: "Circe", 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) {
    #rec466967155 .tn-elem[data-elem-id="1657272764044"] {
        top: 560px;
        left: calc(50% - 320px + 10px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657272764044"] {
        top: 552px;
        left: calc(50% - 240px + 42px);
    }

    #rec466967155 .tn-elem[data-elem-id="1657272764044"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .tn-elem[data-elem-id="1657272764044"] {
        top: 528px;
        left: calc(50% - 160px + 4px);
        width: 316px;
    }

    #rec466967155 .tn-elem[data-elem-id="1657272764044"] .tn-atom {
        font-size: 16px;
    }
}

#rec466967155 .tn-elem[data-elem-id="1657272784082"] {
    color: #ffffff;
    text-align: center;
    z-index: 28;
    top: calc(50vh - 400px + 648px);
    left: calc(50% - 600px + -14px);
    width: 195px;
    height: 65px;
}

#rec466967155 .tn-elem[data-elem-id="1657272784082"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #fe5c01;
    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) {
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1657272784082"] {
        top: 645px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657272784082"] {
        top: 618px;
        left: calc(50% - 240px + 143px);
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .tn-elem[data-elem-id="1657272784082"] {
        top: 580px;
        left: calc(50% - 160px + 60px);
    }
}

#rec466967155 .tn-elem[data-elem-id="1657278114325"] {
    color: #ffffff;
    z-index: 25;
    top: calc(50vh - 400px + 390px);
    left: calc(50% - 600px + -70px);
    width: 533px;
}

#rec466967155 .tn-elem[data-elem-id="1657278114325"] .tn-atom {
    color: #ffffff;
    font-size: 42px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .tn-elem[data-elem-id="1657278114325"] {
        top: 385px;
        left: calc(50% - 480px + -10px);
    }
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1657278114325"] {
        top: 390px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657278114325"] {
        top: 389px;
        left: calc(50% - 240px + -26px);
    }

    #rec466967155 .tn-elem[data-elem-id="1657278114325"] {
        text-align: center;
    }

    #rec466967155 .tn-elem[data-elem-id="1657278114325"] .tn-atom {
        font-size: 36px;
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .tn-elem[data-elem-id="1657278114325"] {
        top: 413px;
        left: calc(50% - 160px + 0px);
        width: 316px;
    }

    #rec466967155 .tn-elem[data-elem-id="1657278114325"] .tn-atom {
        font-size: 23px;
    }
}

#rec466967155 .tn-elem[data-elem-id="1657278143922"] {
    color: #ffffff;
    z-index: 29;
    top: calc(50vh - 400px + 344px);
    left: calc(50% - 600px + -14px);
    width: 389px;
}

#rec466967155 .tn-elem[data-elem-id="1657278143922"] .tn-atom {
    color: #ffffff;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1657278143922"] {
        top: 345px;
        left: calc(50% - 320px + 10px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657278143922"] {
        top: 344px;
        left: calc(50% - 240px + 46px);
    }

    #rec466967155 .tn-elem[data-elem-id="1657278143922"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .tn-elem[data-elem-id="1657278143922"] {
        top: 0px;
        left: calc(50% - 160px + -34px);
    }
}

#rec466967155 .tn-elem[data-elem-id="1657288546369"] {
    z-index: 32;
    top: calc(50vh - 400px + 708px);
    left: calc(50% - 600px + 1191px);
    width: 5px;
    height: 5px;
}

#rec466967155 .tn-elem[data-elem-id="1657288546369"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .tn-elem[data-elem-id="1657288546369"] {
        top: 708px;
        left: calc(50% - 480px + 935px);
    }
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1657288546369"] {
        top: 707px;
        left: calc(50% - 320px + 615px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657288546369"] {
        top: -54px;
        left: calc(50% - 240px + 455px);
    }
}

@media screen and (max-width: 479px) {
}

#rec466967155 .tn-elem[data-elem-id="1657288544275"] {
    z-index: 31;
    top: calc(50vh - 400px + 708px);
    left: calc(50% - 600px + 1201px);
    width: 5px;
    height: 5px;
}

#rec466967155 .tn-elem[data-elem-id="1657288544275"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .tn-elem[data-elem-id="1657288544275"] {
        top: 708px;
        left: calc(50% - 480px + 945px);
    }
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1657288544275"] {
        top: 707px;
        left: calc(50% - 320px + 625px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657288544275"] {
        top: -54px;
        left: calc(50% - 240px + 465px);
    }
}

@media screen and (max-width: 479px) {
}

#rec466967155 .tn-elem[data-elem-id="1657288523383"] {
    z-index: 30;
    top: calc(50vh - 400px + 708px);
    left: calc(50% - 600px + 1211px);
    width: 5px;
    height: 5px;
}

#rec466967155 .tn-elem[data-elem-id="1657288523383"] .tn-atom {
    border-radius: 3000px;
    opacity: 0.5;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .tn-elem[data-elem-id="1657288523383"] {
        top: 708px;
        left: calc(50% - 480px + 955px);
    }
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1657288523383"] {
        top: 707px;
        left: calc(50% - 320px + 635px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1657288523383"] {
        top: -54px;
        left: calc(50% - 240px + 475px);
    }
}

@media screen and (max-width: 479px) {
}

#rec466967155 .tn-elem[data-elem-id="1663618266557"] {
    color: #000000;
    z-index: 33;
    top: calc(50vh - 400px + -150px);
    left: calc(50% - 600px + 40px);
    width: 214px;
}

#rec466967155 .tn-elem[data-elem-id="1663618266557"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .tn-elem[data-elem-id="1663618266557"] {
        top: -224px;
        left: calc(50% - 480px + 112px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1663618266557"] {
        top: -145px;
        left: calc(50% - 240px + 161px);
    }

    #rec466967155 .tn-elem[data-elem-id="1663618266557"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .tn-elem[data-elem-id="1663618266557"] {
        top: -192px;
        left: calc(50% - 160px + 57px);
    }

    #rec466967155 .tn-elem[data-elem-id="1663618266557"] {
        text-align: center;
    }

    #rec466967155 .tn-elem[data-elem-id="1663618266557"] .tn-atom {
        font-size: 15px;
    }
}

#rec466967155 .tn-elem[data-elem-id="1663618321721"] {
    color: #bdbdbd;
    z-index: 34;
    top: calc(50vh - 400px + 485px);
    left: calc(50% - 600px + -70px);
    width: 533px;
}

#rec466967155 .tn-elem[data-elem-id="1663618321721"] .tn-atom {
    color: #bdbdbd;
    font-size: 42px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec466967155 .tn-elem[data-elem-id="1663618321721"] {
        top: 486px;
        left: calc(50% - 480px + -10px);
    }
}

@media screen and (max-width: 959px) {
    #rec466967155 .tn-elem[data-elem-id="1663618321721"] {
        top: 491px;
        left: calc(50% - 320px + 30px);
    }
}

@media screen and (max-width: 639px) {
    #rec466967155 .tn-elem[data-elem-id="1663618321721"] {
        top: 475px;
        left: calc(50% - 240px + -26px);
    }

    #rec466967155 .tn-elem[data-elem-id="1663618321721"] {
        text-align: center;
    }

    #rec466967155 .tn-elem[data-elem-id="1663618321721"] .tn-atom {
        font-size: 36px;
    }
}

@media screen and (max-width: 479px) {
    #rec466967155 .tn-elem[data-elem-id="1663618321721"] {
        top: 468px;
        left: calc(50% - 160px + 0px);
        width: 316px;
    }

    #rec466967155 .tn-elem[data-elem-id="1663618321721"] .tn-atom {
        font-size: 23px;
    }
}

#rec467150172 .t396__artboard {
    height: 1250px;
    background-color: #f9f9f9;
}

#rec467150172 .t396__filter {
    height: 1250px;
}

#rec467150172 .t396__carrier {
    height: 1250px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .t396__artboard,
    #rec467150172 .t396__filter,
    #rec467150172 .t396__carrier {
        height: 1010px;
    }

    #rec467150172 .t396__filter {
    }

    #rec467150172 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .t396__artboard,
    #rec467150172 .t396__filter,
    #rec467150172 .t396__carrier {
        height: 1900px;
    }

    #rec467150172 .t396__filter {
    }

    #rec467150172 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .t396__artboard,
    #rec467150172 .t396__filter,
    #rec467150172 .t396__carrier {
        height: 230px;
    }

    #rec467150172 .t396__filter {
    }

    #rec467150172 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec467150172 .t396__artboard,
    #rec467150172 .t396__filter,
    #rec467150172 .t396__carrier {
        height: 220px;
    }

    #rec467150172 .t396__filter {
    }

    #rec467150172 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec467150172 .tn-elem[data-elem-id="1657275572713"] {
    color: #000000;
    z-index: 4;
    top: 44px;
    left: calc(50% - 600px + 51px);
    width: 99px;
}

#rec467150172 .tn-elem[data-elem-id="1657275572713"] .tn-atom {
    color: #000000;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.25;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657275572713"] {
        top: 44px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657275572713"] {
        top: 66px;
        left: calc(50% - 240px + 149px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657275572713"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467150172 .tn-elem[data-elem-id="1657275572713"] {
        top: 62px;
        left: calc(50% - 160px + 87px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657275572713"] .tn-atom {
        font-size: 28px;
    }
}

#rec467150172 .tn-elem[data-elem-id="1657275609332"] {
    color: #fe5c01;
    z-index: 7;
    top: -2px;
    left: calc(50% - 600px + 216px);
    width: 68px;
}

#rec467150172 .tn-elem[data-elem-id="1657275609332"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657275609332"] {
        top: -2px;
        left: calc(50% - 320px + 246px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657275609332"] {
        top: 0px;
        left: calc(50% - 240px + 206px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657275609332"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467150172 .tn-elem[data-elem-id="1657275609332"] {
        top: 0px;
        left: calc(50% - 160px + 126px);
    }
}

#rec467150172 .tn-elem[data-elem-id="1657275629518"] {
    color: #4d4d4d;
    z-index: 8;
    top: 6px;
    left: calc(50% - 600px + 520px);
    width: 312px;
}

#rec467150172 .tn-elem[data-elem-id="1657275629518"] .tn-atom {
    color: #4d4d4d;
    font-size: 19px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657275629518"] {
        top: 6px;
        left: calc(50% - 480px + 390px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657275629518"] {
        top: 106px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657275629518"] {
        top: 128px;
        left: calc(50% - 240px + 84px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657275629518"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467150172 .tn-elem[data-elem-id="1657275629518"] {
        top: 109px;
        left: calc(50% - 160px + 4px);
    }
}

#rec467150172 .tn-elem[data-elem-id="1657275669504"] {
    color: #fe5c01;
    text-align: center;
    z-index: 9;
    top: 10px;
    left: calc(50% - 600px + 1051px);
    width: 169px;
    height: 65px;
}

#rec467150172 .tn-elem[data-elem-id="1657275669504"] .tn-atom {
    color: #fe5c01;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #ededed;
    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 (hover), (min-width: 0\0) {
    #rec467150172 .tn-elem[data-elem-id="1657275669504"] .tn-atom:hover {
        background-color: #fe5c01;
        background-image: none;
        border-color: #fe5c01;
    }

    #rec467150172 .tn-elem[data-elem-id="1657275669504"] .tn-atom:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657275669504"] {
        top: 10px;
        left: calc(50% - 480px + 791px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657275669504"] {
        top: 10px;
        left: calc(50% - 320px + 471px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657275669504"] {
        top: -221px;
        left: calc(50% - 240px + 480px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657280950210"] {
    z-index: 3;
    top: 130px;
    left: calc(50% - 600px + -20px);
    width: 515px;
    height: 350px;
}

#rec467150172 .tn-elem[data-elem-id="1657280950210"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657280950210"] {
        top: 130px;
        left: calc(50% - 480px + -20px);
        width: 405px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657280950210"] {
        top: 210px;
        left: calc(50% - 320px + 0px);
        width: 376px;
        height: 256px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657280950210"] {
        top: 232px;
        left: calc(50% - 240px + 0px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281040684"] {
    color: #ffffff;
    z-index: 10;
    top: 396px;
    left: calc(50% - 600px + 10px);
    width: 122px;
}

#rec467150172 .tn-elem[data-elem-id="1657281040684"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657281040684"] {
        top: 326px;
        left: calc(50% - 480px + 5px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281040684"] {
        top: 400px;
        left: calc(50% - 320px + 25px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657281040684"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281040684"] {
        top: 422px;
        left: calc(50% - 240px + 25px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281083397"] {
    color: #fe5c01;
    z-index: 11;
    top: 391px;
    left: calc(50% - 600px + 133px);
    width: 10px;
}

#rec467150172 .tn-elem[data-elem-id="1657281083397"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281083397"] {
        top: 321px;
        left: calc(50% - 480px + 128px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281083397"] {
        top: 395px;
        left: calc(50% - 320px + 127px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281083397"] {
        top: 417px;
        left: calc(50% - 240px + 127px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281098153"] {
    z-index: 12;
    top: 432px;
    left: calc(50% - 600px + 450px);
    width: 15px;
}

@media (min-width: 1200px) {
    #rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281098153"] {
        opacity: 0;
    }
}

#rec467150172 .tn-elem[data-elem-id="1657281098153"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281098153"] {
        top: 362px;
        left: calc(50% - 480px + 345px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281098153"] {
        top: 435px;
        left: calc(50% - 320px + 339px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281098153"] {
        top: 457px;
        left: calc(50% - 240px + 339px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281142939"] {
    z-index: 13;
    top: 130px;
    left: calc(50% - 600px + 507px);
    width: 350px;
    height: 350px;
}

#rec467150172 .tn-elem[data-elem-id="1657281142939"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281142939"] {
        top: 130px;
        left: calc(50% - 480px + 394px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281142939"] {
        top: 210px;
        left: calc(50% - 320px + 385px);
        width: 255px;
        height: 256px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281142939"] {
        top: 232px;
        left: calc(50% - 240px + 385px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281161169"] {
    z-index: 14;
    top: 130px;
    left: calc(50% - 600px + 870px);
    width: 350px;
    height: 350px;
}

#rec467150172 .tn-elem[data-elem-id="1657281161169"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281161169"] {
        top: 130px;
        left: calc(50% - 480px + 680px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281161169"] {
        top: 475px;
        left: calc(50% - 320px + -1px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281161169"] {
        top: 232px;
        left: calc(50% - 240px + 649px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281200043"] {
    color: #ffffff;
    z-index: 15;
    top: 377px;
    left: calc(50% - 600px + 540px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657281200043"] .tn-atom {
    color: #ffffff;
    font-size: 9px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200043"] {
        top: 307px;
        left: calc(50% - 480px + 420px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200043"] {
        top: 381px;
        left: calc(50% - 320px + 413px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200043"] {
        top: 403px;
        left: calc(50% - 240px + 413px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281200051"] {
    color: #fe5c01;
    z-index: 18;
    top: 391px;
    left: calc(50% - 600px + 658px);
    width: 10px;
}

#rec467150172 .tn-elem[data-elem-id="1657281200051"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200051"] {
        top: 321px;
        left: calc(50% - 480px + 538px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200051"] {
        top: 395px;
        left: calc(50% - 320px + 512px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200051"] {
        top: 417px;
        left: calc(50% - 240px + 512px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281200056"] {
    z-index: 19;
    top: 432px;
    left: calc(50% - 600px + 812px);
    width: 15px;
}

@media (min-width: 1200px) {
    #rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281200056"] {
        opacity: 0;
    }
}

#rec467150172 .tn-elem[data-elem-id="1657281200056"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200056"] {
        top: 362px;
        left: calc(50% - 480px + 629px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200056"] {
        top: 432px;
        left: calc(50% - 320px + 603px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281200056"] {
        top: 454px;
        left: calc(50% - 240px + 603px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281216418"] {
    color: #ffffff;
    z-index: 20;
    top: 396px;
    left: calc(50% - 600px + 905px);
    width: 122px;
}

#rec467150172 .tn-elem[data-elem-id="1657281216418"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657281216418"] {
        top: 326px;
        left: calc(50% - 480px + 695px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216418"] {
        top: 684px;
        left: calc(50% - 320px + 24px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657281216418"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216418"] {
        top: 421px;
        left: calc(50% - 240px + 674px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281216423"] {
    color: #fe5c01;
    z-index: 21;
    top: 391px;
    left: calc(50% - 600px + 1106px);
    width: 10px;
}

#rec467150172 .tn-elem[data-elem-id="1657281216423"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216423"] {
        top: 321px;
        left: calc(50% - 480px + 896px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216423"] {
        top: 677px;
        left: calc(50% - 320px + 191px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216423"] {
        top: 414px;
        left: calc(50% - 240px + 841px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281216428"] {
    z-index: 22;
    top: 432px;
    left: calc(50% - 600px + 1175px);
    width: 15px;
}

#rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281216428"] {
    opacity: 0;
}

#rec467150172 .tn-elem[data-elem-id="1657281216428"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216428"] {
        top: 362px;
        left: calc(50% - 480px + 915px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216428"] {
        top: 707px;
        left: calc(50% - 320px + 237px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281216428"] {
        top: 444px;
        left: calc(50% - 240px + 887px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281326557"] {
    z-index: 23;
    top: 493px;
    left: calc(50% - 600px + 705px);
    width: 515px;
    height: 350px;
}

#rec467150172 .tn-elem[data-elem-id="1657281326557"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326557"] {
        top: 416px;
        left: calc(50% - 480px + 550px);
        width: 405px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326557"] {
        top: 760px;
        left: calc(50% - 320px + 385px);
        width: 255px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326557"] {
        top: 232px;
        left: calc(50% - 240px + 1684px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281326566"] {
    color: #ffffff;
    z-index: 24;
    top: 790px;
    left: calc(50% - 600px + 740px);
    width: 215px;
}

#rec467150172 .tn-elem[data-elem-id="1657281326566"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657281326566"] {
        top: 640px;
        left: calc(50% - 480px + 575px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326566"] {
        top: 992px;
        left: calc(50% - 320px + 410px);
        width: 165px;
    }

    #rec467150172 .tn-elem[data-elem-id="1657281326566"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326566"] {
        top: 445px;
        left: calc(50% - 240px + 1709px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281326571"] {
    color: #ee7c04;
    z-index: 25;
    top: 781px;
    left: calc(50% - 600px + 930px);
    width: 10px;
}

#rec467150172 .tn-elem[data-elem-id="1657281326571"] .tn-atom {
    color: #ee7c04;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326571"] {
        top: 631px;
        left: calc(50% - 480px + 765px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326571"] {
        top: 975px;
        left: calc(50% - 320px + 563px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326571"] {
        top: 427px;
        left: calc(50% - 240px + 1862px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281326575"] {
    z-index: 26;
    top: 800px;
    left: calc(50% - 600px + 1175px);
    width: 15px;
}

#rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281326575"] {
    opacity: 0;
}

#rec467150172 .tn-elem[data-elem-id="1657281326575"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326575"] {
        top: 650px;
        left: calc(50% - 480px + 910px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326575"] {
        top: 999px;
        left: calc(50% - 320px + 603px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281326575"] {
        top: 451px;
        left: calc(50% - 240px + 1902px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365066"] {
    z-index: 27;
    top: 493px;
    left: calc(50% - 600px + -21px);
    width: 350px;
    height: 350px;
}

#rec467150172 .tn-elem[data-elem-id="1657281365066"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365066"] {
        top: 416px;
        left: calc(50% - 480px + -21px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365066"] {
        top: 475px;
        left: calc(50% - 320px + 283px);
        width: 357px;
        height: 276px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365066"] {
        top: 232px;
        left: calc(50% - 240px + 933px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365074"] {
    z-index: 28;
    top: 493px;
    left: calc(50% - 600px + 342px);
    width: 350px;
    height: 350px;
}

#rec467150172 .tn-elem[data-elem-id="1657281365074"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365074"] {
        top: 416px;
        left: calc(50% - 480px + 264px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365074"] {
        top: 760px;
        left: calc(50% - 320px + 0px);
        width: 376px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365074"] {
        top: 232px;
        left: calc(50% - 240px + 1299px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365079"] {
    color: #ffffff;
    z-index: 29;
    top: 764px;
    left: calc(50% - 600px + 9px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657281365079"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657281365079"] {
        top: 614px;
        left: calc(50% - 480px + -1px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365079"] {
        top: 683px;
        left: calc(50% - 320px + 309px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657281365079"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365079"] {
        top: 421px;
        left: calc(50% - 240px + 959px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365084"] {
    color: #fe5c01;
    z-index: 30;
    top: 759px;
    left: calc(50% - 600px + 186px);
    width: 10px;
}

#rec467150172 .tn-elem[data-elem-id="1657281365084"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365084"] {
        top: 609px;
        left: calc(50% - 480px + 176px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365084"] {
        top: 668px;
        left: calc(50% - 320px + 454px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365084"] {
        top: 405px;
        left: calc(50% - 240px + 1104px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365090"] {
    z-index: 31;
    top: 800px;
    left: calc(50% - 600px + 284px);
    width: 15px;
}

#rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281365090"] {
    opacity: 0;
}

#rec467150172 .tn-elem[data-elem-id="1657281365090"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365090"] {
        top: 650px;
        left: calc(50% - 480px + 214px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365090"] {
        top: 717px;
        left: calc(50% - 320px + 603px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365090"] {
        top: 454px;
        left: calc(50% - 240px + 1253px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365097"] {
    color: #ffffff;
    z-index: 32;
    top: 790px;
    left: calc(50% - 600px + 372px);
    width: 122px;
}

#rec467150172 .tn-elem[data-elem-id="1657281365097"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657281365097"] {
        top: 640px;
        left: calc(50% - 480px + 282px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365097"] {
        top: 992px;
        left: calc(50% - 320px + 25px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657281365097"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365097"] {
        top: 445px;
        left: calc(50% - 240px + 1324px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365101"] {
    color: #fe5c01;
    z-index: 33;
    top: 781px;
    left: calc(50% - 600px + 465px);
    width: 10px;
}

#rec467150172 .tn-elem[data-elem-id="1657281365101"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365101"] {
        top: 631px;
        left: calc(50% - 480px + 375px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365101"] {
        top: 985px;
        left: calc(50% - 320px + 104px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365101"] {
        top: 437px;
        left: calc(50% - 240px + 1403px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657281365106"] {
    z-index: 34;
    top: 800px;
    left: calc(50% - 600px + 647px);
    width: 15px;
}

#rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281365106"] {
    opacity: 0;
}

#rec467150172 .tn-elem[data-elem-id="1657281365106"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365106"] {
        top: 650px;
        left: calc(50% - 480px + 499px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365106"] {
        top: 999px;
        left: calc(50% - 320px + 337px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657281365106"] {
        top: 451px;
        left: calc(50% - 240px + 1636px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657282990850"] {
    z-index: 35;
    top: 857px;
    left: calc(50% - 600px + -21px);
    width: 540px;
    height: 390px;
}

#rec467150172 .tn-elem[data-elem-id="1657282990850"] .tn-atom {
    border-radius: 15px;
    background-color: #24262e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990850"] {
        top: 703px;
        left: calc(50% - 480px + -21px);
        width: 425px;
        height: 307px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990850"] {
        top: 1045px;
        left: calc(50% - 320px + 0px);
        width: 640px;
        height: 424px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990850"] {
        top: 230px;
        left: calc(50% - 240px + 1950px);
        width: 376px;
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657282990857"] {
    color: #ffffff;
    z-index: 40;
    top: 896px;
    left: calc(50% - 600px + 55px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657282990857"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657282990857"] {
        top: 736px;
        left: calc(50% - 480px + 55px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990857"] {
        top: 1086px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990857"] {
        top: 258px;
        left: calc(50% - 240px + 2011px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657282990857"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657282990869"] {
    z-index: 41;
    top: 1204px;
    left: calc(50% - 600px + 474px);
    width: 15px;
}

#rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657282990869"] {
    opacity: 0;
}

#rec467150172 .tn-elem[data-elem-id="1657282990869"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990869"] {
        top: 963px;
        left: calc(50% - 480px + 364px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990869"] {
        top: 1437px;
        left: calc(50% - 320px + 603px);
        width: 12px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657282990869"] {
        top: 452px;
        left: calc(50% - 240px + 2293px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283059994"] {
    z-index: 42;
    top: 887px;
    left: calc(50% - 600px + 9px);
    width: 35px;
}

#rec467150172 .tn-elem[data-elem-id="1657283059994"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657283059994"] {
        top: 727px;
        left: calc(50% - 480px + 9px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283059994"] {
        top: 1077px;
        left: calc(50% - 320px + 25px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283059994"] {
        top: 252px;
        left: calc(50% - 240px + 1975px);
        width: 30px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283122111"] {
    color: #000000;
    z-index: 36;
    top: 907px;
    left: calc(50% - 600px + 587px);
    width: 314px;
}

#rec467150172 .tn-elem[data-elem-id="1657283122111"] .tn-atom {
    color: #000000;
    font-size: 32px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657283122111"] {
        top: 737px;
        left: calc(50% - 480px + 457px);
        width: 245px;
    }

    #rec467150172 .tn-elem[data-elem-id="1657283122111"] .tn-atom {
        font-size: 26px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283122111"] {
        top: 1524px;
        left: calc(50% - 320px + 46px);
        width: 306px;
    }

    #rec467150172 .tn-elem[data-elem-id="1657283122111"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283122111"] {
        top: 1075px;
        left: calc(50% - 240px + 44px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283140658"] {
    color: #ffffff;
    z-index: 43;
    top: 942px;
    left: calc(50% - 600px + 55px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657283140658"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657283140658"] {
        top: 782px;
        left: calc(50% - 480px + 55px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283140658"] {
        top: 1132px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283140658"] {
        top: 299px;
        left: calc(50% - 240px + 2011px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657283140658"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283140664"] {
    z-index: 44;
    top: 932px;
    left: calc(50% - 600px + 9px);
    width: 35px;
}

#rec467150172 .tn-elem[data-elem-id="1657283140664"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657283140664"] {
        top: 772px;
        left: calc(50% - 480px + 9px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283140664"] {
        top: 1122px;
        left: calc(50% - 320px + 25px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283140664"] {
        top: 292px;
        left: calc(50% - 240px + 1975px);
        width: 30px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283195557"] {
    z-index: 2;
    top: 857px;
    left: calc(50% - 600px + 535px);
    width: 685px;
    height: 390px;
}

#rec467150172 .tn-elem[data-elem-id="1657283195557"] .tn-atom {
    border-radius: 15px;
    background-color: #ededee;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657283195557"] {
        top: 703px;
        left: calc(50% - 480px + 416px);
        width: 539px;
        height: 307px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283195557"] {
        top: 1478px;
        left: calc(50% - 320px + 0px);
        width: 640px;
        height: 364px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283195557"] {
        top: 1029px;
        left: calc(50% - 240px + -2px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283422043"] {
    color: #ffffff;
    z-index: 37;
    top: 1168px;
    left: calc(50% - 600px + 9px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657283422043"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657283422043"] {
        top: 928px;
        left: calc(50% - 480px + 9px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283422043"] {
        top: 1401px;
        left: calc(50% - 320px + 25px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657283422043"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283422043"] {
        top: 421px;
        left: calc(50% - 240px + 1975px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283453396"] {
    color: #000000;
    z-index: 45;
    top: 1032px;
    left: calc(50% - 600px + 587px);
    width: 246px;
}

#rec467150172 .tn-elem[data-elem-id="1657283453396"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657283453396"] {
        top: 843px;
        left: calc(50% - 480px + 457px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283453396"] {
        top: 1648px;
        left: calc(50% - 320px + 46px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283453396"] {
        top: 1199px;
        left: calc(50% - 240px + 44px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657283471304"] {
    color: #ffffff;
    text-align: center;
    z-index: 46;
    top: 1134px;
    left: calc(50% - 600px + 588px);
    width: 137px;
    height: 60px;
}

#rec467150172 .tn-elem[data-elem-id="1657283471304"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #fe5c01;
    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 (hover), (min-width: 0\0) {
    #rec467150172 .tn-elem[data-elem-id="1657283471304"] .tn-atom:hover {
        background-color: #24262e;
        background-image: none;
        border-color: #24262e;
    }

    #rec467150172 .tn-elem[data-elem-id="1657283471304"] .tn-atom:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657283471304"] {
        top: 910px;
        left: calc(50% - 480px + 458px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657283471304"] {
        top: 1727px;
        left: calc(50% - 320px + 47px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657283471304"] {
        top: 1278px;
        left: calc(50% - 240px + 45px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657286935808"] {
    color: #000000;
    z-index: 5;
    top: 3px;
    left: calc(50% - 600px + -20px);
    width: 99px;
}

#rec467150172 .tn-elem[data-elem-id="1657286935808"] .tn-atom {
    color: #000000;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657286935808"] {
        top: 3px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657286935808"] {
        top: 25px;
        left: calc(50% - 240px + 128px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657286935808"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467150172 .tn-elem[data-elem-id="1657286935808"] {
        top: 29px;
        left: calc(50% - 160px + 70px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657286935808"] .tn-atom {
        font-size: 28px;
    }
}

#rec467150172 .tn-elem[data-elem-id="1657296721646"] {
    color: #ffffff;
    z-index: 16;
    top: 396px;
    left: calc(50% - 600px + 537px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657296721646"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657296721646"] {
        top: 326px;
        left: calc(50% - 480px + 417px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657296721646"] {
        top: 400px;
        left: calc(50% - 320px + 410px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657296721646"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657296721646"] {
        top: 421px;
        left: calc(50% - 240px + 410px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657296741790"] {
    z-index: 47;
    top: 150px;
    left: calc(50% - 600px + 531px);
    width: 71px;
}

#rec467150172 .tn-elem[data-elem-id="1657296741790"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657296741790"] {
        top: 150px;
        left: calc(50% - 480px + 410px);
        width: 61px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657296741790"] {
        top: 230px;
        left: calc(50% - 320px + 403px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657296741790"] {
        top: 252px;
        left: calc(50% - 240px + 403px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657297118854"] {
    z-index: 48;
    top: 150px;
    left: calc(50% - 600px + 610px);
    width: 71px;
}

#rec467150172 .tn-elem[data-elem-id="1657297118854"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657297118854"] {
        top: 150px;
        left: calc(50% - 480px + 479px);
        width: 61px;
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657297118854"] {
        top: 230px;
        left: calc(50% - 320px + 472px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657297118854"] {
        top: 252px;
        left: calc(50% - 240px + 472px);
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657644890105"] {
    color: #ffffff;
    z-index: 49;
    top: 987px;
    left: calc(50% - 600px + 55px);
    width: 143px;
}

#rec467150172 .tn-elem[data-elem-id="1657644890105"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec467150172 .tn-elem[data-elem-id="1657644890105"] {
        top: 827px;
        left: calc(50% - 480px + 55px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657644890105"] {
        top: 1177px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657644890105"] {
        top: 340px;
        left: calc(50% - 240px + 2011px);
    }

    #rec467150172 .tn-elem[data-elem-id="1657644890105"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1657644890116"] {
    z-index: 50;
    top: 977px;
    left: calc(50% - 600px + 9px);
    width: 35px;
}

#rec467150172 .tn-elem[data-elem-id="1657644890116"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467150172 .tn-elem[data-elem-id="1657644890116"] {
        top: 817px;
        left: calc(50% - 480px + 9px);
    }
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1657644890116"] {
        top: 1167px;
        left: calc(50% - 320px + 25px);
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1657644890116"] {
        top: 335px;
        left: calc(50% - 240px + 1975px);
        width: 30px;
    }
}

@media screen and (max-width: 479px) {
}

#rec467150172 .tn-elem[data-elem-id="1658775041764"] {
    z-index: 51;
    top: -153px;
    left: calc(50% - 600px + 363px);
    width: 25px;
}

#rec467150172 .tn-elem.t396__elem--anim-hidden[data-elem-id="1658775041764"] {
    opacity: 0;
}

#rec467150172 .tn-elem[data-elem-id="1658775041764"] .tn-atom {
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec467150172 .tn-elem[data-elem-id="1658775041764"] {
        top: -122px;
        left: calc(50% - 320px + 620px);
        width: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec467150172 .tn-elem[data-elem-id="1658775041764"] {
        top: 201px;
        left: calc(50% - 240px + -20px);
        width: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec467150172 .tn-elem[data-elem-id="1658775041764"] {
        top: 190px;
        left: calc(50% - 160px + -10px);
        width: 17px;
    }
}

#rec472750340 .t396__artboard {
    height: 1140px;
    background-color: #f9f9f9;
    overflow: auto;
}

#rec472750340 .t396__filter {
    height: 1140px;
}

#rec472750340 .t396__carrier {
    height: 1140px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .t396__artboard,
    #rec472750340 .t396__filter,
    #rec472750340 .t396__carrier {
        height: 1010px;
    }

    #rec472750340 .t396__filter {
    }

    #rec472750340 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .t396__artboard,
    #rec472750340 .t396__filter,
    #rec472750340 .t396__carrier {
        height: 1280px;
    }

    #rec472750340 .t396__filter {
    }

    #rec472750340 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .t396__artboard,
    #rec472750340 .t396__filter,
    #rec472750340 .t396__carrier {
        height: 280px;
    }

    #rec472750340 .t396__filter {
    }

    #rec472750340 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .t396__artboard,
    #rec472750340 .t396__filter,
    #rec472750340 .t396__carrier {
        height: 270px;
    }

    #rec472750340 .t396__filter {
    }

    #rec472750340 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657280950210"] {
    z-index: 3;
    top: 10px;
    left: calc(50% - 600px + -20px);
    width: 515px;
    height: 350px;
}

#rec472750340 .tn-elem[data-elem-id="1657280950210"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657280950210"] {
        top: 130px;
        left: calc(50% - 480px + -20px);
        width: 405px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657280950210"] {
        top: 10px;
        left: calc(50% - 320px + 0px);
        width: 376px;
        height: 256px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657280950210"] {
        top: 7px;
        left: calc(50% - 240px + 10px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657280950210"] {
        top: 2px;
        left: calc(50% - 160px + 10px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281040684"] {
    color: #ffffff;
    z-index: 10;
    top: 276px;
    left: calc(50% - 600px + 10px);
    width: 122px;
}

#rec472750340 .tn-elem[data-elem-id="1657281040684"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657281040684"] {
        top: 326px;
        left: calc(50% - 480px + 5px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281040684"] {
        top: 200px;
        left: calc(50% - 320px + 25px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657281040684"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281040684"] {
        top: 197px;
        left: calc(50% - 240px + 35px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281040684"] {
        top: 193px;
        left: calc(50% - 160px + 35px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281083397"] {
    color: #fe5c01;
    z-index: 11;
    top: 271px;
    left: calc(50% - 600px + 133px);
    width: 10px;
}

#rec472750340 .tn-elem[data-elem-id="1657281083397"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281083397"] {
        top: 321px;
        left: calc(50% - 480px + 128px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281083397"] {
        top: 195px;
        left: calc(50% - 320px + 127px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281083397"] {
        top: 192px;
        left: calc(50% - 240px + 137px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281083397"] {
        top: 188px;
        left: calc(50% - 160px + 137px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281098153"] {
    z-index: 12;
    top: 312px;
    left: calc(50% - 600px + 450px);
    width: 15px;
    height: 1px;
}

@media (min-width: 1200px) {
    #rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281098153"] {
        opacity: 0;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281098153"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281098153"] {
        top: 362px;
        left: calc(50% - 480px + 345px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281098153"] {
        top: 235px;
        left: calc(50% - 320px + 339px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281098153"] {
        top: 232px;
        left: calc(50% - 240px + 349px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281098153"] {
        top: 228px;
        left: calc(50% - 160px + 349px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281142939"] {
    z-index: 13;
    top: 10px;
    left: calc(50% - 600px + 507px);
    width: 350px;
    height: 350px;
}

#rec472750340 .tn-elem[data-elem-id="1657281142939"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281142939"] {
        top: 130px;
        left: calc(50% - 480px + 394px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281142939"] {
        top: 10px;
        left: calc(50% - 320px + 385px);
        width: 255px;
        height: 256px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281142939"] {
        top: 7px;
        left: calc(50% - 240px + 395px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281142939"] {
        top: 2px;
        left: calc(50% - 160px + 395px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281161169"] {
    z-index: 14;
    top: 10px;
    left: calc(50% - 600px + 870px);
    width: 350px;
    height: 350px;
}

#rec472750340 .tn-elem[data-elem-id="1657281161169"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281161169"] {
        top: 130px;
        left: calc(50% - 480px + 680px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281161169"] {
        top: 275px;
        left: calc(50% - 320px + -1px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281161169"] {
        top: 7px;
        left: calc(50% - 240px + 659px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281161169"] {
        top: 2px;
        left: calc(50% - 160px + 659px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281200043"] {
    color: #ffffff;
    z-index: 15;
    top: 257px;
    left: calc(50% - 600px + 540px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657281200043"] .tn-atom {
    color: #ffffff;
    font-size: 9px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 2px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200043"] {
        top: 307px;
        left: calc(50% - 480px + 420px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200043"] {
        top: 181px;
        left: calc(50% - 320px + 413px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200043"] {
        top: 178px;
        left: calc(50% - 240px + 423px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200043"] {
        top: 174px;
        left: calc(50% - 160px + 423px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281200051"] {
    color: #fe5c01;
    z-index: 18;
    top: 271px;
    left: calc(50% - 600px + 658px);
    width: 10px;
}

#rec472750340 .tn-elem[data-elem-id="1657281200051"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200051"] {
        top: 321px;
        left: calc(50% - 480px + 538px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200051"] {
        top: 195px;
        left: calc(50% - 320px + 512px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200051"] {
        top: 192px;
        left: calc(50% - 240px + 522px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200051"] {
        top: 188px;
        left: calc(50% - 160px + 522px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281200056"] {
    z-index: 19;
    top: 312px;
    left: calc(50% - 600px + 812px);
    width: 15px;
    height: 1px;
}

@media (min-width: 1200px) {
    #rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281200056"] {
        opacity: 0;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281200056"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200056"] {
        top: 362px;
        left: calc(50% - 480px + 629px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200056"] {
        top: 232px;
        left: calc(50% - 320px + 603px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200056"] {
        top: 229px;
        left: calc(50% - 240px + 613px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281200056"] {
        top: 225px;
        left: calc(50% - 160px + 613px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281216418"] {
    color: #ffffff;
    z-index: 20;
    top: 276px;
    left: calc(50% - 600px + 905px);
    width: 122px;
}

#rec472750340 .tn-elem[data-elem-id="1657281216418"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657281216418"] {
        top: 326px;
        left: calc(50% - 480px + 695px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216418"] {
        top: 484px;
        left: calc(50% - 320px + 24px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657281216418"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216418"] {
        top: 196px;
        left: calc(50% - 240px + 684px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216418"] {
        top: 192px;
        left: calc(50% - 160px + 684px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281216423"] {
    color: #fe5c01;
    z-index: 21;
    top: 271px;
    left: calc(50% - 600px + 1106px);
    width: 10px;
}

#rec472750340 .tn-elem[data-elem-id="1657281216423"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216423"] {
        top: 321px;
        left: calc(50% - 480px + 896px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216423"] {
        top: 477px;
        left: calc(50% - 320px + 191px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216423"] {
        top: 189px;
        left: calc(50% - 240px + 851px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216423"] {
        top: 185px;
        left: calc(50% - 160px + 851px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281216428"] {
    z-index: 22;
    top: 312px;
    left: calc(50% - 600px + 1175px);
    width: 15px;
    height: 1px;
}

#rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281216428"] {
    opacity: 0;
}

#rec472750340 .tn-elem[data-elem-id="1657281216428"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216428"] {
        top: 362px;
        left: calc(50% - 480px + 915px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216428"] {
        top: 507px;
        left: calc(50% - 320px + 237px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216428"] {
        top: 219px;
        left: calc(50% - 240px + 897px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281216428"] {
        top: 215px;
        left: calc(50% - 160px + 897px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281326557"] {
    z-index: 23;
    top: 373px;
    left: calc(50% - 600px + 705px);
    width: 515px;
    height: 350px;
}

#rec472750340 .tn-elem[data-elem-id="1657281326557"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326557"] {
        top: 416px;
        left: calc(50% - 480px + 550px);
        width: 405px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326557"] {
        top: 560px;
        left: calc(50% - 320px + 385px);
        width: 255px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326557"] {
        top: 7px;
        left: calc(50% - 240px + 1694px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326557"] {
        top: 2px;
        left: calc(50% - 160px + 1694px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281326566"] {
    color: #ffffff;
    z-index: 24;
    top: 670px;
    left: calc(50% - 600px + 740px);
    width: 215px;
}

#rec472750340 .tn-elem[data-elem-id="1657281326566"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657281326566"] {
        top: 640px;
        left: calc(50% - 480px + 575px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326566"] {
        top: 792px;
        left: calc(50% - 320px + 410px);
        width: 165px;
    }

    #rec472750340 .tn-elem[data-elem-id="1657281326566"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326566"] {
        top: 220px;
        left: calc(50% - 240px + 1719px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326566"] {
        top: 216px;
        left: calc(50% - 160px + 1719px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281326571"] {
    color: #ee7c04;
    z-index: 25;
    top: 661px;
    left: calc(50% - 600px + 930px);
    width: 10px;
}

#rec472750340 .tn-elem[data-elem-id="1657281326571"] .tn-atom {
    color: #ee7c04;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326571"] {
        top: 631px;
        left: calc(50% - 480px + 765px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326571"] {
        top: 775px;
        left: calc(50% - 320px + 563px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326571"] {
        top: 202px;
        left: calc(50% - 240px + 1872px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326571"] {
        top: 198px;
        left: calc(50% - 160px + 1872px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281326575"] {
    z-index: 26;
    top: 680px;
    left: calc(50% - 600px + 1175px);
    width: 15px;
    height: 1px;
}

#rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281326575"] {
    opacity: 0;
}

#rec472750340 .tn-elem[data-elem-id="1657281326575"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326575"] {
        top: 650px;
        left: calc(50% - 480px + 910px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326575"] {
        top: 799px;
        left: calc(50% - 320px + 603px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326575"] {
        top: 226px;
        left: calc(50% - 240px + 1912px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281326575"] {
        top: 222px;
        left: calc(50% - 160px + 1912px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365066"] {
    z-index: 27;
    top: 373px;
    left: calc(50% - 600px + -21px);
    width: 350px;
    height: 350px;
}

#rec472750340 .tn-elem[data-elem-id="1657281365066"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365066"] {
        top: 416px;
        left: calc(50% - 480px + -21px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365066"] {
        top: 275px;
        left: calc(50% - 320px + 283px);
        width: 357px;
        height: 276px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365066"] {
        top: 7px;
        left: calc(50% - 240px + 943px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365066"] {
        top: 2px;
        left: calc(50% - 160px + 943px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365074"] {
    z-index: 28;
    top: 373px;
    left: calc(50% - 600px + 342px);
    width: 350px;
    height: 350px;
}

#rec472750340 .tn-elem[data-elem-id="1657281365074"] .tn-atom {
    border-radius: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365074"] {
        top: 416px;
        left: calc(50% - 480px + 264px);
        width: 275px;
        height: 276px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365074"] {
        top: 560px;
        left: calc(50% - 320px + 0px);
        width: 376px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365074"] {
        top: 7px;
        left: calc(50% - 240px + 1309px);
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365074"] {
        top: 2px;
        left: calc(50% - 160px + 1309px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365079"] {
    color: #ffffff;
    z-index: 29;
    top: 644px;
    left: calc(50% - 600px + 9px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657281365079"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657281365079"] {
        top: 614px;
        left: calc(50% - 480px + -1px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365079"] {
        top: 483px;
        left: calc(50% - 320px + 309px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657281365079"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365079"] {
        top: 196px;
        left: calc(50% - 240px + 969px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365079"] {
        top: 192px;
        left: calc(50% - 160px + 969px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365084"] {
    color: #fe5c01;
    z-index: 30;
    top: 639px;
    left: calc(50% - 600px + 186px);
    width: 10px;
}

#rec472750340 .tn-elem[data-elem-id="1657281365084"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365084"] {
        top: 609px;
        left: calc(50% - 480px + 176px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365084"] {
        top: 468px;
        left: calc(50% - 320px + 454px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365084"] {
        top: 180px;
        left: calc(50% - 240px + 1114px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365084"] {
        top: 176px;
        left: calc(50% - 160px + 1114px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365090"] {
    z-index: 31;
    top: 680px;
    left: calc(50% - 600px + 284px);
    width: 15px;
    height: 1px;
}

#rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281365090"] {
    opacity: 0;
}

#rec472750340 .tn-elem[data-elem-id="1657281365090"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365090"] {
        top: 650px;
        left: calc(50% - 480px + 214px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365090"] {
        top: 517px;
        left: calc(50% - 320px + 603px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365090"] {
        top: 229px;
        left: calc(50% - 240px + 1263px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365090"] {
        top: 225px;
        left: calc(50% - 160px + 1263px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365097"] {
    color: #ffffff;
    z-index: 32;
    top: 670px;
    left: calc(50% - 600px + 372px);
    width: 122px;
}

#rec472750340 .tn-elem[data-elem-id="1657281365097"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657281365097"] {
        top: 640px;
        left: calc(50% - 480px + 282px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365097"] {
        top: 792px;
        left: calc(50% - 320px + 25px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657281365097"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365097"] {
        top: 220px;
        left: calc(50% - 240px + 1334px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365097"] {
        top: 216px;
        left: calc(50% - 160px + 1334px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365101"] {
    color: #fe5c01;
    z-index: 33;
    top: 661px;
    left: calc(50% - 600px + 465px);
    width: 10px;
}

#rec472750340 .tn-elem[data-elem-id="1657281365101"] .tn-atom {
    color: #fe5c01;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365101"] {
        top: 631px;
        left: calc(50% - 480px + 375px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365101"] {
        top: 785px;
        left: calc(50% - 320px + 104px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365101"] {
        top: 212px;
        left: calc(50% - 240px + 1413px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365101"] {
        top: 208px;
        left: calc(50% - 160px + 1413px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657281365106"] {
    z-index: 34;
    top: 680px;
    left: calc(50% - 600px + 647px);
    width: 15px;
    height: 1px;
}

#rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657281365106"] {
    opacity: 0;
}

#rec472750340 .tn-elem[data-elem-id="1657281365106"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365106"] {
        top: 650px;
        left: calc(50% - 480px + 499px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365106"] {
        top: 799px;
        left: calc(50% - 320px + 337px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365106"] {
        top: 226px;
        left: calc(50% - 240px + 1646px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657281365106"] {
        top: 222px;
        left: calc(50% - 160px + 1646px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657282990850"] {
    z-index: 35;
    top: 737px;
    left: calc(50% - 600px + -21px);
    width: 540px;
    height: 390px;
}

#rec472750340 .tn-elem[data-elem-id="1657282990850"] .tn-atom {
    border-radius: 15px;
    background-color: #24262e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990850"] {
        top: 703px;
        left: calc(50% - 480px + -21px);
        width: 425px;
        height: 307px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990850"] {
        top: 845px;
        left: calc(50% - 320px + 0px);
        width: 640px;
        height: 424px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990850"] {
        top: 5px;
        left: calc(50% - 240px + 1960px);
        width: 376px;
        height: 255px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990850"] {
        top: 2px;
        left: calc(50% - 160px + 1960px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657282990857"] {
    color: #ffffff;
    z-index: 40;
    top: 776px;
    left: calc(50% - 600px + 55px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657282990857"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657282990857"] {
        top: 736px;
        left: calc(50% - 480px + 55px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990857"] {
        top: 886px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990857"] {
        top: 33px;
        left: calc(50% - 240px + 2021px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657282990857"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990857"] {
        top: 29px;
        left: calc(50% - 160px + 2021px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657282990869"] {
    z-index: 41;
    top: 1084px;
    left: calc(50% - 600px + 474px);
    width: 15px;
    height: 1px;
}

#rec472750340 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657282990869"] {
    opacity: 0;
}

#rec472750340 .tn-elem[data-elem-id="1657282990869"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990869"] {
        top: 963px;
        left: calc(50% - 480px + 364px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990869"] {
        top: 1237px;
        left: calc(50% - 320px + 603px);
        width: 12px;
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990869"] {
        top: 227px;
        left: calc(50% - 240px + 2303px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657282990869"] {
        top: 223px;
        left: calc(50% - 160px + 2303px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657283059994"] {
    z-index: 42;
    top: 767px;
    left: calc(50% - 600px + 9px);
    width: 35px;
    height: 1px;
}

#rec472750340 .tn-elem[data-elem-id="1657283059994"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657283059994"] {
        top: 727px;
        left: calc(50% - 480px + 9px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657283059994"] {
        top: 877px;
        left: calc(50% - 320px + 25px);
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657283059994"] {
        top: 27px;
        left: calc(50% - 240px + 1985px);
        width: 30px;
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657283059994"] {
        top: 23px;
        left: calc(50% - 160px + 1985px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657283140658"] {
    color: #ffffff;
    z-index: 43;
    top: 822px;
    left: calc(50% - 600px + 55px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657283140658"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657283140658"] {
        top: 782px;
        left: calc(50% - 480px + 55px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140658"] {
        top: 932px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140658"] {
        top: 74px;
        left: calc(50% - 240px + 2021px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657283140658"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140658"] {
        top: 70px;
        left: calc(50% - 160px + 2021px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657283140664"] {
    z-index: 44;
    top: 812px;
    left: calc(50% - 600px + 9px);
    width: 35px;
    height: 1px;
}

#rec472750340 .tn-elem[data-elem-id="1657283140664"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140664"] {
        top: 772px;
        left: calc(50% - 480px + 9px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140664"] {
        top: 922px;
        left: calc(50% - 320px + 25px);
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140664"] {
        top: 67px;
        left: calc(50% - 240px + 1985px);
        width: 30px;
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657283140664"] {
        top: 63px;
        left: calc(50% - 160px + 1985px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657283422043"] {
    color: #ffffff;
    z-index: 37;
    top: 1048px;
    left: calc(50% - 600px + 9px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657283422043"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657283422043"] {
        top: 928px;
        left: calc(50% - 480px + 9px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657283422043"] {
        top: 1201px;
        left: calc(50% - 320px + 25px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657283422043"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657283422043"] {
        top: 196px;
        left: calc(50% - 240px + 1985px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657283422043"] {
        top: 192px;
        left: calc(50% - 160px + 1985px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657296721646"] {
    color: #ffffff;
    z-index: 16;
    top: 276px;
    left: calc(50% - 600px + 537px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657296721646"] .tn-atom {
    color: #ffffff;
    font-size: 22px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657296721646"] {
        top: 326px;
        left: calc(50% - 480px + 417px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657296721646"] {
        top: 200px;
        left: calc(50% - 320px + 410px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657296721646"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657296721646"] {
        top: 196px;
        left: calc(50% - 240px + 420px);
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657296721646"] {
        top: 192px;
        left: calc(50% - 160px + 420px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657296741790"] {
    z-index: 47;
    top: 30px;
    left: calc(50% - 600px + 531px);
    width: 71px;
    height: 1px;
}

#rec472750340 .tn-elem[data-elem-id="1657296741790"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657296741790"] {
        top: 150px;
        left: calc(50% - 480px + 410px);
        width: 61px;
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657296741790"] {
        top: 30px;
        left: calc(50% - 320px + 403px);
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657296741790"] {
        top: 27px;
        left: calc(50% - 240px + 413px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657296741790"] {
        top: 23px;
        left: calc(50% - 160px + 413px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657297118854"] {
    z-index: 48;
    top: 30px;
    left: calc(50% - 600px + 610px);
    width: 71px;
    height: 1px;
}

#rec472750340 .tn-elem[data-elem-id="1657297118854"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657297118854"] {
        top: 150px;
        left: calc(50% - 480px + 479px);
        width: 61px;
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657297118854"] {
        top: 30px;
        left: calc(50% - 320px + 472px);
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657297118854"] {
        top: 27px;
        left: calc(50% - 240px + 482px);
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657297118854"] {
        top: 23px;
        left: calc(50% - 160px + 482px);
        height: 1px;
    }
}

#rec472750340 .tn-elem[data-elem-id="1657644890105"] {
    color: #ffffff;
    z-index: 49;
    top: 867px;
    left: calc(50% - 600px + 55px);
    width: 143px;
}

#rec472750340 .tn-elem[data-elem-id="1657644890105"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec472750340 .tn-elem[data-elem-id="1657644890105"] {
        top: 827px;
        left: calc(50% - 480px + 55px);
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890105"] {
        top: 977px;
        left: calc(50% - 320px + 71px);
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890105"] {
        top: 115px;
        left: calc(50% - 240px + 2021px);
    }

    #rec472750340 .tn-elem[data-elem-id="1657644890105"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890105"] {
        top: 111px;
        left: calc(50% - 160px + 2021px);
    }
}

#rec472750340 .tn-elem[data-elem-id="1657644890116"] {
    z-index: 50;
    top: 857px;
    left: calc(50% - 600px + 9px);
    width: 35px;
    height: 1px;
}

#rec472750340 .tn-elem[data-elem-id="1657644890116"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890116"] {
        top: 817px;
        left: calc(50% - 480px + 9px);
        height: 1px;
    }
}

@media screen and (max-width: 959px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890116"] {
        top: 967px;
        left: calc(50% - 320px + 25px);
        height: 1px;
    }
}

@media screen and (max-width: 639px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890116"] {
        top: 110px;
        left: calc(50% - 240px + 1985px);
        width: 30px;
        height: 1px;
    }
}

@media screen and (max-width: 479px) {
    #rec472750340 .tn-elem[data-elem-id="1657644890116"] {
        top: 106px;
        left: calc(50% - 160px + 1985px);
        height: 1px;
    }
}

#rec472752253 .t396__artboard {
    height: 420px;
    background-color: #f9f9f9;
}

#rec472752253 .t396__filter {
    height: 420px;
}

#rec472752253 .t396__carrier {
    height: 420px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec472752253 .t396__artboard,
    #rec472752253 .t396__filter,
    #rec472752253 .t396__carrier {
        height: 320px;
    }

    #rec472752253 .t396__filter {
    }

    #rec472752253 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec472752253 .t396__artboard,
    #rec472752253 .t396__filter,
    #rec472752253 .t396__carrier {
        height: 370px;
    }

    #rec472752253 .t396__filter {
    }

    #rec472752253 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec472752253 .t396__artboard,
    #rec472752253 .t396__filter,
    #rec472752253 .t396__carrier {
        height: 700px;
    }

    #rec472752253 .t396__filter {
    }

    #rec472752253 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec472752253 .t396__artboard,
    #rec472752253 .t396__filter,
    #rec472752253 .t396__carrier {
        height: 565px;
    }

    #rec472752253 .t396__filter {
    }

    #rec472752253 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec472752253 .tn-elem[data-elem-id="1658775366634"] {
    z-index: 1;
    top: 7px;
    left: calc(50% - 600px + 18px);
    width: 685px;
    height: 390px;
}

#rec472752253 .tn-elem[data-elem-id="1658775366634"] .tn-atom {
    border-radius: 15px;
    background-color: #ededee;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366634"] {
        top: 6px;
        left: calc(50% - 480px + 6px);
        width: 539px;
        height: 307px;
    }
}

@media screen and (max-width: 959px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366634"] {
        top: 3px;
        left: calc(50% - 320px + -1px);
        width: 640px;
        height: 364px;
    }
}

@media screen and (max-width: 639px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366634"] {
        top: 2px;
        left: calc(50% - 240px + 1px);
        width: 92%;
        height: 688px;
    }
}

@media screen and (max-width: 479px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366634"] {
        top: 0px;
        left: calc(50% - 160px + 0px);
        width: 92px;
        height: 564px;
    }
}

#rec472752253 .tn-elem[data-elem-id="1658775366646"] {
    color: #000000;
    z-index: 2;
    top: 57px;
    left: calc(50% - 600px + 70px);
    width: 314px;
}

#rec472752253 .tn-elem[data-elem-id="1658775366646"] .tn-atom {
    color: #000000;
    font-size: 32px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366646"] {
        top: 40px;
        left: calc(50% - 480px + 47px);
        width: 245px;
    }

    #rec472752253 .tn-elem[data-elem-id="1658775366646"] .tn-atom {
        font-size: 26px;
    }
}

@media screen and (max-width: 959px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366646"] {
        top: 49px;
        left: calc(50% - 320px + 45px);
        width: 306px;
    }

    #rec472752253 .tn-elem[data-elem-id="1658775366646"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 639px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366646"] {
        top: 48px;
        left: calc(50% - 240px + 111px);
        width: 259px;
    }

    #rec472752253 .tn-elem[data-elem-id="1658775366646"] {
        text-align: center;
    }

    #rec472752253 .tn-elem[data-elem-id="1658775366646"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366646"] {
        top: 48px;
        left: calc(50% - 160px + 31px);
    }
}

#rec472752253 .tn-elem[data-elem-id="1658775366655"] {
    color: #000000;
    z-index: 3;
    top: 182px;
    left: calc(50% - 600px + 70px);
    width: 246px;
}

#rec472752253 .tn-elem[data-elem-id="1658775366655"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366655"] {
        top: 146px;
        left: calc(50% - 480px + 47px);
    }
}

@media screen and (max-width: 959px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366655"] {
        top: 173px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366655"] {
        top: 161px;
        left: calc(50% - 240px + 117px);
    }

    #rec472752253 .tn-elem[data-elem-id="1658775366655"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366655"] {
        top: 161px;
        left: calc(50% - 160px + 37px);
    }
}

#rec472752253 .tn-elem[data-elem-id="1658775366665"] {
    color: #ffffff;
    text-align: center;
    z-index: 4;
    top: 290px;
    left: calc(50% - 600px + 71px);
    width: 137px;
    height: 60px;
}

#rec472752253 .tn-elem[data-elem-id="1658775366665"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #fe5c01;
    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 (hover), (min-width: 0\0) {
    #rec472752253 .tn-elem[data-elem-id="1658775366665"] .tn-atom:hover {
        background-color: #24262e;
        background-image: none;
        border-color: #24262e;
    }

    #rec472752253 .tn-elem[data-elem-id="1658775366665"] .tn-atom:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366665"] {
        top: 213px;
        left: calc(50% - 480px + 48px);
    }
}

@media screen and (max-width: 959px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366665"] {
        top: 252px;
        left: calc(50% - 320px + 46px);
    }
}

@media screen and (max-width: 639px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366665"] {
        top: 233px;
        left: calc(50% - 240px + 172px);
    }
}

@media screen and (max-width: 479px) {
    #rec472752253 .tn-elem[data-elem-id="1658775366665"] {
        top: 233px;
        left: calc(50% - 160px + 92px);
    }
}

#rec472634460 .t396__artboard {
    height: 1370px;
    background-color: #ffffff;
}

#rec472634460 .t396__filter {
    height: 1370px;
}

#rec472634460 .t396__carrier {
    height: 1370px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .t396__artboard,
    #rec472634460 .t396__filter,
    #rec472634460 .t396__carrier {
        height: 1230px;
    }

    #rec472634460 .t396__filter {
    }

    #rec472634460 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .t396__artboard,
    #rec472634460 .t396__filter,
    #rec472634460 .t396__carrier {
        height: 1580px;
    }

    #rec472634460 .t396__filter {
    }

    #rec472634460 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .t396__artboard,
    #rec472634460 .t396__filter,
    #rec472634460 .t396__carrier {
        height: 1410px;
    }

    #rec472634460 .t396__filter {
    }

    #rec472634460 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .t396__artboard,
    #rec472634460 .t396__filter,
    #rec472634460 .t396__carrier {
        height: 1437px;
    }

    #rec472634460 .t396__filter {
    }

    #rec472634460 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec472634460 .tn-elem[data-elem-id="1657286935808"] {
    color: #fe5c01;
    z-index: 5;
    top: 775px;
    left: calc(50% - 600px + 37px);
    width: 184px;
}

#rec472634460 .tn-elem[data-elem-id="1657286935808"] .tn-atom {
    color: #fe5c01;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1657286935808"] {
        top: 691px;
        left: calc(50% - 480px + 12px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1657286935808"] {
        top: 661px;
        left: calc(50% - 320px + 2px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1657286935808"] {
        top: 565px;
        left: calc(50% - 240px + -25px);
    }

    #rec472634460 .tn-elem[data-elem-id="1657286935808"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1657286935808"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1657286935808"] {
        top: 479px;
        left: calc(50% - 160px + 68px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1657822040567"] {
    color: #000000;
    text-align: center;
    z-index: 20;
    top: 108px;
    left: calc(50% - 600px + 21px);
    width: 30px;
    height: 30px;
}

#rec472634460 .tn-elem[data-elem-id="1657822040567"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    background-color: #ededee;
    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 (hover), (min-width: 0\0) {
    #rec472634460 .tn-elem[data-elem-id="1657822040567"] .tn-atom:hover {
        background-color: #fe5c01;
        background-image: none;
        border-color: #fe5c01;
    }

    #rec472634460 .tn-elem[data-elem-id="1657822040567"] .tn-atom:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1657822040567"] {
        top: -235px;
        left: calc(50% - 320px + 428px);
    }
}

@media screen and (max-width: 639px) {
}

@media screen and (max-width: 479px) {
}

#rec472634460 .tn-elem[data-elem-id="1658756094693"] {
    z-index: 23;
    top: 281px;
    left: calc(50% - 600px + 21px);
    width: 1156px;
    height: 456px;
}

#rec472634460 .tn-elem[data-elem-id="1658756094693"] .tn-atom {
    border-radius: 25px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756094693"] {
        top: 281px;
        left: calc(50% - 480px + 0px);
        width: 960px;
        height: 373px;
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756094693"] {
        top: 371px;
        left: calc(50% - 320px + 0px);
        width: 640px;
        height: 264px;
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756094693"] {
        top: 331px;
        left: calc(50% - 240px + 0px);
        width: 480px;
        height: 212px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756094693"] {
        top: 294px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 158px;
        border-radius: 15px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756094693"] .tn-atom {
        border-radius: 15px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756160956"] {
    color: #000000;
    z-index: 6;
    top: 988px;
    left: calc(50% - 600px + 681px);
    width: 484px;
}

#rec472634460 .tn-elem[data-elem-id="1658756160956"] .tn-atom {
    color: #000000;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756160956"] {
        top: 880px;
        left: calc(50% - 480px + 501px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756160956"] {
        top: 1234px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756160956"] {
        top: 1074px;
        left: calc(50% - 240px + -2px);
    }

    #rec472634460 .tn-elem[data-elem-id="1658756160956"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756160956"] .tn-atom {
        font-size: 32px;
        opacity: 1;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756160956"] {
        top: 1082px;
        left: calc(50% - 160px + -82px);
    }

    #rec472634460 .tn-elem[data-elem-id="1658756160956"] .tn-atom {
        font-size: 24px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756178731"] {
    color: #4d4d4d;
    z-index: 24;
    top: 817px;
    left: calc(50% - 600px + 40px);
    width: 152px;
}

#rec472634460 .tn-elem[data-elem-id="1658756178731"] .tn-atom {
    color: #4d4d4d;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756178731"] {
        top: 737px;
        left: calc(50% - 480px + 10px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756178731"] {
        top: 707px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756178731"] {
        top: 607px;
        left: calc(50% - 240px + 7px);
        width: 120px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756178731"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756178731"] .tn-atom {
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756178731"] {
        top: 521px;
        left: calc(50% - 160px + 80px);
        width: 160px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756197048"] {
    color: #fe5c01;
    z-index: 25;
    top: 771px;
    left: calc(50% - 600px + 522px);
    width: 147px;
}

#rec472634460 .tn-elem[data-elem-id="1658756197048"] .tn-atom {
    color: #fe5c01;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197048"] {
        top: 691px;
        left: calc(50% - 480px + 412px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197048"] {
        top: 661px;
        left: calc(50% - 320px + 262px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197048"] {
        top: 565px;
        left: calc(50% - 240px + 167px);
    }

    #rec472634460 .tn-elem[data-elem-id="1658756197048"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756197048"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197048"] {
        top: 582px;
        left: calc(50% - 160px + 87px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756197059"] {
    color: #4d4d4d;
    z-index: 26;
    top: 817px;
    left: calc(50% - 600px + 520px);
    width: 164px;
}

#rec472634460 .tn-elem[data-elem-id="1658756197059"] .tn-atom {
    color: #4d4d4d;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197059"] {
        top: 737px;
        left: calc(50% - 480px + 410px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197059"] {
        top: 707px;
        left: calc(50% - 320px + 260px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197059"] {
        top: 607px;
        left: calc(50% - 240px + 168px);
        width: 145px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756197059"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756197059"] .tn-atom {
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756197059"] {
        top: 624px;
        left: calc(50% - 160px + 86px);
        width: 149px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756218880"] {
    color: #fe5c01;
    z-index: 27;
    top: 771px;
    left: calc(50% - 600px + 982px);
    width: 147px;
}

#rec472634460 .tn-elem[data-elem-id="1658756218880"] .tn-atom {
    color: #fe5c01;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218880"] {
        top: 691px;
        left: calc(50% - 480px + 784px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218880"] {
        top: 661px;
        left: calc(50% - 320px + 482px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218880"] {
        top: 565px;
        left: calc(50% - 240px + 349px);
    }

    #rec472634460 .tn-elem[data-elem-id="1658756218880"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756218880"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218880"] {
        top: 685px;
        left: calc(50% - 160px + 87px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756218890"] {
    color: #4d4d4d;
    z-index: 28;
    top: 817px;
    left: calc(50% - 600px + 980px);
    width: 164px;
}

#rec472634460 .tn-elem[data-elem-id="1658756218890"] .tn-atom {
    color: #4d4d4d;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218890"] {
        top: 737px;
        left: calc(50% - 480px + 782px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218890"] {
        top: 707px;
        left: calc(50% - 320px + 480px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218890"] {
        top: 607px;
        left: calc(50% - 240px + 352px);
        width: 140px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756218890"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756218890"] .tn-atom {
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756218890"] {
        top: 727px;
        left: calc(50% - 160px + 71px);
        width: 178px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756876415"] {
    color: #4d4d4d;
    z-index: 13;
    top: 109px;
    left: calc(50% - 600px + 955px);
    width: 235px;
}

#rec472634460 .tn-elem[data-elem-id="1658756876415"] .tn-atom {
    color: #4d4d4d;
    font-size: 19px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658756876415"] {
        top: 109px;
        left: calc(50% - 480px + 725px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756876415"] {
        top: 259px;
        left: calc(50% - 320px + 0px);
        width: 353px;
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756876415"] {
        top: 229px;
        left: calc(50% - 240px + 65px);
        width: 350px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756876415"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756876415"] {
        top: 198px;
        left: calc(50% - 160px + -15px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1658756899383"] {
    color: #000000;
    z-index: 7;
    top: 106px;
    left: calc(50% - 600px + 93px);
    width: 519px;
}

#rec472634460 .tn-elem[data-elem-id="1658756899383"] .tn-atom {
    color: #000000;
    font-size: 35px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658756899383"] {
        top: 106px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658756899383"] {
        top: 96px;
        left: calc(50% - 240px + -19px);
    }

    #rec472634460 .tn-elem[data-elem-id="1658756899383"] {
        text-align: center;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756899383"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658756899383"] {
        top: 96px;
        left: calc(50% - 160px + -29px);
        width: 379px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658756899383"] .tn-atom {
        font-size: 24px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658757090581"] {
    z-index: 30;
    top: 905px;
    left: calc(50% - 600px + 0px);
    width: 1200px;
    height: 1px;
}

#rec472634460 .tn-elem[data-elem-id="1658757090581"] .tn-atom {
    opacity: 0.05;
    background-color: #000000;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658757090581"] {
        top: 821px;
        left: calc(50% - 480px + 0px);
        width: 960px;
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658757090581"] {
        top: 784px;
        left: calc(50% - 320px + 0px);
        width: 640px;
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658757090581"] {
        top: 691px;
        left: calc(50% - 240px + 0px);
        width: 480px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658757090581"] {
        top: 801px;
        left: calc(50% - 160px + 0px);
        width: 320px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658757125164"] {
    text-align: center;
    z-index: 31;
    top: 962px;
    left: calc(50% - 600px + 20px);
    width: 600px;
    height: 400px;
}

#rec472634460 .tn-elem[data-elem-id="1658757125164"] .tn-atom {
    font-size: 14px;
    font-family: "Arial", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658757125164"] {
        top: 875px;
        left: calc(50% - 480px + 0px);
        width: 462px;
        height: 349px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658757125164"] .tn-atom__slds-img {
        background-size: cover;
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658757125164"] {
        top: 829px;
        left: calc(50% - 320px + 0px);
        width: 566px;
        height: 377px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658757125164"] .tn-atom__slds-img {
        background-size: cover;
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658757125164"] {
        top: 729px;
        left: calc(50% - 240px + 0px);
        width: 480px;
        height: 320px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658757125164"] .tn-atom__slds-img {
        background-size: cover;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658757125164"] {
        top: 844px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 211px;
    }

    #rec472634460 .tn-elem[data-elem-id="1658757125164"] .tn-atom__slds-img {
        background-size: cover;
    }
}

#rec472634460 .tn-elem[data-elem-id="1658757484569"] {
    color: #fe5c01;
    text-align: center;
    z-index: 32;
    top: 1266px;
    left: calc(50% - 600px + 680px);
    width: 199px;
    height: 65px;
}

#rec472634460 .tn-elem[data-elem-id="1658757484569"] .tn-atom {
    color: #fe5c01;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #ededed;
    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 (hover), (min-width: 0\0) {
    #rec472634460 .tn-elem[data-elem-id="1658757484569"] .tn-atom:hover {
        background-color: #fe5c01;
        background-image: none;
        border-color: #fe5c01;
    }

    #rec472634460 .tn-elem[data-elem-id="1658757484569"] .tn-atom:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1658757484569"] {
        top: 1158px;
        left: calc(50% - 480px + 500px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658757484569"] {
        top: 1512px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658757484569"] {
        top: 1342px;
        left: calc(50% - 240px + 141px);
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658757484569"] {
        top: 1367px;
        left: calc(50% - 160px + 61px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1658757597833"] {
    color: #4d4d4d;
    z-index: 12;
    top: 1101px;
    left: calc(50% - 600px + 681px);
    width: 418px;
}

#rec472634460 .tn-elem[data-elem-id="1658757597833"] .tn-atom {
    color: #4d4d4d;
    font-size: 15px;
    font-family: "Circe", 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) {
    #rec472634460 .tn-elem[data-elem-id="1658757597833"] {
        top: 993px;
        left: calc(50% - 480px + 501px);
    }
}

@media screen and (max-width: 959px) {
    #rec472634460 .tn-elem[data-elem-id="1658757597833"] {
        top: 1347px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1658757597833"] {
        top: 1181px;
        left: calc(50% - 240px + 31px);
    }

    #rec472634460 .tn-elem[data-elem-id="1658757597833"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1658757597833"] {
        top: 1161px;
        left: calc(50% - 160px + -3px);
        width: 327px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1657821897667"] {
    color: #fe5c01;
    text-align: left;
    z-index: 19;
    top: 9px;
    left: calc(50% - 600px + 161px);
    width: 44px;
    height: 22px;
}

#rec472634460 .tn-elem[data-elem-id="1657821897667"] .tn-atom {
    color: #fe5c01;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    opacity: 0.7;
    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 (hover), (min-width: 0\0) {
    #rec472634460 .tn-elem[data-elem-id="1657821897667"] .tn-atom:hover {
    }

    #rec472634460 .tn-elem[data-elem-id="1657821897667"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1657821897667"] {
        top: 9px;
        left: calc(50% - 480px + 141px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1657821897667"] {
        top: 9px;
        left: calc(50% - 240px + 292px);
        width: 38px;
        height: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1657821897667"] {
        top: 9px;
        left: calc(50% - 160px + 212px);
        width: 39px;
        height: 22px;
    }
}

#rec472634460 .tn-elem[data-elem-id="1657821897655"] {
    color: #000000;
    text-align: center;
    z-index: 18;
    top: 9px;
    left: calc(50% - 600px + 143px);
    width: 8px;
    height: 22px;
}

#rec472634460 .tn-elem[data-elem-id="1657821897655"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    opacity: 0.7;
    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) {
    #rec472634460 .tn-elem[data-elem-id="1657821897655"] {
        top: 9px;
        left: calc(50% - 480px + 123px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1657821897655"] {
        top: 9px;
        left: calc(50% - 240px + 274px);
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1657821897655"] {
        top: 9px;
        left: calc(50% - 160px + 194px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1657821886303"] {
    color: #000000;
    text-align: left;
    z-index: 17;
    top: 9px;
    left: calc(50% - 600px + 87px);
    width: 38px;
    height: 22px;
}

#rec472634460 .tn-elem[data-elem-id="1657821886303"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    opacity: 0.7;
    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 (hover), (min-width: 0\0) {
    #rec472634460 .tn-elem[data-elem-id="1657821886303"] .tn-atom:hover {
    }

    #rec472634460 .tn-elem[data-elem-id="1657821886303"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1657821886303"] {
        top: 9px;
        left: calc(50% - 480px + 67px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1657821886303"] {
        top: 9px;
        left: calc(50% - 240px + 218px);
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1657821886303"] {
        top: 9px;
        left: calc(50% - 160px + 138px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1657821876669"] {
    color: #000000;
    text-align: center;
    z-index: 16;
    top: 9px;
    left: calc(50% - 600px + 70px);
    width: 8px;
    height: 22px;
}

#rec472634460 .tn-elem[data-elem-id="1657821876669"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    opacity: 0.7;
    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) {
    #rec472634460 .tn-elem[data-elem-id="1657821876669"] {
        top: 9px;
        left: calc(50% - 480px + 50px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1657821876669"] {
        top: 9px;
        left: calc(50% - 240px + 201px);
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1657821876669"] {
        top: 9px;
        left: calc(50% - 160px + 121px);
    }
}

#rec472634460 .tn-elem[data-elem-id="1657821850848"] {
    color: #000000;
    text-align: left;
    z-index: 15;
    top: 9px;
    left: calc(50% - 600px + 22px);
    width: 38px;
    height: 22px;
}

#rec472634460 .tn-elem[data-elem-id="1657821850848"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    opacity: 0.7;
    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 (hover), (min-width: 0\0) {
    #rec472634460 .tn-elem[data-elem-id="1657821850848"] .tn-atom:hover {
    }

    #rec472634460 .tn-elem[data-elem-id="1657821850848"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec472634460 .tn-elem[data-elem-id="1657821850848"] {
        top: 9px;
        left: calc(50% - 480px + 2px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec472634460 .tn-elem[data-elem-id="1657821850848"] {
        top: 9px;
        left: calc(50% - 240px + 153px);
    }
}

@media screen and (max-width: 479px) {
    #rec472634460 .tn-elem[data-elem-id="1657821850848"] {
        top: 9px;
        left: calc(50% - 160px + 73px);
    }
}

#rec467583869 .t396__artboard {
    height: 450px;
    background-color: #ffffff;
}

#rec467583869 .t396__filter {
    height: 450px;
}

#rec467583869 .t396__carrier {
    height: 450px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .t396__artboard,
    #rec467583869 .t396__filter,
    #rec467583869 .t396__carrier {
        height: 360px;
    }

    #rec467583869 .t396__filter {
    }

    #rec467583869 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .t396__artboard,
    #rec467583869 .t396__filter,
    #rec467583869 .t396__carrier {
        height: 720px;
    }

    #rec467583869 .t396__filter {
    }

    #rec467583869 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .t396__artboard,
    #rec467583869 .t396__filter,
    #rec467583869 .t396__carrier {
        height: 1090px;
    }

    #rec467583869 .t396__filter {
    }

    #rec467583869 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .t396__artboard,
    #rec467583869 .t396__filter,
    #rec467583869 .t396__carrier {
        height: 880px;
    }

    #rec467583869 .t396__filter {
    }

    #rec467583869 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec467583869 .tn-elem[data-elem-id="1657476193020"] {
    color: #ffffff;
    text-align: center;
    z-index: 19;
    top: 316px;
    left: calc(50% - 600px + 740px);
    width: 140px;
    height: 60px;
}

#rec467583869 .tn-elem[data-elem-id="1657476193020"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #fe5c01;
    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 (hover), (min-width: 0\0) {
    #rec467583869 .tn-elem[data-elem-id="1657476193020"] .tn-atom:hover {
        background-color: #ffffff;
        background-image: none;
        border-color: #ffffff;
    }

    #rec467583869 .tn-elem[data-elem-id="1657476193020"] .tn-atom:hover {
        color: #24262e;
    }
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193020"] {
        top: 246px;
        left: calc(50% - 480px + 580px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193020"] {
        top: 592px;
        left: calc(50% - 320px + 50px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193020"] {
        top: 718px;
        left: calc(50% - 240px + 170px);
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193020"] {
        top: 633px;
        left: calc(50% - 160px + 90px);
    }
}

#rec467583869 .tn-elem[data-elem-id="1657476193012"] {
    color: #ffffff;
    z-index: 18;
    top: 382px;
    left: calc(50% - 600px + 740px);
    width: 246px;
}

#rec467583869 .tn-elem[data-elem-id="1657476193012"] .tn-atom {
    color: #ffffff;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193012"] {
        top: 312px;
        left: calc(50% - 480px + 580px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193012"] {
        top: 658px;
        left: calc(50% - 320px + 50px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193012"] {
        top: 784px;
        left: calc(50% - 240px + 117px);
    }

    #rec467583869 .tn-elem[data-elem-id="1657476193012"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193012"] {
        top: 699px;
        left: calc(50% - 160px + 37px);
    }
}

#rec467583869 .tn-elem[data-elem-id="1657476193004"] {
    color: #ffffff;
    z-index: 17;
    top: 55px;
    left: calc(50% - 600px + 736px);
    width: 308px;
}

#rec467583869 .tn-elem[data-elem-id="1657476193004"] .tn-atom {
    color: #ffffff;
    font-size: 34px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.05;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193004"] {
        top: 45px;
        left: calc(50% - 480px + 576px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193004"] {
        top: 402px;
        left: calc(50% - 320px + 46px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193004"] {
        top: 598px;
        left: calc(50% - 240px + 152px);
        width: 176px;
    }

    #rec467583869 .tn-elem[data-elem-id="1657476193004"] {
        text-align: center;
    }

    #rec467583869 .tn-elem[data-elem-id="1657476193004"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657476193004"] {
        top: 514px;
        left: calc(50% - 160px + 72px);
    }
}

#rec467583869 .tn-elem[data-elem-id="1657475928148"] {
    color: #ffffff;
    text-align: center;
    z-index: 15;
    top: 316px;
    left: calc(50% - 600px + 42px);
    width: 140px;
    height: 60px;
}

#rec467583869 .tn-elem[data-elem-id="1657475928148"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 8px;
    background-color: #fe5c01;
    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 (hover), (min-width: 0\0) {
    #rec467583869 .tn-elem[data-elem-id="1657475928148"] .tn-atom:hover {
        background-color: #24262e;
        background-image: none;
        border-color: #24262e;
    }

    #rec467583869 .tn-elem[data-elem-id="1657475928148"] .tn-atom:hover {
        color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928148"] {
        top: 236px;
        left: calc(50% - 480px + 22px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928148"] {
        top: 236px;
        left: calc(50% - 320px + 43px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928148"] {
        top: 204px;
        left: calc(50% - 240px + 170px);
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928148"] {
        top: 188px;
        left: calc(50% - 160px + 90px);
    }
}

#rec467583869 .tn-elem[data-elem-id="1657475928145"] {
    color: #000000;
    z-index: 13;
    top: 382px;
    left: calc(50% - 600px + 42px);
    width: 246px;
}

#rec467583869 .tn-elem[data-elem-id="1657475928145"] .tn-atom {
    color: #000000;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928145"] {
        top: 302px;
        left: calc(50% - 480px + 22px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928145"] {
        top: 302px;
        left: calc(50% - 320px + 43px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928145"] {
        top: 270px;
        left: calc(50% - 240px + 117px);
    }

    #rec467583869 .tn-elem[data-elem-id="1657475928145"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928145"] {
        top: 254px;
        left: calc(50% - 160px + 37px);
    }
}

#rec467583869 .tn-elem[data-elem-id="1657476066902"] {
    color: #000000;
    z-index: 14;
    top: 151px;
    left: calc(50% - 600px + 41px);
    width: 246px;
}

#rec467583869 .tn-elem[data-elem-id="1657476066902"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657476066902"] {
        top: 141px;
        left: calc(50% - 480px + 21px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657476066902"] {
        top: 141px;
        left: calc(50% - 320px + 42px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657476066902"] {
        top: 131px;
        left: calc(50% - 240px + 117px);
    }

    #rec467583869 .tn-elem[data-elem-id="1657476066902"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657476066902"] {
        top: 118px;
        left: calc(50% - 160px + 37px);
    }
}

#rec467583869 .tn-elem[data-elem-id="1657475928122"] {
    color: #000000;
    z-index: 11;
    top: 55px;
    left: calc(50% - 600px + 41px);
    width: 320px;
}

#rec467583869 .tn-elem[data-elem-id="1657475928122"] .tn-atom {
    color: #000000;
    font-size: 34px;
    font-family: "Circe", 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) {
    #rec467583869 .tn-elem[data-elem-id="1657475928122"] {
        top: 45px;
        left: calc(50% - 480px + 21px);
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928122"] {
        top: 45px;
        left: calc(50% - 320px + 42px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928122"] {
        top: 56px;
        left: calc(50% - 240px + 113px);
        width: 255px;
    }

    #rec467583869 .tn-elem[data-elem-id="1657475928122"] {
        text-align: center;
    }

    #rec467583869 .tn-elem[data-elem-id="1657475928122"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928122"] {
        top: 45px;
        left: calc(50% - 160px + 33px);
    }

    #rec467583869 .tn-elem[data-elem-id="1657475928122"] {
        text-align: center;
    }
}

#rec467583869 .tn-elem[data-elem-id="1657475928118"] {
    z-index: 10;
    top: 6px;
    left: calc(50% - 600px + 679px);
    width: 540px;
    height: 440px;
}

#rec467583869 .tn-elem[data-elem-id="1657475928118"] .tn-atom {
    border-radius: 25px;
    background-color: #24262e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928118"] {
        top: 6px;
        left: calc(50% - 480px + 533px);
        width: 427px;
        height: 348px;
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928118"] {
        top: 363px;
        left: calc(50% - 320px + 3px);
        width: 546px;
        height: 348px;
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928118"] {
        top: -365px;
        left: calc(50% - 240px + 3px);
        width: 477px;
        height: 337px;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928118"] {
        top: -365px;
        left: calc(50% - 160px + 3px);
        width: 317px;
        height: 337px;
    }
}

#rec467583869 .tn-elem[data-elem-id="1657475928110"] {
    z-index: 3;
    top: 6px;
    left: calc(50% - 600px + -19px);
    width: 685px;
    height: 440px;
}

#rec467583869 .tn-elem[data-elem-id="1657475928110"] .tn-atom {
    border-radius: 25px;
    background-color: #ededee;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928110"] {
        top: 6px;
        left: calc(50% - 480px + -19px);
        width: 542px;
        height: 348px;
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928110"] {
        top: 6px;
        left: calc(50% - 320px + 2px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928110"] {
        top: -684px;
        left: calc(50% - 240px + 2px);
        width: 478px;
        height: 309px;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1657475928110"] {
        top: -684px;
        left: calc(50% - 160px + 2px);
        width: 318px;
        height: 310px;
    }
}

#rec467583869 .tn-elem[data-elem-id="1658776292510"] {
    z-index: 2;
    top: -504px;
    left: calc(50% - 600px + -29px);
    width: 685px;
    height: 440px;
}

#rec467583869 .tn-elem[data-elem-id="1658776292510"] .tn-atom {
    border-radius: 25px;
    background-color: #ededee;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292510"] {
        top: -414px;
        left: calc(50% - 480px + -29px);
        width: 542px;
        height: 348px;
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292510"] {
        top: -734px;
        left: calc(50% - 320px + 12px);
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292510"] {
        top: 9px;
        left: calc(50% - 240px + 1px);
        width: 478px;
        height: 530px;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292510"] {
        top: 0px;
        left: calc(50% - 160px + 0px);
        width: 92%;
        height: 460px;
    }
}

#rec467583869 .tn-elem[data-elem-id="1658776292525"] {
    z-index: 1;
    top: -504px;
    left: calc(50% - 600px + 669px);
    width: 540px;
    height: 440px;
}

#rec467583869 .tn-elem[data-elem-id="1658776292525"] .tn-atom {
    border-radius: 25px;
    background-color: #24262e;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292525"] {
        top: -414px;
        left: calc(50% - 480px + 523px);
        width: 427px;
        height: 348px;
    }
}

@media screen and (max-width: 959px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292525"] {
        top: -377px;
        left: calc(50% - 320px + 13px);
        width: 546px;
        height: 348px;
    }
}

@media screen and (max-width: 639px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292525"] {
        top: 551px;
        left: calc(50% - 240px + 2px);
        width: 477px;
        height: 515px;
    }
}

@media screen and (max-width: 479px) {
    #rec467583869 .tn-elem[data-elem-id="1658776292525"] {
        top: 469px;
        left: calc(50% - 160px + -1px);
        width: 91%;
        height: 400px;
    }
}

#rec468368334 .t396__artboard {
    height: 600px;
    background-color: #ffffff;
}

#rec468368334 .t396__filter {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    will-change: transform;
}

#rec468368334 .t396__carrier {
    height: 600px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
    }

    #rec468368334 .t396__filter {
    }

    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
        height: 720px;
    }

    #rec468368334 .t396__filter {
    }

    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
        height: 700px;
    }

    #rec468368334 .t396__filter {
    }

    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
        height: 500px;
    }

    #rec468368334 .t396__filter {
    }

    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646118120"] {
    color: #ffffff;
    z-index: 1;
    top: 151px;
    left: calc(50% - 600px + 0px);
    width: 462px;
}

#rec468368334 .tn-elem[data-elem-id="1657646118120"] .tn-atom {
    color: #ffffff;
    font-size: 38px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        top: 151px;
        left: calc(50% - 480px + 0px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        top: 123px;
        left: calc(50% - 240px + 9px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        text-align: center;
    }

    #rec468368334 .tn-elem[data-elem-id="1657646118120"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        top: 111px;
        left: calc(50% - 160px + -71px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646118120"] .tn-atom {
        font-size: 28px;
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646194785"] {
    z-index: 4;
    top: 431px;
    left: calc(50% - 600px + 0px);
    width: 110px;
}

#rec468368334 .tn-elem[data-elem-id="1657646194785"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646194785"] {
        top: 271px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646194785"] {
        top: 251px;
        left: calc(50% - 240px + 185px);
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646194785"] {
        top: 221px;
        left: calc(50% - 160px + 114px);
        width: 93px;
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646226412"] {
    color: #ffffff;
    z-index: 2;
    top: 105px;
    left: calc(50% - 600px + 0px);
    width: 444px;
}

#rec468368334 .tn-elem[data-elem-id="1657646226412"] .tn-atom {
    color: #ffffff;
    font-size: 38px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    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) {
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] {
        top: 85px;
        left: calc(50% - 240px + 18px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646226412"] {
        text-align: center;
    }

    #rec468368334 .tn-elem[data-elem-id="1657646226412"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] {
        top: 75px;
        left: calc(50% - 160px + -62px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646226412"] .tn-atom {
        font-size: 28px;
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646270590"] {
    color: #ffffff;
    z-index: 5;
    top: 444px;
    left: calc(50% - 600px + 127px);
    width: 314px;
}

#rec468368334 .tn-elem[data-elem-id="1657646270590"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        top: 284px;
        left: calc(50% - 320px + 127px);
    }
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        top: 327px;
        left: calc(50% - 240px + 83px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        top: 288px;
        left: calc(50% - 160px + 3px);
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646328721"] {
    z-index: 6;
    top: 265px;
    left: calc(50% - 600px + 776px);
    width: 420px;
}

#rec468368334 .tn-elem[data-elem-id="1657646328721"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 265px;
        left: calc(50% - 480px + 540px);
    }
}

@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 384px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 384px;
        left: calc(50% - 240px + 30px);
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 347px;
        left: calc(50% - 160px + -15px);
        width: 350px;
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646423486"] {
    color: #ffffff;
    z-index: 7;
    top: 479px;
    left: calc(50% - 600px + 774px);
    width: 462px;
}

#rec468368334 .tn-elem[data-elem-id="1657646423486"] .tn-atom {
    color: #ffffff;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 300;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 479px;
        left: calc(50% - 480px + 498px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        text-align: right;
    }
}

@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 598px;
        left: calc(50% - 320px + 0px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        text-align: left;
    }
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 598px;
        left: calc(50% - 240px + 9px);
    }

    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 558px;
        left: calc(50% - 160px + 15px);
        width: 290px;
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646566512"] {
    z-index: 10;
    top: 105px;
    left: calc(50% - 600px + 1175px);
    width: 5px;
    height: 5px;
}

#rec468368334 .tn-elem[data-elem-id="1657646566512"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566512"] {
        top: 105px;
        left: calc(50% - 480px + 935px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566512"] {
        top: 85px;
        left: calc(50% - 240px + 935px);
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566512"] {
        top: 75px;
        left: calc(50% - 160px + 935px);
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646566499"] {
    z-index: 9;
    top: 105px;
    left: calc(50% - 600px + 1185px);
    width: 5px;
    height: 5px;
}

#rec468368334 .tn-elem[data-elem-id="1657646566499"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566499"] {
        top: 105px;
        left: calc(50% - 480px + 945px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566499"] {
        top: 85px;
        left: calc(50% - 240px + 945px);
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566499"] {
        top: 75px;
        left: calc(50% - 160px + 945px);
    }
}

#rec468368334 .tn-elem[data-elem-id="1657646566488"] {
    z-index: 8;
    top: 105px;
    left: calc(50% - 600px + 1195px);
    width: 5px;
    height: 5px;
}

#rec468368334 .tn-elem[data-elem-id="1657646566488"] .tn-atom {
    border-radius: 3000px;
    opacity: 0.5;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566488"] {
        top: 105px;
        left: calc(50% - 480px + 955px);
    }
}

@media screen and (max-width: 959px) {
}

@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566488"] {
        top: 85px;
        left: calc(50% - 240px + 955px);
    }
}

@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566488"] {
        top: 75px;
        left: calc(50% - 160px + 955px);
    }
}

#rec468368334 .t396__artboard {
    height: 600px;
    background-color: #ffffff;
}
#rec468368334 .t396__filter {
    height: 600px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    will-change: transform;
}
#rec468368334 .t396__carrier {
    height: 600px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url("../images/shutterstock_1785868.png");
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
    }
    #rec468368334 .t396__filter {
    }
    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 959px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
        height: 720px;
    }
    #rec468368334 .t396__filter {
    }
    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 639px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
        height: 700px;
    }
    #rec468368334 .t396__filter {
    }
    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .t396__artboard,
    #rec468368334 .t396__filter,
    #rec468368334 .t396__carrier {
        height: 500px;
    }
    #rec468368334 .t396__filter {
    }
    #rec468368334 .t396__carrier {
        background-attachment: scroll;
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646118120"] {
    color: #ffffff;
    z-index: 1;
    top: 151px;
    left: calc(50% - 600px + 0px);
    width: 462px;
}
#rec468368334 .tn-elem[data-elem-id="1657646118120"] .tn-atom {
    color: #ffffff;
    font-size: 38px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        top: 151px;
        left: calc(50% - 480px + 0px);
    }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        top: 123px;
        left: calc(50% - 240px + 9px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        text-align: center;
    }
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] .tn-atom {
        font-size: 32px;
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] {
        top: 111px;
        left: calc(50% - 160px + -71px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646118120"] .tn-atom {
        font-size: 28px;
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646194785"] {
    z-index: 4;
    top: 431px;
    left: calc(50% - 600px + 0px);
    width: 110px;
}
#rec468368334 .tn-elem[data-elem-id="1657646194785"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646194785"] {
        top: 271px;
        left: calc(50% - 320px + 0px);
    }
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646194785"] {
        top: 251px;
        left: calc(50% - 240px + 185px);
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646194785"] {
        top: 221px;
        left: calc(50% - 160px + 114px);
        width: 93px;
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646226412"] {
    color: #ffffff;
    z-index: 2;
    top: 105px;
    left: calc(50% - 600px + 70px);
    width: 444px;
}
#rec468368334 .tn-elem[data-elem-id="1657646226412"] .tn-atom {
    color: #ffffff;
    font-size: 38px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    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) {
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] {
        top: 85px;
        left: calc(50% - 240px + 18px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] {
        text-align: center;
    }
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] .tn-atom {
        font-size: 32px;
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] {
        top: 75px;
        left: calc(50% - 160px + -62px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646226412"] .tn-atom {
        font-size: 28px;
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646270590"] {
    color: #ffffff;
    z-index: 5;
    top: 444px;
    left: calc(50% - 600px + 127px);
    width: 314px;
}
#rec468368334 .tn-elem[data-elem-id="1657646270590"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        top: 284px;
        left: calc(50% - 320px + 127px);
    }
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        top: 327px;
        left: calc(50% - 240px + 83px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646270590"] {
        top: 288px;
        left: calc(50% - 160px + 3px);
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646328721"] {
    z-index: 6;
    top: 265px;
    left: calc(50% - 600px + 776px);
    width: 420px;
}
#rec468368334 .tn-elem[data-elem-id="1657646328721"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 265px;
        left: calc(50% - 480px + 540px);
    }
}
@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 384px;
        left: calc(50% - 320px + 0px);
    }
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 384px;
        left: calc(50% - 240px + 30px);
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646328721"] {
        top: 347px;
        left: calc(50% - 160px + -15px);
        width: 350px;
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646423486"] {
    color: #ffffff;
    z-index: 7;
    top: 479px;
    left: calc(50% - 600px + 774px);
    width: 462px;
}
#rec468368334 .tn-elem[data-elem-id="1657646423486"] .tn-atom {
    color: #ffffff;
    font-size: 12px;
    font-family: "Circe", Arial, sans-serif;
    line-height: 1.35;
    font-weight: 300;
    opacity: 0.7;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 479px;
        left: calc(50% - 480px + 498px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        text-align: right;
    }
}
@media screen and (max-width: 959px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 598px;
        left: calc(50% - 320px + 0px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        text-align: left;
    }
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 598px;
        left: calc(50% - 240px + 9px);
    }
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        text-align: center;
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646423486"] {
        top: 558px;
        left: calc(50% - 160px + 15px);
        width: 290px;
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646566512"] {
    z-index: 10;
    top: 105px;
    left: calc(50% - 600px + 1175px);
    width: 5px;
    height: 5px;
}
#rec468368334 .tn-elem[data-elem-id="1657646566512"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566512"] {
        top: 105px;
        left: calc(50% - 480px + 935px);
    }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566512"] {
        top: 85px;
        left: calc(50% - 240px + 935px);
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566512"] {
        top: 75px;
        left: calc(50% - 160px + 935px);
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646566499"] {
    z-index: 9;
    top: 105px;
    left: calc(50% - 600px + 1185px);
    width: 5px;
    height: 5px;
}
#rec468368334 .tn-elem[data-elem-id="1657646566499"] .tn-atom {
    border-radius: 3000px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566499"] {
        top: 105px;
        left: calc(50% - 480px + 945px);
    }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566499"] {
        top: 85px;
        left: calc(50% - 240px + 945px);
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566499"] {
        top: 75px;
        left: calc(50% - 160px + 945px);
    }
}
#rec468368334 .tn-elem[data-elem-id="1657646566488"] {
    z-index: 8;
    top: 105px;
    left: calc(50% - 600px + 1195px);
    width: 5px;
    height: 5px;
}
#rec468368334 .tn-elem[data-elem-id="1657646566488"] .tn-atom {
    border-radius: 3000px;
    opacity: 0.5;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}
@media screen and (max-width: 1199px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566488"] {
        top: 105px;
        left: calc(50% - 480px + 955px);
    }
}
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 639px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566488"] {
        top: 85px;
        left: calc(50% - 240px + 955px);
    }
}
@media screen and (max-width: 479px) {
    #rec468368334 .tn-elem[data-elem-id="1657646566488"] {
        top: 75px;
        left: calc(50% - 160px + 955px);
    }
}

@media screen and (max-width: 560px) {
    #rec473511050 .t-popup__close-icon g {
        fill: #ffffff !important;
    }
}

#rec473511050 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}
#rec473511050 .t702__title {
    font-family: 'Circe', Arial, sans-serif
}

@media screen and (max-width: 560px) {
    #rec473513004 .t-popup__close-icon g {
        fill: #ffffff !important;
    }
}


#rec473511050 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473511050 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec473513004 .t702__title {
    font-family: 'Circe', Arial, sans-serif
}


[href="#order"] tr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

[href="#order"] tr td {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

[href="#order"] tr td:before,
.js-store-buttons-wrapper:not(.t-store__prod-popup__btn-wrapper) [href="#order"]:before {
    width: 20px;
    height: 100%;
    margin-right: 8px;
    content: '';
    background: url('../images/photo.svg') no-repeat center;
    background-size: contain;
}

.t-popup .js-product [href="#order"] tr td:before {
    background: url('../images/photo.svg') no-repeat center;
    background-size: contain;
}

.js-store-relevants-grid-cont .js-product [href="#order"] tr td:before {
    background: url('../images/photo.svg') no-repeat center;
    background-size: contain;
}

.t396__elem.zoomon {
    overflow: hidden;
    border-radius: 20px;
}

.zoomon .tn-atom {
    transition: all 0.3s ease;
}

.zoomon .tn-atom:hover {
    transform: scale(1.1);
}

.nl_markimg {
    background-size: cover;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    display: inline-block;
}

.nl_marwrapper {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    display: table;
}

@media screen and (max-width: 640px) {
    .nl_markimg {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        display: 1;
    }

    .nl_marwrapper {
        right: 10px;
        top: 10px;
    }
}

.t-store__card__mark-wrapper {
    display: none !important;
}

[data-product-inv="0"] .t-store__card__btn {
    width: 100%;
}

a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn {
    width: 100% !important;
}

a.js-store-prod-btn.t-store__card__btn.t-btn {
    width: 100% !important;
}

[data-product-inv="0"] .t-store__card__btn {
    width: 100%;
}

a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn {
    width: 100% !important;
}

a.js-store-prod-btn.t-store__card__btn.t-btn {
    width: 100% !important;
}

#rec473504799 .t-menu__link-item {}

@supports (overflow:-webkit-marquee) and (justify-content:inherit) {

    #rec473504799 .t-menu__link-item,
    #rec473504799 .t-menu__link-item.t-active {
        opacity: 1 !important;
    }
}
@media screen and (max-width: 980px) {
    #rec473504799 .t-menusub__menu .t-menusub__link-item {
        color: #24262e !important;
    }

    #rec473504799 .t-menusub__menu .t-menusub__link-item.t-active {
        color: #24262e !important;
    }
}
#rec473504799 a.t-menusub__link-item {
    font-weight: 400;
    font-family: 'Circe', Arial, sans-serif
}
#rec473504799 .t450__right_descr {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Circe', Arial, sans-serif
}

#rec473504799 a.t-menu__link-item {
    font-size: 16px;
    color: #24262e;
    font-weight: 400;
    font-family: 'Circe', Arial, sans-serif
}

#rec468745800 .t396__artboard {
    height: 200px;
    background-color: #f9f9f9;
}

#rec468745800 .t396__filter {
    height: 200px;
}

#rec468745800 .t396__carrier {
    height: 200px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {

    #rec468745800 .t396__artboard,
    #rec468745800 .t396__filter,
    #rec468745800 .t396__carrier {
        height: 200px;
    }

    #rec468745800 .t396__artboard {
        background-color: #f9f9f9;
    }

    #rec468745800 .t396__filter {}

    #rec468745800 .t396__carrier {
        background-position: center center;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {

    #rec468745800 .t396__artboard,
    #rec468745800 .t396__filter,
    #rec468745800 .t396__carrier {
        height: 330px;
    }

    #rec468745800 .t396__filter {}

    #rec468745800 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {

    #rec468745800 .t396__artboard,
    #rec468745800 .t396__filter,
    #rec468745800 .t396__carrier {
        height: 310px;
    }

    #rec468745800 .t396__filter {}

    #rec468745800 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {

    #rec468745800 .t396__artboard,
    #rec468745800 .t396__filter,
    #rec468745800 .t396__carrier {
        height: 330px;
    }

    #rec468745800 .t396__filter {}

    #rec468745800 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478057259"] {
    z-index: 1;
    top: 60px;
    left: calc(50% - 600px + 71px);
    width: 23px;
}

#rec468745800 .tn-elem[data-elem-id="1657478057259"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468745800 .tn-elem[data-elem-id="1657478057259"] {
        top: 60px;
        left: calc(50% - 480px + 68px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478057259"] {
        top: 60px;
        left: calc(50% - 320px + 149px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478057259"] {
        top: 49px;
        left: calc(50% - 240px + 106px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478057259"] {
        top: 48px;
        left: calc(50% - 160px + 47px);
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478068741"] {
    color: #000000;
    text-align: center;
    z-index: 2;
    top: 99px;
    left: calc(50% - 600px + -10px);
    width: 187px;
}

#rec468745800 .tn-elem[data-elem-id="1657478068741"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: 'Circe', 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) {
    #rec468745800 .tn-elem[data-elem-id="1657478068741"] {
        top: 99px;
        left: calc(50% - 480px + -13px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478068741"] {
        top: 99px;
        left: calc(50% - 320px + 67px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478068741"] {
        top: 88px;
        left: calc(50% - 240px + 24px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478068741"] {
        top: 87px;
        left: calc(50% - 160px + 6px);
        width: 104px;
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478096366"] {
    z-index: 3;
    top: 60px;
    left: calc(50% - 600px + 434px);
    width: 23px;
}

#rec468745800 .tn-elem[data-elem-id="1657478096366"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096366"] {
        top: 60px;
        left: calc(50% - 480px + 336px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096366"] {
        top: 60px;
        left: calc(50% - 320px + 471px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096366"] {
        top: 49px;
        left: calc(50% - 240px + 349px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096366"] {
        top: 48px;
        left: calc(50% - 160px + 250px);
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478096375"] {
    color: #000000;
    text-align: center;
    z-index: 4;
    top: 99px;
    left: calc(50% - 600px + 393px);
    width: 104px;
}

#rec468745800 .tn-elem[data-elem-id="1657478096375"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: 'Circe', 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) {
    #rec468745800 .tn-elem[data-elem-id="1657478096375"] {
        top: 99px;
        left: calc(50% - 480px + 295px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096375"] {
        top: 99px;
        left: calc(50% - 320px + 430px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096375"] {
        top: 88px;
        left: calc(50% - 240px + 308px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478096375"] {
        top: 87px;
        left: calc(50% - 160px + 206px);
        width: 110px;
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478116094"] {
    z-index: 5;
    top: 60px;
    left: calc(50% - 600px + 771px);
    width: 23px;
}

#rec468745800 .tn-elem[data-elem-id="1657478116094"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116094"] {
        top: 60px;
        left: calc(50% - 480px + 601px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116094"] {
        top: 196px;
        left: calc(50% - 320px + 149px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116094"] {
        top: 185px;
        left: calc(50% - 240px + 106px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116094"] {
        top: 184px;
        left: calc(50% - 160px + 47px);
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478116103"] {
    color: #000000;
    text-align: center;
    z-index: 6;
    top: 99px;
    left: calc(50% - 600px + 690px);
    width: 187px;
}

#rec468745800 .tn-elem[data-elem-id="1657478116103"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: 'Circe', 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) {
    #rec468745800 .tn-elem[data-elem-id="1657478116103"] {
        top: 99px;
        left: calc(50% - 480px + 520px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116103"] {
        top: 235px;
        left: calc(50% - 320px + 67px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116103"] {
        top: 224px;
        left: calc(50% - 240px + 24px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116103"] {
        top: 223px;
        left: calc(50% - 160px + -9px);
        width: 135px;
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478116107"] {
    z-index: 7;
    top: 60px;
    left: calc(50% - 600px + 1125px);
    width: 23px;
}

#rec468745800 .tn-elem[data-elem-id="1657478116107"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116107"] {
        top: 60px;
        left: calc(50% - 480px + 868px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116107"] {
        top: 196px;
        left: calc(50% - 320px + 471px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116107"] {
        top: 185px;
        left: calc(50% - 240px + 349px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116107"] {
        top: 184px;
        left: calc(50% - 160px + 250px);
    }
}

#rec468745800 .tn-elem[data-elem-id="1657478116112"] {
    color: #000000;
    text-align: center;
    z-index: 8;
    top: 99px;
    left: calc(50% - 600px + 1090px);
    width: 94px;
}

#rec468745800 .tn-elem[data-elem-id="1657478116112"] .tn-atom {
    color: #000000;
    font-size: 15px;
    font-family: 'Circe', 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) {
    #rec468745800 .tn-elem[data-elem-id="1657478116112"] {
        top: 99px;
        left: calc(50% - 480px + 833px);
    }
}

@media screen and (max-width: 959px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116112"] {
        top: 235px;
        left: calc(50% - 320px + 435px);
    }
}

@media screen and (max-width: 639px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116112"] {
        top: 224px;
        left: calc(50% - 240px + 313px);
    }
}

@media screen and (max-width: 479px) {
    #rec468745800 .tn-elem[data-elem-id="1657478116112"] {
        top: 223px;
        left: calc(50% - 160px + 214px);
    }
}

#rec468745800 .tn-elem[data-elem-id="1658758753297"] {
    z-index: 9;
    top: 0px;
    left: calc(50% - 600px + 0px);
    width: 1200px;
    height: 1px;
}

#rec468745800 .tn-elem[data-elem-id="1658758753297"] .tn-atom {
    opacity: 0.05;
    background-color: #000000;
    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) {}


#rec467912255 .t396__artboard {
    height: 450px;
    background-color: #ffffff;
}

#rec467912255 .t396__filter {
    height: 450px;
}

#rec467912255 .t396__carrier {
    height: 450px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {

    #rec467912255 .t396__artboard,
    #rec467912255 .t396__filter,
    #rec467912255 .t396__carrier {
        height: 720px;
    }

    #rec467912255 .t396__filter {}

    #rec467912255 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {

    #rec467912255 .t396__artboard,
    #rec467912255 .t396__filter,
    #rec467912255 .t396__carrier {
        height: 850px;
    }

    #rec467912255 .t396__filter {}

    #rec467912255 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {

    #rec467912255 .t396__artboard,
    #rec467912255 .t396__filter,
    #rec467912255 .t396__carrier {
        height: 940px;
    }

    #rec467912255 .t396__filter {}

    #rec467912255 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {

    #rec467912255 .t396__artboard,
    #rec467912255 .t396__filter,
    #rec467912255 .t396__carrier {
        height: 1290px;
    }

    #rec467912255 .t396__filter {}

    #rec467912255 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542271985"] {
    z-index: 1;
    top: 2px;
    left: calc(50% - 600px + 0px);
    width: 293px;
}

#rec467912255 .tn-elem[data-elem-id="1657542271985"] .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) {
    #rec467912255 .tn-elem[data-elem-id="1657542271985"] {
        top: -107px;
        left: calc(50% - 160px + -229px);
        width: 243px;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542298554"] {
    color: #000000;
    z-index: 2;
    top: 1px;
    left: calc(50% - 600px + 399px);
    width: 106px;
}

#rec467912255 .tn-elem[data-elem-id="1657542298554"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.25;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542298554"] {
        top: 1px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542298554"] {
        top: 130px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542298554"] {
        top: 169px;
        left: calc(50% - 160px + 107px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542298554"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542335107"] {
    color: #24262e;
    text-align: left;
    z-index: 3;
    top: 57px;
    left: calc(50% - 600px + 399px);
    width: 125px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542335107"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542335107"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542335107"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542335107"] {
        top: 57px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542335107"] {
        top: 186px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542335107"] {
        top: 215px;
        left: calc(50% - 160px + 98px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542335107"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542356101"] {
    color: #24262e;
    text-align: left;
    z-index: 4;
    top: 87px;
    left: calc(50% - 600px + 399px);
    width: 149px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542356101"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542356101"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542356101"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542356101"] {
        top: 87px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542356101"] {
        top: 216px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542356101"] {
        top: 245px;
        left: calc(50% - 160px + 86px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542356101"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542367386"] {
    color: #24262e;
    text-align: left;
    z-index: 5;
    top: 117px;
    left: calc(50% - 600px + 399px);
    width: 167px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542367386"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542367386"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542367386"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542367386"] {
        top: 117px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542367386"] {
        top: 246px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542367386"] {
        top: 275px;
        left: calc(50% - 160px + 77px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542367386"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542380358"] {
    color: #24262e;
    text-align: left;
    z-index: 6;
    top: 147px;
    left: calc(50% - 600px + 399px);
    width: 167px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542380358"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542380358"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542380358"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542380358"] {
        top: 147px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542380358"] {
        top: 276px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542380358"] {
        top: 305px;
        left: calc(50% - 160px + 77px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542380358"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542388328"] {
    color: #24262e;
    text-align: left;
    z-index: 7;
    top: 177px;
    left: calc(50% - 600px + 399px);
    width: 126px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542388328"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542388328"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542388328"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542388328"] {
        top: 177px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542388328"] {
        top: 306px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542388328"] {
        top: 335px;
        left: calc(50% - 160px + 97px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542388328"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542398672"] {
    color: #24262e;
    text-align: left;
    z-index: 8;
    top: 237px;
    left: calc(50% - 600px + 399px);
    width: 71px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542398672"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542398672"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542398672"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542398672"] {
        top: 237px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542398672"] {
        top: 366px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542398672"] {
        top: 395px;
        left: calc(50% - 160px + 125px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542398672"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542421617"] {
    color: #24262e;
    text-align: left;
    z-index: 9;
    top: 207px;
    left: calc(50% - 600px + 399px);
    width: 126px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542421617"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542421617"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542421617"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542421617"] {
        top: 207px;
        left: calc(50% - 480px + 389px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542421617"] {
        top: 336px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542421617"] {
        top: 365px;
        left: calc(50% - 160px + 97px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542421617"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542434395"] {
    color: #000000;
    z-index: 10;
    top: 1px;
    left: calc(50% - 600px + 689px);
    width: 143px;
}

#rec467912255 .tn-elem[data-elem-id="1657542434395"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.25;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434395"] {
        top: 1px;
        left: calc(50% - 480px + 709px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434395"] {
        top: 130px;
        left: calc(50% - 320px + 330px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434395"] {
        top: 130px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434395"] {
        top: 452px;
        left: calc(50% - 160px + 89px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542434395"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542434408"] {
    color: #24262e;
    text-align: left;
    z-index: 11;
    top: 57px;
    left: calc(50% - 600px + 689px);
    width: 100px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542434408"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542434408"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542434408"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434408"] {
        top: 57px;
        left: calc(50% - 480px + 709px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434408"] {
        top: 186px;
        left: calc(50% - 320px + 330px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434408"] {
        top: 186px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434408"] {
        top: 498px;
        left: calc(50% - 160px + 110px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542434408"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542434419"] {
    color: #24262e;
    text-align: left;
    z-index: 12;
    top: 87px;
    left: calc(50% - 600px + 689px);
    width: 64px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542434419"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542434419"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542434419"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434419"] {
        top: 87px;
        left: calc(50% - 480px + 709px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434419"] {
        top: 216px;
        left: calc(50% - 320px + 330px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434419"] {
        top: 216px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434419"] {
        top: 528px;
        left: calc(50% - 160px + 128px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542434419"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542434432"] {
    color: #24262e;
    text-align: left;
    z-index: 13;
    top: 117px;
    left: calc(50% - 600px + 689px);
    width: 100px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542434432"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542434432"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542434432"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434432"] {
        top: 117px;
        left: calc(50% - 480px + 709px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434432"] {
        top: 246px;
        left: calc(50% - 320px + 330px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434432"] {
        top: 246px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434432"] {
        top: 558px;
        left: calc(50% - 160px + 110px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542434432"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542434442"] {
    color: #24262e;
    text-align: left;
    z-index: 14;
    top: 147px;
    left: calc(50% - 600px + 689px);
    width: 49px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542434442"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542434442"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542434442"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434442"] {
        top: 147px;
        left: calc(50% - 480px + 709px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434442"] {
        top: 276px;
        left: calc(50% - 320px + 330px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434442"] {
        top: 276px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434442"] {
        top: 588px;
        left: calc(50% - 160px + 136px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542434442"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542434453"] {
    color: #24262e;
    text-align: left;
    z-index: 15;
    top: 177px;
    left: calc(50% - 600px + 689px);
    width: 66px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542434453"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542434453"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542434453"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434453"] {
        top: 177px;
        left: calc(50% - 480px + 709px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434453"] {
        top: 306px;
        left: calc(50% - 320px + 330px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434453"] {
        top: 306px;
        left: calc(50% - 240px + 250px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542434453"] {
        top: 618px;
        left: calc(50% - 160px + 127px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542434453"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542525759"] {
    color: #4d4d4d;
    text-align: right;
    z-index: 17;
    top: 188px;
    left: calc(50% - 600px + 981px);
    width: 219px;
}

#rec467912255 .tn-elem[data-elem-id="1657542525759"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'Circe', 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) {
    #rec467912255 .tn-elem[data-elem-id="1657542525759"] {
        top: 511px;
        left: calc(50% - 480px + 387px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542525759"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525759"] {
        top: 631px;
        left: calc(50% - 320px + 1px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525759"] {
        top: 902px;
        left: calc(50% - 160px + 51px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542525759"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542525785"] {
    color: #4d4d4d;
    text-align: right;
    z-index: 22;
    top: 32px;
    left: calc(50% - 600px + 1086px);
    width: 114px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542525785"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542525785"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542525785"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525785"] {
        top: 355px;
        left: calc(50% - 480px + 417px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542525785"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525785"] {
        top: 475px;
        left: calc(50% - 320px + 31px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525785"] {
        top: 746px;
        left: calc(50% - 160px + 103px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542525785"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542614673"] {
    z-index: 25;
    top: calc(450px - 40px + 0px);
    left: calc(50% - 50% + 0px);
    width: 100%;
    height: 40px;
}

#rec467912255 .tn-elem[data-elem-id="1657542614673"] .tn-atom {
    background-color: #ededee;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542614673"] {
        top: calc(450px - 40px + 0px);
        left: calc(50% - 50% + 0px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542614673"] {
        top: calc(450px - 40px + 0px);
        left: calc(50% - 50% + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542614673"] {
        top: calc(450px - 40px + 0px);
        left: calc(50% - 50% + 0px);
        width: 100%;
        height: 108px;
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542614673"] {
        top: calc(450px - 40px + 0px);
        left: calc(50% - 50% + 0px);
        width: 100%;
        height: 118px;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542657294"] {
    color: #24262e;
    text-align: left;
    z-index: 26;
    top: 207px;
    left: calc(50% - 600px + 688px);
    width: 209px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542657294"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542657294"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542657294"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542657294"] {
        top: 207px;
        left: calc(50% - 480px + 708px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542657294"] {
        top: 336px;
        left: calc(50% - 320px + 329px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542657294"] {
        top: 336px;
        left: calc(50% - 240px + 249px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542657294"] {
        top: 648px;
        left: calc(50% - 160px + 56px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542657294"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542706444"] {
    color: #000000;
    z-index: 27;
    top: 416px;
    left: calc(50% - 600px + 0px);
    width: 398px;
}

#rec467912255 .tn-elem[data-elem-id="1657542706444"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542706444"] {
        top: 686px;
        left: calc(50% - 480px + 0px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542706444"] {
        top: 816px;
        left: calc(50% - 320px + 0px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542706444"] {
        top: 849px;
        left: calc(50% - 240px + 0px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542706444"] {
        top: 1187px;
        left: calc(50% - 160px + 15px);
        width: 291px;
    }

    #rec467912255 .tn-elem[data-elem-id="1657542706444"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542728180"] {
    color: #24262e;
    text-align: right;
    z-index: 28;
    top: 419px;
    left: calc(50% - 600px + 1079px);
    width: 121px;
    height: 22px;
}

#rec467912255 .tn-elem[data-elem-id="1657542728180"] .tn-atom {
    color: #24262e;
    font-size: 14px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-radius: 30px;
    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) {
    #rec467912255 .tn-elem[data-elem-id="1657542728180"] {
        top: 689px;
        left: calc(50% - 480px + 839px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542728180"] {
        top: 819px;
        left: calc(50% - 320px + 519px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657542728180"] {
        top: 903px;
        left: calc(50% - 240px + 0px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542728180"] {
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542728180"] {
        top: 1255px;
        left: calc(50% - 160px + 100px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542728180"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542919905"] {
    color: #000000;
    text-align: right;
    z-index: 29;
    top: 70px;
    left: calc(50% - 600px + 943px);
    width: 257px;
    height: 37px;
}

#rec467912255 .tn-elem[data-elem-id="1657542919905"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542919905"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542919905"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542919905"] {
        top: 393px;
        left: calc(50% - 480px + 387px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542919905"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542919905"] {
        top: 513px;
        left: calc(50% - 320px + 1px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542919905"] {
        top: 784px;
        left: calc(50% - 160px + 32px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542919905"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542978063"] {
    color: #4d4d4d;
    text-align: right;
    z-index: 18;
    top: 108px;
    left: calc(50% - 600px + 917px);
    width: 283px;
}

#rec467912255 .tn-elem[data-elem-id="1657542978063"] .tn-atom {
    color: #4d4d4d;
    font-size: 14px;
    font-family: 'Circe', 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) {
    #rec467912255 .tn-elem[data-elem-id="1657542978063"] {
        top: 431px;
        left: calc(50% - 480px + 387px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542978063"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542978063"] {
        top: 551px;
        left: calc(50% - 320px + 1px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542978063"] {
        top: 822px;
        left: calc(50% - 160px + 19px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542978063"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543012643"] {
    color: #000000;
    text-align: right;
    z-index: 30;
    top: 149px;
    left: calc(50% - 600px + 1012px);
    width: 188px;
}

#rec467912255 .tn-elem[data-elem-id="1657543012643"] .tn-atom {
    color: #000000;
    font-size: 18px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    opacity: 0.25;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657543012643"] {
        top: 472px;
        left: calc(50% - 480px + 387px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657543012643"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657543012643"] {
        top: 592px;
        left: calc(50% - 320px + 1px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657543012643"] {
        top: 863px;
        left: calc(50% - 160px + 66px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657543012643"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1658936326994"] {
    z-index: 40;
    top: -178px;
    left: calc(50% - 600px + 10px);
    width: 150px;
}

#rec467912255 .tn-elem[data-elem-id="1658936326994"] .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) {
    #rec467912255 .tn-elem[data-elem-id="1658936326994"] {
        top: 0px;
        left: calc(50% - 160px + 70px);
        width: 180px;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657562480251"] {
    z-index: 36;
    top: 299px;
    left: calc(50% - 600px + 399px);
    width: 169px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657562480251"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657562480251"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657562480251"] {
        top: 565px;
        left: calc(50% - 480px + 708px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657562480251"] {
        top: 680px;
        left: calc(50% - 320px + 337px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657562480251"] {
        top: 679px;
        left: calc(50% - 240px + 307px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657562480251"] {
        top: 966px;
        left: calc(50% - 160px + 76px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1659618860129"] {
    z-index: 43;
    top: 299px;
    left: calc(50% - 600px + 580px);
    width: 169px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1659618860129"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1659618860129"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1659618860129"] {
        top: 501px;
        left: calc(50% - 480px + 708px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1659618860129"] {
        top: 625px;
        left: calc(50% - 320px + 337px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1659618860129"] {
        top: 624px;
        left: calc(50% - 240px + 307px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1659618860129"] {
        top: 1026px;
        left: calc(50% - 160px + 76px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542525777"] {
    z-index: 21;
    top: 8px;
    left: calc(50% - 600px + 980px);
    width: 18px;
}

#rec467912255 .tn-elem[data-elem-id="1657542525777"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525777"] {
        top: 331px;
        left: calc(50% - 480px + 390px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525777"] {
        top: 451px;
        left: calc(50% - 320px + 4px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525777"] {
        top: 721px;
        left: calc(50% - 160px + 49px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1657542525768"] {
    color: #000000;
    text-align: right;
    z-index: 20;
    top: 0px;
    left: calc(50% - 600px + 996px);
    width: 204px;
    height: 37px;
}

#rec467912255 .tn-elem[data-elem-id="1657542525768"] .tn-atom {
    color: #000000;
    font-size: 24px;
    font-family: 'Circe', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 30px;
    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 (hover),
(min-width:0\0) {
    #rec467912255 .tn-elem[data-elem-id="1657542525768"] .tn-atom:hover {}

    #rec467912255 .tn-elem[data-elem-id="1657542525768"] .tn-atom:hover {
        color: #fe5c01;
    }
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525768"] {
        top: 323px;
        left: calc(50% - 480px + 417px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542525768"] {
        text-align: left;
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525768"] {
        top: 443px;
        left: calc(50% - 320px + 31px);
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657542525768"] {
        top: 714px;
        left: calc(50% - 160px + 67px);
    }

    #rec467912255 .tn-elem[data-elem-id="1657542525768"] {
        text-align: center;
    }
}

#rec467912255 .tn-elem[data-elem-id="1659785368175"] {
    z-index: 45;
    top: 327px;
    left: calc(50% - 600px + 1051px);
    width: 20px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1659785368175"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1659785368175"] .tn-atom {
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1659785368175"] {
        top: 593px;
        left: calc(50% - 480px + 518px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1659785368175"] {
        top: 713px;
        left: calc(50% - 320px + 132px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1659785368175"] {
        top: 713px;
        left: calc(50% - 240px + 142px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1659785368175"] {
        top: 1104px;
        left: calc(50% - 160px + 220px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543890099"] {
    z-index: 42;
    top: 327px;
    left: calc(50% - 600px + 1181px);
    width: 20px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657543890099"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543890099"] .tn-atom {
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657543890099"] {
        top: 593px;
        left: calc(50% - 480px + 488px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657543890099"] {
        top: 713px;
        left: calc(50% - 320px + 102px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657543890099"] {
        top: 713px;
        left: calc(50% - 240px + 107px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657543890099"] {
        top: 1104px;
        left: calc(50% - 160px + 185px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543888822"] {
    z-index: 39;
    top: 327px;
    left: calc(50% - 600px + 1148px);
    width: 20px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657543888822"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543888822"] .tn-atom {
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657543888822"] {
        top: 593px;
        left: calc(50% - 480px + 455px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657543888822"] {
        top: 713px;
        left: calc(50% - 320px + 69px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657543888822"] {
        top: 713px;
        left: calc(50% - 240px + 72px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657543888822"] {
        top: 1104px;
        left: calc(50% - 160px + 150px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543887398"] {
    z-index: 38;
    top: 327px;
    left: calc(50% - 600px + 1114px);
    width: 20px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657543887398"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543887398"] .tn-atom {
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657543887398"] {
        top: 593px;
        left: calc(50% - 480px + 421px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657543887398"] {
        top: 713px;
        left: calc(50% - 320px + 35px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657543887398"] {
        top: 713px;
        left: calc(50% - 240px + 37px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657543887398"] {
        top: 1104px;
        left: calc(50% - 160px + 115px);
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543562332"] {
    z-index: 35;
    top: 327px;
    left: calc(50% - 600px + 1081px);
    width: 20px;
}

@media (min-width: 1200px) {
    #rec467912255 .tn-elem.t396__elem--anim-hidden[data-elem-id="1657543562332"] {
        opacity: 0;
    }
}

#rec467912255 .tn-elem[data-elem-id="1657543562332"] .tn-atom {
    opacity: 0.5;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec467912255 .tn-elem[data-elem-id="1657543562332"] {
        top: 593px;
        left: calc(50% - 480px + 388px);
    }
}

@media screen and (max-width: 959px) {
    #rec467912255 .tn-elem[data-elem-id="1657543562332"] {
        top: 713px;
        left: calc(50% - 320px + 2px);
    }
}

@media screen and (max-width: 639px) {
    #rec467912255 .tn-elem[data-elem-id="1657543562332"] {
        top: 713px;
        left: calc(50% - 240px + 2px);
    }
}

@media screen and (max-width: 479px) {
    #rec467912255 .tn-elem[data-elem-id="1657543562332"] {
        top: 1104px;
        left: calc(50% - 160px + 80px);
    }
}


#rec472661797 .t396__artboard {height: 410px; background-color: #f9f9f9; }#rec472661797 .t396__filter {height: 410px; }#rec472661797 .t396__carrier{height: 410px;background-position: center center;background-attachment: scroll;background-size: cover;background-repeat: no-repeat;}@media screen and (max-width: 1199px) {#rec472661797 .t396__artboard,#rec472661797 .t396__filter,#rec472661797 .t396__carrier {height: 360px;}#rec472661797 .t396__filter {}#rec472661797 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 959px) {#rec472661797 .t396__artboard,#rec472661797 .t396__filter,#rec472661797 .t396__carrier {height: 740px;}#rec472661797 .t396__filter {}#rec472661797 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 639px) {#rec472661797 .t396__artboard,#rec472661797 .t396__filter,#rec472661797 .t396__carrier {}#rec472661797 .t396__filter {}#rec472661797 .t396__carrier {background-attachment: scroll;}}@media screen and (max-width: 479px) {#rec472661797 .t396__artboard,#rec472661797 .t396__filter,#rec472661797 .t396__carrier {height: 540px;}#rec472661797 .t396__filter {}#rec472661797 .t396__carrier {background-attachment: scroll;}} #rec472661797 .tn-elem[data-elem-id="1657551337892"] { z-index: 2; top: 5px;left: calc(50% - 600px + -20px);width: 1240px;height:400px;}#rec472661797 .tn-elem[data-elem-id="1657551337892"] .tn-atom {border-radius: 15px; background-color: #ededee; background-position: center center;background-size: cover;background-repeat: no-repeat;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec472661797 .tn-elem[data-elem-id="1657551337892"] {top: 4px;left: calc(50% - 480px + 0px);width: 960px;height: 352px;}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1657551337892"] {top: -716px;left: calc(50% - 320px + 0px);width: 640px;height: 609px;}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1657551337892"] {top: -795px;left: calc(50% - 240px + -3px);width: 480px;height: 665px;}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1657551337892"] {top: -736px;left: calc(50% - 160px + 0px);width: 97%;height: 609px;}} #rec472661797 .tn-elem[data-elem-id="1657551337903"] { color: #ffffff; z-index: 4; top: 72px;left: calc(50% - 600px + 410px);width: 310px;}#rec472661797 .tn-elem[data-elem-id="1657551337903"] .tn-atom { color: #ffffff; font-size: 34px; font-family: 'Circe',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) {#rec472661797 .tn-elem[data-elem-id="1657551337903"] {top: 51px;left: calc(50% - 480px + 310px);}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1657551337903"] {top: 71px;left: calc(50% - 320px + 165px);}#rec472661797 .tn-elem[data-elem-id="1657551337903"] {text-align: center;}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1657551337903"] {top: 61px;left: calc(50% - 240px + 85px);}#rec472661797 .tn-elem[data-elem-id="1657551337903"] {text-align: center;}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1657551337903"] {top: 51px;left: calc(50% - 160px + 34px);width: 253px;}#rec472661797 .tn-elem[data-elem-id="1657551337903"] .tn-atom { font-size: 28px; line-height: 1.1; }} #rec472661797 .tn-elem[data-elem-id="1657551337913"] { color: #ffffff; z-index: 5; top: 280px;left: calc(50% - 600px + 529px);width: 228px;}#rec472661797 .tn-elem[data-elem-id="1657551337913"] .tn-atom { color: #ffffff; font-size: 14px; font-family: 'Circe',Arial,sans-serif; line-height: 1.35; font-weight: 400; background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec472661797 .tn-elem[data-elem-id="1657551337913"] {top: 259px;left: calc(50% - 480px + 429px);}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1657551337913"] {top: 319px;left: calc(50% - 320px + 206px);}#rec472661797 .tn-elem[data-elem-id="1657551337913"] {text-align: center;}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1657551337913"] {top: 309px;left: calc(50% - 240px + 126px);}#rec472661797 .tn-elem[data-elem-id="1657551337913"] {text-align: center;}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1657551337913"] {top: 245px;left: calc(50% - 160px + 46px);}} #rec472661797 .tn-elem[data-elem-id="1657551337933"] { color: #fe5c01; text-align: center; z-index: 9; top: 264px;left: calc(50% - 600px + 970px);width: 192px;height:70px;}#rec472661797 .tn-elem[data-elem-id="1657551337933"] .tn-atom { color: #fe5c01; font-size: 15px; font-family: 'Circe',Arial,sans-serif; line-height: 1.55; font-weight: 400; border-radius: 8px; 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 (hover), (min-width:0\0) {#rec472661797 .tn-elem[data-elem-id="1657551337933"] .tn-atom:hover {background-color: #24262e;background-image: none; border-color: #24262e; }#rec472661797 .tn-elem[data-elem-id="1657551337933"] .tn-atom:hover {color: #ffffff;}}@media screen and (max-width: 1199px) {#rec472661797 .tn-elem[data-elem-id="1657551337933"] {top: 244px;left: calc(50% - 480px + 720px);}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1657551337933"] {top: 384px;left: calc(50% - 320px + 224px);}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1657551337933"] {top: 374px;left: calc(50% - 240px + 144px);}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1657551337933"] {top: 306px;left: calc(50% - 160px + 64px);}} #rec472661797 .tn-elem[data-elem-id="1658657156713"] { z-index: 1; top: -525px;left: calc(50% - 600px + -10px);width: 1240px;height:400px;}#rec472661797 .tn-elem[data-elem-id="1658657156713"] .tn-atom {border-radius: 15px; background-color: #ededee; background-position: center center;background-size: cover;background-repeat: no-repeat;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec472661797 .tn-elem[data-elem-id="1658657156713"] {top: -487px;left: calc(50% - 480px + 7px);width: 960px;height: 352px;}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1658657156713"] {top: 0px;left: calc(50% - 320px + 0px);width: 640px;height: 740px;}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1658657156713"] {top: 0px;left: calc(50% - 240px + 0px);width: 480px;height: 740px;}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1658657156713"] {top: 0px;left: calc(50% - 160px + -1px);width: 96%;height: 539px;}} #rec472661797 .tn-elem[data-elem-id="1657551337923"] { z-index: 8; top: 263px;left: calc(50% - 600px + 410px);width: 64px;}#rec472661797 .tn-elem[data-elem-id="1657551337923"] .tn-atom { background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec472661797 .tn-elem[data-elem-id="1657551337923"] {top: 242px;left: calc(50% - 480px + 310px);}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1657551337923"] {top: 242px;left: calc(50% - 320px + 267px);}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1657551337923"] {top: 232px;left: calc(50% - 240px + 180px);}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1657551337923"] {top: 182px;left: calc(50% - 160px + 116px);width: 53px;}} #rec472661797 .tn-elem[data-elem-id="1658656931041"] { z-index: 6; top: 263px;left: calc(50% - 600px + 453px);width: 64px;}@media (min-width: 1200px) {#rec472661797 .tn-elem.t396__elem--anim-hidden[data-elem-id="1658656931041"] {opacity: 0;}}#rec472661797 .tn-elem[data-elem-id="1658656931041"] .tn-atom { background-position: center center;border-color: transparent ;border-style: solid ; }@media screen and (max-width: 1199px) {#rec472661797 .tn-elem[data-elem-id="1658656931041"] {top: 242px;left: calc(50% - 480px + 353px);}}@media screen and (max-width: 959px) {#rec472661797 .tn-elem[data-elem-id="1658656931041"] {top: 242px;left: calc(50% - 320px + 310px);}}@media screen and (max-width: 639px) {#rec472661797 .tn-elem[data-elem-id="1658656931041"] {top: 232px;left: calc(50% - 240px + 223px);}}@media screen and (max-width: 479px) {#rec472661797 .tn-elem[data-elem-id="1658656931041"] {top: 182px;left: calc(50% - 160px + 151px);width: 53px;}}


/* 
.menu-item a{
    color: #000000 ;
}
.menu-item-active {
    color: #fe5c01 !important; 
    border: 1px solid #ff0000;
} */