.hidden {
    display: none !important;
}

input:focus,
textarea:focus {
	outline: none;
}

input:not([type="checkbox"]),
textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
}

button:active {
    outline: none;
}

button:focus {
    outline: none;
}

#change-number {
    cursor: pointer;
    text-align: center;
    justify-content: center;
}

#name-error,
#phone-error,
#email-error,
#phoneConfirm-error,
#footerName-error,
#footerEmail-error,
#footerPhone-error,
#codeError {
    display: inherit;
    background: transparent !important;
    font-size: 12px;
    width: auto;
    height: auto;
    color: red;
    margin: 0;
    position: absolute;
    font-family: Verdana, Arial;
}

#name-error {
    margin: -20px 0 0 22px;
}

#email-error {
    margin: -20px 0 0 22px;
}

#phone-error {
    margin: 36px 0 0 22px;
}

#phoneConfirm-error {
    margin: 36px 0 0 22px;
}

#codeError {
    margin: -20px 0 0 22px;
}

.iti.iti--allow-dropdown {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iti.iti--allow-dropdown {
    flex-direction: column;
    align-items: flex-start;
}

.iti__country-name {
    color: #202020;
}

.iti-mobile .iti--container {
    z-index: 999999999;
}

#phone {
    padding-left: 64px;
}

#change-number {
    display: block;
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #686868;
    margin-top: 15px;
    text-align: center;
}

#codeError {
    display: none;
}

.popup * {
    font-family: Verdana, Arial;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
}

.popup_content {
    width: 514px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 34px 43px 50px 43px;
    position: relative;
}

.close_popup {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.popup h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #191938;
    margin-bottom: 25px;
}

.popup p {
    color: #191938;
    margin-bottom: 10px;
}

.popup label {
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.popup input {
    border: 1px solid #C0C0C0;
    border-radius: 5px;
    width: 100%;
}

.popup button {
    width: 100%;
}

.popup .politic {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #747474;
    max-width: 358px;
    display: block;
}

.popup .form_button {
    margin-bottom: 20px;
}

.popup_sms_change h3 {
    margin-bottom: 10px;
}

.popup_sms_change h3 ~ p {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #686868;
    margin-bottom: 14px;
}

.popup .btn_gradient {
    width: 100%;
}

@media (max-width: 575px) {
    .popup_content {
        width: 100%;
        height: 100%;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
    }
    .popup_content form {
        width: 100%;
    }
}

#tildaformcaptchabox {
    display: none !important;
}

.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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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;
    }
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@media print {
    #ghostery-tracker-tally {
        display: none !important
    }
}

div.t-records {
    opacity: 1;
}

.t-sbs-anim_started #sbs-661098303-1679562340008 {
    animation: sbs-661098303-1679562340008 2s infinite linear;
    backface-visibility: hidden;
}

@keyframes sbs-661098303-1679562340008 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: ease-in-out;
    }

    50% {
        transform: scale(1.05, 1.05);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: scale(1, 1);
    }
}

.t-sbs-anim_started #sbs-661388388-1684851303734 {
    animation: sbs-661388388-1684851303734 1s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-661388388-1684851303734 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        transform: scale(1.07, 1.07);
    }
}

#rec661388388 [data-elem-id="1684851303734"].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-661388585-1688917361577 {
    animation: sbs-661388585-1688917361577 1s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-661388585-1688917361577 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: linear;
    }

    100% {
        transform: scale(1.07, 1.07);
    }
}

#rec661388585 [data-elem-id="1688917361577"].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-661098310-1689524686977 {
    animation: sbs-661098310-1689524686977 1s linear forwards;
    backface-visibility: hidden;
}

@keyframes sbs-661098310-1689524686977 {
    0% {
        transform: scale(1, 1);
        animation-timing-function: ease-in-out;
    }

    100% {
        transform: scale(1.05, 1.05);
    }
}

#rec661098310 [data-elem-id="1689524686977"].t-sbs-anim_started.t-sbs-anim_reversed .tn-atom__sbs-anim-wrapper {
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

#rec661098303 .t396__artboard {
    height: 767px;
    background-color: #ffffff;
}

#rec661098303 .t396__filter {
    height: 767px;
}

#rec661098303 .t396__carrier {
    height: 767px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .t396__artboard {
        height: 687px;
    }

    #rec661098303 .t396__filter {
        height: 687px;
    }

    #rec661098303 .t396__carrier {
        height: 687px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .t396__artboard {
        height: 567px;
    }

    #rec661098303 .t396__filter {
        height: 567px;
    }

    #rec661098303 .t396__carrier {
        height: 567px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .t396__artboard {
        height: 547px;
    }

    #rec661098303 .t396__filter {
        height: 547px;
    }

    #rec661098303 .t396__carrier {
        height: 547px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .t396__artboard {
        height: 866.5px;
    }

    #rec661098303 .t396__filter {
        height: 866.5px;
    }

    #rec661098303 .t396__carrier {
        height: 866.5px;
        background-attachment: scroll;
    }
}

#rec661098303 .tn-elem[data-elem-id="1689523078193"] {
    z-index: 2;
    top: -130px;
    left: calc(50% - 600px + 535px);
    width: 900px;
}

#rec661098303 .tn-elem[data-elem-id="1689523078193"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1689523078193"] {
        top: -114px;
        left: calc(50% - 480px + 457px);
        width: 728px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1689523078193"] {
        top: -77px;
        left: calc(50% - 320px + 290px);
        width: 493px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1689523078193"] {
        top: -57px;
        left: calc(50% - 240px + 206px);
        width: 372px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1689523078193"] {
        top: 272px;
        left: calc(50% - 160px + 54px);
    }
}

#rec661098303 .tn-elem[data-elem-id="1699003537259"] {
    z-index: 3;
    top: 440px;
    left: calc(50% - 600px + 589px);
    width: 155px;
}

#rec661098303 .tn-elem[data-elem-id="1699003537259"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1699003537259"] {
        top: 432px;
        left: calc(50% - 480px + 569px);
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1699003537259"] {
        top: 305px;
        left: calc(50% - 320px + 390px);
        width: 113px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1699003537259"] {
        top: 313px;
        left: calc(50% - 240px + 372px);
        width: 85px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1699003537259"] {
        top: 370px;
        left: calc(50% - 160px + 14px);
        width: 141px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679560610653"] {
    color: #242424;
    z-index: 7;
    top: -226px;
    left: calc(50% - 600px + 32px);
    width: 788px;
}

#rec661098303 .tn-elem[data-elem-id="1679560610653"] .tn-atom {
    color: #242424;
    font-size: 81px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: NaN;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610653"] {
        top: -178px;
        left: calc(50% - 480px + -223px);
        width: 421px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610653"] {
        text-align: left;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610653"] .tn-atom {
        font-size: 82px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610653"] {
        top: -151px;
        left: calc(50% - 320px + 193px);
        width: 277px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610653"] .tn-atom {
        font-size: 54px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610653"] {
        left: calc(50% - 240px + -422px);
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610653"] {
        top: -130px;
        left: calc(50% - 160px + -265px);
        width: 231px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610653"] .tn-atom {
        font-size: 45px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1683294074757"] {
    z-index: 8;
    top: 282px;
    left: calc(50% - 600px + 0px);
    width: 212px;
    height: 62px;
}

#rec661098303 .tn-elem[data-elem-id="1683294074757"] .tn-atom {
    border-radius: 8px;
    background-color: #fffcc0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1683294074757"] {
        top: 317px;
        left: calc(50% - 480px + 23px);
        width: 263px;
        height: 58px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1683294074757"] {
        top: 269px;
        left: calc(50% - 320px + 18px);
        width: 141px;
        height: 36px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1683294074757"] {
        top: 265px;
        left: calc(50% - 240px + 11px);
        width: 151px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1683294074757"] {
        top: 298px;
        left: calc(50% - 160px + 46px);
        width: 229px;
        height: 37px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679560610655"] {
    color: #242424;
    z-index: 9;
    top: 121px;
    left: calc(50% - 600px + 0px);
    width: 535px;
}

#rec661098303 .tn-elem[data-elem-id="1679560610655"] .tn-atom {
    color: #242424;
    font-size: 21px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: NaN;
    font-weight: 300;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610655"] {
        top: 108px;
        left: calc(50% - 480px + 23px);
        width: 542px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610655"] {
        text-align: left;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610655"] .tn-atom {
        font-size: 19px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610655"] {
        top: 83px;
        left: calc(50% - 320px + 18px);
        width: 265px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610655"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610655"] {
        top: 74px;
        left: calc(50% - 240px + 11px);
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610655"] {
        top: 75px;
        left: calc(50% - 160px + -3px);
        width: 327px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610655"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610655"] .tn-atom {
        font-size: 18px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679560610667"] {
    color: #000000;
    text-align: LEFT;
    z-index: 10;
    top: 297px;
    left: calc(50% - 600px + 29px);
    width: 226px;
}

#rec661098303 .tn-elem[data-elem-id="1679560610667"] .tn-atom {
    color: #000000;
    font-size: 26px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: NaN;
    font-weight: 400;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610667"] {
        top: 328px;
        left: calc(50% - 480px + 47px);
        width: 410px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610667"] .tn-atom {
        font-size: 29px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610667"] {
        top: 277px;
        left: calc(50% - 320px + 36px);
        width: 251px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610667"] .tn-atom {
        font-size: 15px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610667"] {
        top: 273px;
        left: calc(50% - 240px + 29px);
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610667"] {
        top: 305px;
        left: calc(50% - 160px + 41px);
        width: 239px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610667"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610667"] .tn-atom {
        font-size: 18px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1683293961749"] {
    z-index: 11;
    top: -1px;
    left: calc(50% - 600px + 0px);
    width: 120px;
}

#rec661098303 .tn-elem[data-elem-id="1683293961749"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1683293961749"] {
        top: -12px;
        left: calc(50% - 480px + 23px);
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1683293961749"] {
        top: -24px;
        left: calc(50% - 320px + 18px);
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1683293961749"] {
        top: -12px;
        left: calc(50% - 240px + 11px);
        width: 99px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1683293961749"] {
        top: -9px;
        left: calc(50% - 160px + 115px);
        width: 90px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1683293880431"] {
    z-index: 12;
    top: -780px;
    left: calc(50% - 600px + -422px);
    width: 454px;
}

#rec661098303 .tn-elem[data-elem-id="1683293880431"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1683293880431"] {
        top: -635px;
        left: calc(50% - 480px + 263px);
        width: 400px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1683293880431"] {
        top: -531px;
        left: calc(50% - 320px + -28px);
        width: 296px;
    }
}

@media screen and (max-width: 639px) {}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1683293880431"] {
        top: -384px;
        left: calc(50% - 160px + -16px);
        width: 222px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679560610658"] {
    color: #242424;
    z-index: 13;
    top: 165px;
    left: calc(50% - 600px + 0px);
    width: 804px;
}

#rec661098303 .tn-elem[data-elem-id="1679560610658"] .tn-atom {
    color: #242424;
    font-size: 42px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610658"] {
        top: 153px;
        left: calc(50% - 480px + 23px);
        width: 624px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610658"] {
        text-align: left;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610658"] .tn-atom {
        font-size: 44px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610658"] {
        top: 112px;
        left: calc(50% - 320px + 18px);
        width: 419px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610658"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610658"] {
        top: 103px;
        left: calc(50% - 240px + 11px);
        width: 275px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610658"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610658"] {
        top: 108px;
        left: calc(50% - 160px + -4px);
        width: 329px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610658"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610658"] .tn-atom {
        font-size: 29px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679562340008"] {
    color: #ffffff;
    text-align: center;
    z-index: 14;
    top: 473px;
    left: calc(50% - 600px + 0px);
    width: 507px;
    height: 89px;
}

@media (min-width: 1200px) {
    #rec661098303 .tn-elem.t396__elem--anim-hidden[data-elem-id="1679562340008"] {
        opacity: 0;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679562340008"] .tn-atom {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 9px;
    background-image: linear-gradient(0deg, rgba(252, 86, 86, 1) 0%, rgba(255, 46, 46, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    box-shadow: 0px 0px 50px 0px rgba(255, 127, 127, 0);
}

@media (hover),
(min-width:0\0) {
    #rec661098303 .tn-elem[data-elem-id="1679562340008"] .tn-atom:hover {
        background-color: transparent;
        background-image: linear-gradient(0deg, rgba(255, 107, 107, 1) 0%, rgba(255, 61, 61, 1) 100%);
    }
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1679562340008"] {
        top: 469px;
        left: calc(50% - 480px + 22px);
        width: 467px;
        height: 80px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679562340008"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1679562340008"] {
        top: 323px;
        left: calc(50% - 320px + 18px);
        width: 332px;
        height: 70px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679562340008"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1679562340008"] {
        top: 317px;
        left: calc(50% - 240px + 11px);
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1679562340008"] {
        top: 601px;
        left: calc(50% - 160px + -5px);
        width: 330px;
        height: 75px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679562340008"] .tn-atom {
        font-size: 20px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1679560610691"] {
    color: #242424;
    text-align: LEFT;
    z-index: 15;
    top: 607px;
    left: calc(50% - 600px + 589px);
    width: 269px;
}

#rec661098303 .tn-elem[data-elem-id="1679560610691"] .tn-atom {
    color: #242424;
    font-size: 15px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610691"] {
        top: 607px;
        left: calc(50% - 480px + 580px);
        width: 164px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610691"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610691"] {
        top: 434px;
        left: calc(50% - 320px + 390px);
        width: 329px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610691"] .tn-atom {
        font-size: 13px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610691"] {
        top: 409px;
        left: calc(50% - 240px + 304px);
        width: 221px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610691"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610691"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1679560610691"] {
        top: 530px;
        left: calc(50% - 160px + -84px);
        width: 336px;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610691"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1679560610691"] .tn-atom {
        font-size: 14px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1689523157915"] {
    color: #242424;
    text-align: LEFT;
    z-index: 16;
    top: 396px;
    left: calc(50% - 600px + 0px);
    width: 363px;
}

#rec661098303 .tn-elem[data-elem-id="1689523157915"] .tn-atom {
    color: #242424;
    font-size: 21px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1689523157915"] {
        top: 410px;
        left: calc(50% - 480px + 22px);
        width: 242px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523157915"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1689523157915"] {
        top: 216px;
        left: calc(50% - 320px + 18px);
        width: 229px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523157915"] .tn-atom {
        font-size: 13px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1689523157915"] {
        top: 218px;
        left: calc(50% - 240px + 11px);
        width: 209px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523157915"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1689523157915"] {
        top: 245px;
        left: calc(50% - 160px + 36px);
        width: 248px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523157915"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523157915"] .tn-atom {
        font-size: 14px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1689523709432"] {
    color: #ffffff;
    z-index: 17;
    top: 607px;
    left: calc(50% - 600px + 0px);
    width: 268px;
}

#rec661098303 .tn-elem[data-elem-id="1689523709432"] .tn-atom {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709432"] {
        top: 579px;
        left: calc(50% - 480px + 22px);
        width: 219px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523709432"] .tn-atom {
        font-size: 12px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709432"] {
        top: 414px;
        left: calc(50% - 320px + 18px);
        width: 213px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709432"] {
        top: 407px;
        left: calc(50% - 240px + 11px);
        width: 179px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523709432"] .tn-atom {
        font-size: 10px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709432"] {
        top: 697px;
        left: calc(50% - 160px + 37px);
        width: 247px;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523709432"] {
        text-align: center;
    }

    #rec661098303 .tn-elem[data-elem-id="1689523709432"] .tn-atom {
        font-size: 14px;
    }
}

#rec661098303 .tn-elem[data-elem-id="1689523709436"] {
    z-index: 18;
    top: 609px;
    left: calc(50% - 600px + 280px);
    width: 226px;
    height: 81px;
}

#rec661098303 .tn-elem[data-elem-id="1689523709436"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709436"] {
        top: 580px;
        left: calc(50% - 480px + 250px);
        width: 241px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709436"] {
        top: 462px;
        left: calc(50% - 320px + 17px);
    }
}

@media screen and (max-width: 639px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709436"] {
        top: 446px;
        left: calc(50% - 240px + 9px);
    }
}

@media screen and (max-width: 479px) {
    #rec661098303 .tn-elem[data-elem-id="1689523709436"] {
        top: 753px;
        left: calc(50% - 160px + 29px);
        width: 269px;
        height: 81px;
    }
}

#rec661388388 .t396__artboard {
    height: 828px;
    background-color: #fffcc0;
}

#rec661388388 .t396__filter {
    height: 828px;
}

#rec661388388 .t396__carrier {
    height: 828px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .t396__artboard {
        height: 746.5px;
    }

    #rec661388388 .t396__filter {
        height: 746.5px;
    }

    #rec661388388 .t396__carrier {
        height: 746.5px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .t396__artboard {
        height: 716px;
    }

    #rec661388388 .t396__filter {
        height: 716px;
    }

    #rec661388388 .t396__carrier {
        height: 716px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .t396__artboard {
        height: 906px;
    }

    #rec661388388 .t396__filter {
        height: 906px;
    }

    #rec661388388 .t396__carrier {
        height: 906px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .t396__artboard {
        height: 906px;
    }

    #rec661388388 .t396__filter {
        height: 906px;
    }

    #rec661388388 .t396__carrier {
        height: 906px;
        background-attachment: scroll;
    }
}

#rec661388388 .tn-elem[data-elem-id="1698062038155"] {
    z-index: 2;
    top: 62px;
    left: calc(50% - 600px + 558px);
    width: 681px;
    height: 715px;
}

#rec661388388 .tn-elem[data-elem-id="1698062038155"] .tn-atom {
    border-radius: 12px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1698062038155"] {
        top: 24px;
        left: calc(50% - 480px + 410px);
        width: 574px;
        height: 698px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1698062038155"] {
        top: 26px;
        left: calc(50% - 320px + 24px);
        width: 593px;
        height: 665px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1698062038155"] {
        width: 433px;
        height: 847px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1698062038155"] {
        top: 47px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 809px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1674483799785"] {
    color: #000000;
    z-index: 6;
    top: 99px;
    left: calc(50% - 600px + 624px);
    width: 551px;
}

#rec661388388 .tn-elem[data-elem-id="1674483799785"] .tn-atom {
    color: #000000;
    font-size: 56px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.16;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        top: 80px;
        left: calc(50% - 480px + 473px);
        width: 431px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] .tn-atom {
        font-size: 37px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        top: 50px;
        left: calc(50% - 320px + 65px);
        width: 599px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        text-align: left;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] .tn-atom {
        font-size: 39px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        top: 46px;
        left: calc(50% - 240px + -59px);
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        text-align: center;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] .tn-atom {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        top: 90px;
        left: calc(50% - 160px + -7px);
        width: 335px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] {
        text-align: center;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799785"] .tn-atom {
        font-size: 32px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1674483799803"] {
    color: #000000;
    text-align: LEFT;
    z-index: 7;
    top: 224px;
    left: calc(50% - 600px + 666px);
    width: 546px;
}

#rec661388388 .tn-elem[data-elem-id="1674483799803"] .tn-atom {
    color: #000000;
    font-size: 19px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799803"] {
        top: 166px;
        left: calc(50% - 480px + 519px);
        width: 430px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799803"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799803"] {
        top: 151px;
        left: calc(50% - 320px + 111px);
        width: 434px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799803"] {
        top: 122px;
        left: calc(50% - 240px + 81px);
        width: 381px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799803"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799803"] {
        top: 179px;
        left: calc(50% - 160px + 61px);
        width: 257px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799803"] .tn-atom {
        font-size: 17px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1674483799805"] {
    color: #000000;
    text-align: LEFT;
    z-index: 8;
    top: 307px;
    left: calc(50% - 600px + 664px);
    width: 507px;
}

#rec661388388 .tn-elem[data-elem-id="1674483799805"] .tn-atom {
    color: #000000;
    font-size: 19px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799805"] {
        top: 269px;
        left: calc(50% - 480px + 516px);
        width: 361px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799805"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799805"] {
        top: 229px;
        left: calc(50% - 320px + 111px);
        width: 449px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799805"] {
        top: 276px;
        left: calc(50% - 240px + 81px);
        width: 372px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799805"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799805"] {
        top: 406px;
        left: calc(50% - 160px + 57px);
        width: 262px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799805"] .tn-atom {
        font-size: 17px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1674483799808"] {
    color: #000000;
    text-align: LEFT;
    z-index: 9;
    top: 384px;
    left: calc(50% - 600px + 664px);
    width: 490px;
}

#rec661388388 .tn-elem[data-elem-id="1674483799808"] .tn-atom {
    color: #000000;
    font-size: 19px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799808"] {
        top: 339px;
        left: calc(50% - 480px + 518px);
        width: 406px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799808"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799808"] {
        top: 299px;
        left: calc(50% - 320px + 111px);
        width: 411px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799808"] {
        top: 393px;
        left: calc(50% - 240px + 81px);
        width: 374px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799808"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799808"] {
        top: 536px;
        left: calc(50% - 160px + 59px);
        width: 257px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799808"] .tn-atom {
        font-size: 17px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1674483799810"] {
    color: #000000;
    text-align: LEFT;
    z-index: 10;
    top: 467px;
    left: calc(50% - 600px + 664px);
    width: 402px;
}

#rec661388388 .tn-elem[data-elem-id="1674483799810"] .tn-atom {
    color: #000000;
    font-size: 19px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799810"] {
        top: 409px;
        left: calc(50% - 480px + 516px);
        width: 426px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799810"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799810"] {
        top: 376px;
        left: calc(50% - 320px + 111px);
        width: 432px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799810"] {
        top: 509px;
        left: calc(50% - 240px + 81px);
        width: 344px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799810"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1674483799810"] {
        top: 302px;
        left: calc(50% - 160px + 60px);
        width: 251px;
    }

    #rec661388388 .tn-elem[data-elem-id="1674483799810"] .tn-atom {
        font-size: 17px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1684852326624"] {
    z-index: 11;
    top: 10px;
    left: calc(50% - 600px + -242px);
    width: 1075px;
}

#rec661388388 .tn-elem[data-elem-id="1684852326624"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

#rec661388388 .tn-elem[data-elem-id="1684852326624"] .tn-atom {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    transform: rotate(359deg);
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1684852326624"] {
        top: 42px;
        left: calc(50% - 480px + -158px);
        width: 788px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1684852326624"] {
        top: -360px;
        left: calc(50% - 320px + -7px);
        width: 496px;
    }

    #rec661388388 .tn-elem[data-elem-id="1684852326624"] .tn-atom {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1684852326624"] {
        top: -784px;
        left: calc(50% - 240px + -549px);
        width: 699px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1684852326624"] {
        top: -560px;
        left: calc(50% - 160px + -244px);
        width: 598px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1684851303734"] {
    color: #ffffff;
    text-align: center;
    z-index: 12;
    top: 649px;
    left: calc(50% - 600px + 621px);
    width: 480px;
    height: 81px;
}

@media (min-width: 1200px) {
    #rec661388388 .tn-elem.t396__elem--anim-hidden[data-elem-id="1684851303734"] {
        opacity: 0;
    }
}

#rec661388388 .tn-elem[data-elem-id="1684851303734"] .tn-atom {
    color: #ffffff;
    font-size: 23px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 0px;
    border-radius: 12px;
    background-image: linear-gradient(0turn, rgba(252, 86, 86, 1) 0%, rgba(255, 46, 46, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

@media (hover),
(min-width:0\0) {
    #rec661388388 .tn-elem[data-elem-id="1684851303734"] .tn-atom:hover {
        background-color: transparent;
        background-image: linear-gradient(0turn, rgba(255, 166, 166, 1) 0%, rgba(255, 122, 122, 1) 98%);
        border-color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1684851303734"] {
        top: 590px;
        left: calc(50% - 480px + 456px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1684851303734"] {
        top: 568px;
        left: calc(50% - 320px + 69px);
        width: 419px;
        height: 74px;
    }

    #rec661388388 .tn-elem[data-elem-id="1684851303734"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1684851303734"] {
        top: 764px;
        left: calc(50% - 240px + 46px);
        width: 389px;
        height: 81px;
    }

    #rec661388388 .tn-elem[data-elem-id="1684851303734"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1684851303734"] {
        top: 775px;
        left: calc(50% - 160px + 11px);
        width: 299px;
        height: 65px;
    }

    #rec661388388 .tn-elem[data-elem-id="1684851303734"] .tn-atom {
        font-size: 20px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1684852453980"] {
    z-index: 13;
    top: 223px;
    left: calc(50% - 600px + 614px);
    width: 42px;
}

#rec661388388 .tn-elem[data-elem-id="1684852453980"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1684852453980"] {
        top: 166px;
        left: calc(50% - 480px + 463px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1684852453980"] {
        top: 152px;
        left: calc(50% - 320px + 56px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1684852453980"] {
        top: 125px;
        left: calc(50% - 240px + 29px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1684852453980"] {
        top: 178px;
        left: calc(50% - 160px + 3px);
    }
}

#rec661388388 .tn-elem[data-elem-id="1684852462254"] {
    z-index: 14;
    top: 304px;
    left: calc(50% - 600px + 614px);
    width: 42px;
}

#rec661388388 .tn-elem[data-elem-id="1684852462254"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1684852462254"] {
        top: 266px;
        left: calc(50% - 480px + 463px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1684852462254"] {
        top: 226px;
        left: calc(50% - 320px + 56px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1684852462254"] {
        top: 277px;
        left: calc(50% - 240px + 29px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1684852462254"] {
        top: 301px;
        left: calc(50% - 160px + 3px);
    }
}

#rec661388388 .tn-elem[data-elem-id="1684852464533"] {
    z-index: 15;
    top: 382px;
    left: calc(50% - 600px + 614px);
    width: 42px;
}

#rec661388388 .tn-elem[data-elem-id="1684852464533"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1684852464533"] {
        top: 336px;
        left: calc(50% - 480px + 463px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1684852464533"] {
        top: 299px;
        left: calc(50% - 320px + 56px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1684852464533"] {
        top: 394px;
        left: calc(50% - 240px + 29px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1684852464533"] {
        top: 406px;
        left: calc(50% - 160px + 4px);
    }
}

#rec661388388 .tn-elem[data-elem-id="1684852467188"] {
    z-index: 16;
    top: 464px;
    left: calc(50% - 600px + 614px);
    width: 42px;
}

#rec661388388 .tn-elem[data-elem-id="1684852467188"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1684852467188"] {
        top: 406px;
        left: calc(50% - 480px + 463px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1684852467188"] {
        top: 374px;
        left: calc(50% - 320px + 56px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1684852467188"] {
        top: 509px;
        left: calc(50% - 240px + 29px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1684852467188"] {
        top: 536px;
        left: calc(50% - 160px + 3px);
    }
}

#rec661388388 .tn-elem[data-elem-id="1689524134484"] {
    color: #000000;
    text-align: LEFT;
    z-index: 17;
    top: 544px;
    left: calc(50% - 600px + 666px);
    width: 387px;
}

#rec661388388 .tn-elem[data-elem-id="1689524134484"] .tn-atom {
    color: #000000;
    font-size: 19px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134484"] {
        top: 485px;
        left: calc(50% - 480px + 511px);
        width: 425px;
    }

    #rec661388388 .tn-elem[data-elem-id="1689524134484"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134484"] {
        top: 452px;
        left: calc(50% - 320px + 112px);
        width: 438px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134484"] {
        top: 628px;
        left: calc(50% - 240px + 81px);
        width: 344px;
    }

    #rec661388388 .tn-elem[data-elem-id="1689524134484"] .tn-atom {
        font-size: 22px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134484"] {
        top: 658px;
        left: calc(50% - 160px + 58px);
        width: 256px;
    }

    #rec661388388 .tn-elem[data-elem-id="1689524134484"] .tn-atom {
        font-size: 17px;
    }
}

#rec661388388 .tn-elem[data-elem-id="1689524134489"] {
    z-index: 18;
    top: 543px;
    left: calc(50% - 600px + 614px);
    width: 42px;
}

#rec661388388 .tn-elem[data-elem-id="1689524134489"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134489"] {
        top: 480px;
        left: calc(50% - 480px + 463px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134489"] {
        top: 449px;
        left: calc(50% - 320px + 57px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134489"] {
        top: 628px;
        left: calc(50% - 240px + 29px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388388 .tn-elem[data-elem-id="1689524134489"] {
        top: 657px;
        left: calc(50% - 160px + 5px);
    }
}

#rec661388585 .t396__artboard {
    height: 862px;
    background-color: #ffffff;
}

#rec661388585 .t396__filter {
    height: 862px;
}

#rec661388585 .t396__carrier {
    height: 862px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .t396__artboard {
        height: 737px;
    }

    #rec661388585 .t396__filter {
        height: 737px;
    }

    #rec661388585 .t396__carrier {
        height: 737px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .t396__artboard {
        height: 953px;
    }

    #rec661388585 .t396__filter {
        height: 953px;
    }

    #rec661388585 .t396__carrier {
        height: 953px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .t396__artboard {
        height: 1147px;
    }

    #rec661388585 .t396__filter {
        height: 1147px;
    }

    #rec661388585 .t396__carrier {
        height: 1147px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .t396__artboard {
        height: 1076px;
    }

    #rec661388585 .t396__filter {
        height: 1076px;
    }

    #rec661388585 .t396__carrier {
        height: 1076px;
        background-attachment: scroll;
    }
}

#rec661388585 .tn-elem[data-elem-id="1677772419814"] {
    z-index: 2;
    top: -22px;
    left: calc(50% - 600px + 639px);
    width: 733px;
}

#rec661388585 .tn-elem[data-elem-id="1677772419814"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1677772419814"] {
        top: 14px;
        left: calc(50% - 480px + 532px);
        width: 525px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1677772419814"] {
        top: -35px;
        left: calc(50% - 320px + 318px);
        width: 482px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1677772419814"] {
        top: 79px;
        left: calc(50% - 240px + 223px);
        width: 319px;
    }

    #rec661388585 .tn-elem[data-elem-id="1677772419814"] .tn-atom {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1677772419814"] {
        top: 164px;
        left: calc(50% - 160px + 36px);
        width: 265px;
    }
}

#rec661388585 .tn-elem[data-elem-id="1480525151747"] {
    color: #000000;
    z-index: 3;
    top: 233px;
    left: calc(50% - 600px + 38px);
    width: 1160px;
}

#rec661388585 .tn-elem[data-elem-id="1480525151747"] .tn-atom {
    color: #000000;
    font-size: 28px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1480525151747"] {
        top: 151px;
        left: calc(50% - 480px + 0px);
        width: 940px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525151747"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1480525151747"] {
        top: 248px;
        left: calc(50% - 320px + 25px);
        width: 620px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525151747"] {
        text-align: left;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525151747"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1480525151747"] {
        top: 209px;
        left: calc(50% - 240px + 18px);
        width: 429px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525151747"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1480525151747"] {
        top: 116px;
        left: calc(50% - 160px + 87px);
        width: 146px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525151747"] {
        text-align: center;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525151747"] .tn-atom {
        font-size: 15px;
        line-height: 1.2;
    }
}

#rec661388585 .tn-elem[data-elem-id="1480525176544"] {
    z-index: 4;
    top: 361px;
    left: calc(50% - 600px + 19px);
    width: 513px;
    height: 423px;
}

#rec661388585 .tn-elem[data-elem-id="1480525176544"] .tn-atom {
    border-width: 0px;
    border-radius: 12px;
    background-color: #fffcc0;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1480525176544"] {
        top: 260px;
        left: calc(50% - 480px + 0px);
        width: 532px;
        height: 429px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1480525176544"] {
        top: 359px;
        left: calc(50% - 320px + 25px);
        width: 419px;
        height: 472px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1480525176544"] {
        top: 376px;
        left: calc(50% - 240px + 18px);
        width: 444px;
        height: 656px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1480525176544"] {
        top: 432px;
        left: calc(50% - 160px + 10px);
        width: 300px;
        height: 545px;
    }
}

#rec661388585 .tn-elem[data-elem-id="1480525400937"] {
    color: #000000;
    z-index: 5;
    top: 385px;
    left: calc(50% - 600px + 72px);
    width: 441px;
}

#rec661388585 .tn-elem[data-elem-id="1480525400937"] .tn-atom {
    color: #000000;
    font-size: 14px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1480525400937"] {
        top: 284px;
        left: calc(50% - 480px + 54px);
        width: 437px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525400937"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1480525400937"] {
        top: 382px;
        left: calc(50% - 320px + 82px);
        width: 342px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525400937"] {
        text-align: left;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525400937"] .tn-atom {
        font-size: 14px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1480525400937"] {
        top: 406px;
        left: calc(50% - 240px + 79px);
        width: 362px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525400937"] {
        text-align: left;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525400937"] .tn-atom {
        font-size: 18px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1480525400937"] {
        top: 460px;
        left: calc(50% - 160px + 56px);
        width: 239px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525400937"] .tn-atom {
        font-size: 14px;
    }
}

#rec661388585 .tn-elem[data-elem-id="1683459670127"] {
    color: #000000;
    z-index: 6;
    top: 60px;
    left: calc(50% - 600px + 38px);
    width: 672px;
}

#rec661388585 .tn-elem[data-elem-id="1683459670127"] .tn-atom {
    color: #000000;
    font-size: 40px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        top: 39px;
        left: calc(50% - 480px + 0px);
        width: 516px;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] .tn-atom {
        font-size: 29px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        top: 29px;
        left: calc(50% - 320px + 25px);
        width: 228px;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        text-align: left;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] .tn-atom {
        font-size: 26px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        top: 26px;
        left: calc(50% - 240px + -4px);
        width: 489px;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        text-align: center;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        top: 28px;
        left: calc(50% - 160px + -10px);
        width: 341px;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] {
        text-align: center;
    }

    #rec661388585 .tn-elem[data-elem-id="1683459670127"] .tn-atom {
        font-size: 20px;
    }
}

#rec661388585 .tn-elem[data-elem-id="1480525572402"] {
    color: #000000;
    z-index: 7;
    top: 273px;
    left: calc(50% - 600px + 38px);
    width: 434px;
}

#rec661388585 .tn-elem[data-elem-id="1480525572402"] .tn-atom {
    color: #000000;
    font-size: 42px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1480525572402"] {
        top: 189px;
        left: calc(50% - 480px + 0px);
    }

    #rec661388585 .tn-elem[data-elem-id="1480525572402"] .tn-atom {
        font-size: 29px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1480525572402"] {
        top: 285px;
        left: calc(50% - 320px + 25px);
    }

    #rec661388585 .tn-elem[data-elem-id="1480525572402"] {
        text-align: left;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525572402"] .tn-atom {
        font-size: 38px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1480525572402"] {
        top: 247px;
        left: calc(50% - 240px + 18px);
        width: 325px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525572402"] .tn-atom {
        font-size: 42px;
        line-height: 1.25;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1480525572402"] {
        top: 142px;
        left: calc(50% - 160px + 0px);
        width: 320px;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525572402"] {
        text-align: center;
    }

    #rec661388585 .tn-elem[data-elem-id="1480525572402"] .tn-atom {
        font-size: 32px;
        line-height: 1.1;
    }
}

#rec661388585 .tn-elem[data-elem-id="1688917361577"] {
    color: #ffffff;
    text-align: center;
    z-index: 8;
    top: 699px;
    left: calc(50% - 600px + 646px);
    width: 554px;
    height: 85px;
}

@media (min-width: 1200px) {
    #rec661388585 .tn-elem.t396__elem--anim-hidden[data-elem-id="1688917361577"] {
        opacity: 0;
    }
}

#rec661388585 .tn-elem[data-elem-id="1688917361577"] .tn-atom {
    color: #ffffff;
    font-size: 24px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-width: 0px;
    border-radius: 12px;
    background-image: linear-gradient(241deg, rgba(255, 64, 64, 1) 0%, rgba(255, 97, 97, 1) 97%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 22px 0px rgba(255, 133, 133, 0);
}

@media (hover),
(min-width:0\0) {
    #rec661388585 .tn-elem[data-elem-id="1688917361577"] .tn-atom:hover {
        background-color: transparent;
        background-image: linear-gradient(241deg, rgba(255, 84, 84, 1) 0%, rgba(252, 131, 131, 1) 97%);
        border-color: #ffffff;
    }
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1688917361577"] {
        top: 604px;
        left: calc(50% - 480px + 541px);
        width: 419px;
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1688917361577"] {
        top: 846px;
        left: calc(50% - 320px + 25px);
        width: 422px;
        height: 74px;
    }

    #rec661388585 .tn-elem[data-elem-id="1688917361577"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1688917361577"] {
        top: 1045px;
        left: calc(50% - 240px + 17px);
        width: 447px;
        height: 81px;
    }

    #rec661388585 .tn-elem[data-elem-id="1688917361577"] .tn-atom {
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1688917361577"] {
        top: 986px;
        left: calc(50% - 160px + 10px);
        width: 299px;
        height: 70px;
    }

    #rec661388585 .tn-elem[data-elem-id="1688917361577"] .tn-atom {
        font-size: 23px;
    }
}

#rec661388585 .tn-elem[data-elem-id="1699003914015"] {
    z-index: 9;
    top: 386px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec661388585 .tn-elem[data-elem-id="1699003914015"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914015"] {
        top: 285px;
        left: calc(50% - 480px + 17px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914015"] {
        top: 384px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914015"] {
        top: 408px;
        left: calc(50% - 240px + 37px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914015"] {
        top: 459px;
        left: calc(50% - 160px + 23px);
    }
}

#rec661388585 .tn-elem[data-elem-id="1699003914019"] {
    z-index: 10;
    top: 453px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec661388585 .tn-elem[data-elem-id="1699003914019"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914019"] {
        top: 350px;
        left: calc(50% - 480px + 16px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914019"] {
        top: 450px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914019"] {
        top: 486px;
        left: calc(50% - 240px + 36px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914019"] {
        top: 519px;
        left: calc(50% - 160px + 22px);
    }
}

#rec661388585 .tn-elem[data-elem-id="1699003914022"] {
    z-index: 11;
    top: 517px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec661388585 .tn-elem[data-elem-id="1699003914022"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914022"] {
        top: 417px;
        left: calc(50% - 480px + 16px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914022"] {
        top: 514px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914022"] {
        top: 591px;
        left: calc(50% - 240px + 36px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914022"] {
        top: 599px;
        left: calc(50% - 160px + 22px);
    }
}

#rec661388585 .tn-elem[data-elem-id="1699003914026"] {
    z-index: 12;
    top: 584px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec661388585 .tn-elem[data-elem-id="1699003914026"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914026"] {
        top: 481px;
        left: calc(50% - 480px + 16px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914026"] {
        top: 581px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914026"] {
        top: 694px;
        left: calc(50% - 240px + 36px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914026"] {
        top: 699px;
        left: calc(50% - 160px + 22px);
    }
}

#rec661388585 .tn-elem[data-elem-id="1699003914030"] {
    z-index: 13;
    top: 627px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec661388585 .tn-elem[data-elem-id="1699003914030"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914030"] {
        top: 615px;
        left: calc(50% - 480px + 16px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914030"] {
        top: 735px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914030"] {
        top: 904px;
        left: calc(50% - 240px + 36px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1699003914030"] {
        top: 880px;
        left: calc(50% - 160px + 22px);
    }
}

#rec661388585 .tn-elem[data-elem-id="1699003940428"] {
    z-index: 14;
    top: 715px;
    left: calc(50% - 600px + 38px);
    width: 27px;
}

#rec661388585 .tn-elem[data-elem-id="1699003940428"] .tn-atom {
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661388585 .tn-elem[data-elem-id="1699003940428"] {
        top: 527px;
        left: calc(50% - 480px + 16px);
    }
}

@media screen and (max-width: 959px) {
    #rec661388585 .tn-elem[data-elem-id="1699003940428"] {
        top: 646px;
        left: calc(50% - 320px + 45px);
    }
}

@media screen and (max-width: 639px) {
    #rec661388585 .tn-elem[data-elem-id="1699003940428"] {
        top: 774px;
        left: calc(50% - 240px + 36px);
    }
}

@media screen and (max-width: 479px) {
    #rec661388585 .tn-elem[data-elem-id="1699003940428"] {
        top: 761px;
        left: calc(50% - 160px + 22px);
    }
}

#rec661098310 .t396__artboard {
    height: 950px;
    background-color: #ffffff;
}

#rec661098310 .t396__filter {
    height: 950px;
}

#rec661098310 .t396__carrier {
    height: 950px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .t396__artboard {
        height: 820px;
    }

    #rec661098310 .t396__filter {
        height: 820px;
    }

    #rec661098310 .t396__carrier {
        height: 820px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .t396__artboard {
        height: 660px;
    }

    #rec661098310 .t396__filter {
        height: 660px;
    }

    #rec661098310 .t396__carrier {
        height: 660px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .t396__artboard {
        height: 670px;
    }

    #rec661098310 .t396__filter {
        height: 670px;
    }

    #rec661098310 .t396__carrier {
        height: 670px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .t396__artboard {
        height: 1010px;
    }

    #rec661098310 .t396__filter {
        height: 1010px;
    }

    #rec661098310 .t396__carrier {
        height: 1010px;
        background-attachment: scroll;
    }
}

#rec661098310 .tn-elem[data-elem-id="1659821450691"] {
    color: #000000;
    z-index: 3;
    top: 103px;
    left: calc(50% - 600px + 451px);
    width: 750px;
}

#rec661098310 .tn-elem[data-elem-id="1659821450691"] .tn-atom {
    color: #000000;
    font-size: 45px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450691"] {
        top: 52px;
        left: calc(50% - 480px + 323px);
        width: 637px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450691"] .tn-atom {
        font-size: 38px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450691"] {
        top: 53px;
        left: calc(50% - 320px + 198px);
        width: 407px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450691"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450691"] {
        left: calc(50% - 240px + 198px);
        width: 262px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450691"] {
        top: 34px;
        left: calc(50% - 160px + 17px);
        width: 286px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450691"] {
        text-align: center;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450691"] .tn-atom {
        font-size: 28px;
        line-height: 1.15;
    }
}

#rec661098310 .tn-elem[data-elem-id="1659821450694"] {
    color: #000000;
    z-index: 4;
    top: 244px;
    left: calc(50% - 600px + 452px);
    width: 855px;
}

#rec661098310 .tn-elem[data-elem-id="1659821450694"] .tn-atom {
    color: #000000;
    font-size: 25px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450694"] {
        top: 194px;
        left: calc(50% - 480px + 323px);
        width: 615px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450694"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450694"] {
        top: 133px;
        left: calc(50% - 320px + 197px);
        width: 408px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450694"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450694"] {
        top: 170px;
        left: calc(50% - 240px + 198px);
        width: 282px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450694"] .tn-atom {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1659821450694"] {
        top: 144px;
        left: calc(50% - 160px + 0px);
        width: 320px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450694"] {
        color: #4d4d4d;
        text-align: center;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821450694"] .tn-atom {
        color: #4d4d4d;
        font-size: 14px;
    }
}

#rec661098310 .tn-elem[data-elem-id="1659821730773"] {
    color: #000000;
    z-index: 5;
    top: 408px;
    left: calc(50% - 600px + 453px);
    width: 718px;
}

#rec661098310 .tn-elem[data-elem-id="1659821730773"] .tn-atom {
    color: #000000;
    font-size: 45px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1659821730773"] {
        top: 334px;
        left: calc(50% - 480px + 323px);
        width: 618px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821730773"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1659821730773"] {
        top: 223px;
        left: calc(50% - 320px + 198px);
        width: 442px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821730773"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1659821730773"] {
        top: 374px;
        left: calc(50% - 240px + 10px);
        width: 528px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821730773"] {
        text-align: left;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821730773"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1659821730773"] {
        top: 661px;
        left: calc(50% - 160px + -9px);
        width: 338px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821730773"] {
        text-align: center;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821730773"] .tn-atom {
        font-size: 22px;
    }
}

#rec661098310 .tn-elem[data-elem-id="1659821841158"] {
    color: #4d4d4d;
    z-index: 6;
    top: 574px;
    left: calc(50% - 600px + 452px);
    width: 828px;
}

#rec661098310 .tn-elem[data-elem-id="1659821841158"] .tn-atom {
    color: #4d4d4d;
    font-size: 25px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.45;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1659821841158"] {
        top: 462px;
        left: calc(50% - 480px + 321px);
    }

    #rec661098310 .tn-elem[data-elem-id="1659821841158"] .tn-atom {
        font-size: 24px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1659821841158"] {
        top: 329px;
        left: calc(50% - 320px + 197px);
        width: 405px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821841158"] .tn-atom {
        font-size: 17px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1659821841158"] {
        top: 480px;
        left: calc(50% - 240px + 10px);
        width: 439px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821841158"] {
        text-align: left;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1659821841158"] {
        top: 773px;
        left: calc(50% - 160px + 0px);
        width: 320px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821841158"] {
        text-align: center;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821841158"] .tn-atom {
        font-size: 15px;
    }
}

#rec661098310 .tn-elem[data-elem-id="1659821864558"] {
    color: #ffffff;
    text-align: center;
    z-index: 7;
    top: 800px;
    left: calc(50% - 600px + 451px);
    width: 688px;
}

#rec661098310 .tn-elem[data-elem-id="1659821864558"] .tn-atom {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1659821864558"] {
        top: 678px;
        left: calc(50% - 480px + 301px);
        width: 637px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821864558"] .tn-atom {
        font-size: 31px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1659821864558"] {
        top: 534px;
        left: calc(50% - 320px + 70px);
        width: 500px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821864558"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1659821864558"] {
        top: 623px;
        left: calc(50% - 240px + 14px);
        width: 452px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821864558"] .tn-atom {
        font-size: 13px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1659821864558"] {
        top: 934px;
        left: calc(50% - 160px + 9px);
        width: 303px;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821864558"] {
        color: #4d4d4d;
        text-align: center;
    }

    #rec661098310 .tn-elem[data-elem-id="1659821864558"] .tn-atom {
        color: #4d4d4d;
        font-size: 15px;
    }
}

#rec661098310 .tn-elem[data-elem-id="1659824228769"] {
    z-index: 8;
    top: -115px;
    left: calc(50% - 600px + -230px);
    width: 865px;
    height: 1157px;
}

#rec661098310 .tn-elem[data-elem-id="1659824228769"] .tn-atom {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1659824228769"] {
        top: -98px;
        left: calc(50% - 480px + -140px);
        width: 572px;
        height: 765px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1659824228769"] {
        top: 38px;
        left: calc(50% - 320px + 0px);
        width: 207px;
        height: 374px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1659824228769"] {
        top: -52px;
        left: calc(50% - 240px + -73px);
        width: 332px;
        height: 473px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1659824228769"] {
        top: 129px;
        left: calc(50% - 160px + -25px);
        width: 371px;
        height: 588px;
    }
}

#rec661098310 .tn-elem[data-elem-id="1662764313520"] {
    color: transparent;
    background-image: linear-gradient(180deg, rgba(73, 115, 252, 1) 0%, rgba(0, 109, 199, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    z-index: 9;
    top: 512px;
    left: calc(50% - 600px + 889px);
    width: 945px;
}

#rec661098310 .tn-elem[data-elem-id="1662764313520"] .tn-atom {
    color: transparent;
    background-image: linear-gradient(180deg, rgba(73, 115, 252, 1) 0%, rgba(0, 109, 199, 1) 100%);
    -webkit-background-clip: text;
    will-change: transform;
    font-size: 44px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1662764313520"] {
        top: 404px;
        left: calc(50% - 480px + 323px);
    }

    #rec661098310 .tn-elem[data-elem-id="1662764313520"] .tn-atom {
        font-size: 35px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1662764313520"] {
        top: 275px;
        left: calc(50% - 320px + 330px);
        width: 499px;
    }

    #rec661098310 .tn-elem[data-elem-id="1662764313520"] .tn-atom {
        font-size: 25px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1662764313520"] {
        top: 438px;
        left: calc(50% - 240px + 156px);
    }

    #rec661098310 .tn-elem[data-elem-id="1662764313520"] {
        text-align: left;
    }

    #rec661098310 .tn-elem[data-elem-id="1662764313520"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1662764313520"] {
        top: 737px;
        left: calc(50% - 160px + 45px);
        width: 231px;
    }

    #rec661098310 .tn-elem[data-elem-id="1662764313520"] {
        text-align: center;
    }

    #rec661098310 .tn-elem[data-elem-id="1662764313520"] .tn-atom {
        font-size: 22px;
    }
}

#rec661098310 .tn-elem[data-elem-id="1689524686977"] {
    color: #ffffff;
    text-align: center;
    z-index: 10;
    top: 664px;
    left: calc(50% - 600px + 451px);
    width: 681px;
    height: 110px;
}

@media (min-width: 1200px) {
    #rec661098310 .tn-elem.t396__elem--anim-hidden[data-elem-id="1689524686977"] {
        opacity: 0;
    }
}

#rec661098310 .tn-elem[data-elem-id="1689524686977"] .tn-atom {
    color: #ffffff;
    font-size: 31px;
    font-family: 'Gotham', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 9px;
    background-image: linear-gradient(0deg, rgba(252, 86, 86, 1) 0%, rgba(255, 46, 46, 1) 100%);
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    box-shadow: 0px 0px 50px 0px rgba(255, 127, 127, 0);
}

@media (hover),
(min-width:0\0) {
    #rec661098310 .tn-elem[data-elem-id="1689524686977"] .tn-atom:hover {
        background-color: transparent;
        background-image: linear-gradient(0deg, rgba(255, 107, 107, 1) 0%, rgba(255, 61, 61, 1) 100%);
    }
}

@media screen and (max-width: 1199px) {
    #rec661098310 .tn-elem[data-elem-id="1689524686977"] {
        top: 554px;
        left: calc(50% - 480px + 302px);
        width: 634px;
        height: 95px;
    }

    #rec661098310 .tn-elem[data-elem-id="1689524686977"] .tn-atom {
        font-size: 28px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098310 .tn-elem[data-elem-id="1689524686977"] {
        top: 412px;
        left: calc(50% - 320px + 125px);
        width: 416px;
        height: 71px;
    }

    #rec661098310 .tn-elem[data-elem-id="1689524686977"] .tn-atom {
        font-size: 18px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098310 .tn-elem[data-elem-id="1689524686977"] {
        top: 535px;
        left: calc(50% - 240px + 10px);
        width: 460px;
        height: 72px;
    }

    #rec661098310 .tn-elem[data-elem-id="1689524686977"] .tn-atom {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098310 .tn-elem[data-elem-id="1689524686977"] {
        top: 851px;
        left: calc(50% - 160px + 0px);
        width: 320px;
        height: 62px;
    }

    #rec661098310 .tn-elem[data-elem-id="1689524686977"] .tn-atom {
        font-size: 16px;
    }
}

#rec661098311 .t396__artboard {
    height: 310px;
    background-color: #ffffff;
}

#rec661098311 .t396__filter {
    height: 310px;
}

#rec661098311 .t396__carrier {
    height: 310px;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    #rec661098311 .t396__artboard {}

    #rec661098311 .t396__filter {}

    #rec661098311 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 959px) {
    #rec661098311 .t396__artboard {
        height: 310px;
    }

    #rec661098311 .t396__filter {
        height: 310px;
    }

    #rec661098311 .t396__carrier {
        height: 310px;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 639px) {
    #rec661098311 .t396__artboard {}

    #rec661098311 .t396__filter {}

    #rec661098311 .t396__carrier {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 479px) {
    #rec661098311 .t396__artboard {
        height: 410px;
    }

    #rec661098311 .t396__filter {
        height: 410px;
    }

    #rec661098311 .t396__carrier {
        height: 410px;
        background-attachment: scroll;
    }
}

#rec661098311 .tn-elem[data-elem-id="1470210011265"] {
    color: #000000;
    text-align: center;
    z-index: 2;
    top: 83px;
    left: calc(50% - 600px + 129px);
    width: 938px;
}

#rec661098311 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
    color: #000000;
    font-size: 20px;
    font-family: 'Arial', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media screen and (max-width: 1199px) {
    #rec661098311 .tn-elem[data-elem-id="1470210011265"] {
        top: 78px;
        left: calc(50% - 480px + 36px);
        width: 890px;
    }
}

@media screen and (max-width: 959px) {
    #rec661098311 .tn-elem[data-elem-id="1470210011265"] {
        top: 62px;
        left: calc(50% - 320px + 57px);
        width: 533px;
    }

    #rec661098311 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 16px;
    }
}

@media screen and (max-width: 639px) {
    #rec661098311 .tn-elem[data-elem-id="1470210011265"] {
        top: 34px;
        left: calc(50% - 240px + 31px);
        width: 402px;
    }
}

@media screen and (max-width: 479px) {
    #rec661098311 .tn-elem[data-elem-id="1470210011265"] {
        top: 31px;
        left: calc(50% - 160px + 15px);
        width: 290px;
    }

    #rec661098311 .tn-elem[data-elem-id="1470210011265"] .tn-atom {
        font-size: 16px;
    }
}

#rec661102111 input::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 input::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 input:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 input:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 textarea::-webkit-input-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 textarea::-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 textarea:-moz-placeholder {
    color: #000000;
    opacity: 0.5;
}

#rec661102111 textarea:-ms-input-placeholder {
    color: #000000;
    opacity: 0.5;
}
