@media screen and (min-width: 980px) {
    .t-records {
        opacity: 0;
    }

    .t-records_animated {
        -webkit-transition: opacity ease-in-out .2s;
        -moz-transition: opacity ease-in-out .2s;
        -o-transition: opacity ease-in-out .2s;
        transition: opacity ease-in-out .2s;
    }

    .t-records.t-records_visible {
        opacity: 1;
    }
}

.t396 .t-animate[data-animate-style="fadein"],
.t396 .t-animate[data-animate-style="fadeinup"],
.t396 .t-animate[data-animate-style="fadeindown"],
.t396 .t-animate[data-animate-style="fadeinleft"],
.t396 .t-animate[data-animate-style="fadeinright"],
.t396 .t-animate[data-animate-style="zoomin"],
.t396 .t-animate[data-animate-style="zoomout"] {
    opacity: 0;
    -webkit-transition-property: opacity, transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {

    .t396 .t-animate[data-animate-style-res-1200="fadein"],
    .t396 .t-animate[data-animate-style-res-1200="fadeinup"],
    .t396 .t-animate[data-animate-style-res-1200="fadeindown"],
    .t396 .t-animate[data-animate-style-res-1200="fadeinleft"],
    .t396 .t-animate[data-animate-style-res-1200="fadeinright"],
    .t396 .t-animate[data-animate-style-res-1200="zoomin"],
    .t396 .t-animate[data-animate-style-res-1200="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {

    .t396 .t-animate[data-animate-style-res-960="fadein"],
    .t396 .t-animate[data-animate-style-res-960="fadeinup"],
    .t396 .t-animate[data-animate-style-res-960="fadeindown"],
    .t396 .t-animate[data-animate-style-res-960="fadeinleft"],
    .t396 .t-animate[data-animate-style-res-960="fadeinright"],
    .t396 .t-animate[data-animate-style-res-960="zoomin"],
    .t396 .t-animate[data-animate-style-res-960="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {

    .t396 .t-animate[data-animate-style-res-640="fadein"],
    .t396 .t-animate[data-animate-style-res-640="fadeinup"],
    .t396 .t-animate[data-animate-style-res-640="fadeindown"],
    .t396 .t-animate[data-animate-style-res-640="fadeinleft"],
    .t396 .t-animate[data-animate-style-res-640="fadeinright"],
    .t396 .t-animate[data-animate-style-res-640="zoomin"],
    .t396 .t-animate[data-animate-style-res-640="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {

    .t396 .t-animate[data-animate-style-res-480="fadein"],
    .t396 .t-animate[data-animate-style-res-480="fadeinup"],
    .t396 .t-animate[data-animate-style-res-480="fadeindown"],
    .t396 .t-animate[data-animate-style-res-480="fadeinleft"],
    .t396 .t-animate[data-animate-style-res-480="fadeinright"],
    .t396 .t-animate[data-animate-style-res-480="zoomin"],
    .t396 .t-animate[data-animate-style-res-480="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@media screen and (max-width: 479px) {

    .t396 .t-animate[data-animate-style-res-320="fadein"],
    .t396 .t-animate[data-animate-style-res-320="fadeinup"],
    .t396 .t-animate[data-animate-style-res-320="fadeindown"],
    .t396 .t-animate[data-animate-style-res-320="fadeinleft"],
    .t396 .t-animate[data-animate-style-res-320="fadeinright"],
    .t396 .t-animate[data-animate-style-res-320="zoomin"],
    .t396 .t-animate[data-animate-style-res-320="zoomout"] {
        opacity: 0;
        -webkit-transition-property: opacity, transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.t396 .t-title.t-animate {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.t396 .t-descr.t-animate,
.t396 .t-uptitle.t-animate,
.t396 .t-subtitle.t-animate,
.t396 .t-text.t-animate {
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.t396 .t-item.t-animate {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.t396 .t-animate[data-animate-style="fadein"] {
    opacity: 0;
    transform: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="fadein"] {
        opacity: 0;
        transform: none;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="fadein"] {
        opacity: 0;
        transform: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="fadein"] {
        opacity: 0;
        transform: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="fadein"] {
        opacity: 0;
        transform: none;
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="fadein"] {
        opacity: 0;
        transform: none;
    }
}

.t396 .t-animate_started[data-animate-style="fadein"] {
    opacity: 1;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="fadein"] {
        opacity: 1;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="fadein"] {
        opacity: 1;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="fadein"] {
        opacity: 1;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="fadein"] {
        opacity: 1;
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadein"] {
        opacity: 1;
    }
}

.t396 .t-animate[data-animate-style="fadeinup"] {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="fadeinup"] {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
    }
}

.t396 .t-animate_started[data-animate-style="fadeinup"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadeinup"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.t396 .t-animate[data-animate-style="fadeindown"] {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="fadeindown"] {
        -webkit-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}

.t396 .t-animate_started[data-animate-style="fadeindown"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadeindown"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.t396 .t-animate[data-animate-style="fadeinleft"] {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="fadeinleft"] {
        -webkit-transform: translate(100px, 0);
        transform: translate(100px, 0);
    }
}

.t396 .t-animate_started[data-animate-style="fadeinleft"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadeinleft"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.t396 .t-animate[data-animate-style="fadeinright"] {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="fadeinright"] {
        -webkit-transform: translate(-100px, 0);
        transform: translate(-100px, 0);
    }
}

.t396 .t-animate_started[data-animate-style="fadeinright"] {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="fadeinright"] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.t396 .t-animate[data-animate-style="zoomin"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="zoomin"] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="zoomin"] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="zoomin"] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="zoomin"] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="zoomin"] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.t396 .t-animate_started[data-animate-style="zoomin"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="zoomin"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.t396 .t-animate[data-animate-style="zoomout"] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate[data-animate-style-res-1200="zoomout"] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate[data-animate-style-res-960="zoomout"] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate[data-animate-style-res-640="zoomout"] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate[data-animate-style-res-480="zoomout"] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate[data-animate-style-res-320="zoomout"] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.t396 .t-animate_started[data-animate-style="zoomout"] {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 479px) {
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="zoomout"] {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.t396 .t-animate_started[data-animate-distance],
.t396 .t-animate_started[data-animate-scale] {
    -webkit-transform: none !important;
    transform: none !important;
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {

    #allrecords .t396 .t-animate_started[data-animate-distance-res-1200],
    #allrecords .t396 .t-animate_started[data-animate-style-res-1200="zoomout"] {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {

    #allrecords .t396 .t-animate_started[data-animate-distance-res-960],
    #allrecords .t396 .t-animate_started[data-animate-style-res-960="zoomout"] {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px) {

    #allrecords .t396 .t-animate_started[data-animate-distance-res-640],
    #allrecords .t396 .t-animate_started[data-animate-style-res-640="zoomout"] {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 480px) and (max-width: 639px) {

    #allrecords .t396 .t-animate_started[data-animate-distance-res-480],
    #allrecords .t396 .t-animate_started[data-animate-style-res-480="zoomout"] {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 479px) {

    #allrecords .t396 .t-animate_started[data-animate-distance-res-320],
    #allrecords .t396 .t-animate_started[data-animate-style-res-320="zoomout"] {
        -webkit-transform: none !important;
        transform: none !important;
    }
}

.t-sbs-anim_started #sbs-1671256321-1735410826610 {
    animation: sbs-1671256321-1735410826610 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1671256321-1735410826610 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.55;
    }
}

#rec1671256321 [data-elem-id="1735410826610"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1671256321-1735410972770 {
    animation: sbs-1671256321-1735410972770 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1671256321-1735410972770 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.55;
    }
}

#rec1671256321 [data-elem-id="1735410972770"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1671256321-1735410989554 {
    animation: sbs-1671256321-1735410989554 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1671256321-1735410989554 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.55;
    }
}

#rec1671256321 [data-elem-id="1735410989554"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1671256321-1735410989558 {
    animation: sbs-1671256321-1735410989558 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1671256321-1735410989558 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.55;
    }
}

#rec1671256321 [data-elem-id="1735410989558"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-845768377-1735376771881 {
    animation: sbs-845768377-1735376771881 2s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-845768377-1735376771881 {
    0% {
        transform: translateX(0px);
        animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    100% {
        transform: translateX(-40px);
    }
}

.t-sbs-anim_started #sbs-845967579-1735377479848 {
    animation: sbs-845967579-1735377479848 2s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-845967579-1735377479848 {
    0% {
        transform: translateX(0px);
        animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    100% {
        transform: translateX(-40px);
    }
}

.t-sbs-anim_started #sbs-1601427911-1763978550698000001 {
    animation: sbs-1601427911-1763978550698000001 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1601427911-1763978550698000001 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: 0;
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}

#rec1601427911 [data-elem-id="1763978550698000001"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1601427911-1763978622985000003 {
    animation: sbs-1601427911-1763978622985000003 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1601427911-1763978622985000003 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: 0;
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}

#rec1601427911 [data-elem-id="1763978622985000003"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1601427911-1763978729979000006 {
    animation: sbs-1601427911-1763978729979000006 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1601427911-1763978729979000006 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: 0;
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}

#rec1601427911 [data-elem-id="1763978729979000006"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1601427911-1763978735321000007 {
    animation: sbs-1601427911-1763978735321000007 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-1601427911-1763978735321000007 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: 0;
    }

    100% {
        transform: scale(1.3, 1.3);
    }
}

#rec1601427911 [data-elem-id="1763978735321000007"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846008536-1735293760368 {
    animation: sbs-846008536-1735293760368 70s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-846008536-1735293760368 {
    0% {
        transform: translateY(0px);
        animation-timing-function: linear;
    }

    50% {
        transform: translateY(-1800px);
        animation-timing-function: 0;
    }

    100% {
        transform: translateY(0px);
    }
}

.t-sbs-anim_started #sbs-846008536-1735294012082 {
    animation: sbs-846008536-1735294012082 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846008536-1735294012082 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: 0;
    }

    100% {
        transform: rotate(-45deg);
    }
}

#rec846008536 [data-elem-id="1735294012082"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846553870-1735293760368 {
    animation: sbs-846553870-1735293760368 35s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-846553870-1735293760368 {
    0% {
        transform: translateY(0px);
        animation-timing-function: linear;
    }

    100% {
        transform: translateY(-1800px);
    }
}

.t-sbs-anim_started #sbs-846553870-1735422333763 {
    animation: sbs-846553870-1735422333763 35s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-846553870-1735422333763 {
    0% {
        transform: translateY(0px);
        animation-timing-function: linear;
    }

    100% {
        transform: translateY(-1800px);
    }
}

.t-sbs-anim_started #sbs-846553870-1735294012082 {
    animation: sbs-846553870-1735294012082 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846553870-1735294012082 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: 0;
    }

    100% {
        transform: rotate(-45deg);
    }
}

#rec846553870 [data-elem-id="1735294012082"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846022953-1735295033767 {
    animation: sbs-846022953-1735295033767 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846022953-1735295033767 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: 0;
    }

    100% {
        transform: rotate(-45deg);
    }
}

#rec846022953 [data-elem-id="1735295033767"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846578070-1735423533456 {
    animation: sbs-846578070-1735423533456 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846578070-1735423533456 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: 0;
    }

    100% {
        transform: rotate(-45deg);
    }
}

#rec846578070 [data-elem-id="1735423533456"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846087711-1735311282799 {
    animation: sbs-846087711-1735311282799 2s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-846087711-1735311282799 {
    0% {
        transform: translateX(0px);
        animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    100% {
        transform: translateX(-40px);
    }
}

.t-sbs-anim_started #sbs-846102939-1735396688384 {
    animation: sbs-846102939-1735396688384 2s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-846102939-1735396688384 {
    0% {
        transform: translateX(0px);
        animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    100% {
        transform: translateX(-40px);
    }
}

.t-sbs-anim_started #sbs-846486977-1735309522652 {
    animation: sbs-846486977-1735309522652 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735309522652 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735309522652"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735309522661 {
    animation: sbs-846486977-1735309522661 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735309522661 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735309522661"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735309522656 {
    animation: sbs-846486977-1735309522656 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735309522656 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735309522656"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735396851957 {
    animation: sbs-846486977-1735396851957 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735396851957 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735396851957"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735396851963 {
    animation: sbs-846486977-1735396851963 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735396851963 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735396851963"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735396851960 {
    animation: sbs-846486977-1735396851960 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735396851960 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735396851960"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735397778116 {
    animation: sbs-846486977-1735397778116 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735397778116 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735397778116"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735397778123 {
    animation: sbs-846486977-1735397778123 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735397778123 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735397778123"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846486977-1735397778118 {
    animation: sbs-846486977-1735397778118 0.3s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846486977-1735397778118 {
    0% {
        opacity: 1;
        animation-timing-function: 0;
    }

    100% {
        opacity: 0.9;
    }
}

#rec846486977 [data-elem-id="1735397778118"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-846920428-1735423533456 {
    animation: sbs-846920428-1735423533456 0.4s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-846920428-1735423533456 {
    0% {
        transform: rotate(0deg);
        animation-timing-function: 0;
    }

    100% {
        transform: rotate(-45deg);
    }
}

#rec846920428 [data-elem-id="1735423533456"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

.t-sbs-anim_started #sbs-1591901751-1763720318211000002 {
    animation: sbs-1591901751-1763720318211000002 2s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-1591901751-1763720318211000002 {
    0% {
        transform: translateX(0px);
        animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
    }

    100% {
        transform: translateX(-40px);
    }
}

.t-input-group.js-error-control-box .t-input-phonemask {
    border: 0 !important
}

.t-input_pvis.t-input-phonemask__wrap {
    padding-top: 0;
    padding-bottom: 0
}

.t-input-phonemask__wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.t-input .t-input-phonemask,
.t-input-phonemask {
    height: auto;
    padding: 0;
    background-color: transparent
}

.t-input-phonemask__options-wrap {
    display: none;
    z-index: 99999999;
    position: fixed;
    min-width: 410px;
    max-height: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    overflow-y: scroll
}

.t-input-phonemask__options-wrap.t-input-phonemask__options-wrap_open {
    display: block
}

.t-input-phonemask__options-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 10px;
    font-family: sans-serif;
    font-size: 14px;
    color: #000 !important;
    cursor: pointer
}

.t-input-phonemask__options-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-input-phonemask__options-item.t-input-phonemask__options-item_chosen,
.t-input-phonemask__options-item:hover {
    background-color: #eee
}

.t-input-phonemask__select {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer
}

.t-input-phonemask__select-triangle {
    position: relative;
    margin-left: 6px;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #9a9a9a transparent transparent
}

.t-input-phonemask__select-code {
    white-space: nowrap
}

.t-input-phonemask__options-code,
.t-input-phonemask__select-code {
    margin-left: 10px
}

.t-input-phonemask__options-flag,
.t-input-phonemask__select-flag {
    width: 18px;
    min-width: 18px;
    height: 13px;
    background-color: #c5c5c5;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.t-input-phonemask__options-flag {
    margin-left: 8px
}

.t-input-phonemask__options-wrap::-webkit-scrollbar {
    width: 8px;
    height: 15px
}

.t-input-phonemask__options-wrap::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #c2c9d2
}

@media screen and (max-width:640px) {
    .t-input-phonemask__options-wrap {
        min-width: auto
    }
}

.t-input-phonemask__options-flag,
.t-input-phonemask__select-flag {
    background-image: url(https://static.tildacdn.one/lib/flags/flags7.png);
    background-repeat: no-repeat;
    display: inline-block
}

.t-input-phonemask__options-flag_np,
.t-input-phonemask__select-flag[data-phonemask-flag="np"] {
    width: 16px;
    min-width: 16px
}

.t-input-phonemask__options-flag_ad,
.t-input-phonemask__select-flag[data-phonemask-flag=ad] {
    background-position: -5px -5px
}

.t-input-phonemask__options-flag_ae,
.t-input-phonemask__select-flag[data-phonemask-flag=ae] {
    background-position: -33px -5px
}

.t-input-phonemask__options-flag_af,
.t-input-phonemask__select-flag[data-phonemask-flag=af] {
    background-position: -61px -5px
}

.t-input-phonemask__options-flag_ag,
.t-input-phonemask__select-flag[data-phonemask-flag=ag] {
    background-position: -89px -5px
}

.t-input-phonemask__options-flag_al,
.t-input-phonemask__select-flag[data-phonemask-flag=al] {
    background-position: -117px -5px
}

.t-input-phonemask__options-flag_am,
.t-input-phonemask__select-flag[data-phonemask-flag=am] {
    background-position: -145px -5px
}

.t-input-phonemask__options-flag_ao,
.t-input-phonemask__select-flag[data-phonemask-flag=ao] {
    background-position: -173px -5px
}

.t-input-phonemask__options-flag_ar,
.t-input-phonemask__select-flag[data-phonemask-flag=ar] {
    background-position: -201px -5px
}

.t-input-phonemask__options-flag_at,
.t-input-phonemask__select-flag[data-phonemask-flag=at] {
    background-position: -229px -5px
}

.t-input-phonemask__options-flag_au,
.t-input-phonemask__select-flag[data-phonemask-flag=au] {
    background-position: -257px -5px
}

.t-input-phonemask__options-flag_az,
.t-input-phonemask__select-flag[data-phonemask-flag=az] {
    background-position: -285px -5px
}

.t-input-phonemask__options-flag_ba,
.t-input-phonemask__select-flag[data-phonemask-flag=ba] {
    background-position: -313px -5px
}

.t-input-phonemask__options-flag_bb,
.t-input-phonemask__select-flag[data-phonemask-flag=bb] {
    background-position: -5px -28px
}

.t-input-phonemask__options-flag_bd,
.t-input-phonemask__select-flag[data-phonemask-flag=bd] {
    background-position: -33px -28px
}

.t-input-phonemask__options-flag_be,
.t-input-phonemask__select-flag[data-phonemask-flag=be] {
    background-position: -61px -28px
}

.t-input-phonemask__options-flag_bf,
.t-input-phonemask__select-flag[data-phonemask-flag=bf] {
    background-position: -89px -28px
}

.t-input-phonemask__options-flag_bg,
.t-input-phonemask__select-flag[data-phonemask-flag=bg] {
    background-position: -117px -28px
}

.t-input-phonemask__options-flag_bh,
.t-input-phonemask__select-flag[data-phonemask-flag=bh] {
    background-position: -145px -28px
}

.t-input-phonemask__options-flag_bi,
.t-input-phonemask__select-flag[data-phonemask-flag=bi] {
    background-position: -173px -28px
}

.t-input-phonemask__options-flag_bj,
.t-input-phonemask__select-flag[data-phonemask-flag=bj] {
    background-position: -201px -28px
}

.t-input-phonemask__options-flag_bm,
.t-input-phonemask__select-flag[data-phonemask-flag=bm] {
    background-position: -229px -28px
}

.t-input-phonemask__options-flag_bn,
.t-input-phonemask__select-flag[data-phonemask-flag=bn] {
    background-position: -257px -28px
}

.t-input-phonemask__options-flag_bo,
.t-input-phonemask__select-flag[data-phonemask-flag=bo] {
    background-position: -285px -28px
}

.t-input-phonemask__options-flag_bq,
.t-input-phonemask__select-flag[data-phonemask-flag=bq] {
    background-position: -89px -258px
}

.t-input-phonemask__options-flag_br,
.t-input-phonemask__select-flag[data-phonemask-flag=br] {
    background-position: -313px -28px
}

.t-input-phonemask__options-flag_bs,
.t-input-phonemask__select-flag[data-phonemask-flag=bs] {
    background-position: -5px -51px
}

.t-input-phonemask__options-flag_bt,
.t-input-phonemask__select-flag[data-phonemask-flag=bt] {
    background-position: -33px -51px
}

.t-input-phonemask__options-flag_bw,
.t-input-phonemask__select-flag[data-phonemask-flag=bw] {
    background-position: -61px -51px
}

.t-input-phonemask__options-flag_by,
.t-input-phonemask__select-flag[data-phonemask-flag=by] {
    background-position: -89px -51px
}

.t-input-phonemask__options-flag_bz,
.t-input-phonemask__select-flag[data-phonemask-flag=bz] {
    background-position: -117px -51px
}

.t-input-phonemask__options-flag_ca,
.t-input-phonemask__select-flag[data-phonemask-flag=ca] {
    background-position: -145px -51px
}

.t-input-phonemask__options-flag_ky,
.t-input-phonemask__select-flag[data-phonemask-flag=ky] {
    background-position: -367px -28px
}

.t-input-phonemask__options-flag_cd,
.t-input-phonemask__select-flag[data-phonemask-flag=cd] {
    background-position: -173px -51px
}

.t-input-phonemask__options-flag_cf,
.t-input-phonemask__select-flag[data-phonemask-flag=cf] {
    background-position: -201px -51px
}

.t-input-phonemask__options-flag_cg,
.t-input-phonemask__select-flag[data-phonemask-flag=cg] {
    background-position: -229px -51px
}

.t-input-phonemask__options-flag_ch,
.t-input-phonemask__select-flag[data-phonemask-flag=ch] {
    background-position: -257px -51px
}

.t-input-phonemask__options-flag_ci,
.t-input-phonemask__select-flag[data-phonemask-flag=ci] {
    background-position: -285px -51px
}

.t-input-phonemask__options-flag_ck,
.t-input-phonemask__select-flag[data-phonemask-flag=ck] {
    background-position: -313px -51px
}

.t-input-phonemask__options-flag_cl,
.t-input-phonemask__select-flag[data-phonemask-flag=cl] {
    background-position: -5px -74px
}

.t-input-phonemask__options-flag_cm,
.t-input-phonemask__select-flag[data-phonemask-flag=cm] {
    background-position: -33px -74px
}

.t-input-phonemask__options-flag_cn,
.t-input-phonemask__select-flag[data-phonemask-flag=cn] {
    background-position: -61px -74px
}

.t-input-phonemask__options-flag_co,
.t-input-phonemask__select-flag[data-phonemask-flag=co] {
    background-position: -89px -74px
}

.t-input-phonemask__options-flag_cr,
.t-input-phonemask__select-flag[data-phonemask-flag=cr] {
    background-position: -117px -74px
}

.t-input-phonemask__options-flag_cu,
.t-input-phonemask__select-flag[data-phonemask-flag=cu] {
    background-position: -145px -74px
}

.t-input-phonemask__options-flag_cv,
.t-input-phonemask__select-flag[data-phonemask-flag=cv] {
    background-position: -173px -74px
}

.t-input-phonemask__options-flag_cz,
.t-input-phonemask__select-flag[data-phonemask-flag=cz] {
    background-position: -229px -74px
}

.t-input-phonemask__options-flag_cy,
.t-input-phonemask__select-flag[data-phonemask-flag=cy] {
    background-position: -201px -74px
}

.t-input-phonemask__options-flag_de,
.t-input-phonemask__select-flag[data-phonemask-flag=de] {
    background-position: -257px -74px
}

.t-input-phonemask__options-flag_dj,
.t-input-phonemask__select-flag[data-phonemask-flag=dj] {
    background-position: -285px -74px
}

.t-input-phonemask__options-flag_dk,
.t-input-phonemask__select-flag[data-phonemask-flag=dk] {
    background-position: -313px -74px
}

.t-input-phonemask__options-flag_dm,
.t-input-phonemask__select-flag[data-phonemask-flag=dm] {
    background-position: -5px -97px
}

.t-input-phonemask__options-flag_do,
.t-input-phonemask__select-flag[data-phonemask-flag=do] {
    background-position: -33px -97px
}

.t-input-phonemask__options-flag_dz,
.t-input-phonemask__select-flag[data-phonemask-flag=dz] {
    background-position: -61px -97px
}

.t-input-phonemask__options-flag_ec,
.t-input-phonemask__select-flag[data-phonemask-flag=ec] {
    background-position: -89px -97px
}

.t-input-phonemask__options-flag_ee,
.t-input-phonemask__select-flag[data-phonemask-flag=ee] {
    background-position: -117px -97px
}

.t-input-phonemask__options-flag_eg,
.t-input-phonemask__select-flag[data-phonemask-flag=eg] {
    background-position: -145px -97px
}

.t-input-phonemask__options-flag_eh,
.t-input-phonemask__select-flag[data-phonemask-flag=eh] {
    background-position: -173px -97px
}

.t-input-phonemask__options-flag_er,
.t-input-phonemask__select-flag[data-phonemask-flag=er] {
    background-position: -201px -97px
}

.t-input-phonemask__options-flag_es,
.t-input-phonemask__select-flag[data-phonemask-flag=es] {
    background-position: -229px -97px
}

.t-input-phonemask__options-flag_et,
.t-input-phonemask__select-flag[data-phonemask-flag=et] {
    background-position: -257px -97px
}

.t-input-phonemask__options-flag_fi,
.t-input-phonemask__select-flag[data-phonemask-flag=fi] {
    background-position: -285px -97px
}

.t-input-phonemask__options-flag_fj,
.t-input-phonemask__select-flag[data-phonemask-flag=fj] {
    background-position: -313px -97px
}

.t-input-phonemask__options-flag_fm,
.t-input-phonemask__select-flag[data-phonemask-flag=fm] {
    background-position: -5px -120px
}

.t-input-phonemask__options-flag_fr,
.t-input-phonemask__select-flag[data-phonemask-flag=fr] {
    background-position: -33px -120px
}

.t-input-phonemask__options-flag_ga,
.t-input-phonemask__select-flag[data-phonemask-flag=ga] {
    background-position: -61px -120px
}

.t-input-phonemask__options-flag_gb,
.t-input-phonemask__select-flag[data-phonemask-flag=gb] {
    background-position: -89px -120px
}

.t-input-phonemask__options-flag_gd,
.t-input-phonemask__select-flag[data-phonemask-flag=gd] {
    background-position: -117px -120px
}

.t-input-phonemask__options-flag_ge,
.t-input-phonemask__select-flag[data-phonemask-flag=ge] {
    background-position: -145px -120px
}

.t-input-phonemask__options-flag_gh,
.t-input-phonemask__select-flag[data-phonemask-flag=gh] {
    background-position: -173px -120px
}

.t-input-phonemask__options-flag_gm,
.t-input-phonemask__select-flag[data-phonemask-flag=gm] {
    background-position: -201px -120px
}

.t-input-phonemask__options-flag_gn,
.t-input-phonemask__select-flag[data-phonemask-flag=gn] {
    background-position: -229px -120px
}

.t-input-phonemask__options-flag_gq,
.t-input-phonemask__select-flag[data-phonemask-flag=gq] {
    background-position: -257px -120px
}

.t-input-phonemask__options-flag_gr,
.t-input-phonemask__select-flag[data-phonemask-flag=gr] {
    background-position: -285px -120px
}

.t-input-phonemask__options-flag_gt,
.t-input-phonemask__select-flag[data-phonemask-flag=gt] {
    background-position: -313px -120px
}

.t-input-phonemask__options-flag_gw,
.t-input-phonemask__select-flag[data-phonemask-flag=gw] {
    background-position: -5px -143px
}

.t-input-phonemask__options-flag_gy,
.t-input-phonemask__select-flag[data-phonemask-flag=gy] {
    background-position: -33px -143px
}

.t-input-phonemask__options-flag_hk,
.t-input-phonemask__select-flag[data-phonemask-flag=hk] {
    background-position: -61px -143px
}

.t-input-phonemask__options-flag_hn,
.t-input-phonemask__select-flag[data-phonemask-flag=hn] {
    background-position: -89px -143px
}

.t-input-phonemask__options-flag_hr,
.t-input-phonemask__select-flag[data-phonemask-flag=hr] {
    background-position: -117px -143px
}

.t-input-phonemask__options-flag_ht,
.t-input-phonemask__select-flag[data-phonemask-flag=ht] {
    background-position: -145px -143px
}

.t-input-phonemask__options-flag_hu,
.t-input-phonemask__select-flag[data-phonemask-flag=hu] {
    background-position: -173px -143px
}

.t-input-phonemask__options-flag_id,
.t-input-phonemask__select-flag[data-phonemask-flag=id] {
    background-position: -201px -143px
}

.t-input-phonemask__options-flag_ie,
.t-input-phonemask__select-flag[data-phonemask-flag=ie] {
    background-position: -229px -143px
}

.t-input-phonemask__options-flag_il,
.t-input-phonemask__select-flag[data-phonemask-flag=il] {
    background-position: -257px -143px
}

.t-input-phonemask__options-flag_in,
.t-input-phonemask__select-flag[data-phonemask-flag=in] {
    background-position: -285px -143px
}

.t-input-phonemask__options-flag_iq,
.t-input-phonemask__select-flag[data-phonemask-flag=iq] {
    background-position: -313px -143px
}

.t-input-phonemask__options-flag_ir,
.t-input-phonemask__select-flag[data-phonemask-flag=ir] {
    background-position: -5px -166px
}

.t-input-phonemask__options-flag_is,
.t-input-phonemask__select-flag[data-phonemask-flag=is] {
    background-position: -33px -166px
}

.t-input-phonemask__options-flag_it,
.t-input-phonemask__select-flag[data-phonemask-flag=it] {
    background-position: -61px -166px
}

.t-input-phonemask__options-flag_jm,
.t-input-phonemask__select-flag[data-phonemask-flag=jm] {
    background-position: -89px -166px
}

.t-input-phonemask__options-flag_jo,
.t-input-phonemask__select-flag[data-phonemask-flag=jo] {
    background-position: -117px -166px
}

.t-input-phonemask__options-flag_jp,
.t-input-phonemask__select-flag[data-phonemask-flag=jp] {
    background-position: -145px -166px
}

.t-input-phonemask__options-flag_ke,
.t-input-phonemask__select-flag[data-phonemask-flag=ke] {
    background-position: -173px -166px
}

.t-input-phonemask__options-flag_kg,
.t-input-phonemask__select-flag[data-phonemask-flag=kg] {
    background-position: -201px -166px
}

.t-input-phonemask__options-flag_kh,
.t-input-phonemask__select-flag[data-phonemask-flag=kh] {
    background-position: -229px -166px
}

.t-input-phonemask__options-flag_ki,
.t-input-phonemask__select-flag[data-phonemask-flag=ki] {
    background-position: -257px -166px
}

.t-input-phonemask__options-flag_km,
.t-input-phonemask__select-flag[data-phonemask-flag=km] {
    background-position: -285px -166px
}

.t-input-phonemask__options-flag_kn,
.t-input-phonemask__select-flag[data-phonemask-flag=kn] {
    background-position: -313px -166px
}

.t-input-phonemask__options-flag_kp,
.t-input-phonemask__select-flag[data-phonemask-flag=kp] {
    background-position: -5px -189px
}

.t-input-phonemask__options-flag_kr,
.t-input-phonemask__select-flag[data-phonemask-flag=kr] {
    background-position: -33px -189px
}

.t-input-phonemask__options-flag_ks,
.t-input-phonemask__select-flag[data-phonemask-flag=ks] {
    background-position: -61px -189px
}

.t-input-phonemask__options-flag_kw,
.t-input-phonemask__select-flag[data-phonemask-flag=kw] {
    background-position: -89px -189px
}

.t-input-phonemask__options-flag_kz,
.t-input-phonemask__select-flag[data-phonemask-flag=kz] {
    background-position: -117px -189px
}

.t-input-phonemask__options-flag_la,
.t-input-phonemask__select-flag[data-phonemask-flag=la] {
    background-position: -145px -189px
}

.t-input-phonemask__options-flag_lb,
.t-input-phonemask__select-flag[data-phonemask-flag=lb] {
    background-position: -173px -189px
}

.t-input-phonemask__options-flag_lc,
.t-input-phonemask__select-flag[data-phonemask-flag=lc] {
    background-position: -201px -189px
}

.t-input-phonemask__options-flag_li,
.t-input-phonemask__select-flag[data-phonemask-flag=li] {
    background-position: -229px -189px
}

.t-input-phonemask__options-flag_lk,
.t-input-phonemask__select-flag[data-phonemask-flag=lk] {
    background-position: -257px -189px
}

.t-input-phonemask__options-flag_lr,
.t-input-phonemask__select-flag[data-phonemask-flag=lr] {
    background-position: -285px -189px
}

.t-input-phonemask__options-flag_ls,
.t-input-phonemask__select-flag[data-phonemask-flag=ls] {
    background-position: -313px -189px
}

.t-input-phonemask__options-flag_lt,
.t-input-phonemask__select-flag[data-phonemask-flag=lt] {
    background-position: -5px -212px
}

.t-input-phonemask__options-flag_lu,
.t-input-phonemask__select-flag[data-phonemask-flag=lu] {
    background-position: -33px -212px
}

.t-input-phonemask__options-flag_lv,
.t-input-phonemask__select-flag[data-phonemask-flag=lv] {
    background-position: -61px -212px
}

.t-input-phonemask__options-flag_ly,
.t-input-phonemask__select-flag[data-phonemask-flag=ly] {
    background-position: -89px -212px
}

.t-input-phonemask__options-flag_ma,
.t-input-phonemask__select-flag[data-phonemask-flag=ma] {
    background-position: -117px -212px
}

.t-input-phonemask__options-flag_mc,
.t-input-phonemask__select-flag[data-phonemask-flag=mc] {
    background-position: -145px -212px
}

.t-input-phonemask__options-flag_md,
.t-input-phonemask__select-flag[data-phonemask-flag=md] {
    background-position: -173px -212px
}

.t-input-phonemask__options-flag_me,
.t-input-phonemask__select-flag[data-phonemask-flag=me] {
    background-position: -201px -212px
}

.t-input-phonemask__options-flag_mg,
.t-input-phonemask__select-flag[data-phonemask-flag=mg] {
    background-position: -229px -212px
}

.t-input-phonemask__options-flag_mh,
.t-input-phonemask__select-flag[data-phonemask-flag=mh] {
    background-position: -257px -212px
}

.t-input-phonemask__options-flag_mk,
.t-input-phonemask__select-flag[data-phonemask-flag=mk] {
    background-position: -285px -212px
}

.t-input-phonemask__options-flag_ml,
.t-input-phonemask__select-flag[data-phonemask-flag=ml] {
    background-position: -313px -212px
}

.t-input-phonemask__options-flag_mm,
.t-input-phonemask__select-flag[data-phonemask-flag=mm] {
    background-position: -5px -235px
}

.t-input-phonemask__options-flag_mn,
.t-input-phonemask__select-flag[data-phonemask-flag=mn] {
    background-position: -33px -235px
}

.t-input-phonemask__options-flag_mo,
.t-input-phonemask__select-flag[data-phonemask-flag=mo] {
    background-position: -61px -235px
}

.t-input-phonemask__options-flag_mr,
.t-input-phonemask__select-flag[data-phonemask-flag=mr] {
    background-position: -89px -235px
}

.t-input-phonemask__options-flag_mt,
.t-input-phonemask__select-flag[data-phonemask-flag=mt] {
    background-position: -117px -235px
}

.t-input-phonemask__options-flag_mu,
.t-input-phonemask__select-flag[data-phonemask-flag=mu] {
    background-position: -145px -235px
}

.t-input-phonemask__options-flag_mv,
.t-input-phonemask__select-flag[data-phonemask-flag=mv] {
    background-position: -173px -235px
}

.t-input-phonemask__options-flag_mw,
.t-input-phonemask__select-flag[data-phonemask-flag=mw] {
    background-position: -201px -235px
}

.t-input-phonemask__options-flag_mb,
.t-input-phonemask__select-flag[data-phonemask-flag=mb] {
    background-position: -229px -235px
}

.t-input-phonemask__options-flag_mx,
.t-input-phonemask__select-flag[data-phonemask-flag=mx] {
    background-position: -229px -235px
}

.t-input-phonemask__options-flag_my,
.t-input-phonemask__select-flag[data-phonemask-flag=my] {
    background-position: -257px -235px
}

.t-input-phonemask__options-flag_mz,
.t-input-phonemask__select-flag[data-phonemask-flag=mz] {
    background-position: -285px -235px
}

.t-input-phonemask__options-flag_na,
.t-input-phonemask__select-flag[data-phonemask-flag=na] {
    background-position: -313px -235px
}

.t-input-phonemask__options-flag_ne,
.t-input-phonemask__select-flag[data-phonemask-flag=ne] {
    background-position: -5px -258px
}

.t-input-phonemask__options-flag_ng,
.t-input-phonemask__select-flag[data-phonemask-flag=ng] {
    background-position: -33px -258px
}

.t-input-phonemask__options-flag_ni,
.t-input-phonemask__select-flag[data-phonemask-flag=ni] {
    background-position: -61px -258px
}

.t-input-phonemask__options-flag_nl,
.t-input-phonemask__select-flag[data-phonemask-flag=nl] {
    background-position: -89px -258px
}

.t-input-phonemask__options-flag_no,
.t-input-phonemask__select-flag[data-phonemask-flag=no] {
    background-position: -117px -258px
}

.t-input-phonemask__options-flag_np,
.t-input-phonemask__select-flag[data-phonemask-flag=np] {
    background-position: -341px -5px
}

.t-input-phonemask__options-flag_nr,
.t-input-phonemask__select-flag[data-phonemask-flag=nr] {
    background-position: -145px -258px
}

.t-input-phonemask__options-flag_nu,
.t-input-phonemask__select-flag[data-phonemask-flag=nu] {
    background-position: -173px -258px
}

.t-input-phonemask__options-flag_nc,
.t-input-phonemask__select-flag[data-phonemask-flag=nc] {
    background-position: -229px -350px
}

.t-input-phonemask__options-flag_nz,
.t-input-phonemask__select-flag[data-phonemask-flag=nz] {
    background-position: -201px -258px
}

.t-input-phonemask__options-flag_om,
.t-input-phonemask__select-flag[data-phonemask-flag=om] {
    background-position: -229px -258px
}

.t-input-phonemask__options-flag_pa,
.t-input-phonemask__select-flag[data-phonemask-flag=pa] {
    background-position: -257px -258px
}

.t-input-phonemask__options-flag_pe,
.t-input-phonemask__select-flag[data-phonemask-flag=pe] {
    background-position: -285px -258px
}

.t-input-phonemask__options-flag_pg,
.t-input-phonemask__select-flag[data-phonemask-flag=pg] {
    background-position: -313px -258px
}

.t-input-phonemask__options-flag_ph,
.t-input-phonemask__select-flag[data-phonemask-flag=ph] {
    background-position: -5px -281px
}

.t-input-phonemask__options-flag_pk,
.t-input-phonemask__select-flag[data-phonemask-flag=pk] {
    background-position: -33px -281px
}

.t-input-phonemask__options-flag_pl,
.t-input-phonemask__select-flag[data-phonemask-flag=pl] {
    background-position: -61px -281px
}

.t-input-phonemask__options-flag_ps,
.t-input-phonemask__select-flag[data-phonemask-flag=ps] {
    background-position: -89px -281px
}

.t-input-phonemask__options-flag_pt,
.t-input-phonemask__select-flag[data-phonemask-flag=pt] {
    background-position: -117px -281px
}

.t-input-phonemask__options-flag_pw,
.t-input-phonemask__select-flag[data-phonemask-flag=pw] {
    background-position: -145px -281px
}

.t-input-phonemask__options-flag_py,
.t-input-phonemask__select-flag[data-phonemask-flag=py] {
    background-position: -173px -281px
}

.t-input-phonemask__options-flag_qa,
.t-input-phonemask__select-flag[data-phonemask-flag=qa] {
    background-position: -201px -281px
}

.t-input-phonemask__options-flag_ro,
.t-input-phonemask__select-flag[data-phonemask-flag=ro] {
    background-position: -229px -281px
}

.t-input-phonemask__options-flag_rs,
.t-input-phonemask__select-flag[data-phonemask-flag=rs] {
    background-position: -257px -281px
}

.t-input-phonemask__options-flag_ru,
.t-input-phonemask__select-flag[data-phonemask-flag=ru] {
    background-position: -285px -281px
}

.t-input-phonemask__options-flag_rw,
.t-input-phonemask__select-flag[data-phonemask-flag=rw] {
    background-position: -313px -281px
}

.t-input-phonemask__options-flag_sa,
.t-input-phonemask__select-flag[data-phonemask-flag=sa] {
    background-position: -5px -304px
}

.t-input-phonemask__options-flag_sb,
.t-input-phonemask__select-flag[data-phonemask-flag=sb] {
    background-position: -33px -304px
}

.t-input-phonemask__options-flag_sc,
.t-input-phonemask__select-flag[data-phonemask-flag=sc] {
    background-position: -61px -304px
}

.t-input-phonemask__options-flag_sd,
.t-input-phonemask__select-flag[data-phonemask-flag=sd] {
    background-position: -89px -304px
}

.t-input-phonemask__options-flag_se,
.t-input-phonemask__select-flag[data-phonemask-flag=se] {
    background-position: -117px -304px
}

.t-input-phonemask__options-flag_sg,
.t-input-phonemask__select-flag[data-phonemask-flag=sg] {
    background-position: -145px -304px
}

.t-input-phonemask__options-flag_si,
.t-input-phonemask__select-flag[data-phonemask-flag=si] {
    background-position: -173px -304px
}

.t-input-phonemask__options-flag_sk,
.t-input-phonemask__select-flag[data-phonemask-flag=sk] {
    background-position: -201px -304px
}

.t-input-phonemask__options-flag_sl,
.t-input-phonemask__select-flag[data-phonemask-flag=sl] {
    background-position: -229px -304px
}

.t-input-phonemask__options-flag_sm,
.t-input-phonemask__select-flag[data-phonemask-flag=sm] {
    background-position: -257px -304px
}

.t-input-phonemask__options-flag_sn,
.t-input-phonemask__select-flag[data-phonemask-flag=sn] {
    background-position: -285px -304px
}

.t-input-phonemask__options-flag_so,
.t-input-phonemask__select-flag[data-phonemask-flag=so] {
    background-position: -313px -304px
}

.t-input-phonemask__options-flag_sr,
.t-input-phonemask__select-flag[data-phonemask-flag=sr] {
    background-position: -5px -327px
}

.t-input-phonemask__options-flag_ss,
.t-input-phonemask__select-flag[data-phonemask-flag=ss] {
    background-position: -33px -327px
}

.t-input-phonemask__options-flag_st,
.t-input-phonemask__select-flag[data-phonemask-flag=st] {
    background-position: -61px -327px
}

.t-input-phonemask__options-flag_sv,
.t-input-phonemask__select-flag[data-phonemask-flag=sv] {
    background-position: -89px -327px
}

.t-input-phonemask__options-flag_sy,
.t-input-phonemask__select-flag[data-phonemask-flag=sy] {
    background-position: -117px -327px
}

.t-input-phonemask__options-flag_sz,
.t-input-phonemask__select-flag[data-phonemask-flag=sz] {
    background-position: -145px -327px
}

.t-input-phonemask__options-flag_td,
.t-input-phonemask__select-flag[data-phonemask-flag=td] {
    background-position: -173px -327px
}

.t-input-phonemask__options-flag_tg,
.t-input-phonemask__select-flag[data-phonemask-flag=tg] {
    background-position: -201px -327px
}

.t-input-phonemask__options-flag_th,
.t-input-phonemask__select-flag[data-phonemask-flag=th] {
    background-position: -229px -327px
}

.t-input-phonemask__options-flag_tj,
.t-input-phonemask__select-flag[data-phonemask-flag=tj] {
    background-position: -257px -327px
}

.t-input-phonemask__options-flag_tl,
.t-input-phonemask__select-flag[data-phonemask-flag=tl] {
    background-position: -285px -327px
}

.t-input-phonemask__options-flag_tm,
.t-input-phonemask__select-flag[data-phonemask-flag=tm] {
    background-position: -313px -327px
}

.t-input-phonemask__options-flag_tn,
.t-input-phonemask__select-flag[data-phonemask-flag=tn] {
    background-position: -367px -5px
}

.t-input-phonemask__options-flag_to,
.t-input-phonemask__select-flag[data-phonemask-flag=to] {
    background-position: -341px -28px
}

.t-input-phonemask__options-flag_tr,
.t-input-phonemask__select-flag[data-phonemask-flag=tr] {
    background-position: -341px -51px
}

.t-input-phonemask__options-flag_tt,
.t-input-phonemask__select-flag[data-phonemask-flag=tt] {
    background-position: -341px -74px
}

.t-input-phonemask__options-flag_tv,
.t-input-phonemask__select-flag[data-phonemask-flag=tv] {
    background-position: -341px -97px
}

.t-input-phonemask__options-flag_tw,
.t-input-phonemask__select-flag[data-phonemask-flag=tw] {
    background-position: -341px -120px
}

.t-input-phonemask__options-flag_tz,
.t-input-phonemask__select-flag[data-phonemask-flag=tz] {
    background-position: -341px -143px
}

.t-input-phonemask__options-flag_ua,
.t-input-phonemask__select-flag[data-phonemask-flag=ua] {
    background-position: -341px -166px
}

.t-input-phonemask__options-flag_ug,
.t-input-phonemask__select-flag[data-phonemask-flag=ug] {
    background-position: -341px -189px
}

.t-input-phonemask__options-flag_us,
.t-input-phonemask__select-flag[data-phonemask-flag=us] {
    background-position: -341px -212px
}

.t-input-phonemask__options-flag_uy,
.t-input-phonemask__select-flag[data-phonemask-flag=uy] {
    background-position: -341px -235px
}

.t-input-phonemask__options-flag_uz,
.t-input-phonemask__select-flag[data-phonemask-flag=uz] {
    background-position: -341px -258px
}

.t-input-phonemask__options-flag_va,
.t-input-phonemask__select-flag[data-phonemask-flag=va] {
    background-position: -341px -281px
}

.t-input-phonemask__options-flag_vc,
.t-input-phonemask__select-flag[data-phonemask-flag=vc] {
    background-position: -341px -304px
}

.t-input-phonemask__options-flag_ve,
.t-input-phonemask__select-flag[data-phonemask-flag=ve] {
    background-position: -341px -327px
}

.t-input-phonemask__options-flag_vn,
.t-input-phonemask__select-flag[data-phonemask-flag=vn] {
    background-position: -5px -350px
}

.t-input-phonemask__options-flag_vu,
.t-input-phonemask__select-flag[data-phonemask-flag=vu] {
    background-position: -33px -350px
}

.t-input-phonemask__options-flag_ws,
.t-input-phonemask__select-flag[data-phonemask-flag=ws] {
    background-position: -61px -350px
}

.t-input-phonemask__options-flag_xk,
.t-input-phonemask__select-flag[data-phonemask-flag=xk] {
    background-position: -89px -350px
}

.t-input-phonemask__options-flag_ye,
.t-input-phonemask__select-flag[data-phonemask-flag=ye] {
    background-position: -117px -350px
}

.t-input-phonemask__options-flag_za,
.t-input-phonemask__select-flag[data-phonemask-flag=za] {
    background-position: -145px -350px
}

.t-input-phonemask__options-flag_zm,
.t-input-phonemask__select-flag[data-phonemask-flag=zm] {
    background-position: -173px -350px
}

.t-input-phonemask__options-flag_zw,
.t-input-phonemask__select-flag[data-phonemask-flag=zw] {
    background-position: -201px -350px
}

#rec1671256321 .t396__artboard {
    height: 1030px;
    background-color: #ffffff;
}

#rec1671256321 .t396__filter {
    height: 1030px;
    background-color: rgba(15, 15, 15, 0.35);
}

#rec1671256321 .t396__carrier {
    height: 1030px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('https://static.tildacdn.net/tild3033-3134-4165-a431-633436663235/Frame_118-min_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:1599px) {

    #rec1671256321 .t396__artboard,
    #rec1671256321 .t396__filter,
    #rec1671256321 .t396__carrier {
        height: 900px;
    }

    #rec1671256321 .t396__filter {}

    #rec1671256321 .t396__carrier {
        background-position: 43.839% 40.133%;
        background-attachment: scroll;
    }
}

@media screen and (max-width:1199px) {

    #rec1671256321 .t396__artboard,
    #rec1671256321 .t396__filter,
    #rec1671256321 .t396__carrier {
        height: 910px;
    }

    #rec1671256321 .t396__filter {}

    #rec1671256321 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec1671256321 .t396__artboard,
    #rec1671256321 .t396__filter,
    #rec1671256321 .t396__carrier {
        height: 810px;
    }

    #rec1671256321 .t396__filter {
        background-color: rgba(15, 15, 15, 0.6);
    }

    #rec1671256321 .t396__carrier {
        background-position: 69.778% 35.601%;
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec1671256321 .t396__artboard,
    #rec1671256321 .t396__filter,
    #rec1671256321 .t396__carrier {
        height: 920px;
    }

    #rec1671256321 .t396__filter {
        background-color: rgba(15, 15, 15, 0.75);
    }

    #rec1671256321 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec1671256321 .t396__artboard,
    #rec1671256321 .t396__filter,
    #rec1671256321 .t396__carrier {
        height: 790px;
    }

    #rec1671256321 .t396__filter {
        background-color: rgba(15, 15, 15, 0.4);
    }

    #rec1671256321 .t396__carrier {
        background-position: left top;
        background-image: url('https://static.tildacdn.net/tild6130-3265-4534-a632-343436613663/Frame_57.jpg');
        background-attachment: scroll;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] {
    color: #ffffff;
    text-align: center;
    z-index: 3;
    top: 29px;
;
    left: calc(50% - 800px + 1350px);
;
    width: 170px;
    height: 45px;
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-hover-color: #e02334;
    --t396-bgcolor-hover-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom::after {
    display: none;
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
        color: #ffffff;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover .tn-atom__button-text {
        color: #ffffff;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] {
        display: block;
        top: 27px;
    ;
        left: calc(50% - 600px + 1030px);
    ;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] {
        display: block;
        top: 23px;
    ;
        left: calc(50% - 480px + 793px);
    ;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] {
        display: block;
        top: 28px;
    ;
        left: calc(50% - 320px + 261px);
    ;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom {
        font-size: 12px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] {
        display: block;
        top: 26px;
    ;
        left: calc(50% - 240px + 241px);
    ;
        width: 141px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] {
        display: block;
        top: 19px;
    ;
        left: calc(50% - 160px + 926px);
    ;
        width: 150px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1735410639275"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735225645374"] {
    color: #ffffff;
    z-index: 3;
    top: 253px;
;
    left: calc(50% - 800px + 79px);
;
    width: 964px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735225645374"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 75px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -2px;
    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:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] {
        display: table;
        top: 222px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 839px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] .tn-atom {
        font-size: 65px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] {
        display: table;
        top: 237px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        width: 680px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] {
        display: table;
        width: 556px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] .tn-atom {
        font-size: 45px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] {
        display: table;
        top: 192px;
    ;
        width: 421px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] .tn-atom {
        font-size: 35px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] {
        display: table;
        top: 172px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 335px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735225645374"] .tn-atom {
        vertical-align: middle;
        white-space: normal;
        font-size: 26px;
        letter-spacing: 0px;
        background-size: cover;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] {
    z-index: 3;
    top: 28px;
;
    left: calc(50% - 800px + 1218px);
;
    width: 119px;
    height: 45px;
    -webkit-backdrop-filter: blur(16px);
: backdrop-filter:blur(16px);
;
    backdrop-filter: blur(16px);
: backdrop-filter:blur(16px);
;
    border-radius: 90px 90px 90px 90px;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] .tn-atom {
    border-radius: 90px 90px 90px 90px;
    opacity: 0.3;
    background-color: #000000;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] {
        display: table;
        top: 27px;
    ;
        left: calc(50% - 600px + 897px);
    ;
        width: 119px;
        height: 45px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] {
        display: table;
        top: 23px;
    ;
        left: calc(50% - 480px + 676px);
    ;
        width: 107px;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] {
        display: table;
        top: 28px;
    ;
        left: calc(50% - 320px + 146px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] {
        display: table;
        top: 26px;
    ;
        left: calc(50% - 240px + 111px);
    ;
        width: 107px;
        height: 45px;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000002"] {
        display: table;
        top: 21px;
    ;
        left: calc(50% - 160px + 139px);
    ;
        width: 109px;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] {
    color: #8d8d8d;
    text-align: center;
    z-index: 3;
    top: 33px;
;
    left: calc(50% - 800px + 1279px);
;
    width: 50px;
    height: 35px;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom {
    color: #8d8d8d;
    font-size: 12px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #565656;
    --t396-speedhover: 0.2s;
    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-bgcolor-hover-color: #e02334;
    --t396-bgcolor-hover-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom::after {
    display: none;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #8d8d8d;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
        color: #ffffff;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover .tn-atom__button-text {
        color: #ffffff;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] {
        display: block;
        top: 32px;
    ;
        left: calc(50% - 600px + 958px);
    ;
        width: 50px;
        height: 35px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom {
        white-space: normal;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] {
        display: block;
        top: 28px;
    ;
        left: calc(50% - 480px + 684px);
    ;
        width: 44px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] {
        display: block;
        top: 33px;
    ;
        left: calc(50% - 320px + 153px);
    ;
        width: 44px;
        height: 35px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom {
        white-space: normal;
        font-size: 12px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] {
        display: block;
        top: 31px;
    ;
        left: calc(50% - 240px + 115px);
    ;
        width: 46px;
        height: 36px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom {
        white-space: normal;
        font-size: 11px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] {
        display: block;
        top: 29px;
    ;
        left: calc(50% - 160px + 196px);
    ;
        width: 45px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000003"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] {
    color: #ffffff;
    text-align: center;
    z-index: 3;
    top: 33px;
;
    left: calc(50% - 800px + 1226px);
;
    width: 49px;
    height: 35px;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    border-radius: 100px 100px 100px 100px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-hover-color: #e02334;
    --t396-bgcolor-hover-image: none;
    --t396-bordercolor-hover: #e02334;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom::after {
    display: none;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
        color: #ffffff;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover .tn-atom__button-text {
        color: #ffffff;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] {
        display: block;
        top: 32px;
    ;
        left: calc(50% - 600px + 904px);
    ;
        width: 49px;
        height: 35px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom {
        white-space: normal;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] {
        display: block;
        top: 28px;
    ;
        left: calc(50% - 480px + 731px);
    ;
        width: 43px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] {
        display: block;
        top: 33px;
    ;
        left: calc(50% - 320px + 203px);
    ;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom {
        font-size: 12px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] {
        display: block;
        top: 31px;
    ;
        left: calc(50% - 240px + 166px);
    ;
        width: 46px;
        height: 36px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom {
        white-space: normal;
        font-size: 11px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] {
        display: block;
        top: 29px;
    ;
        left: calc(50% - 160px + 147px);
    ;
        width: 45px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec1671256321 .tn-elem[data-elem-id="1766832730228000004"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735418102882"] {
    color: #ffffff;
    z-index: 3;
    top: -399px;
;
    left: calc(50% - 800px + 811px);
;
    width: 610px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735418102882"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 75px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -2px;
    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:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] {
        display: table;
        top: 222px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 521px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] .tn-atom {
        vertical-align: middle;
        white-space: normal;
        font-size: 65px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] {
        display: table;
        top: 219px;
    ;
        left: calc(50% - 480px + 1305px);
    ;
        width: 680px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] {
        display: table;
        top: 227px;
    ;
        left: calc(50% - 320px + 1193px);
    ;
        width: 556px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] .tn-atom {
        font-size: 45px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] {
        display: table;
        top: 190px;
    ;
        left: calc(50% - 240px + 1021px);
    ;
        width: 421px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] .tn-atom {
        font-size: 35px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] {
        display: table;
        top: 114px;
    ;
        left: calc(50% - 160px + 726px);
    ;
        width: 331px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735418102882"] .tn-atom {
        font-size: 28px;
        background-size: cover;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735227168259"] {
    color: #ffffff;
    z-index: 3;
    top: 146px;
;
    left: calc(50% - 800px + 79px);
;
    width: 696px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735227168259"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 27px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: -1px;
    text-transform: uppercase;
    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:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] {
        display: table;
        top: 139px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 634px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] .tn-atom {
        font-size: 23px;
        line-height: 1.4;
        letter-spacing: -0.3px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] {
        display: table;
        top: 149px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] {
        display: table;
        width: 442px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] .tn-atom {
        font-size: 18px;
        line-height: 1.5;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] {
        display: table;
        top: 117px;
    ;
        width: 393px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] {
        display: table;
        top: 95px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 313px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735227168259"] .tn-atom {
        font-size: 14px;
        letter-spacing: 0px;
        background-size: cover;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735227539282"] {
    z-index: 3;
    top: 101px;
;
    left: calc(50% - 50% + 0px);
;
    width: 100%;
    height: 1px;
}

#rec1671256321 .tn-elem[data-elem-id="1735227539282"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    opacity: 0.35;
    background-color: #454545;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227539282"] {
        display: table;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227539282"] {
        display: table;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227539282"] {
        display: table;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227539282"] {
        display: table;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227539282"] {
        display: table;
        top: 75px;
    ;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735227711903"] {
    z-index: 3;
    top: calc(1030px - 217px + 163px);
;
    left: calc(50% - 50% + 0px);
;
    width: 100%;
    height: 217px;
}

#rec1671256321 .tn-elem[data-elem-id="1735227711903"] .tn-atom {
    border-radius: 60px 60px 60px 60px;
    background-color: #222222;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] {
        display: table;
        top: calc(1030px - 217px + 103px);
    ;
        left: calc(50% - 50% + 0px);
    ;
        height: 154px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] {
        display: table;
        top: calc(1030px - 217px + 105px);
    ;
        left: calc(50% - 50% + 0px);
    ;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] {
        display: table;
        top: calc(1030px - 217px + 111px);
    ;
        left: calc(50% - 50% + 0px);
    ;
        border-radius: 44px 44px 44px 44px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] .tn-atom {
        background-size: cover;
        border-radius: 44px 44px 44px 44px;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] {
        display: table;
        top: calc(1030px - 217px + 110px);
    ;
        left: calc(50% - 50% + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] {
        display: table;
        top: calc(1030px - 217px + 127px);
    ;
        left: calc(50% - 50% + 0px);
    ;
        height: 159px;
        border-radius: 36px 36px 36px 36px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735227711903"] .tn-atom {
        background-size: cover;
        border-radius: 36px 36px 36px 36px;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410535561"] {
    z-index: 3;
    top: 550px;
;
    left: calc(50% - 800px + 79px);
;
    width: 751px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735410535561"] .tn-atom {
    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;
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410535561"] {
        display: table;
        top: 478px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 756px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410535561"] {
        display: table;
        top: 483px;
    ;
        left: calc(50% - 480px + -10px);
    ;
        width: 715px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410535561"] {
        display: table;
        top: 428px;
    ;
        left: calc(50% - 320px + 0px);
    ;
        width: 646px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410535561"] {
        display: table;
        top: 359px;
    ;
        left: calc(50% - 240px + 0px);
    ;
        width: 388px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410535561"] {
        display: table;
        top: 284px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 335px;
        height: auto;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410786947"] {
    z-index: 3;
    top: 42px !important;
;
    left: calc(50% - 800px + 79px);
;
    width: 230px !important;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735410786947"] .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;
}

#rec1671256321 .tn-elem[data-elem-id="1735410786947"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410786947"] {
        display: table;
        top: 27px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 104px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410786947"] {
        display: table;
        top: 25px;
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410786947"] {
        display: table;
        top: 28px;
    ;
        width: 92px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410786947"] {
        display: table;
        top: 27px;
    ;
        width: 88px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410786947"] {
        display: table;
        top: 25px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 78px;
        height: auto;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410826610"] {
    color: #ffffff;
    z-index: 3;
    top: 42px;
;
    left: calc(50% - 800px + 508px);
;
    width: 186px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735410826610"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    text-transform: uppercase;
    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 (min-width:1200px) {
    #rec1671256321 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735410826610"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] {
        display: table;
        top: 45px;
    ;
        left: calc(50% - 600px + 319px);
    ;
        width: 191px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] .tn-atom {
        font-size: 13px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] {
        display: table;
        top: 41px;
    ;
        left: calc(50% - 480px + 155px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] {
        display: table;
        top: -153px;
    ;
        left: calc(50% - 320px + 735px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] {
        display: table;
        width: px;
        height: 70px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] .tn-atom {
        vertical-align: middle;
        white-space: normal;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410826610"] {
        display: table;
        height: auto;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410972770"] {
    color: #ffffff;
    z-index: 3;
    top: 42px;
;
    left: calc(50% - 800px + 734px);
;
    width: 44px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735410972770"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    text-transform: uppercase;
    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 (min-width:1200px) {
    #rec1671256321 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735410972770"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410972770"] {
        display: table;
        top: 45px;
    ;
        left: calc(50% - 600px + 555px);
    ;
        width: 46px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410972770"] .tn-atom {
        font-size: 13px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410972770"] {
        display: table;
        top: 41px;
    ;
        left: calc(50% - 480px + 381px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410972770"] {
        display: table;
        top: -153px;
    ;
        left: calc(50% - 320px + 981px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410972770"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410972770"] {
        display: table;
        height: auto;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1740147987917"] {
    color: #ffffff;
    z-index: 3;
    top: 839px;
;
    left: calc(50% - 800px + 79px);
;
    width: 297px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1740147987917"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.35;
    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:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] {
        display: table;
        top: 771px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] {
        display: table;
        top: 769px;
    ;
        left: calc(50% - 480px + -10px);
    ;
        width: 317px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] {
        display: table;
        top: 709px;
    ;
        left: calc(50% - 320px + 1px);
    ;
        width: 575px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] {
        display: table;
        top: 797px;
    ;
        left: calc(50% - 240px + 0px);
    ;
        width: 308px;
    }

    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] .tn-atom {
        vertical-align: middle;
        white-space: normal;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] {
        display: table;
        top: 702px;
    ;
        left: calc(50% - 160px + 28px);
    ;
        width: 265px;
        height: 28px;
        text-align: center;
    }

    #rec1671256321 .tn-elem[data-elem-id="1740147987917"] .tn-atom {
        vertical-align: middle;
        white-space: normal;
        font-size: 10px;
        background-size: cover;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410989554"] {
    color: #ffffff;
    z-index: 3;
    top: 42px;
;
    left: calc(50% - 800px + 818px);
;
    width: 57px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735410989554"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    text-transform: uppercase;
    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 (min-width:1200px) {
    #rec1671256321 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735410989554"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989554"] {
        display: table;
        top: 45px;
    ;
        left: calc(50% - 600px + 646px);
    ;
        width: 60px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410989554"] .tn-atom {
        font-size: 13px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989554"] {
        display: table;
        top: 41px;
    ;
        left: calc(50% - 480px + 462px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989554"] {
        display: table;
        top: -153px;
    ;
        left: calc(50% - 320px + 1082px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989554"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989554"] {
        display: table;
        height: auto;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735410989558"] {
    color: #ffffff;
    z-index: 3;
    top: 42px;
;
    left: calc(50% - 800px + 915px);
;
    width: 74px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735410989558"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 300;
    text-transform: uppercase;
    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 (min-width:1200px) {
    #rec1671256321 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735410989558"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989558"] {
        display: table;
        top: 45px;
    ;
        left: calc(50% - 600px + 751px);
    ;
        width: 76px;
        height: auto;
    }

    #rec1671256321 .tn-elem[data-elem-id="1735410989558"] .tn-atom {
        font-size: 13px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989558"] {
        display: table;
        top: 41px;
    ;
        left: calc(50% - 480px + 557px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989558"] {
        display: table;
        top: -153px;
    ;
        left: calc(50% - 320px + 1197px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989558"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735410989558"] {
        display: table;
        height: auto;
    }
}

#rec1671256321 .tn-elem[data-elem-id="1735413797771"] {
    z-index: 3;
    top: -563px;
;
    left: calc(50% - 800px + 388px);
;
    width: 500px;
    height: auto;
}

#rec1671256321 .tn-elem[data-elem-id="1735413797771"] .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;
}

#rec1671256321 .tn-elem[data-elem-id="1735413797771"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671256321 .tn-elem[data-elem-id="1735413797771"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671256321 .tn-elem[data-elem-id="1735413797771"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671256321 .tn-elem[data-elem-id="1735413797771"] {
        display: table;
        top: 38px;
    ;
        left: calc(50% - 320px + 573px);
    ;
        width: 67px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671256321 .tn-elem[data-elem-id="1735413797771"] {
        display: table;
        top: 36px;
    ;
        left: calc(50% - 240px + 413px);
    ;
        width: 67px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671256321 .tn-elem[data-elem-id="1735413797771"] {
        display: table;
        top: 32px;
    ;
        left: calc(50% - 160px + 266px);
    ;
        width: 59px;
        height: auto;
    }
}

#rec1671256321 [data-elem-id="1735410535561"] input::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] input::-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] input:-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] input:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] textarea::-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] textarea:-moz-placeholder {
    color: #000;
    opacity: 0.5;
}

#rec1671256321 [data-elem-id="1735410535561"] textarea:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}

.tn-atom .t-input-block {
    position: relative;
}

#rec1671256321 [data-elem-id="1735410535561"] .t-submit {
    color: #fff;
    border: 1px solid #e02334;
    border-radius: 90px;
    font-size: 14px;
    font-family: Onest, Arial, sans-serif;
    cursor: pointer;
    background-color: #e02334;
    transition: 0.3s ease all;
}

#rec1671256321 [data-elem-id="1735410535561"] .t-submit:hover {
    color: #ffffff;
    border-color: #e02334;
}

#rec1591659861 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #e02334;
    border-style: solid !important;
    border-color: #e02334 !important;
    --border-width: 1px;
    border-radius: 90px;
    box-shadow: none !important;
    font-family: Onest;
    font-weight: 400;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

@media (hover:hover) {
    #rec1591659861 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
        color: #ffffff !important;
        background-color: #e0525f !important;
    }

    #rec1591659861 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
        color: #ffffff !important;
        background-color: #e0525f !important;
    }
}

#rec1591659861 .t-btnflex.t-btnflex_type_button3 {
    color: #09090b;
    border-style: solid !important;
    border-color: #09090b !important;
    --border-width: 1px;
    border-radius: 90px;
    box-shadow: none !important;
    font-family: Onest;
    font-weight: 400;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

@media (hover:hover) {
    #rec1591659861 .t-btnflex.t-btnflex_type_button3:not(.t-animate_no-hover):hover {
        color: #ffffff !important;
        border-color: #09090b !important;
        background-color: #09090b !important;
    }

    #rec1591659861 .t-btnflex.t-btnflex_type_button3:not(.t-animate_no-hover):focus-visible {
        color: #ffffff !important;
        border-color: #09090b !important;
        background-color: #09090b !important;
    }
}

#rec1591659861 .t-btnflex.t-btnflex_type_button2 {
    color: #09090b;
    border-style: solid !important;
    border-color: #09090b !important;
    --border-width: 1px;
    border-radius: 90px;
    box-shadow: none !important;
    font-family: Onest;
    font-weight: 400;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

@media (hover:hover) {
    #rec1591659861 .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):hover {
        color: #ffffff !important;
        border-color: #09090b !important;
        background-color: #09090b !important;
    }

    #rec1591659861 .t-btnflex.t-btnflex_type_button2:not(.t-animate_no-hover):focus-visible {
        color: #ffffff !important;
        border-color: #09090b !important;
        background-color: #09090b !important;
    }
}

#rec1591659861 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #e02334;
    border-style: solid !important;
    border-color: #e02334 !important;
    --border-width: 1px;
    border-radius: 90px;
    box-shadow: none !important;
    font-family: Onest;
    font-weight: 400;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

@media (hover:hover) {
    #rec1591659861 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
        color: #ffffff !important;
        background-color: #e0525f !important;
    }

    #rec1591659861 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
        color: #ffffff !important;
        background-color: #e0525f !important;
    }
}

#rec1591659861 .t972__banner,
#rec1591659861 .t972__settings,
#rec1591659861 .t972__settings-header,
#rec1591659861 .t972__settings-footer {
    background-color: #ebebe9;
}

#rec1591659861 .t972__title,
#rec1591659861 .t972__text {
    color: #787878;
    font-family: Onest;
}

#rec1591659861 .t972__toggle-input:checked+.t972__toggle-container .t972__toggle-mark {
    background-color: #1F5BFF;
}

#rec1591659861 .t972__toggle-input:checked+.t972__toggle-container .t972__toggle-background {
    background-color: #1F5BFF;
}

#rec1591659861 .t972__category-enabled {
    color: #1F5BFF;
}

#rec1591659861 .t972__category-enabled_always {
    color: #1F5BFF;
}

#rec1591659861 .t972 {
    bottom: 10px;
}

#rec1591659861 .t972__settings,
#rec1591659861 .t972__banner {
    max-height: calc(100vh - 10px - 2 * 34px);
}

#rec1591659861 .t972 {
    right: 10px;
    left: unset;
}

#rec1591659861 .t972.t972_widgetview .t972__widget {
    align-items: flex-end;
}

@media screen and (max-width:640px) {
    #rec1591659861 .t972.t972_widgetview {
        left: unset !important;
        right: 10px !important;
        align-items: flex-end;
    }

    #rec1591659861 .t972:not(.t972_widgetview) {
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
    }

    #rec1591659861 .t972__settings,
    #rec1591659861 .t972__banner {
        max-height: calc(100vh - 2 * 10px) !important;
    }
}

#rec1591659861 .t972__banner,
#rec1591659861 .t972__settings {
    border-radius: 5px;
    overflow: hidden;
}

#rec846567168 .t-btnflex.t-btnflex_type_button {
    color: #ffffff;
    background-color: #e02334;
    border-style: solid !important;
    border-color: #e02334 !important;
    --border-width: 1px;
    border-radius: 90px;
    box-shadow: none !important;
    font-family: Onest;
    font-weight: 400;
    transition-duration: 0.2s;
    transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
    transition-timing-function: ease-in-out;
}

@media (hover:hover) {
    #rec846567168 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
        color: #ffffff !important;
        background-color: #121211 !important;
    }

    #rec846567168 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
        color: #ffffff !important;
        background-color: #121211 !important;
    }
}

.scrollbooster-viewport {
    cursor: -webkit-grab;
    cursor: grab;
}

.scrollbooster-viewport:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

#rec846369003 .t396__artboard {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: hidden;
}

#rec846369003 .t396__artboard::-webkit-scrollbar {
    display: none;
}

.scrollbooster-content {
    position: absolute;
    width: 100% !important;
    height: 100%;
    opacity: 0;
    transition: opacity 0.2s;
}

.leftArrow127,
.rightArrow127 {
    transition: opacity 0.2s ease-in-out;
    cursor: pointer;
}

#rec845768377 .t396__artboard {
    height: 200px;
    background-color: #222222;
}

#rec845768377 .t396__filter {
    height: 200px;
}

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

@media screen and (max-width:1599px) {

    #rec845768377 .t396__artboard,
    #rec845768377 .t396__filter,
    #rec845768377 .t396__carrier {
        height: 200px;
    }

    #rec845768377 .t396__filter {}

    #rec845768377 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:1199px) {

    #rec845768377 .t396__artboard,
    #rec845768377 .t396__filter,
    #rec845768377 .t396__carrier {}

    #rec845768377 .t396__filter {}

    #rec845768377 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec845768377 .t396__artboard,
    #rec845768377 .t396__filter,
    #rec845768377 .t396__carrier {}

    #rec845768377 .t396__filter {}

    #rec845768377 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec845768377 .t396__artboard,
    #rec845768377 .t396__filter,
    #rec845768377 .t396__carrier {
        height: 280px;
    }

    #rec845768377 .t396__filter {}

    #rec845768377 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec845768377 .t396__artboard,
    #rec845768377 .t396__filter,
    #rec845768377 .t396__carrier {
        height: 160px;
    }

    #rec845768377 .t396__filter {}

    #rec845768377 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec845768377 .tn-elem[data-elem-id="1735376720904"] {
    color: #ffffff;
    z-index: 3;
    top: 72px;
;
    left: calc(50% - 800px + 81px);
;
    width: 766px;
    height: auto;
}

#rec845768377 .tn-elem[data-elem-id="1735376720904"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 65px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -2px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec845768377 .tn-elem[data-elem-id="1735376720904"] {
        top: 99px;
    ;
        left: calc(50% - 600px + -3px);
    ;
        width: 649px;
        height: auto;
    }

    #rec845768377 .tn-elem[data-elem-id="1735376720904"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec845768377 .tn-elem[data-elem-id="1735376720904"] {
        top: 113px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        width: 680px;
        height: auto;
    }

    #rec845768377 .tn-elem[data-elem-id="1735376720904"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec845768377 .tn-elem[data-elem-id="1735376720904"] {
        width: 488px;
        height: auto;
    }

    #rec845768377 .tn-elem[data-elem-id="1735376720904"] .tn-atom {
        font-size: 40px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec845768377 .tn-elem[data-elem-id="1735376720904"] {
        top: 71px;
    ;
        width: 421px;
        height: auto;
    }

    #rec845768377 .tn-elem[data-elem-id="1735376720904"] .tn-atom {
        font-size: 35px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec845768377 .tn-elem[data-elem-id="1735376720904"] {
        top: 17px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 263px;
        height: auto;
    }

    #rec845768377 .tn-elem[data-elem-id="1735376720904"] .tn-atom {
        font-size: 28px;
        background-size: cover;
    }
}

#rec845768377 .tn-elem[data-elem-id="1735376771872"] {
    z-index: 4;
    top: 60px;
;
    left: calc(50% - 800px + 1440px);
;
    width: 79px;
    height: auto;
}

#rec845768377 .tn-elem[data-elem-id="1735376771872"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    opacity: 0.25;
    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;
}

#rec845768377 .tn-elem[data-elem-id="1735376771872"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
}

@media screen and (max-width:1599px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771872"] {
        top: 98px;
    ;
        left: calc(50% - 600px + 1139px);
    ;
        width: 61px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771872"] {
        top: 129px;
    ;
        left: calc(50% - 480px + 899px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771872"] {
        top: 125px;
    ;
        left: calc(50% - 320px + 579px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771872"] {
        top: 179px;
    ;
        left: calc(50% - 240px + 0px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771872"] {
        top: 109px;
    ;
        left: calc(50% - 160px + 17px);
    ;
        width: 43px;
        height: auto;
    }
}

#rec845768377 .tn-elem[data-elem-id="1735376771881"] {
    z-index: 5;
    top: 86px;
;
    left: calc(50% - 800px + 1477px);
;
    width: 41px;
    height: auto;
}

#rec845768377 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735376771881"] {
    opacity: 0;
}

#rec845768377 .tn-elem[data-elem-id="1735376771881"] .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;
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
}

#rec845768377 .tn-elem[data-elem-id="1735376771881"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
}

@media screen and (max-width:1599px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771881"] {
        top: 118px;
    ;
        left: calc(50% - 600px + 1168px);
    ;
        width: 32px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771881"] {
        top: 149px;
    ;
        left: calc(50% - 480px + 928px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771881"] {
        top: 145px;
    ;
        left: calc(50% - 320px + 608px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771881"] {
        top: 199px;
    ;
        left: calc(50% - 240px + 29px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec845768377 .tn-elem[data-elem-id="1735376771881"] {
        top: 123px;
    ;
        left: calc(50% - 160px + 42px);
    ;
        width: 23px;
        height: auto;
    }
}

#rec846008536 .t396__artboard {
    height: 530px;
    background-color: #121211;
}

#rec846008536 .t396__filter {
    height: 530px;
}

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

@media screen and (max-width:1599px) {

    #rec846008536 .t396__artboard,
    #rec846008536 .t396__filter,
    #rec846008536 .t396__carrier {}

    #rec846008536 .t396__filter {}

    #rec846008536 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:1199px) {

    #rec846008536 .t396__artboard,
    #rec846008536 .t396__filter,
    #rec846008536 .t396__carrier {}

    #rec846008536 .t396__filter {}

    #rec846008536 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec846008536 .t396__artboard,
    #rec846008536 .t396__filter,
    #rec846008536 .t396__carrier {
        height: 770px;
    }

    #rec846008536 .t396__filter {}

    #rec846008536 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec846008536 .t396__artboard,
    #rec846008536 .t396__filter,
    #rec846008536 .t396__carrier {
        height: 800px;
    }

    #rec846008536 .t396__filter {}

    #rec846008536 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec846008536 .t396__artboard,
    #rec846008536 .t396__filter,
    #rec846008536 .t396__carrier {
        height: 690px;
    }

    #rec846008536 .t396__filter {}

    #rec846008536 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735292651694"] {
    z-index: 3;
    top: 42px;
;
    left: calc(50% - 800px + 80px);
;
    width: 1441px;
    height: 469px;
}

#rec846008536 .tn-elem[data-elem-id="1735292651694"] .tn-atom {
    border-radius: 60px 60px 60px 60px;
    background-color: #222222;
    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;
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735292651694"] {
        left: calc(50% - 600px + 0px);
    ;
        width: 1200px;
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735292651694"] {
        left: calc(50% - 480px + -6px);
    ;
        width: 973px;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735292651694"] {
        top: 82px;
    ;
        left: calc(50% - 320px + 2px);
    ;
        width: 641px;
        height: 696px;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735292651694"] {
        width: 480px;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735292651694"] {
        top: 18px;
    ;
        left: calc(50% - 160px + 0px);
    ;
        width: 100%;
        height: 648px;
        border-radius: 40px 40px 40px 40px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292651694"] .tn-atom {
        background-position: center center;
        background-size: cover;
        border-radius: 40px 40px 40px 40px;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735293760368"] {
    z-index: 4;
    top: 61px;
;
    left: calc(50% - 800px + 895px);
;
    width: 529px;
    height: auto;
}

#rec846008536 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735293760368"] {
    opacity: 0;
}

#rec846008536 .tn-elem[data-elem-id="1735293760368"] .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;
}

#rec846008536 .tn-elem[data-elem-id="1735293760368"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735293760368"] {
        top: 71px;
    ;
        left: calc(50% - 600px + 633px);
    ;
        width: 489px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735293760368"] {
        top: 63px;
    ;
        left: calc(50% - 480px + 449px);
    ;
        width: 442px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735293760368"] {
        top: 366px;
    ;
        left: calc(50% - 320px + 140px);
    ;
        width: 361px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735293760368"] {
        top: 365px;
    ;
        left: calc(50% - 240px + 60px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735293760368"] {
        top: 261px;
    ;
        left: calc(50% - 160px + 33px);
    ;
        width: 255px;
        height: auto;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735292945556"] {
    z-index: 5;
    top: 383px;
;
    left: calc(50% - 800px + 566px);
;
    width: 955px;
    height: auto;
}

#rec846008536 .tn-elem[data-elem-id="1735292945556"] .tn-atom {
    border-radius: 0px 0px 60px 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;
}

#rec846008536 .tn-elem[data-elem-id="1735292945556"] .tn-atom__img {
    border-radius: 0px 0px 60px 0px;
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735292945556"] {
        left: calc(50% - 600px + 245px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735292945556"] {
        left: calc(50% - 480px + 5px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735292945556"] {
        top: 653px;
    ;
        left: calc(50% - 320px + 0px);
    ;
        width: 641px;
        height: auto;
        border-radius: 0px 0px 60px 60px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292945556"] .tn-atom {
        background-size: cover;
        border-radius: 0px 0px 60px 60px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292945556"] .tn-atom__img {
        border-radius: 0px 0px 60px 60px;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735292945556"] {
        top: 714px;
    ;
        width: 471px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735292945556"] {
        top: 623px;
    ;
        left: calc(50% - 160px + 0px);
    ;
        width: 100%;
        height: auto;
        border-radius: 0px 0px 40px 40px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292945556"] .tn-atom {
        background-size: cover;
        border-radius: 0px 0px 40px 40px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292945556"] .tn-atom__img {
        border-radius: 0px 0px 40px 40px;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735293029825"] {
    z-index: 6;
    top: 41px;
;
    left: calc(50% - 800px + 566px);
;
    width: 955px;
    height: auto;
}

#rec846008536 .tn-elem[data-elem-id="1735293029825"] .tn-atom {
    border-radius: 0px 0px 0px 60px;
    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;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#rec846008536 .tn-elem[data-elem-id="1735293029825"] .tn-atom__img {
    border-radius: 0px 0px 0px 60px;
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735293029825"] {
        left: calc(50% - 600px + 245px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735293029825"] {
        left: calc(50% - 480px + 5px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735293029825"] {
        top: 351px;
    ;
        left: calc(50% - 320px + 2px);
    ;
        width: 641px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735293029825"] {
        top: 341px;
    ;
        left: calc(50% - 240px + -1px);
    ;
        width: 481px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735293029825"] {
        top: 253px;
    ;
        left: calc(50% - 160px + -53px);
    ;
        width: 426px;
        height: auto;
        border-radius: 0px 0px 0px 0;
    }

    #rec846008536 .tn-elem[data-elem-id="1735293029825"] .tn-atom {
        background-size: cover;
        border-radius: 0px 0px 0px 0;
    }

    #rec846008536 .tn-elem[data-elem-id="1735293029825"] .tn-atom__img {
        border-radius: 0px 0px 0px 0;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735293002730"] {
    z-index: 7;
    top: 511px;
;
    left: calc(50% - 800px + 591px);
;
    width: 1085px;
    height: 100px;
}

#rec846008536 .tn-elem[data-elem-id="1735293002730"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735293002730"] {
        left: calc(50% - 600px + 58px);
    ;
        width: 1349px;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735293002730"] {
        top: 739px;
    ;
        left: calc(50% - 320px + -393px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735293002730"] {
        top: 777px;
    ;
        left: calc(50% - 240px + -392px);
    ;
        height: 86px;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735293002730"] {
        top: 665px;
    ;
        left: calc(50% - 160px + -514px);
    ;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735293015967"] {
    z-index: 8;
    top: -73px;
;
    left: calc(50% - 800px + 588px);
;
    width: 1085px;
    height: 114px;
}

#rec846008536 .tn-elem[data-elem-id="1735293015967"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735293015967"] {
        left: calc(50% - 600px + 58px);
    ;
        width: 1450px;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735293015967"] {
        top: -33px;
    ;
        left: calc(50% - 320px + -405px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735293015967"] {
        top: -32px;
    ;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735293015967"] {
        top: -15px;
    ;
        left: calc(50% - 160px + -352px);
    ;
        height: 34px;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735292741218"] {
    color: #9f9f9f;
    z-index: 9;
    top: 152px;
;
    left: calc(50% - 800px + 162px);
;
    width: 678px;
    height: auto;
}

#rec846008536 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 35px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735292741218"] {
        top: 153px;
    ;
        left: calc(50% - 600px + 77px);
    ;
        width: 505px;
        height: auto;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 30px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735292741218"] {
        left: calc(50% - 480px + 68px);
    ;
        width: 324px;
        height: auto;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735292741218"] {
        top: 147px;
    ;
        left: calc(50% - 320px + 99px);
    ;
        width: 443px;
        height: auto;
        text-align: center;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735292741218"] {
        top: 134px;
    ;
        left: calc(50% - 240px + 19px);
    ;
        width: 401px;
        height: auto;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 20px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735292741218"] {
        top: 62px;
    ;
        left: calc(50% - 160px + 6px);
    ;
        width: 309px;
        height: auto;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 18px;
        background-size: cover;
    }
}

#rec846008536 .tn-elem[data-elem-id="1735292819393"] {
    color: #ffffff;
    text-align: center;
    z-index: 10;
    top: 339px;
;
    left: calc(50% - 800px + 162px);
;
    width: 440px;
    height: 65px;
}

#rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 90px 90px 90px 90px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-color: #e02334;
    --t396-bgcolor-image: none;
    --t396-bgcolor-hover-color: #222222;
    --t396-bgcolor-hover-image: none;
    background-color: var(--t396-bgcolor-color, transparent);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
    display: none;
}

#rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
        color: #e02334;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover .tn-atom__button-text {
        color: #e02334;
    }
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] {
        top: 340px;
    ;
        left: calc(50% - 600px + 77px);
    ;
        width: px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        white-space: normal;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] {
        left: calc(50% - 480px + 68px);
    ;
        width: 326px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        white-space: normal;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] {
        top: 272px;
    ;
        left: calc(50% - 320px + 157px);
    ;
        width: px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        white-space: normal;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] {
        top: 251px;
    ;
        left: calc(50% - 240px + 77px);
    ;
        width: px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        white-space: normal;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735292819393"] {
        top: 177px;
    ;
        left: calc(50% - 160px + 5px);
    ;
        width: 310px;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        white-space: normal;
        font-size: 14px;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
        overflow: visible;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846008536 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec846008536 .tn-elem[data-elem-id="1735294012082"] {
    z-index: 11;
    top: 351px;
;
    left: calc(50% - 800px + 176px);
;
    width: 41px;
    height: auto;
}

#rec846008536 .tn-elem[data-elem-id="1735294012082"] .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;
}

#rec846008536 .tn-elem[data-elem-id="1735294012082"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
}

@media (min-width:1200px) {
    #rec846008536 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735294012082"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec846008536 .tn-elem[data-elem-id="1735294012082"] {
        top: 352px;
    ;
        left: calc(50% - 600px + 91px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846008536 .tn-elem[data-elem-id="1735294012082"] {
        left: calc(50% - 480px + 82px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846008536 .tn-elem[data-elem-id="1735294012082"] {
        top: 284px;
    ;
        left: calc(50% - 320px + 171px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846008536 .tn-elem[data-elem-id="1735294012082"] {
        top: 263px;
    ;
        left: calc(50% - 240px + 91px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846008536 .tn-elem[data-elem-id="1735294012082"] {
        top: 189px;
    ;
        left: calc(50% - 160px + 18px);
    ;
        height: auto;
    }
}

#rec846553870 .t396__artboard {
    height: 530px;
    background-color: #121211;
}

#rec846553870 .t396__filter {
    height: 530px;
}

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

@media screen and (max-width:1599px) {

    #rec846553870 .t396__artboard,
    #rec846553870 .t396__filter,
    #rec846553870 .t396__carrier {}

    #rec846553870 .t396__filter {}

    #rec846553870 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:1199px) {

    #rec846553870 .t396__artboard,
    #rec846553870 .t396__filter,
    #rec846553870 .t396__carrier {}

    #rec846553870 .t396__filter {}

    #rec846553870 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec846553870 .t396__artboard,
    #rec846553870 .t396__filter,
    #rec846553870 .t396__carrier {
        height: 770px;
    }

    #rec846553870 .t396__filter {}

    #rec846553870 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec846553870 .t396__artboard,
    #rec846553870 .t396__filter,
    #rec846553870 .t396__carrier {
        height: 800px;
    }

    #rec846553870 .t396__filter {}

    #rec846553870 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec846553870 .t396__artboard,
    #rec846553870 .t396__filter,
    #rec846553870 .t396__carrier {
        height: 710px;
    }

    #rec846553870 .t396__filter {}

    #rec846553870 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735292651694"] {
    z-index: 3;
    top: 42px;
;
    left: calc(50% - 800px + 80px);
;
    width: 1441px;
    height: 469px;
}

#rec846553870 .tn-elem[data-elem-id="1735292651694"] .tn-atom {
    border-radius: 60px 60px 60px 60px;
    background-color: #222222;
    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;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735292651694"] {
        display: table;
        left: calc(50% - 600px + 0px);
    ;
        width: 1200px;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735292651694"] {
        display: table;
        left: calc(50% - 480px + -6px);
    ;
        width: 973px;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735292651694"] {
        display: table;
        top: 82px;
    ;
        left: calc(50% - 320px + 2px);
    ;
        width: 641px;
        height: 696px;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735292651694"] {
        display: table;
        width: 480px;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735292651694"] {
        display: table;
        top: 18px;
    ;
        left: calc(50% - 160px + 0px);
    ;
        width: 100%;
        height: 648px;
        border-radius: 40px 40px 40px 40px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292651694"] .tn-atom {
        background-position: center center;
        background-size: cover;
        border-radius: 40px 40px 40px 40px;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735293760368"] {
    z-index: 3;
    top: 358px;
;
    left: calc(50% - 800px + 965px);
;
    width: 459px;
    height: auto;
}

#rec846553870 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735293760368"] {
    opacity: 0;
}

#rec846553870 .tn-elem[data-elem-id="1735293760368"] .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;
}

#rec846553870 .tn-elem[data-elem-id="1735293760368"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735293760368"] {
        display: table;
        top: 71px;
    ;
        left: calc(50% - 600px + 633px);
    ;
        width: 489px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735293760368"] {
        display: table;
        top: 63px;
    ;
        left: calc(50% - 480px + 449px);
    ;
        width: 442px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735293760368"] {
        display: table;
        top: 366px;
    ;
        left: calc(50% - 320px + 140px);
    ;
        width: 361px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735293760368"] {
        display: table;
        top: 365px;
    ;
        left: calc(50% - 240px + 60px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735293760368"] {
        display: table;
        top: 266px;
    ;
        left: calc(50% - 160px + 33px);
    ;
        width: 255px;
        height: auto;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735422333763"] {
    z-index: 3;
    top: 368px;
;
    left: calc(50% - 800px + 975px);
;
    width: 459px;
    height: auto;
}

#rec846553870 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735422333763"] {
    opacity: 0;
}

#rec846553870 .tn-elem[data-elem-id="1735422333763"] .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;
}

#rec846553870 .tn-elem[data-elem-id="1735422333763"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735422333763"] {
        display: table;
        top: 81pxpx;
    ;
        left: calc(50% - 600px + 643pxpx);
    ;
        width: 489px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735422333763"] {
        display: table;
        top: 73pxpx;
    ;
        left: calc(50% - 480px + 459pxpx);
    ;
        width: 442px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735422333763"] {
        display: table;
        top: 376pxpx;
    ;
        left: calc(50% - 320px + 150pxpx);
    ;
        width: 361px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735422333763"] {
        display: table;
        top: 375pxpx;
    ;
        left: calc(50% - 240px + 70pxpx);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735422333763"] {
        display: table;
        top: 1971px;
    ;
        left: calc(50% - 160px + 33px);
    ;
        width: 255px;
        height: auto;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735292945556"] {
    z-index: 3;
    top: 383px;
;
    left: calc(50% - 800px + 566px);
;
    width: 955px;
    height: auto;
}

#rec846553870 .tn-elem[data-elem-id="1735292945556"] .tn-atom {
    border-radius: 0px 0px 60px 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;
}

#rec846553870 .tn-elem[data-elem-id="1735292945556"] .tn-atom__img {
    border-radius: 0px 0px 60px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735292945556"] {
        display: table;
        left: calc(50% - 600px + 245px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735292945556"] {
        display: table;
        left: calc(50% - 480px + 5px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735292945556"] {
        display: table;
        top: 653px;
    ;
        left: calc(50% - 320px + 0px);
    ;
        width: 641px;
        height: auto;
        border-radius: 0px 0px 60px 60px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292945556"] .tn-atom {
        background-size: cover;
        border-radius: 0px 0px 60px 60px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292945556"] .tn-atom__img {
        border-radius: 0px 0px 60px 60px;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735292945556"] {
        display: table;
        top: 714px;
    ;
        width: 471px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735292945556"] {
        display: table;
        top: 631px;
    ;
        left: calc(50% - 160px + 0px);
    ;
        width: 92%;
        height: auto;
        border-radius: 0px 0px 40px 40px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292945556"] .tn-atom {
        background-size: cover;
        border-radius: 0px 0px 40px 40px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292945556"] .tn-atom__img {
        border-radius: 0px 0px 40px 40px;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735293029825"] {
    z-index: 3;
    top: 41px;
;
    left: calc(50% - 800px + 566px);
;
    width: 955px;
    height: auto;
}

#rec846553870 .tn-elem[data-elem-id="1735293029825"] .tn-atom {
    border-radius: 0px 0px 0px 60px;
    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;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

#rec846553870 .tn-elem[data-elem-id="1735293029825"] .tn-atom__img {
    border-radius: 0px 0px 0px 60px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735293029825"] {
        display: table;
        left: calc(50% - 600px + 245px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735293029825"] {
        display: table;
        left: calc(50% - 480px + 5px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735293029825"] {
        display: table;
        top: 351px;
    ;
        left: calc(50% - 320px + 2px);
    ;
        width: 641px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735293029825"] {
        display: table;
        top: 341px;
    ;
        left: calc(50% - 240px + -1px);
    ;
        width: 481px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735293029825"] {
        display: table;
        top: 253px;
    ;
        left: calc(50% - 160px + -53px);
    ;
        width: 426px;
        height: auto;
        border-radius: 0px 0px 0px 0px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735293029825"] .tn-atom {
        background-size: cover;
        border-radius: 0px 0px 0px 0px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735293029825"] .tn-atom__img {
        border-radius: 0px 0px 0px 0px;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735293002730"] {
    z-index: 3;
    top: 511px;
;
    left: calc(50% - 800px + 591px);
;
    width: 1085px;
    height: 100px;
}

#rec846553870 .tn-elem[data-elem-id="1735293002730"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735293002730"] {
        display: table;
        left: calc(50% - 600px + 58px);
    ;
        width: 1349px;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735293002730"] {
        display: table;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735293002730"] {
        display: table;
        top: 739px;
    ;
        left: calc(50% - 320px + -393px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735293002730"] {
        display: table;
        top: 777px;
    ;
        left: calc(50% - 240px + -392px);
    ;
        height: 86px;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735293002730"] {
        display: table;
        top: 672px;
    ;
        left: calc(50% - 160px + -514px);
    ;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735380270943"] {
    z-index: 3;
    top: 306px;
;
    left: calc(50% - 800px + 750px);
;
    width: 100px;
    height: 100px;
}

#rec846553870 .tn-elem[data-elem-id="1735380270943"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-color: #222222;
    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;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735380270943"] {
        display: table;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735380270943"] {
        display: table;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735380270943"] {
        display: table;
        top: 81px;
    ;
        left: calc(50% - 320px + 80px);
    ;
        width: 481px;
        height: 293px;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735380270943"] {
        display: table;
        top: 81px;
    ;
        left: calc(50% - 240px + 65px);
    ;
        width: 351px;
        height: 281px;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735380270943"] {
        display: table;
        top: 18px;
    ;
        left: calc(50% - 160px + 0px);
    ;
        width: 100%;
        height: 251px;
        border-radius: 40px 40px 0px 0px;
    }

    #rec846553870 .tn-elem[data-elem-id="1735380270943"] .tn-atom {
        background-position: center center;
        background-size: cover;
        border-radius: 40px 40px 0px 0px;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735293015967"] {
    z-index: 3;
    top: -73px;
;
    left: calc(50% - 800px + 588px);
;
    width: 1085px;
    height: 114px;
}

#rec846553870 .tn-elem[data-elem-id="1735293015967"] .tn-atom {
    border-radius: 0px 0px 0px 0px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735293015967"] {
        display: table;
        left: calc(50% - 600px + 58px);
    ;
        width: 1450px;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735293015967"] {
        display: table;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735293015967"] {
        display: table;
        top: -33px;
    ;
        left: calc(50% - 320px + -405px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735293015967"] {
        display: table;
        top: -32px;
    ;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735293015967"] {
        display: table;
        top: -15px;
    ;
        left: calc(50% - 160px + -352px);
    ;
        height: 34px;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735292741218"] {
    color: #9f9f9f;
    z-index: 3;
    top: 152px;
;
    left: calc(50% - 800px + 162px);
;
    width: 678px;
    height: auto;
}

#rec846553870 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 35px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 300;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735292741218"] {
        display: table;
        top: 153px;
    ;
        left: calc(50% - 600px + 77px);
    ;
        width: 505px;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 30px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735292741218"] {
        display: table;
        left: calc(50% - 480px + 68px);
    ;
        width: 324px;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735292741218"] {
        display: table;
        top: 147px;
    ;
        left: calc(50% - 320px + 99px);
    ;
        width: 443px;
        height: auto;
        text-align: center;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735292741218"] {
        display: table;
        top: 134px;
    ;
        left: calc(50% - 240px + 19px);
    ;
        width: 401px;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 20px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735292741218"] {
        display: table;
        top: 65px;
    ;
        left: calc(50% - 160px + 11px);
    ;
        width: 298px;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292741218"] .tn-atom {
        font-size: 18px;
        background-size: cover;
    }
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] {
    color: #ffffff;
    text-align: center;
    z-index: 3;
    top: 339px;
;
    left: calc(50% - 800px + 162px);
;
    width: 440px;
    height: 65px;
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 90px 90px 90px 90px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-color: #e02334;
    --t396-bgcolor-image: none;
    --t396-bgcolor-hover-color: #222222;
    --t396-bgcolor-hover-image: none;
    background-color: var(--t396-bgcolor-color, transparent);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
    display: none;
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
        color: #e02334;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover .tn-atom__button-text {
        color: #e02334;
    }
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] {
        display: block;
        top: 340px;
    ;
        left: calc(50% - 600px + 77px);
    ;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] {
        display: block;
        left: calc(50% - 480px + 68px);
    ;
        width: 326px;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] {
        display: block;
        top: 272px;
    ;
        left: calc(50% - 320px + 157px);
    ;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] {
        display: block;
        top: 251px;
    ;
        left: calc(50% - 240px + 77px);
    ;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735292819393"] {
        display: block;
        top: 180px;
    ;
        left: calc(50% - 160px + 5px);
    ;
        width: 310px;
        height: auto;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom {
        font-size: 14px;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom::after {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846553870 .tn-elem[data-elem-id="1735292819393"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec846553870 .tn-elem[data-elem-id="1735294012082"] {
    z-index: 3;
    top: 351px;
;
    left: calc(50% - 800px + 176px);
;
    width: 41px;
    height: auto;
}

#rec846553870 .tn-elem[data-elem-id="1735294012082"] .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;
}

#rec846553870 .tn-elem[data-elem-id="1735294012082"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media (min-width:1200px) {
    #rec846553870 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735294012082"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec846553870 .tn-elem[data-elem-id="1735294012082"] {
        display: table;
        top: 352px;
    ;
        left: calc(50% - 600px + 91px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846553870 .tn-elem[data-elem-id="1735294012082"] {
        display: table;
        left: calc(50% - 480px + 82px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846553870 .tn-elem[data-elem-id="1735294012082"] {
        display: table;
        top: 284px;
    ;
        left: calc(50% - 320px + 171px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846553870 .tn-elem[data-elem-id="1735294012082"] {
        display: table;
        top: 263px;
    ;
        left: calc(50% - 240px + 91px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846553870 .tn-elem[data-elem-id="1735294012082"] {
        display: table;
        top: 192px;
    ;
        left: calc(50% - 160px + 18px);
    ;
        height: auto;
    }
}

#rec1671208061 .t396__artboard {
    height: 910px;
    background-color: #222222;
}

#rec1671208061 .t396__filter {
    height: 910px;
}

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

@media screen and (max-width:1599px) {

    #rec1671208061 .t396__artboard,
    #rec1671208061 .t396__filter,
    #rec1671208061 .t396__carrier {
        height: 820px;
    }

    #rec1671208061 .t396__filter {}

    #rec1671208061 .t396__carrier {
        background-position: left bottom;
        background-image: unset;
        background-attachment: scroll;
    }
}

@media screen and (max-width:1199px) {

    #rec1671208061 .t396__artboard,
    #rec1671208061 .t396__filter,
    #rec1671208061 .t396__carrier {
        height: 1430px;
    }

    #rec1671208061 .t396__filter {}

    #rec1671208061 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec1671208061 .t396__artboard,
    #rec1671208061 .t396__filter,
    #rec1671208061 .t396__carrier {
        height: 2280px;
    }

    #rec1671208061 .t396__filter {}

    #rec1671208061 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec1671208061 .t396__artboard,
    #rec1671208061 .t396__filter,
    #rec1671208061 .t396__carrier {
        height: 2280px;
    }

    #rec1671208061 .t396__artboard {
        background-color: #222222;
    }

    #rec1671208061 .t396__filter {}

    #rec1671208061 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec1671208061 .t396__artboard,
    #rec1671208061 .t396__filter,
    #rec1671208061 .t396__carrier {
        height: 2105px;
    }

    #rec1671208061 .t396__filter {}

    #rec1671208061 .t396__carrier {
        background-attachment: scroll;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473618"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 1208px);
;
    width: 360px;
    height: 530px;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473618"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 938px);
    ;
        width: 292px;
        height: 523px;
        border-radius: 40px 40px 40px 40px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 40px 40px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] {
        display: table;
        top: 899px;
    ;
        left: calc(50% - 480px + 388px);
    ;
        width: 339px;
        height: 479px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] {
        display: table;
        top: 1755px;
    ;
        left: calc(50% - 320px + 0px);
    ;
        height: 475px;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] {
        display: table;
        top: 1606px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 457px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473618"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473621"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 833px);
;
    width: 360px;
    height: 530px;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473621"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 626px);
    ;
        width: 292px;
        height: 523px;
        border-radius: 40px 40px 40px 40px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 40px 40px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] {
        display: table;
        top: 899px;
    ;
        left: calc(50% - 480px + -2px);
    ;
        width: 339px;
        height: 479px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] {
        display: table;
        top: 1278px;
    ;
        left: calc(50% - 320px + 1px);
    ;
        height: 454px;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] {
        display: table;
        top: 1116px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 470px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473621"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821965"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 458px);
;
    width: 360px;
    height: 530px;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821965"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 314px);
    ;
        width: 292px;
        height: 523px;
        border-radius: 40px 40px 40px 40px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 40px 40px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] {
        display: table;
        top: 375px;
    ;
        left: calc(50% - 480px + 388px);
    ;
        width: 339px;
        height: 479px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] {
        display: table;
        top: 778px;
    ;
        left: calc(50% - 320px + 1px);
    ;
        height: 475px;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] {
        display: table;
        top: 604px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 492px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821965"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821969"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 458px);
;
    width: 360px;
    height: 234px;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821969"] .tn-atom {
    border-radius: 55px 55px 0px 0px;
    background-position: 0.000% 24.327%;
    background-size: 100.000%;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 314px);
    ;
        width: 292px;
        height: 209px;
        border-radius: 40px 40px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 0px 0px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] {
        display: table;
        top: 375px;
    ;
        left: calc(50% - 480px + 388px);
    ;
        width: 339px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] {
        display: table;
        top: 778px;
    ;
        left: calc(50% - 320px + 1px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] {
        display: table;
        top: 604px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 178px;
        border-radius: 35px 35px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821969"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 0px 0px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300438520"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 83px);
;
    width: 360px;
    height: 530px;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438520"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 2px);
    ;
        width: 292px;
        height: 523px;
        border-radius: 40px 40px 40px 40px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 40px 40px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] {
        display: table;
        top: 375px;
    ;
        width: 339px;
        height: 479px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] {
        display: table;
        top: 301px;
    ;
        height: 454px;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] {
        display: table;
        top: 140px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 444px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300438520"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300692011"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 83px);
;
    width: 360px;
    height: 234px;
}

#rec1671208061 .tn-elem[data-elem-id="1735300692011"] .tn-atom {
    border-radius: 55px 55px 0px 0px;
    background-position: 0.000% 39.842%;
    background-size: 100.000%;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 2px);
    ;
        width: 292px;
        height: 209px;
        border-radius: 40px 40px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 0px 0px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] {
        display: table;
        top: 375px;
    ;
        width: 339px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] {
        display: table;
        top: 301px;
    ;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] {
        display: table;
        top: 140px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 178px;
        border-radius: 35px 35px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300692011"] .tn-atom {
        background-position: 92.321% 31.718%;
        background-size: 108.900%;
        border-radius: 35px 35px 0px 0px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300438526"] {
    z-index: 3;
    top: 362px;
;
    left: calc(50% - 800px + 347px);
;
    width: 97px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438526"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438526"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438526"] {
        display: table;
        top: 285px;
    ;
        left: calc(50% - 600px + 198px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438526"] {
        display: table;
        top: 374px;
    ;
        left: calc(50% - 480px + 244px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438526"] {
        display: table;
        top: 300px;
    ;
        left: calc(50% - 320px + 245px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438526"] {
        display: table;
        left: calc(50% - 240px + 243px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438526"] {
        display: table;
        top: 139px;
    ;
        left: calc(50% - 160px + 247px);
    ;
        width: 78px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735290355127"] {
    z-index: 3;
    top: -115px;
;
    left: calc(50% - 50% + 0px);
;
    width: 100%;
    height: 215px;
}

#rec1671208061 .tn-elem[data-elem-id="1735290355127"] .tn-atom {
    border-radius: 60px 60px 60px 60px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735290355127"] {
        display: table;
        top: -115px;
    ;
        left: calc(50% - 50% + 0px);
    ;
        width: 100%;
        height: 177px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735290355127"] {
        display: table;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735290355127"] {
        display: table;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735290355127"] {
        display: table;
        top: -115px;
    ;
        left: calc(50% - 50% + 0px);
    ;
        width: 100%;
        height: 215px;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735290355127"] {
        display: table;
        top: 234px;
    ;
        left: calc(50% - 50% + 509px);
    ;
        width: 100%;
        height: 164px;
        border-radius: 45px 45px 45px 45px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735290355127"] .tn-atom {
        background-size: cover;
        border-radius: 45px 45px 45px 45px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735287648583"] {
    color: #ffffff;
    z-index: 3;
    top: 238px;
;
    left: calc(50% - 800px + 81px);
;
    width: 682px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735287648583"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 65px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -2px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] {
        display: table;
        top: 183px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 512px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] {
        display: table;
        top: 241px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        width: 488px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] {
        display: table;
        top: 209px;
    ;
        width: 488px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] .tn-atom {
        font-size: 40px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] {
        display: table;
        width: 312px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] .tn-atom {
        font-size: 35px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] {
        display: table;
        top: 71px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 331px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287648583"] .tn-atom {
        font-size: 28px;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735287565473"] {
    color: #595959;
    z-index: 3;
    top: 176px;
;
    left: calc(50% - 800px + 81px);
;
    width: 136px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735287565473"] .tn-atom {
    vertical-align: middle;
    color: #595959;
    font-size: 25px;
    font-family: 'Onest', 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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] {
        display: table;
        top: 121px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] .tn-atom {
        font-size: 25px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] {
        display: table;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] .tn-atom {
        font-size: 19px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] {
        display: table;
        top: 160px;
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] {
        display: table;
        top: 37px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735287565473"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300438538"] {
    color: #9f9f9f;
    z-index: 3;
    top: 709px;
;
    left: calc(50% - 800px + 115px);
;
    width: 267px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438538"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] {
        display: table;
        top: 579px;
    ;
        left: calc(50% - 600px + 33px);
    ;
        width: 215px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] .tn-atom {
        font-size: 14px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] {
        display: table;
        top: 680px;
    ;
        width: 266px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] {
        display: table;
        top: 606px;
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] {
        display: table;
        left: calc(50% - 240px + 31px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] {
        display: table;
        top: 425px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        width: 248px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300438538"] .tn-atom {
        font-size: 15px;
        line-height: 1.35;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300438536"] {
    color: #ffffff;
    z-index: 3;
    top: 636px;
;
    left: calc(50% - 800px + 115px);
;
    width: 243px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438536"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] {
        display: table;
        top: 513px;
    ;
        left: calc(50% - 600px + 34px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] {
        display: table;
        top: 614px;
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] {
        display: table;
        top: 540px;
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] {
        display: table;
        left: calc(50% - 240px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] {
        display: table;
        top: 352px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300438536"] .tn-atom {
        font-size: 25px;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300438532"] {
    z-index: 3;
    top: 380px;
;
    left: calc(50% - 800px + 397px);
;
    width: 47px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438532"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735300438532"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438532"] {
        display: table;
        top: 301px;
    ;
        left: calc(50% - 600px + 248px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438532"] {
        display: table;
        top: 390px;
    ;
        left: calc(50% - 480px + 294px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438532"] {
        display: table;
        top: 316px;
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438532"] {
        display: table;
        left: calc(50% - 240px + 292px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300438532"] {
        display: table;
        top: 155px;
    ;
        left: calc(50% - 160px + 288px);
    ;
        width: 35px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735300657652"] {
    color: #e02334;
    z-index: 3;
    top: 637px;
;
    left: calc(50% - 800px + 371px);
;
    width: 44px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735300657652"] .tn-atom {
    vertical-align: middle;
    color: #e02334;
    font-size: 20px;
    font-family: 'Onest', 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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300657652"] {
        display: table;
        top: 757px;
    ;
        left: calc(50% - 600px + 215px);
    ;
        width: 44px;
        height: auto;
        text-align: right;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735300657652"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300657652"] {
        display: table;
        top: 611px;
    ;
        left: calc(50% - 480px + 266px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300657652"] {
        display: table;
        top: 540px;
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300657652"] {
        display: table;
        left: calc(50% - 240px + 264px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735300657652"] {
        display: table;
        top: 352px;
    ;
        left: calc(50% - 160px + 256px);
    ;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821981"] {
    color: #ffffff;
    z-index: 3;
    top: 636px;
;
    left: calc(50% - 800px + 490px);
;
    width: 243px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821981"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] {
        display: table;
        top: 513px;
    ;
        left: calc(50% - 600px + 346px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] {
        display: table;
        top: 614px;
    ;
        left: calc(50% - 480px + 420px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] {
        display: table;
        top: 1017px;
    ;
        left: calc(50% - 320px + 33px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] {
        display: table;
        left: calc(50% - 240px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] {
        display: table;
        top: 816px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821981"] .tn-atom {
        font-size: 25px;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821978"] {
    color: #9f9f9f;
    z-index: 3;
    top: 709px;
;
    left: calc(50% - 800px + 490px);
;
    width: 267px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821978"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] {
        display: table;
        top: 579px;
    ;
        left: calc(50% - 600px + 345px);
    ;
        width: 244px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] .tn-atom {
        font-size: 14px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] {
        display: table;
        top: 680px;
    ;
        left: calc(50% - 480px + 419px);
    ;
        width: 266px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] {
        display: table;
        top: 1083px;
    ;
        left: calc(50% - 320px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] {
        display: table;
        left: calc(50% - 240px + 31px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] {
        display: table;
        top: 889px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        width: 248px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821978"] .tn-atom {
        font-size: 15px;
        line-height: 1.35;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821972"] {
    z-index: 3;
    top: 362px;
;
    left: calc(50% - 800px + 722px);
;
    width: 97px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821972"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821972"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821972"] {
        display: table;
        top: 285px;
    ;
        left: calc(50% - 600px + 510px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821972"] {
        display: table;
        top: 375px;
    ;
        left: calc(50% - 480px + 631px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821972"] {
        display: table;
        top: 777px;
    ;
        left: calc(50% - 320px + 244px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821972"] {
        display: table;
        left: calc(50% - 240px + 243px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821972"] {
        display: table;
        top: 603px;
    ;
        left: calc(50% - 160px + 247px);
    ;
        width: 78px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821987"] {
    color: #e02334;
    z-index: 3;
    top: 637px;
;
    left: calc(50% - 800px + 746px);
;
    width: 44px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821987"] .tn-atom {
    vertical-align: middle;
    color: #e02334;
    font-size: 20px;
    font-family: 'Onest', 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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821987"] {
        display: table;
        top: 757px;
    ;
        left: calc(50% - 600px + 527px);
    ;
        width: 44px;
        height: auto;
        text-align: right;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735313821987"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821987"] {
        display: table;
        top: 611px;
    ;
        left: calc(50% - 480px + 638px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821987"] {
        display: table;
        top: 1017px;
    ;
        left: calc(50% - 320px + 251px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821987"] {
        display: table;
        left: calc(50% - 240px + 264px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821987"] {
        display: table;
        top: 816px;
    ;
        left: calc(50% - 160px + 256px);
    ;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735313821983"] {
    z-index: 3;
    top: 380px;
;
    left: calc(50% - 800px + 772px);
;
    width: 47px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821983"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735313821983"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821983"] {
        display: table;
        top: 301px;
    ;
        left: calc(50% - 600px + 560px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821983"] {
        display: table;
        top: 391px;
    ;
        left: calc(50% - 480px + 681px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821983"] {
        display: table;
        top: 793px;
    ;
        left: calc(50% - 320px + 294px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821983"] {
        display: table;
        left: calc(50% - 240px + 292px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735313821983"] {
        display: table;
        top: 619px;
    ;
        left: calc(50% - 160px + 288px);
    ;
        width: 35px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473638"] {
    color: #e02334;
    z-index: 3;
    top: 653px;
;
    left: calc(50% - 800px + 1496px);
;
    width: 44px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473638"] .tn-atom {
    vertical-align: middle;
    color: #e02334;
    font-size: 20px;
    font-family: 'Onest', 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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473638"] {
        display: table;
        top: 757px;
    ;
        left: calc(50% - 600px + 1151px);
    ;
        width: 44px;
        height: auto;
        text-align: right;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473638"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473638"] {
        display: table;
        top: 1136px;
    ;
        left: calc(50% - 480px + 638px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473638"] {
        display: table;
        top: 1994px;
    ;
        left: calc(50% - 320px + 250px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473638"] {
        display: table;
        left: calc(50% - 240px + 264px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473638"] {
        display: table;
        top: 1818px;
    ;
        left: calc(50% - 160px + 256px);
    ;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473633"] {
    color: #9f9f9f;
    z-index: 3;
    top: 680px;
;
    left: calc(50% - 800px + 1240px);
;
    width: 267px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473633"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] {
        display: table;
        top: 579px;
    ;
        left: calc(50% - 600px + 969px);
    ;
        width: 244px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] .tn-atom {
        font-size: 14px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] {
        display: table;
        top: 1179px;
    ;
        left: calc(50% - 480px + 419px);
    ;
        width: 266px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] {
        display: table;
        top: 2034px;
    ;
        left: calc(50% - 320px + 31px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] {
        display: table;
        left: calc(50% - 240px + 31px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] {
        display: table;
        top: 1862px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        width: 257px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473633"] .tn-atom {
        font-size: 15px;
        line-height: 1.35;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473632"] {
    color: #ffffff;
    z-index: 3;
    top: 636px;
;
    left: calc(50% - 800px + 1240px);
;
    width: 243px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473632"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] {
        display: table;
        top: 513px;
    ;
        left: calc(50% - 600px + 970px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] {
        display: table;
        top: 1139px;
    ;
        left: calc(50% - 480px + 420px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] {
        display: table;
        top: 1994px;
    ;
        left: calc(50% - 320px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] {
        display: table;
        left: calc(50% - 240px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] {
        display: table;
        top: 1818px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473632"] .tn-atom {
        font-size: 25px;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473631"] {
    color: #e02334;
    z-index: 3;
    top: 637px;
;
    left: calc(50% - 800px + 1121px);
;
    width: 44px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473631"] .tn-atom {
    vertical-align: middle;
    color: #e02334;
    font-size: 20px;
    font-family: 'Onest', 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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473631"] {
        display: table;
        top: 757px;
    ;
        left: calc(50% - 600px + 840px);
    ;
        width: 44px;
        height: auto;
        text-align: right;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473631"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473631"] {
        display: table;
        top: 1136px;
    ;
        left: calc(50% - 480px + 263px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473631"] {
        display: table;
        top: 1517px;
    ;
        left: calc(50% - 320px + 266px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473631"] {
        display: table;
        left: calc(50% - 240px + 264px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473631"] {
        display: table;
        top: 1328px;
    ;
        left: calc(50% - 160px + 256px);
    ;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473627"] {
    color: #ffffff;
    z-index: 3;
    top: 636px;
;
    left: calc(50% - 800px + 865px);
;
    width: 243px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473627"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] {
        display: table;
        top: 513px;
    ;
        left: calc(50% - 600px + 658px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] {
        display: table;
        top: 1138px;
    ;
        left: calc(50% - 480px + 30px);
    ;
        width: 183px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] {
        display: table;
        top: 1517px;
    ;
        left: calc(50% - 320px + 33px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] {
        display: table;
        left: calc(50% - 240px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] {
        display: table;
        top: 1330px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473627"] .tn-atom {
        font-size: 25px;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473626"] {
    color: #9f9f9f;
    z-index: 3;
    top: 709px;
;
    left: calc(50% - 800px + 865px);
;
    width: 289px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473626"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    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;
    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:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] {
        display: table;
        top: 579px;
    ;
        left: calc(50% - 600px + 657px);
    ;
        width: 215px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] .tn-atom {
        font-size: 14px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] {
        display: table;
        top: 1204px;
    ;
        left: calc(50% - 480px + 29px);
    ;
        width: 266px;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] {
        display: table;
        top: 1583px;
    ;
        left: calc(50% - 320px + 32px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] {
        display: table;
        left: calc(50% - 240px + 31px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] {
        display: table;
        top: 1403px;
    ;
        left: calc(50% - 160px + 20px);
    ;
        width: 255px;
        height: auto;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473626"] .tn-atom {
        font-size: 15px;
        line-height: 1.35;
        background-size: cover;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473622"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 833px);
;
    width: 360px;
    height: 234px;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473622"] .tn-atom {
    border-radius: 55px 55px 0px 0px;
    background-position: 43.167% 0.000%;
    background-size: 142.249%;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 626px);
    ;
        width: 292px;
        height: 209px;
        border-radius: 40px 40px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 0px 0px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] {
        display: table;
        top: 899px;
    ;
        left: calc(50% - 480px + -2px);
    ;
        width: 339px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] {
        display: table;
        top: 1278px;
    ;
        left: calc(50% - 320px + 1px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] {
        display: table;
        top: 1116px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 178px;
        border-radius: 35px 35px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473622"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 0px 0px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473620"] {
    z-index: 3;
    top: 363px;
;
    left: calc(50% - 800px + 1208px);
;
    width: 360px;
    height: 234px;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473620"] .tn-atom {
    border-radius: 55px 55px 0px 0px;
    background-position: 49.931% 0.000%;
    background-size: 141.044%;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] {
        display: table;
        top: 286px;
    ;
        left: calc(50% - 600px + 938px);
    ;
        width: 292px;
        height: 209px;
        border-radius: 40px 40px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] .tn-atom {
        background-size: cover;
        border-radius: 40px 40px 0px 0px;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] {
        display: table;
        top: 899px;
    ;
        left: calc(50% - 480px + 388px);
    ;
        width: 339px;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] {
        display: table;
        top: 1755px;
    ;
        left: calc(50% - 320px + 0px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] {
        display: table;
        left: calc(50% - 240px + 0px);
    ;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] {
        display: table;
        top: 1606px;
    ;
        left: calc(50% - 160px + -6px);
    ;
        width: 330px;
        height: 178px;
        border-radius: 35px 35px 0px 0px;
    }

    #rec1671208061 .tn-elem[data-elem-id="1735381473620"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 0px 0px;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473635"] {
    z-index: 3;
    top: 362px;
;
    left: calc(50% - 800px + 1472px);
;
    width: 97px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473635"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473635"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473635"] {
        display: table;
        top: 285px;
    ;
        left: calc(50% - 600px + 1134px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473635"] {
        display: table;
        top: 900px;
    ;
        left: calc(50% - 480px + 631px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473635"] {
        display: table;
        top: 1754px;
    ;
        left: calc(50% - 320px + 244px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473635"] {
        display: table;
        left: calc(50% - 240px + 243px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473635"] {
        display: table;
        top: 1605px;
    ;
        left: calc(50% - 160px + 247px);
    ;
        width: 78px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473623"] {
    z-index: 3;
    top: 362px;
;
    left: calc(50% - 800px + 1097px);
;
    width: 97px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473623"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473623"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473623"] {
        display: table;
        top: 285px;
    ;
        left: calc(50% - 600px + 822px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473623"] {
        display: table;
        top: 898px;
    ;
        left: calc(50% - 480px + 241px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473623"] {
        display: table;
        top: 1277px;
    ;
        left: calc(50% - 320px + 244px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473623"] {
        display: table;
        left: calc(50% - 240px + 243px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473623"] {
        display: table;
        top: 1115px;
    ;
        left: calc(50% - 160px + 247px);
    ;
        width: 78px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473639"] {
    z-index: 3;
    top: 396px;
;
    left: calc(50% - 800px + 1522px);
;
    width: 47px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473639"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473639"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473639"] {
        display: table;
        top: 301px;
    ;
        left: calc(50% - 600px + 1184px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473639"] {
        display: table;
        top: 914px;
    ;
        left: calc(50% - 480px + 681px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473639"] {
        display: table;
        top: 1770px;
    ;
        left: calc(50% - 320px + 307px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473639"] {
        display: table;
        left: calc(50% - 240px + 292px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473639"] {
        display: table;
        top: 1621px;
    ;
        left: calc(50% - 160px + 288px);
    ;
        width: 35px;
        height: auto;
    }
}

#rec1671208061 .tn-elem[data-elem-id="1735381473629"] {
    z-index: 3;
    top: 380px;
;
    left: calc(50% - 800px + 1147px);
;
    width: 47px;
    height: auto;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473629"] .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;
}

#rec1671208061 .tn-elem[data-elem-id="1735381473629"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media screen and (max-width:1599px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473629"] {
        display: table;
        top: 301px;
    ;
        left: calc(50% - 600px + 872px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473629"] {
        display: table;
        top: 914px;
    ;
        left: calc(50% - 480px + 291px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473629"] {
        display: table;
        top: 1293px;
    ;
        left: calc(50% - 320px + 294px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473629"] {
        display: table;
        left: calc(50% - 240px + 292px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec1671208061 .tn-elem[data-elem-id="1735381473629"] {
        display: table;
        top: 1131px;
    ;
        left: calc(50% - 160px + 288px);
    ;
        width: 35px;
        height: auto;
    }
}

#rec846022953 .t396__artboard {
    height: 950px;
    background-color: #222222;
}

#rec846022953 .t396__filter {
    height: 950px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 17, 0.65)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, rgba(18, 18, 17, 0.65), rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, rgba(18, 18, 17, 0.65), rgba(255, 255, 255, 0));
    will-change: transform;
}

#rec846022953 .t396__carrier {
    height: 950px;
    background-position: center center;
    background-attachment: scroll;
    background-image: url('https://static.tildacdn.net/tild3933-6233-4162-a437-633930303465/tild3034-3565-4135-b.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width:1599px) {

    #rec846022953 .t396__artboard,
    #rec846022953 .t396__filter,
    #rec846022953 .t396__carrier {}

    #rec846022953 .t396__filter {}

    #rec846022953 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:1199px) {

    #rec846022953 .t396__artboard,
    #rec846022953 .t396__filter,
    #rec846022953 .t396__carrier {
        height: 1230px;
    }

    #rec846022953 .t396__filter {}

    #rec846022953 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:959px) {

    #rec846022953 .t396__artboard,
    #rec846022953 .t396__filter,
    #rec846022953 .t396__carrier {
        height: 1870px;
    }

    #rec846022953 .t396__filter {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 17, 0.65)), to(rgba(34, 34, 34, 1)));
        background-image: -webkit-linear-gradient(top, rgba(18, 18, 17, 0.65), rgba(34, 34, 34, 1));
        background-image: linear-gradient(to bottom, rgba(18, 18, 17, 0.65), rgba(34, 34, 34, 1));
        background-color: unset;
        will-change: transform;
    }

    #rec846022953 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:639px) {

    #rec846022953 .t396__artboard,
    #rec846022953 .t396__filter,
    #rec846022953 .t396__carrier {
        height: 1980px;
    }

    #rec846022953 .t396__filter {}

    #rec846022953 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width:479px) {

    #rec846022953 .t396__artboard,
    #rec846022953 .t396__filter,
    #rec846022953 .t396__carrier {
        height: 1360px;
    }

    #rec846022953 .t396__filter {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 17, 1)), to(rgba(18, 18, 17, 1)));
        background-image: -webkit-linear-gradient(top, rgba(18, 18, 17, 1), rgba(18, 18, 17, 1));
        background-image: linear-gradient(to bottom, rgba(18, 18, 17, 1), rgba(18, 18, 17, 1));
        background-color: unset;
        will-change: transform;
    }

    #rec846022953 .t396__carrier {
        background-image: unset;
        background-attachment: scroll;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735300077331"] {
    z-index: 3;
    top: 191px;
;
    left: calc(50% - 800px + 1114px);
;
    width: 460px;
    height: 705px;
}

#rec846022953 .tn-elem[data-elem-id="1735300077331"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077331"] {
        display: table;
        top: 191px;
    ;
        left: calc(50% - 600px + 910px);
    ;
        width: 390px;
        height: 654px;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077331"] {
        display: table;
        top: 506px;
    ;
        left: calc(50% - 480px + 438px);
    ;
        width: 395px;
        height: 655px;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077331"] {
        display: table;
        top: 1044px;
    ;
        left: calc(50% - 320px + 1px);
    ;
        height: 641px;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077331"] {
        display: table;
        top: 1133px;
    ;
        left: calc(50% - 240px + 0px);
    ;
        width: 388px;
        height: 695px;
        border-radius: 45px 45px 45px 45px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077331"] .tn-atom {
        background-size: cover;
        border-radius: 45px 45px 45px 45px;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077331"] {
        display: table;
        top: 732px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 330px;
        height: 527px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077331"] .tn-atom {
        background-color: #4c4c4c;
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
        opacity: 0.25;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735297785510"] {
    z-index: 3;
    top: 191px;
;
    left: calc(50% - 800px + 629px);
;
    width: 461px;
    height: 705px;
}

#rec846022953 .tn-elem[data-elem-id="1735297785510"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #121211;
    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;
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785510"] {
        display: table;
        top: 191px;
    ;
        left: calc(50% - 600px + 494px);
    ;
        width: 390px;
        height: 654px;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785510"] {
        display: table;
        top: 507px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        width: 395px;
        height: 655px;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785510"] {
        display: table;
        top: 375px;
    ;
        left: calc(50% - 320px + 1px);
    ;
        height: 641px;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785510"] {
        display: table;
        top: 398px;
    ;
        left: calc(50% - 240px + 1px);
    ;
        width: 388px;
        height: 708px;
        border-radius: 45px 45px 45px 45px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785510"] .tn-atom {
        background-size: cover;
        border-radius: 45px 45px 45px 45px;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785510"] {
        display: table;
        top: 185px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 330px;
        height: 527px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785510"] .tn-atom {
        background-color: #4c4c4c;
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
        opacity: 0.25;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] {
    color: #ffffff;
    text-align: center;
    z-index: 3;
    top: 550px;
;
    left: calc(50% - 800px + 84px);
;
    width: 440px;
    height: 65px;
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 90px 90px 90px 90px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-color: #e02334;
    --t396-bgcolor-image: none;
    --t396-bgcolor-hover-color: #222222;
    --t396-bgcolor-hover-image: none;
    background-color: var(--t396-bgcolor-color, transparent);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom::after {
    display: none;
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
        color: #e02334;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover .tn-atom__button-text {
        color: #e02334;
    }
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] {
        display: block;
        top: 516px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 412px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] {
        display: block;
        top: 361px;
    ;
        left: calc(50% - 480px + 549px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] {
        display: block;
        top: 1737px;
    ;
        left: calc(50% - 320px + 1px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] {
        display: block;
        top: 1866px;
    ;
        left: calc(50% - 240px + 1px);
    ;
        width: 388px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom {
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033764"] {
        display: block;
        top: 1286px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 330px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom {
        font-size: 15px;
        background-size: cover;
        background-color: var(--t396-bgcolor-color, transparent);
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735295033764"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec846022953 .tn-elem[data-elem-id="1735294382775"] {
    color: #ffffff;
    z-index: 3;
    top: 256px;
;
    left: calc(50% - 800px + 81px);
;
    width: 530px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735294382775"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 65px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: -2px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382775"] {
        display: table;
        top: 255px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 249px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382775"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382775"] {
        display: table;
        top: 241px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        width: 250px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382775"] .tn-atom {
        font-size: 55px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382775"] {
        display: table;
        top: 222px;
    ;
        width: 397px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382775"] .tn-atom {
        font-size: 40px;
        background-size: cover;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382775"] {
        display: table;
        width: 161px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382775"] .tn-atom {
        font-size: 35px;
        background-size: cover;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382775"] {
        display: table;
        top: 81px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 304px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382775"] .tn-atom {
        font-size: 28px;
        background-size: cover;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735294382782"] {
    color: #595959;
    z-index: 3;
    top: 192px;
;
    left: calc(50% - 800px + 81px);
;
    width: 214px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735294382782"] .tn-atom {
    vertical-align: middle;
    color: #595959;
    font-size: 25px;
    font-family: 'Onest', 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;
    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:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382782"] {
        display: table;
        left: calc(50% - 600px + 0px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382782"] .tn-atom {
        font-size: 25px;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382782"] {
        display: table;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382782"] .tn-atom {
        font-size: 19px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382782"] {
        display: table;
        top: 173px;
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382782"] {
        display: table;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735294382782"] {
        display: table;
        top: 47px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294382782"] .tn-atom {
        font-size: 16px;
        background-size: cover;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735294200016"] {
    z-index: 3;
    top: -101px;
;
    left: calc(50% - 50% + 0px);
;
    width: 100%;
    height: 193px;
}

#rec846022953 .tn-elem[data-elem-id="1735294200016"] .tn-atom {
    border-radius: 60px 60px 60px 60px;
    background-color: #222222;
    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;
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735294200016"] {
        display: table;
        top: -101px;
    ;
        left: calc(50% - 50% + 0px);
    ;
        width: 100%;
        height: 193px;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735294200016"] {
        display: table;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735294200016"] {
        display: table;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735294200016"] {
        display: table;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735294200016"] {
        display: table;
        top: -103px;
    ;
        left: calc(50% - 50% + 642px);
    ;
        width: 100%;
        height: 146px;
        border-radius: 45px 45px 45px 45px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735294200016"] .tn-atom {
        background-size: cover;
        border-radius: 45px 45px 45px 45px;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] {
    color: #ffffff;
    text-align: center;
    z-index: 3;
    top: 813px;
;
    left: calc(50% - 800px + 893px);
;
    width: 170px;
    height: 55px;
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.5px;
    border-radius: 100px 100px 100px 100px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-hover-color: #e02334;
    --t396-bgcolor-hover-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom::after {
    display: none;
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
        color: #ffffff;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover .tn-atom__button-text {
        color: #ffffff;
    }
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] {
        display: block;
        top: 766px;
    ;
        left: calc(50% - 600px + 681px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] {
        display: block;
        top: 1079px;
    ;
        left: calc(50% - 480px + 198px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] {
        display: block;
        top: 929px;
    ;
        left: calc(50% - 320px + 199px);
    ;
        width: 170px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom {
        font-size: 12px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] {
        display: block;
        top: 1010px;
    ;
        left: calc(50% - 240px + 29px);
    ;
        width: 154px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785516"] {
        display: block;
        top: 633px;
    ;
        left: calc(50% - 160px + 151px);
    ;
        width: 150px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735297785516"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec846022953 .tn-elem[data-elem-id="1735297785515"] {
    color: #ffffff;
    z-index: 3;
    top: 612px;
;
    left: calc(50% - 800px + 664px);
;
    width: 299px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735297785515"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785515"] {
        display: table;
        top: 544px;
    ;
        left: calc(50% - 600px + 527px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785515"] {
        display: table;
        top: 900px;
    ;
        left: calc(50% - 480px + 35px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785515"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785515"] {
        display: table;
        top: 736px;
    ;
        left: calc(50% - 320px + 36px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785515"] {
        display: table;
        top: 779px;
    ;
        left: calc(50% - 240px + 29px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785515"] {
        display: table;
        top: 445px;
    ;
        left: calc(50% - 160px + 18px);
    ;
        width: 254px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785515"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735297785513"] {
    color: #9f9f9f;
    z-index: 3;
    top: 662px;
;
    left: calc(50% - 800px + 664px);
;
    width: 377px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735297785513"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    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;
    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:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785513"] {
        display: table;
        top: 594px;
    ;
        left: calc(50% - 600px + 527px);
    ;
        width: 306px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785513"] {
        display: table;
        top: 940px;
    ;
        left: calc(50% - 480px + 35px);
    ;
        width: 293px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785513"] .tn-atom {
        font-size: 14px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785513"] {
        display: table;
        top: 776px;
    ;
        left: calc(50% - 320px + 36px);
    ;
        width: 328px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785513"] {
        display: table;
        top: 819px;
    ;
        left: calc(50% - 240px + 29px);
    ;
        width: 272px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785513"] {
        display: table;
        top: 485px;
    ;
        left: calc(50% - 160px + 18px);
    ;
        width: 263px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785513"] .tn-atom {
        font-size: 13px;
        line-height: 1.35;
        background-size: cover;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735297785512"] {
    z-index: 3;
    top: 191px;
;
    left: calc(50% - 800px + 629px);
;
    width: 461px;
    height: 396px;
}

#rec846022953 .tn-elem[data-elem-id="1735297785512"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-position: 99.986% 0.000%;
    background-size: 103.500%;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785512"] {
        display: table;
        top: 191px;
    ;
        left: calc(50% - 600px + 494px);
    ;
        width: 390px;
        height: 315px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785512"] .tn-atom {
        background-color: #77776c;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785512"] {
        display: table;
        top: 507px;
    ;
        left: calc(50% - 480px + 0px);
    ;
        width: 395px;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785512"] {
        display: table;
        top: 375px;
    ;
        left: calc(50% - 320px + 1px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785512"] {
        display: table;
        top: 398px;
    ;
        left: calc(50% - 240px + 1px);
    ;
        width: 388px;
        height: 297px;
        border-radius: 45px 45px 45px 45px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785512"] .tn-atom {
        background-size: cover;
        border-radius: 45px 45px 45px 45px;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735297785512"] {
        display: table;
        top: 185px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 330px;
        height: 235px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735297785512"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735300077342"] {
    z-index: 3;
    top: 191px;
;
    left: calc(50% - 800px + 1114px);
;
    width: 460px;
    height: 396px;
}

#rec846022953 .tn-elem[data-elem-id="1735300077342"] .tn-atom {
    border-radius: 55px 55px 55px 55px;
    background-color: #33331d;
    background-position: 28.657% 11.917%;
    background-size: 107.500%;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077342"] {
        display: table;
        top: 191px;
    ;
        left: calc(50% - 600px + 910px);
    ;
        width: 390px;
        height: 315px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077342"] .tn-atom {
        background-color: #77776c;
        background-size: cover;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077342"] {
        display: table;
        top: 506px;
    ;
        left: calc(50% - 480px + 438px);
    ;
        width: 395px;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077342"] {
        display: table;
        top: 1044px;
    ;
        left: calc(50% - 320px + 1px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077342"] {
        display: table;
        top: 1133px;
    ;
        left: calc(50% - 240px + 0px);
    ;
        width: 388px;
        height: 297px;
        border-radius: 45px 45px 45px 45px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077342"] .tn-atom {
        background-size: cover;
        border-radius: 45px 45px 45px 45px;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077342"] {
        display: table;
        top: 732px;
    ;
        left: calc(50% - 160px + -5px);
    ;
        width: 330px;
        height: 235px;
        border-radius: 35px 35px 35px 35px;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077342"] .tn-atom {
        background-size: cover;
        border-radius: 35px 35px 35px 35px;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735300077337"] {
    color: #9f9f9f;
    z-index: 3;
    top: 662px;
;
    left: calc(50% - 800px + 1149px);
;
    width: 377px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735300077337"] .tn-atom {
    vertical-align: middle;
    color: #9f9f9f;
    font-size: 15px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 300;
    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;
    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:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077337"] {
        display: table;
        top: 594px;
    ;
        left: calc(50% - 600px + 943px);
    ;
        width: 306px;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077337"] {
        display: table;
        top: 939px;
    ;
        left: calc(50% - 480px + 473px);
    ;
        width: 293px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077337"] .tn-atom {
        font-size: 14px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077337"] {
        display: table;
        top: 1435px;
    ;
        left: calc(50% - 320px + 36px);
    ;
        width: 277px;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077337"] {
        display: table;
        top: 1554px;
    ;
        left: calc(50% - 240px + 28px);
    ;
        width: 272px;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077337"] {
        display: table;
        top: 1032px;
    ;
        left: calc(50% - 160px + 18px);
    ;
        width: 265px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077337"] .tn-atom {
        font-size: 13px;
        line-height: 1.35;
        background-size: cover;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735300077335"] {
    color: #ffffff;
    z-index: 3;
    top: 612px;
;
    left: calc(50% - 800px + 1149px);
;
    width: 299px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735300077335"] .tn-atom {
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -1px;
    text-transform: uppercase;
    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;
    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:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077335"] {
        display: table;
        top: 544px;
    ;
        left: calc(50% - 600px + 943px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077335"] {
        display: table;
        top: 899px;
    ;
        left: calc(50% - 480px + 473px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077335"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077335"] {
        display: table;
        top: 1395px;
    ;
        left: calc(50% - 320px + 36px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077335"] {
        display: table;
        top: 1514px;
    ;
        left: calc(50% - 240px + 28px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077335"] {
        display: table;
        top: 992px;
    ;
        left: calc(50% - 160px + 18px);
    ;
        width: 254px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077335"] .tn-atom {
        font-size: 22px;
        background-size: cover;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] {
    color: #ffffff;
    text-align: center;
    z-index: 3;
    top: 813px;
;
    left: calc(50% - 800px + 1379px);
;
    width: 170px;
    height: 55px;
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Onest', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    letter-spacing: -0.5px;
    border-radius: 100px 100px 100px 100px;
    background-position: center center;
    --t396-borderwidth: 1px;
    --t396-bordercolor: #e02334;
    --t396-speedhover: 0.2s;
    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-bgcolor-hover-color: #e02334;
    --t396-bgcolor-hover-image: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-width: var(--t396-borderwidth, 0);
    border-style: var(--t396-borderstyle, solid);
    border-color: var(--t396-bordercolor, transparent);
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom::after {
    display: none;
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-content {
    column-gap: 10px;
    padding: 0px 0px 0px 0px;
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-text {
    transition: color var(--t396-speedhover, 0s) ease-in-out;
    color: #ffffff;
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::before {
    display: none;
}

#rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::after {
    display: none;
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover::after {
        opacity: 0;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
    }
}

@media (hover),
(min-width:0\0) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
        color: #ffffff;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover .tn-atom__button-text {
        color: #ffffff;
    }
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] {
        display: block;
        top: 766px;
    ;
        left: calc(50% - 600px + 1097px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] {
        display: block;
        top: 1078px;
    ;
        left: calc(50% - 480px + 636px);
    ;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] {
        display: block;
        top: 1602px;
    ;
        left: calc(50% - 320px + 199px);
    ;
        width: 170px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom {
        font-size: 12px;
        background-size: cover;
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] {
        display: block;
        top: 1745px;
    ;
        left: calc(50% - 240px + 28px);
    ;
        width: 154px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735300077334"] {
        display: block;
        top: 1180px;
    ;
        left: calc(50% - 160px + 151px);
    ;
        width: 150px;
        height: auto;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::before {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom .tn-atom__button-border::after {
        display: none;
    }

    #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom {
        padding: 0;
        border-width: var(--t396-borderwidth, 0);
        border-style: var(--t396-borderstyle, solid);
        border-color: var(--t396-bordercolor, transparent);
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover::after {
            opacity: 0;
        }

        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            animation-name: none;
            background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        }
    }

    @media (hover),
    (min-width:0\0) {
        #rec846022953 .tn-elem[data-elem-id="1735300077334"] .tn-atom:hover {
            border-style: var(--t396-borderstyle, solid);
            border-color: var(--t396-bordercolor-hover, var(--t396-bordercolor, transparent));
        }
    }
}

#rec846022953 .tn-elem[data-elem-id="1735295033767"] {
    z-index: 3;
    top: 562px;
;
    left: calc(50% - 800px + 98px);
;
    width: 41px;
    height: auto;
}

#rec846022953 .tn-elem[data-elem-id="1735295033767"] .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;
}

#rec846022953 .tn-elem[data-elem-id="1735295033767"] .tn-atom__img {
    border-radius: 0px 0px 0px 0px;
    object-position: center center;
}

@media (min-width:1200px) {
    #rec846022953 .tn-elem.t396__elem--anim-hidden[data-elem-id="1735295033767"] {
        opacity: 0;
    }
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033767"] {
        display: table;
        top: 528px;
    ;
        left: calc(50% - 600px + 14px);
    ;
        height: auto;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033767"] {
        display: table;
        top: 373px;
    ;
        left: calc(50% - 480px + 563px);
    ;
        height: auto;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033767"] {
        display: table;
        top: 1749px;
    ;
        left: calc(50% - 320px + 15px);
    ;
        height: auto;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033767"] {
        display: table;
        top: 1878px;
    ;
        left: calc(50% - 240px + 15px);
    ;
        height: auto;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735295033767"] {
        display: table;
        top: 1298px;
    ;
        left: calc(50% - 160px + 6px);
    ;
        height: auto;
    }
}

#rec846022953 .tn-elem[data-elem-id="1735299395384"] {
    z-index: 3;
    top: 738px;
;
    left: calc(50% - 800px + 84px);
;
    width: 440px;
    height: 158px;
}

#rec846022953 .tn-elem[data-elem-id="1735299395384"] .tn-atom {
    border-radius: 40px 40px 40px 40px;
    background-color: #505050;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    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;
}

@media screen and (max-width:1599px) {
    #rec846022953 .tn-elem[data-elem-id="1735299395384"] {
        display: table;
        top: 661px;
    ;
        left: calc(50% - 600px + 0px);
    ;
        width: 412px;
        height: 184px;
    }
}

@media screen and (max-width:1199px) {
    #rec846022953 .tn-elem[data-elem-id="1735299395384"] {
        display: table;
        top: 180px;
    ;
        left: calc(50% - 480px + 549px);
    ;
        height: 161px;
    }
}

@media screen and (max-width:959px) {
    #rec846022953 .tn-elem[data-elem-id="1735299395384"] {
        display: table;
        top: 130px;
    ;
        left: calc(50% - 320px + 944px);
    ;
    }
}

@media screen and (max-width:639px) {
    #rec846022953 .tn-elem[data-elem-id="1735299395384"] {
        display: table;
    }
}

@media screen and (max-width:479px) {
    #rec846022953 .tn-elem[data-elem-id="1735299395384"] {
        display: table;
    }
}