/* Clean semantic header + hero (replaces old rec1484284111 absolute layout) */
#rec1471020341 .t972__banner,
#rec1471020341 .t972__settings {
    border-radius: 18px !important;
}

#rec1471020341 .t972__banner {
    max-width: min(620px, calc(100vw - 22px));
    padding: 18px 20px !important;
}

#rec1471020341 .t972__title {
    font-size: 34px !important;
    line-height: 1.05 !important;
    margin-bottom: 10px !important;
}

#rec1471020341 .t972__text {
    font-size: 16px !important;
    line-height: 1.4 !important;
}

#rec1471020341 .t972__buttons {
    margin-top: 14px !important;
    gap: 10px !important;
}

#rec1471020341 .t972__settings {
    max-width: min(620px, calc(100vw - 22px));
}

#rec1471020341 .t972__settings-body {
    padding-top: 8px !important;
}

#rec1471020341 .t972__settings-title {
    display: none !important;
}

#rec1471020341 .t972__settings-text {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

#rec1471020341 .t972__category {
    border-top: 1px solid rgba(5, 46, 65, .15) !important;
    padding: 12px 0 !important;
}

#rec1471020341 .t972__category:first-child {
    border-top: 0 !important;
}

#rec1471020341 .t972__category-title {
    font-size: 16px !important;
    line-height: 1.25 !important;
}

#rec1471020341 .t972__category-body {
    display: none !important;
}

#rec1471020341 .t972__settings-footer {
    padding-top: 10px !important;
}

#rec1471020341 .t972__confirm-btn,
#rec1471020341 .t972__accept-btn {
    min-height: 44px !important;
    font-size: 18px !important;
}

#rec1484284111.site-header {
    position: relative;
    z-index: 40;
    background: transparent;
}

.site-header__wrap,
.site-hero__wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header__wrap {
    margin-top: 26px;
    min-height: 86px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(245, 244, 241, 0.96);
    backdrop-filter: blur(6px);
    border-radius: 18px;
    padding: 0 20px;
    box-shadow: 0 8px 28px rgba(6, 24, 40, 0.12);
}

.site-header__logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-header__logo img {
    width: 80px;
    height: auto;
    display: block;
}

.site-header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-left: 8px;
    flex: 1 1 auto;
}

.site-header__nav--mobile {
    display: none;
}

.site-header__nav a,
.site-header__meta a {
    color: #1f2f5b;
    text-decoration: none;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 23px;
    line-height: 1.2;
}

.site-header__nav a:hover,
.site-header__meta a:hover {
    opacity: .75;
}

.site-header__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.site-header__meta a {

    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    position: relative;
}

.site-header__meta a img {
    width: 33px;
    height: 33px;
}

.site-header__mobile-actions {
    display: none;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex: 0 0 auto;
}

.site-header__mobile-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
}

.site-header__mobile-social img {
    width: 30px;
    height: 30px;
    display: block;
}

.site-header__toggle {
    display: none;
    width: 30px;
    height: 30px;
    border: none;
    /*border-radius: 8px;*/
    background: transparent;
    /*padding: 8px;*/
    margin-left: auto;
    cursor: pointer;
}

.site-header__toggle img {
    width: 30px;
    height: 30px;
    display: block;
}

.site-header__toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #052e41;
}

.site-header__toggle span + span {
    margin-top: 6px;
}

.site-header__overlay {
    display: none;
}

.site-header__nav-close {
    display: none;
}

.site-hero {
    position: relative;
    margin-top: -115px;
    padding: 150px 0 70px;
    background: linear-gradient(180deg, #f5f4f1 0%, #ffffff 100%);
}

.site-hero--home {
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('/images/tild3538-6131-4837-a538-303531303036__02.webp');
    background-size: cover;
    background-position: 0px -85px;
}

.site-hero--service {
    padding-top: 185px;
    padding-bottom: 135px;
    background-image:
        linear-gradient(rgba(255, 255, 255, .62), rgba(255, 255, 255, .62)),
        url('/images/tild3538-6131-4837-a538-303531303036__02.webp');
    background-size: cover;
    background-position: 0 -125px;
}

.site-hero--service .site-hero__wrap {
    text-align: center;
    max-width: 560px;
}

.site-hero--service .site-hero__title {
    margin: 0 auto;
    max-width: 780px;
    font-size: 62px;
    line-height: 62px;
}

.site-hero__panel {
    margin-top: 54px;
    margin-bottom: -36px;
    background: #f5f4f1;
    border-radius: 32px;
    padding: 74px 44px 34px;
    box-shadow: 0 12px 36px rgba(6, 24, 40, .12);
}

.site-hero__panel-title {
    margin: 0;
    color: #13374d;
    font: 400 66px/0.95 'CormorantGaramond', Arial, sans-serif;
}

.site-hero__panel-text {
    margin: 18px auto 0;
    max-width: 900px;
    color: #242424;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 40px;
    line-height: 1.35;
}

.site-hero__phone {
    margin: 22px 0 0;
    color: #1b1b1b;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 35px;
    line-height: 1.2;
}

.site-hero--service .site-hero__btn {
    margin-top: 26px;
    min-width: min(100%, 560px);
    min-height: 68px;
    font-size: 30px;
    border-radius: 12px;
}

.site-hero--home .site-hero__wrap {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.site-hero__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.site-hero__brand-mark {
    width: 170px;
    height: auto;
    display: block;
}

.site-hero__brand-title {
    color: #052e41;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 56px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .03em;
}

.site-hero__brand-subtitle {
    color: #052e41;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 31px;
    line-height: 1;
    font-weight: 400;
}

.site-hero__eyebrow {
    margin: 0 0 12px;
    color: #052e41;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

.site-hero__title {
    margin: 0;
    max-width: 980px;
    color: #1f2f5b;
    font-family: 'CormorantGaramond', Arial, sans-serif;
    font-size: 76px;
    line-height: .92;
    font-weight: 400;
}

.site-hero__text {
    margin: 20px 0 0;
    max-width: 760px;
    color: #13374d;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.35;
}

.site-hero__btn {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 13px 26px;
    border-radius: 10px;
    background: #052e41;
    color: #ffffff;
    text-decoration: none;
    font-family: 'TildaSans', Arial, sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    .site-header__nav a,
    .site-header__meta a {
        font-size: 22px;
    }

    .site-hero__title,
    .site-hero--service .site-hero__title {
        font-size: 64px;
    }

    .site-hero__text,
    .site-hero__panel-text {
        font-size: 21px;
    }

    .site-hero__panel-title {
        font-size: 50px;
    }

    .site-hero--service .site-hero__btn {
        font-size: 24px;
        min-height: 58px;
    }

    .site-hero__phone {
        font-size: 24px;
    }
}
@media screen and (max-width: 1050px) {
    .site-hero--home{
        background-size: 140%;
        background-position: -210px -85px;
    }

}
@media screen and (max-width: 959px) {
    .site-hero--home {
        background-size: 170%;
        background-position: -290px -85px;
    }
    body.site-menu-open {
        overflow: hidden;
    }

    body.site-menu-open #rec1484284111.site-header {
        z-index: 4000;
    }

    .site-header__wrap {
        position: relative;
        margin-top: 14px;
        min-height: 72px;
        gap: 12px;
    }

    .site-header__logo img {
        width: 75px;
    }

    .site-header__toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .site-header__nav--desktop {
        display: none;
    }

    .site-header__mobile-actions {
        display: inline-flex;
    }

    .site-header__nav--mobile {
        position: fixed;
        left: 12px;
        right: 12px;
        top: 12px;
        margin: 0;
        max-height: calc(100vh - 24px);
        overflow: auto;
        padding: 14px 14px 16px;
        background: #ffffff;
        border: 0;
        border-radius: 16px;
        box-shadow: 0 16px 36px rgba(5, 46, 65, .16);
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        z-index: 4002;
        opacity: 0;
        transform: translateY(-8px) scale(.98);
        pointer-events: none;
        visibility: hidden;
        transition: opacity .24s ease, transform .24s ease, visibility .24s ease;
        display: flex;
        box-sizing: border-box;
        min-width: 0;
        overflow-x: hidden;
    }

    .site-header__nav--mobile .site-header__nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        align-self: flex-end;
        min-height: 40px;
        padding: 0 14px;
        margin-bottom: 4px;
        border: 1px solid #d6d8de;
        border-radius: 10px;
        background: #fff;
        color: #1f2f5b;
        font-family: 'TildaSans', Arial, sans-serif;
        font-size: 15px;
        line-height: 1;
        cursor: pointer;
    }

    .site-header__nav--mobile a {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 12px 10px;
        border-radius: 10px;
        background: transparent;
        font-size: 18px;
        line-height: 1.25;
        transition: background-color .2s ease, color .2s ease;
    }

    .site-header__nav--mobile a:hover {
        opacity: 1;
        background: #e9edef;
        color: #052e41;
    }

    .site-header__nav--mobile.is-open {
        opacity: 1;
        transform: translateY(0) scale(1);
        pointer-events: auto;
        visibility: visible;
        overflow-x: hidden;
    }

    .site-header__meta {
        display: none;
    }

    .site-header__overlay {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 4001;
        border: 0;
        padding: 0;
        margin: 0;
        background: rgba(5, 46, 65, .88);

        opacity: 0;
        pointer-events: none;
        transition: opacity .24s ease;
    }

    .site-header__overlay.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .site-hero {
        margin-top: -28px;
        padding: 84px 0 42px;
    }

    .site-hero--home {
        padding-top: 105px;
        padding-bottom: 48px;
    }

    .site-hero--home .site-hero__wrap {
        min-height: 330px;
    }

    .site-hero__brand-mark {
        width: 122px;
    }

    .site-hero__brand-title {
        font-size: 42px;
    }

    .site-hero__brand-subtitle {
        font-size: 24px;
    }

    .site-hero__title,
    .site-hero--service .site-hero__title {
        font-size: 52px;
    }

    .site-hero__text {
        font-size: 19px;
    }

    .site-hero__panel {
        margin-top: 26px;
        margin-bottom: -16px;
        padding: 34px 18px 24px;
        border-radius: 18px;
    }

    .site-hero__panel-title {
        font-size: 36px;
    }

    .site-hero__panel-text {
        font-size: 17px;
    }

    .site-hero--service .site-hero__btn {
        width: 100%;
        min-width: 0;
        font-size: 19px;
        min-height: 52px;
    }

    .site-hero__phone {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    .site-header__wrap,
    .site-hero__wrap {
        width: calc(100% - 40px);
    }

    .site-hero {
        padding: 115px 0 35px;
        margin-top: -90px;
    }
    .site-hero--home {
        padding-top: 65px;
        padding-bottom: 10px;
        background-position: 50% 35px;
        background-size: 200%;
    }

    .site-hero--home .site-hero__wrap {
        min-height: 260px;
    }

    .site-hero__brand-mark {
        width: 96px;
    }

    .site-hero__brand-title {
        font-size: 32px;
    }

    .site-hero__brand-subtitle {
        font-size: 18px;
    }

    .site-hero--service {
        background-image: url('/images/tild3538-6131-4837-a538-303531303036__02.webp');
        background-size: 250%;
        background-position: -235px -20px;
    }

    .site-hero__eyebrow {
        font-size: 15px;
    }

    .site-hero--service .site-hero__title {
        font-size: 42px;
        line-height: .96;
    }

    .site-hero__text {
        margin-top: 14px;
        font-size: 16px;
    }

    .site-hero__btn {
        margin-top: 20px;
        width: 100%;
        font-size: 17px;
    }
}
#rec1746991801 .t396__artboard {
    height: 374px;
    background-color: #012a3f
}

#rec1746991801 .t396__filter {
    height: 374px
}

#rec1746991801 .t396__carrier {
    height: 374px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .t396__artboard, #rec1746991801 .t396__filter, #rec1746991801 .t396__carrier {
        height: 360px
    }

    #rec1746991801 .t396__filter {
    }

    #rec1746991801 .t396__carrier {
        background-attachment: scroll
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .t396__artboard, #rec1746991801 .t396__filter, #rec1746991801 .t396__carrier {
        height: 550px
    }

    #rec1746991801 .t396__filter {
    }

    #rec1746991801 .t396__carrier {
        background-attachment: scroll
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .t396__artboard, #rec1746991801 .t396__filter, #rec1746991801 .t396__carrier {
        height: 584px
    }

    #rec1746991801 .t396__filter {
    }

    #rec1746991801 .t396__carrier {
        background-attachment: scroll
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .t396__artboard, #rec1746991801 .t396__filter, #rec1746991801 .t396__carrier {
        height: 1009px
    }

    #rec1746991801 .t396__filter {
    }

    #rec1746991801 .t396__carrier {
        background-attachment: scroll
    }
}

#rec1746991801 .tn-elem.deid-1475147461250 {
    color: #ffffff;
    z-index: 3;
    top: 59px;
    left: calc(50% - 600px + 320px);
    width: 260px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1475147461250 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1475147461250 {
        display: table;
        top: 73px;
        left: calc(50% - 480px + 250px);
        width: 220px;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1475147461250 .tn-atom {
        font-size: 12px;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1475147461250 {
        display: table;
        top: 51px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1475147461250 {
        display: table;
        top: 36px;
        left: calc(50% - 240px + 250px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1475147461250 {
        display: table;
        top: 746px;
        left: calc(50% - 160px + 50px);
        width: 168px;
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1764471084342000001 {
    color: #ffffff;
    z-index: 3;
    top: 57px;
    left: calc(50% - 600px + 559px);
    width: 270px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1764471084342000001 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1764471084342000001 {
        display: table;
        top: 73px;
        left: calc(50% - 480px + 457px);
        width: 220px;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1764471084342000001 .tn-atom {
        font-size: 12px;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1764471084342000001 {
        display: table;
        top: 251px;
        left: calc(50% - 320px + 90px);
        width: 220px;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1764471084342000001 .tn-atom {
        font-size: 14px;
        background-size: cover
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1764471084342000001 {
        display: table;
        top: 222px;
        left: calc(50% - 240px + 10px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1764471084342000001 {
        display: table;
        top: 459px;
        left: calc(50% - 160px + 50px);
        width: 233px;
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1475147678114 {
    color: #ffffff;
    z-index: 3;
    top: 185px;
    left: calc(50% - 600px + 880px);
    width: 260px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1475147678114 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    font-family: var(--t-text-font, Arial);
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1475147678114 {
        display: table;
        top: 165px;
        left: calc(50% - 480px + 706px);
        width: 220px;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1475147678114 .tn-atom {
        font-size: 16px;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1475147678114 {
        display: table;
        top: 410px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1475147678114 {
        display: table;
        top: 426px;
        left: calc(50% - 240px + 251px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1475147678114 {
        display: table;
        top: 288px;
        left: calc(50% - 160px + 133px);
        width: auto;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1475147678114 .tn-atom {
        vertical-align: middle;
        white-space: nowrap;
        background-size: cover
    }
}

#rec1746991801 .tn-elem.deid-1475160083840 {
    z-index: 3;
    top: 49px;
    left: calc(50% - 600px + 20px);
    width: 120px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1475160083840 .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out
}

#rec1746991801 .tn-elem.deid-1475160083840 .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1475160083840 {
        display: table;
        top: 63px;
        left: calc(50% - 480px + 22px);
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1475160083840 {
        display: table;
        top: 60px;
        left: calc(50% - 320px + 90px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1475160083840 {
        display: table;
        top: 39px;
        left: calc(50% - 240px + 10px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1475160083840 {
        display: table;
        top: 25px;
        left: calc(50% - 160px + 110px);
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1766989614641000002 {
    color: #ffffff;
    z-index: 3;
    top: 230px;
    left: calc(50% - 600px + 20px);
    width: 260px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1766989614641000002 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1766989614641000002 {
        display: table;
        top: 221px;
        left: calc(50% - 480px + 21px);
        width: 210px;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1766989614641000002 {
        display: table;
        top: 185px;
        left: calc(50% - 320px + 89px);
        width: 220px;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1766989614641000002 {
        display: table;
        top: 163px;
        left: calc(50% - 240px + 10px);
        width: 220px;
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1766989614641000002 {
        display: table;
        top: 152px;
        left: calc(50% - 160px + 70px);
        width: 201px;
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1764300795193 {
    color: #ffffff;
    z-index: 3;
    top: 141px;
    left: calc(50% - 600px + 880px);
    width: 286px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1764300795193 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 27px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1764300795193 {
        display: table;
        top: 59px;
        left: calc(50% - 480px + 706px);
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1764300795193 {
        display: table;
        top: 315px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1764300795193 {
        display: table;
        top: 386px;
        left: calc(50% - 240px + 248px);
        width: 223px;
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1764300795193 {
        display: table;
        top: 250px;
        left: calc(50% - 160px + 59px);
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1769746702594000001 {
    color: #ffffff;
    z-index: 3;
    top: 57px;
    left: calc(50% - 600px + 880px);
    width: 307px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1769746702594000001 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 27px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1769746702594000001 {
        display: table;
        top: 130px;
        left: calc(50% - 480px + 706px);
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1769746702594000001 {
        display: table;
        top: 375px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1769746702594000001 {
        display: table;
        top: 396px;
        left: calc(50% - 240px + 258px);
        width: 223px;
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1769746702594000001 {
        display: table;
        top: 170px;
        left: calc(50% - 160px + 59px);
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1769665156376000001 {
    color: #ffffff;
    z-index: 3;
    top: 99px;
    left: calc(50% - 600px + 880px);
    width: 260px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1769665156376000001 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px;
    font-family: var(--t-text-font, Arial);
    line-height: 2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1769665156376000001 {
        display: table;
        top: 104px;
        left: calc(50% - 480px + 706px);
        width: 220px;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1769665156376000001 .tn-atom {
        font-size: 16px;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1769665156376000001 {
        display: table;
        top: 350px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1769665156376000001 {
        display: table;
        top: 349px;
        left: calc(50% - 240px + 251px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1769665156376000001 {
        display: table;
        top: 214px;
        left: calc(50% - 160px + 128px);
        width: auto;
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1769665156376000001 .tn-atom {
        vertical-align: middle;
        white-space: nowrap;
        background-size: cover
    }
}

#rec1746991801 .tn-elem.deid-1764300829376 {
    color: #ffffff;
    z-index: 3;
    top: 226px;
    left: calc(50% - 600px + 880px);
    width: 214px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1764300829376 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1764300829376 {
        display: table;
        left: calc(50% - 480px + 708px);
        height: auto
    }

    #rec1746991801 .tn-elem.deid-1764300829376 .tn-atom {
        font-size: 16px;
        background-size: cover
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1764300829376 {
        display: table;
        top: 440px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1764300829376 {
        display: table;
        top: 463px;
        left: calc(50% - 240px + 250px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1764300829376 {
        display: table;
        top: 330px;
        left: calc(50% - 160px + 118px);
        width: 85px;
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1764300842033 {
    color: #ffffff;
    z-index: 3;
    top: 249px;
    left: calc(50% - 600px + 880px);
    width: 266px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1764300842033 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 29px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1764300842033 {
        display: table;
        top: 194px;
        left: calc(50% - 480px + 710px);
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1764300842033 {
        display: table;
        top: 455px;
        left: calc(50% - 320px + 330px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1764300842033 {
        display: table;
        top: 482px;
        left: calc(50% - 240px + 250px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1764300842033 {
        display: table;
        top: 355px;
        left: calc(50% - 160px + 58px);
        width: 204px;
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1764302037408 {
    z-index: 3;
    top: 187px;
    left: calc(50% - 600px + 20px);
    width: 30px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1764302037408 .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out
}

#rec1746991801 .tn-elem.deid-1764302037408 .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1764302037408 {
        display: table;
        top: 183px;
        left: calc(50% - 480px + 22px);
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1764302037408 {
        display: table;
        top: 495px;
        left: calc(50% - 320px + 330px);
        height: auto
    }

}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1764302037408 {
        display: table;
        top: 534px;
        left: calc(50% - 240px + 249px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1764302037408 {
        display: table;
        top: 409px;
        left: calc(50% - 160px + 125px);
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1764302123870 {
    z-index: 3;
    top: 187px;
    left: calc(50% - 600px + 60px);
    width: 30px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1764302123870 .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out
}

#rec1746991801 .tn-elem.deid-1764302123870 .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1764302123870 {
        display: table;
        top: 183px;
        left: calc(50% - 480px + 62px);
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1764302123870 {
        display: table;
        top: 495px;
        left: calc(50% - 320px + 370px);
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1764302123870 {
        display: table;
        top: 534px;
        left: calc(50% - 240px + 289px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1764302123870 {
        display: table;
        top: 409px;
        left: calc(50% - 160px + 165px);
        height: auto
    }
}

#rec1746991801 .tn-elem.deid-1769665269938 {
    color: #ffffff;
    z-index: 3;
    top: 280px;
    left: calc(50% - 310px + 30px);
    width: 181px;
    height: auto
}

#rec1746991801 .tn-elem.deid-1769665269938 .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 12px;
    font-family: var(--t-text-font, Arial);
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1746991801 .tn-elem.deid-1769665269938 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1746991801 .tn-elem.deid-1769665269938 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1746991801 .tn-elem.deid-1769665269938 {
        display: table;
        top: 228px;
        left: calc(50% - 240px + 250px);
        height: auto
    }
}

@media screen and (max-width: 479px) {
    #rec1746991801 .tn-elem.deid-1769665269938 {
        display: table;
        top: 939px;
        left: calc(50% - 160px + 50px);
        height: auto
    }
}

#rec1457266631 .t396__artboard {
    height: 65px;
    background-color: #ffffff
}

#rec1457266631 .t396__filter {
    height: 65px
}

#rec1457266631 .t396__carrier {
    height: 65px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width: 1199px) {
    #rec1457266631 .t396__artboard, #rec1457266631 .t396__filter, #rec1457266631 .t396__carrier {
        height: 65px
    }

    #rec1457266631 .t396__filter {
    }

    #rec1457266631 .t396__carrier {
        background-attachment: scroll
    }
}

@media screen and (max-width: 959px) {
    #rec1457266631 .t396__artboard, #rec1457266631 .t396__filter, #rec1457266631 .t396__carrier {
        height: 65px
    }

    #rec1457266631 .t396__filter {
    }

    #rec1457266631 .t396__carrier {
        background-attachment: scroll
    }
}

@media screen and (max-width: 639px) {
    #rec1457266631 .t396__artboard, #rec1457266631 .t396__filter, #rec1457266631 .t396__carrier {
        height: 65px
    }

    #rec1457266631 .t396__filter {
    }

    #rec1457266631 .t396__carrier {
        background-attachment: scroll
    }
}

@media screen and (max-width: 479px) {
    #rec1457266631 .t396__artboard, #rec1457266631 .t396__filter, #rec1457266631 .t396__carrier {
        height: 114px
    }

    #rec1457266631 .t396__filter {
    }

    #rec1457266631 .t396__carrier {
        background-attachment: scroll
    }
}

#rec1457266631 .tn-elem.deid-1761028527655 {
    color: #1e3058;
    text-align: LEFT;
    z-index: 3;
    top: 0px;
    left: calc(50% - 600px + 10px);
    width: 256px;
    height: auto
}

#rec1457266631 .tn-elem.deid-1761028527655 .tn-atom {
    vertical-align: middle;
    color: #1e3058;
    font-size: 10px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    opacity: 0.7;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1457266631 .tn-elem.deid-1761028527655 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1457266631 .tn-elem.deid-1761028527655 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1457266631 .tn-elem.deid-1761028527655 {
        display: table;
        width: 244px;
        height: auto
    }

    #rec1457266631 .tn-elem.deid-1761028527655 .tn-atom {
        background-size: cover;
        opacity: 0.7
    }
}

@media screen and (max-width: 479px) {
    #rec1457266631 .tn-elem.deid-1761028527655 {
        display: table;
        top: 0px;
        left: calc(50% - 160px + 146px);
        width: 169px;
        height: auto
    }
}

#rec1457266631 .tn-elem.deid-1761028527663 {
    color: #1e3058;
    text-align: RIGHT;
    z-index: 3;
    top: 33px;
    left: calc(50% - 600px + 544px);
    width: auto;
    height: auto
}

#rec1457266631 .tn-elem.deid-1761028527663 .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    color: #1e3058;
    font-size: 10px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1457266631 .tn-elem.deid-1761028527663 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1457266631 .tn-elem.deid-1761028527663 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1457266631 .tn-elem.deid-1761028527663 {
        display: table;
        top: 18px;
        left: calc(50% - 240px + 280px);
        width: 190px;
        height: auto;
        text-align: right
    }

    #rec1457266631 .tn-elem.deid-1761028527663 .tn-atom {
        background-size: cover;
        opacity: 0.8
    }
}

@media screen and (max-width: 479px) {
    #rec1457266631 .tn-elem.deid-1761028527663 {
        display: table;
        top: 31px;
        left: calc(50% - 160px + 10px);
        width: 136px;
        height: 24px;
        text-align: left
    }

    #rec1457266631 .tn-elem.deid-1761028527663 .tn-atom {
        vertical-align: middle;
        white-space: normal;
        line-height: 1;
        background-size: cover
    }
}

#rec1457266631 .tn-elem.deid-1761028527668 {
    color: #1e3058;
    text-align: RIGHT;
    z-index: 3;
    top: 16px;
    left: calc(50% - 600px + 544px);
    width: auto;
    height: auto
}

#rec1457266631 .tn-elem.deid-1761028527668 .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    color: #1e3058;
    font-size: 10px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1457266631 .tn-elem.deid-1761028527668 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1457266631 .tn-elem.deid-1761028527668 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1457266631 .tn-elem.deid-1761028527668 {
        display: table;
        top: 3px;
        left: calc(50% - 240px + 268px);
        width: 202px;
        height: auto;
        text-align: right
    }

    #rec1457266631 .tn-elem.deid-1761028527668 .tn-atom {
        background-size: cover;
        opacity: 0.8
    }
}

@media screen and (max-width: 479px) {
    #rec1457266631 .tn-elem.deid-1761028527668 {
        display: table;
        top: 2px;
        left: calc(50% - 160px + 10px);
        width: 118px;
        height: 24px;
        text-align: left
    }

    #rec1457266631 .tn-elem.deid-1761028527668 .tn-atom {
        vertical-align: middle;
        white-space: normal;
        line-height: 1.05;
        background-size: cover
    }
}

#rec1457266631 .tn-elem.deid-1761028527672 {
    color: #1e3058;
    text-align: center;
    z-index: 3;
    top: 16px;
    left: calc(50% - 600px + 1148px);
    width: auto;
    height: auto
}

#rec1457266631 .tn-elem.deid-1761028527672 .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    color: #1e3058;
    font-size: 10px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1457266631 .tn-elem.deid-1761028527672 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1457266631 .tn-elem.deid-1761028527672 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1457266631 .tn-elem.deid-1761028527672 {
        display: table;
        top: 33px;
        left: calc(50% - 240px + 392px);
        height: auto;
        text-align: right
    }

    #rec1457266631 .tn-elem.deid-1761028527672 .tn-atom {
        background-size: cover;
        opacity: 0.8
    }
}

@media screen and (max-width: 479px) {
    #rec1457266631 .tn-elem.deid-1761028527672 {
        display: table;
        top: 82px;
        left: calc(50% - 160px + 10px);
        height: auto;
        text-align: left
    }
}

#rec1457266631 .tn-elem.deid-1766989680210000001 {
    color: #1e3058;
    text-align: center;
    z-index: 3;
    top: 33px;
    left: calc(50% - 600px + 1102px);
    width: auto;
    height: auto
}

#rec1457266631 .tn-elem.deid-1766989680210000001 .tn-atom {
    vertical-align: middle;
    white-space: nowrap;
    color: #1e3058;
    font-size: 10px;
    font-family: 'TildaSans', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 400;
    background-position: center center;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-shadow-text-opacity: 100%;
    text-shadow: var(--t396-shadow-text-x, 0px) var(--t396-shadow-text-y, 0px) var(--t396-shadow-text-blur, 0px) rgba(var(--t396-shadow-text-color), var(--t396-shadow-text-opacity, 100%))
}

@media screen and (max-width: 1199px) {
    #rec1457266631 .tn-elem.deid-1766989680210000001 {
        display: table;
        height: auto
    }
}

@media screen and (max-width: 959px) {
    #rec1457266631 .tn-elem.deid-1766989680210000001 {
        display: table;
        height: auto
    }
    #rec1746991801 .tn-elem.deid-1769665269938 {
        color: #ffffff;
        z-index: 3;
        top: 240px;
        left: calc(50% - 20px + 30px);
        width: 181px;
        height: auto
    }
}

@media screen and (max-width: 639px) {
    #rec1457266631 .tn-elem.deid-1766989680210000001 {
        display: table;
        top: 33px;
        left: calc(50% - 240px + 392px);
        height: auto;
        text-align: right
    }

    #rec1457266631 .tn-elem.deid-1766989680210000001 .tn-atom {
        background-size: cover;
        opacity: 0.8
    }
}

@media screen and (max-width: 479px) {
    #rec1457266631 .tn-elem.deid-1766989680210000001 {
        display: table;
        top: 60px;
        left: calc(50% - 160px + 10px);
        height: auto;
        text-align: left
    }
    #rec1746991801 .tn-elem.deid-1769665269938 {
        color: #ffffff;
        z-index: 3;
        top: 935px;
        left: calc(50% - 140px + 30px);
        width: 181px;
        height: auto
    }
}

.line {
    width: 100% !important
}

.blur-text {
    opacity: 0
}

.t-sbs-anim_started .blur-text {
    opacity: 1
}

.svc-top {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    z-index: 120;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s;
}
