@font-face {
    font-family: 'ploni';
    src: url('../fonts/ploni-light-aaa.eot');
    src: url('../fonts/ploni-light-aaa.woff2') format('woff2'),
    url('../fonts/ploni-light-aaa.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'ploni';
    src: url('../fonts/ploni-regular-aaa.eot');
    src: url('../fonts/ploni-regular-aaa.woff2') format('woff2'),
    url('../fonts/ploni-regular-aaa.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'ploni';
    src: url('../fonts/ploni-medium-aaa.eot');
    src: url('../fonts/ploni-medium-aaa.woff2') format('woff2'),
    url('../fonts/ploni-medium-aaa.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'ploni';
    src: url('../fonts/ploni-bold-aaa.eot');
    src: url('../fonts/ploni-bold-aaa.woff2') format('woff2'),
    url('../fonts/ploni-bold-aaa.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'ploni';
    src: url('../fonts/ploni-demibold-aaa.eot');
    src: url('../fonts/ploni-demibold-aaa.woff2') format('woff2'),
    url('../fonts/ploni-demibold-aaa.woff') format('woff');
    font-style: normal;
    font-weight: 600;
}

*,
body,
form,
div,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    direction: rtl !important;
    text-align: right !important;
}

:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    direction: rtl !important;
    text-align: right !important;
}

::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    direction: rtl !important;
    text-align: right !important;
}

:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
    direction: rtl !important;
    text-align: right !important;
}

html,
body {
    width: 100%;
    height: 100%;
    direction: rtl;
    -webkit-text-size-adjust: 100%;
    color: #fff;
}

html,
body,
input,
button {
    font-family: 'ploni', Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
    font-weight: normal;
}

ul {
    list-style: none;
}

button {
    cursor: pointer;
    background: transparent;
}

a {
    text-decoration: none;
    color: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.animate {
    scale: 1.2;
}

#wrapper {
    width: 100%;
    min-height: 100vh;
}

#wrapper-content {
    display: flex;
    min-height: 100vh;
}

#wrapper-content > div {
    min-height: 100%;
}

#content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#top-banner {
    background: transparent url(../images/top-banner.jpg) no-repeat;
    background-size: 100%;
    aspect-ratio: 1500/607;
}

#top-banner h1 {
    font-size: 4.167vw;
    font-weight: 700;
    line-height: 3.646vw;
    padding: 9.896vw 7.813vw 0 0;
    position: relative;
    z-index: 1;
}

#top-banner h1 span {
    font-size: 2.083vw;
    background-color: #FF5924;
    font-weight: 400;
    display: inline-block;
    line-height: 3.49vw;
    padding: 0 1.042vw;
    margin-bottom: 1.042vw;
}

#icons {
    text-align: center;
    margin-top: 1.5vw;
}

#icons h2 {
    font-size: 2.344vw;
    color: #111C3F;
    font-weight: 700;
    margin-bottom: 1.5vw;
}

#icons > ul {
    display: inline-flex;
    align-items: center;
    height: 10vw;
    gap: 4.854vw;
}

#icons > ul li {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#icons > ul li:hover > img {
    scale: 1.1;
}

#icons ul li span {
    font-size: 1.302vw;
    line-height: 1.302vw;
    color: #111C3F;
    font-weight: 700;
    margin-top: 0.781vw;
}

#icons ul li > button {
    margin-top: auto;
    text-decoration: underline;
    color: #FF5924;
    font-size: 0.938vw;
}

#icons ul li img {
    display: block;
    transition: scale 1s ease-in-out;
}

#icons ul li > img {
    height: 4.427vw;
}

#center-banner {
    width: 62.5vw;
    background-color: #111C3F;
    display: flex;
    margin: 5.052vw auto 0;
}

#center-banner-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 2.604vw;
}

#center-banner > img {
    width: 25.885vw;
    margin-left: -0.625vw;
    padding: 2.083vw 0;
}

#center-banner h2 {
    font-size: 2.344vw;
    line-height: 2.344vw;
    font-weight: 700;
}

#center-banner h2 span {
    font-size: 1.563vw;
}

#center-banner p {
    font-size: 1.302vw;
    line-height: 1.823vw;
    margin: 2.083vw 0;
}

#center-banner ul {
    display: flex;
    flex-direction: column;
    gap: 1.563vw;
}

#center-banner ul li {
    background: transparent url('../images/v2.png') right center no-repeat;
    background-size: 1.406vw;
    padding-right: 1.823vw;
}

#center-banner ul li span {
    font-size: 1.042vw;
    line-height: 1.146vw;
    display: block;
}

#video-wrapper {
    text-align: center;
    margin-top: 7.813vw;
}

#video-wrapper h2 {
    font-size: 2.344vw;
    color: #111C3F;
    font-weight: 700;
}

#video-wrapper p {
    font-size: 1.302vw;
    line-height: 1.823vw;
    color: #000000;
    margin-top: 0.781vw;
}

#video-iframe {
    position: relative;
}

#play-btn {
    background: transparent url('../images/play.png') top center no-repeat;
    width: 6.51vw;
    height: 6.51vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: scale 0.3s ease-in-out;
    background-size: cover;
}

#close-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 32.81vw;
    margin-top: -16.4vw;
}

#close-video > img {
    width: 2.4vw;
    display: block;
}

#play-btn:hover {
    background-position: bottom;
    transform: translate(-50%, -50%) scale(1.1);
}

#video-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.4);
    z-index: 2;
    display: none;
}

#yt-player {
    position: absolute;
    width: 62.5vw;
    height: 35.16vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-iframe > img {
    width: 40.104vw;
    display: block;
    margin: 4.167vw auto 0;
}

#video-wrapper {
    text-align: center;
}

#video-wrapper ul {
    display: inline-flex;
    align-items: start;
    gap: 7.813vw;
    margin-top: 5.729vw;
}

#video-wrapper ul li img {
    width: 4.271vw;
    margin-bottom: 2.083vw;
    transition: scale 1s ease-in-out;
}

#video-wrapper ul li h3 {
    font-size: 1.302vw;
    line-height: 1.823vw;
    color: #111C3F;
    font-weight: bold;
}

#video-wrapper ul li p {
    color: #000000;
    font-size: 0.938vw;
    line-height: 1.302vw;
    margin-top: 0.521vw;
}

#bottom-banner {
    width: 62.5vw;
    display: flex;
    background: #111C3F;
    margin: 10.417vw auto 0;
}

#bottom-banner img {
    width: 32.083vw;
    margin: -1.198vw 0 -1.354vw;
}

#bottom-banner-content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 1.042vw;
}

#bottom-banner-content h2 {
    font-size: 2.344vw;
    color: #FF5924;
    font-weight: 700;
    line-height: 2vw;
}

#bottom-banner-content p {
    font-size: 1.302vw;
    line-height: 1.823vw;
}

#bottom-banner-content p span {
    background-color: #7178FF;
    font-weight: 700;
    padding: 0.365vw;
    display: inline-block;
    margin-top: 0.365vw;
}

#bottom-banner-content > span {
    font-size: 0.781vw;
}

#questions-answers h2 {
    font-size: 2.344vw;
    line-height: 2.865vw;
    color: #111C3F;
    text-align: center;
    font-weight: bold;
    margin-top: 7.813vw;
    margin-bottom: 1.146vw;
}

#questions-answers ul {
    width: 62.5vw;
    margin: 0 auto;
}

#questions-answers ul li {
    border-bottom: 1px solid #707070;
}

#questions-answers ul li:first-child {
    border-top: 1px solid #707070;
}

.question-answer-wrapper::after {
    content: '';
    width: 2.708vw;
    height: 2.708vw;
    background: transparent url('../images/acc-btn.png') no-repeat;
    background-size: 100%;
}

#questions-answers ul li.active .question-answer-wrapper::after {
    background-position: bottom;
}

#questions-answers ul li.active .question-btn {
    background-position: bottom;
}

.question-answer-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
}

.question-answer-wrapper .question {
    font-size: 1.302vw;
    color: #111C3F;
    font-weight: bold;
    padding: 1.146vw 0;
    flex-grow: 1;
    text-align: right;
}

.question-answer-wrapper + .answer {
    font-size: 0.938vw;
    line-height: 1.458vw;
    color: #707070;
    padding-bottom: 1.146vw;
    max-width: 47.656vw;
    display: none;
}

#disclaimer {
    width: 62.5vw;
    margin: 0 auto;
    padding: 5.208vw 0;
}

#disclaimer p {
    font-size: 0.781vw;
    line-height: 1.458vw;
    color: #000000;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popup-content {
    position: absolute;
    width: 45.313vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-flex;
    background: #fff;
    z-index: 11;
    padding: 1.563vw 2.865vw 1.563vw 4.688vw;
    box-sizing: border-box;
}

.popup-content img {
    width: 15.625vw;
}

.popup-text {
    flex-grow: 1;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.521vw;
}

.popup-text.center {    
    padding: 0; 
    text-align: center;
    padding: 2vw 0;
}

.popup::after {
    content: '';
    background: #000000;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup-text h2 {
    font-size: 2.344vw;
    line-height: 2.604vw;
    color: #111C3F;
    font-weight: 700;
}

.popup-text p {
    font-size: 1.042vw;
    line-height: 1.563vw;
    color: #111C3F;
    margin-top: 0.521vw;
}

#icons .popup-text ul {
    display: flex;
    flex-direction: column;
    gap: 0.26vw;
    margin-top: 1.042vw;
}

#icons .popup-text ul li {
    height: auto;
    color: #111C3F;
    align-items: start;
    background: transparent url('../images/v.png') right center no-repeat;
    background-size: 0.99vw;
    padding-right: 1.302vw;
    font-size: 1.042vw;
}

.close-btn {
    position: absolute;
    top: 0.521vw;
    left: 0.521vw;
}

.close-btn img {
    width: 2.917vw;
}

.form-wrapper {
    text-align: center;
    position: relative;
    background: #111C3F;
    box-shadow: 0 0.156vw 0.313vw #00000029;
    z-index: 1;
    flex-grow: 0;
    flex-shrink: 0;
    width: 21.875vw;
    min-width: 21.875vw;
}

.form-wrapper > img {
    position: fixed;
    top: 1.292vw;
    left: 4.479vw;
    z-index: 1;
    width: 12.917vw;
}

.form-content {
    position: fixed;
    top: 0;
    width: 21.875vw;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 47vw;
}

.form {
    width: 17.24vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.781vw;
}

.form-ty {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    display: none;
}

.form-ty > div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-ty h2 {
    font-size: 2.083vw;
    color: #fff;
    font-weight: 700;
    line-height: 1.823vw;
}

.form > h2 {
    font-size: 2.083vw;
    font-weight: 700;
    line-height: 1.823vw;
    color: #FF5924;
}

.form > h2 span {
    font-size: 1.042vw;
    color: #fff;
    margin-top: 0.781vw;
    display: block;
}

label:not(.sr-only) {
    font-size: 0.625vw;
    text-align: right;
    display: flex;
    gap: 0.521vw;
    align-items: start;
    line-height: 0.729vw;
}

label input {
    vertical-align: middle;
    width: 0.677vw;
    height: 0.677vw;
}

label span {
    flex-grow: 1;
}

label span a {
    font-weight: 700;
    text-decoration: underline;
}

input:not([type="checkbox"]) {
    width: 100%;
    background: #fff;
    padding: 0 1.042vw;
    height: 2.969vw;
    border-radius: 1.51vw;
    box-sizing: border-box;
    color: #000;
    font-size: 1.042vw;
    text-align: right;
}

input[type="tel"],
input[type="email"] {
    text-align: left;
    direction: ltr;
}

button[type="submit"] {
    width: 100%;
    height: 2.969vw;
    border-radius: 1.51vw;
    background: #fff;
    font-size: 1.042vw;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    background-color: #FF5924;
}

button:disabled {
    cursor: default;
}

input:disabled {
    opacity: 0.5;
}

.form > div {
    position: relative;
}

.form > div > p {
    font-size: 0.8vw;
}

.error {
    position: absolute;
    bottom: -0.599vw;
    left: 50%;
    color: #fb8467;
    transform: translateX(-50%);
    font-size: 0.781vw;
    font-weight: 600;
    background: #121c3e;
    border-top-right-radius: 0.521vw;
    border-top-left-radius: 0.521vw;
    padding: 0 0.521vw;
    white-space: nowrap;
}

.form-disclaimer {
    border-top: 1px solid #707070;
    padding-top: 2.344vw;
    margin-top: 1.563vw;
}

.form > .form-disclaimer > p {
    font-size: 1.302vw;
    line-height: 1.302vw;
    background: #7178FF;
    padding: 1.406vw 0;
    text-align: center;
    padding-right: 0;
}

#newsletter-error {
    top: 105%;
}

.mobile-only {
    display: none;
}

.trade {
    position: absolute;
    top: 4vw;
    right: 32.7vw;
    justify-content: center;
    align-items: flex-end;
    height: 11.1vw;
    opacity: 1;
    display: none;
}

.trade:not(:empty) {
    display: flex !important;
    border-left: 0.5vw solid #fd572e;
    padding-left: 0.15vw;
}

.trade-bar {
    width: 0.8vw;
    margin: 0 0.15vw 4.5vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.trade-bar span {
    display: block;
    height: 0.208vw;
    border-radius: 0;
    width: 100%;
    margin: 0;
    transition: opacity 0.1s ease, height 0.1s ease;
    box-shadow: none;
    opacity: 0;
}

.trade-bar span:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.7);
}

.trade-bar span:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 769px) {
    .form-wrapper {
        display: block !important;
    }
}

@media (max-width: 768px) {
    #bottom-banner-content > span {
        font-size: 2.865vw;
    }
    
    .trade {
        top: 10.573vw;
        right: 24.219vw;
        display: none !important;
    }

    .trade:not(:empty) {
        display: none !important;
    }

    .mobile-only {
        display: block;
    }

    .form-wrapper {
        display: none;
        position: fixed;
        width: 100%;
        z-index: 99;
    }

    .form-content {
        position: static;
        width: 100%;
        min-height: auto;
    }

    .form {
        width: 77.083vw;
        gap: 3.906vw;
    }

    ::-webkit-input-placeholder {
        text-align: center !important;
    }

    :-moz-placeholder {
        text-align: center !important;
    }

    ::-moz-placeholder {
        text-align: center !important;
    }

    :-ms-input-placeholder {
        text-align: center !important;
    }

    input:not([type="checkbox"]) {
        padding: 0 5.208vw;
        height: 12.109vw;
        border-radius: 7.813vw;
        font-size: 3.516vw;
        text-align: center !important;
    }

    label:not(.sr-only) {
        font-size: 2.625vw;
        gap: 1.521vw;
        line-height: 2.729vw;
    }

    label input {
        width: 4vw;
        height: 3vw;
    }

    #mobile-top-logo {
        background: #111C3F;
    }

    #mobile-top-logo img {
        width: 41.276vw;
        margin: 0 auto;
        display: block;
        padding: 2.734vw 0;
    }

    #top-banner {
        background: transparent url(../images/top-banner-mobile.jpg) no-repeat;
        background-size: 100%;
        aspect-ratio: 768/931;
    }

    #top-banner h1 {
        font-size: 8.854vw;
        line-height: 8.854vw;
        padding: 9.115vw 6.51vw 0 0;
    }

    #top-banner h1 span {
        font-size: 6.641vw;
        line-height: 7.813vw;
        padding: 1.302vw 3.646vw 1.302vw 4.948vw;
        margin-bottom: 0;
    }

    #top-banner h1 span + span {
        margin-top: -2.604vw;
        display: block;
        width: fit-content;
        margin-bottom: -5.208vw;
    }

    #top-banner > .mobile-only + h1 {
        display: none;
    }

    #icons {
        margin-top: 7vw;
    }

    #icons h2 {
        font-size: 5.599vw;
        padding: 0 5.208vw;
        line-height: 5.599vw;
        margin-bottom: 7vw;
    }

    #icons > ul {
        height: auto;
        gap: 0;
        width: 85.938vw;
        margin: 0 auto;
        flex-wrap: wrap;
        row-gap: 12vw;
        align-items: start;
        justify-content: center;
    }

    #icons > ul li {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #icons ul li > img {
        height: 16.927vw;
    }

    #icons ul li span {
        font-size: 4.427vw;
        line-height: 4.688vw;
        margin-top: 3.906vw;
        max-width: 28.646vw;
    }

    #icons ul li > button {
        font-size: 4.427vw;
    }

    .popup-content {
        width: 77.474vw;
        padding: 4.557vw 7.813vw;
        flex-direction: column;
        align-items: center;
    }

    .popup-content img {
        width: 39.063vw;
        order: -1;
    }

    .popup-text {
        text-align: center;
        padding-left: 0;
    }

    .popup-text h2 {
        font-size: 5.599vw;
        line-height: 5.599vw;
        margin: 2.604vw 0 1.302vw;
    }

    .popup-text p {
        font-size: 3.516vw;
        line-height: 4.297vw;
        margin-top: 0.521vw;
    }

    .close-btn img {
        width: 7.161vw;
    }

    .close-btn {
        top: 2.604vw;
        left: 2.604vw;
    }

    #icons .popup-text ul li {
        background: transparent url(../images/v.png) right center no-repeat;
        background-size: 2.344vw;
        padding-right: 3.255vw;
        font-size: 3.516vw;
        width: 100%;
    }

    #icons .popup-text ul {
        margin-top: 3.906vw;
    }

    #center-banner {
        width: 100%;
        margin: 13.021vw 0 0;
        flex-direction: column;
        padding-bottom: 11.328vw;
    }

    #center-banner > img {
        width: 68.229vw;
        padding: 0;
        order: -1;
        margin: 11.328vw auto 5.208vw;
    }

    #center-banner-content {
        padding: 0 7.813vw;
    }

    #center-banner h2 {
        font-size: 5.599vw;
        line-height: 5.599vw;
    }

    #center-banner h2 span {
        font-size: 3.906vw;
    }

    #center-banner p {
        font-size: 3.385vw;
        line-height: 3.906vw;
        margin: 4.557vw 0 7.813vw;
    }

    #center-banner ul li span {
        font-size: 3.385vw;
        line-height: 3.385vw;
    }

    #center-banner ul li {
        background-size: 3.516vw;
        padding-right: 4.557vw;
    }

    #center-banner ul li span br {
        display: none;
    }

    #center-banner ul {
        gap: 4.557vw;
    }

    #video-wrapper h2 {
        font-size: 5.599vw;
        padding: 0 5.208vw;
        line-height: 5.599vw;
    }

    #video-wrapper > p {
        font-size: 3.516vw;
        line-height: 4.297vw;
        margin-top: 1.953vw;
        padding: 0 8.464vw;
    }

    #video-wrapper p br {
        display: none;
    }

    #video-iframe > img {
        width: 100%;
    }

    #video-wrapper ul {
        gap: 6.51vw;
        margin-top: 10.417vw;
        flex-direction: column;
        align-items: center;
    }

    #video-wrapper ul li img {
        width: 10.286vw;
        margin-bottom: 2.083vw;
    }

    #video-wrapper ul li h3 {
        font-size: 4.427vw;
        line-height: 6.51vw;
    }

    #video-wrapper ul li p {
        font-size: 3.516vw;
        line-height: 4.297vw;
        margin-top: 0.521vw;
        padding: 0 10.417vw;
    }

    #bottom-banner {
        width: 100%;
        margin: 10.417vw auto 0;
        flex-direction: column;
        text-align: center;
    }

    #bottom-banner-content {
        order: -1;
    }

    #bottom-banner img {
        width: 70.443vw;
        margin: 9.505vw auto 6.51vw;
    }

    #bottom-banner-content h2 {
        font-size: 9.505vw;
        margin-top: 6.51vw;
        line-height: 8.5vw;
    }

    #bottom-banner-content p {
        font-size: 3.906vw;
        line-height: 4.557vw;
    }

    #bottom-banner-content p span {
        padding: 2.474vw 4.167vw;
        margin-top: 3.776vw;
        font-size: 5.599vw;
    }

    #questions-answers h2 {
        font-size: 5.599vw;
        margin-bottom: 5.208vw;
        margin-top: 11.719vw;
    }

    #questions-answers ul {
        width: 90%;
    }

    .question-answer-wrapper .question {
        font-size: 4.427vw;
        line-height: 4.167vw;
        padding: 2.604vw 0 2.604vw 2.604vw;
    }

    .question-answer-wrapper + .answer {
        font-size: 3.516vw;
        line-height: 3.906vw;
        color: #111C3F;
        max-width: none;
        padding-bottom: 2.604vw;
    }

    .question-answer-wrapper::after {
        width: 5.859vw;
        height: 5.859vw;
        min-width: 5.859vw;
        background: transparent url(../images/acc-btn.png) no-repeat;
        background-size: 100%;
    }

    #questions-answers ul li.active {
        align-items: start;
    }

    #disclaimer {
        width: 90%;
        padding: 13.021vw 0 44vw;
    }

    #disclaimer p {
        font-size: 2.865vw;
        line-height: 3.516vw;
    }

    button[type="submit"] {
        height: 13.021vw;
        border-radius: 13.021vw;
        font-size: 4.427vw;
    }

    .form-disclaimer {
        margin-top: 2.604vw;
        padding-top: 6.51vw;
    }

    .form > .form-disclaimer > p {
        font-size: 5vw;
        line-height: 5vw;
        padding: 5.859vw 0;
    }

    .form > h2 {
        font-size: 5.599vw;
        line-height: 4.557vw;
    }

    .form > h2 br {
        display: none;
    }

    .form > h2 span {
        font-size: 3.516vw;
        margin: 3.906vw 0 0;
    }

    .form-wrapper > img {
        position: static;
        width: 41.276vw;
        margin-top: 2.604vw;
        margin-bottom: 6.51vw;
    }

    .error {
        bottom: -2.604vw;
        font-size: 3.516vw;
        border-top-right-radius: 2.604vw;
        border-top-left-radius: 2.604vw;
        padding: 0 2.604vw;
    }

    .form-ty h2 {
        font-size: 7.813vw;
        line-height: 6.51vw;
    }

    .close-form {
        position: absolute;
        top: 2.604vw;
        left: 1.953vw;
        z-index: 1;
    }

    .close-form img {
        width: 7.161vw;
    }

    #mobile-float-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: auto !important;!i;!;
        background: #111C3F;
        text-align: center;
        padding: 5.208vw 0 5.208vw;
    }

    #mobile-float-btn button {
        font-size: 4.427vw;
        color: #fff;
        background-color: #FF5924;
        border-radius: 13.021vw;
        width: 82.292vw;
        height: 13.021vw;
        font-weight: 700;
    }

    #mobile-float-btn span {
        display: block;
        font-size: 4.427vw;
        line-height: 5.427vw;
        display: block;
        padding-top: 2.604vw;
    }

    .form > div > p {
        text-align: center;
        padding: 0;
        font-size: 3vw;
    }

    #play-btn {
        width: 15vw;
        height: 15vw;
    }

    #yt-player {
        width: 100%;
        height: auto;
        aspect-ratio: 1200/675;
    }

    #close-video {
        margin-left: 0;
        margin-top: -32vw;
        transform: translate(0,-50%);
        left: auto;
        right: 0;
    }

    #close-video > img {
        width: 5vw;
    }

    .popup-text.center p > br:not(.dup) {
        display: none;
    }

    #newsletter-error {
        top: 110%;
    }
}