/*** Reset style ***/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    /* width */
    /* button */
    /* Handle */
    /* Handle on hover */
    /* Track */
    /* The track NOT covered by the handle.*/
    /* Corner */
    /* Resizer */
}

    * ::-webkit-scrollbar {
        width: 10px;
    }

    * ::-webkit-scrollbar-button {
        background: #fff;
        border-radius: 5px;
    }

    * ::-webkit-scrollbar-thumb {
        background: #D9D9D9;
        border-radius: 5px;
    }

@media screen and (max-width: 992px) {
    * ::-webkit-scrollbar-thumb {
        background: #fff;
        border: 1px solid #DBDDDF;
    }
    .offer__left {
        margin-bottom: 24px;
        margin-top: 51px;
    }
}

* ::-webkit-scrollbar-thumb:hover {
    background: #666;
}

* ::-webkit-scrollbar-track {
    background: #fff;
}

* ::-webkit-scrollbar-track-piece {
    background: #fff;
}

@media screen and (max-width: 992px) {
    * ::-webkit-scrollbar-track-piece {
        background: #DBDDDF;
        border-radius: 5px;
    }
    .css-1ust9tr {
        padding: 12px 6px !important;
        font-size: 16px !important;
    }
    .header .wpml-ls-menu-item .wpml-ls-flag + span {
        margin-left: 4px !important;
    }
    .css-1m1y91n {
        width: 100% !important;
    }
    .css-rvwrqv {
        padding: 36px 8px !important;
    }

}

* ::-webkit-scrollbar-corner {
    background: #fff;
}

* ::-webkit-resizer {
    border-radius: 5px;
    background: #fff;
}

ol,
ul,
li {
    list-style: none;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
}

a {
    display: inline-flex;
    position: relative;
    text-decoration: none;
    color: inherit;
    outline: none;
}

svg path {
    transition: all 0.25s ease-in-out;
}

img,
picture {
    max-width: 100%;
    display: block;
    object-fit: contain;
}

input,
button,
textarea,
select {
    font-family: inherit;
    resize: none;
    outline: none;
    border: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent;
    box-shadow: none;
}

a, button, input, textarea {
    transition: all 0.3s linear;
}

section {
    position: relative;
    padding: 40px 0;
    background: #fff;
}

@media screen and (max-width: 992px) {
    section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 60px 0;
    }
    
}

/** Animation **/
.reveal {
    position: relative;
    transform: translateY(160px);
    opacity: 0;
    transition: 1.3s all ease;
}

    .reveal.active {
        transform: translateY(0);
        opacity: 1;
    }

@media screen and (min-width: 1024px) {
    .reveal-x-left {
        transform: translateY(0) translateX(-80px);
    }

    .reveal-x-right {
        transform: translateY(0) translateX(80px);
    }
}
/*** Specification ***/
body {
    font-family: "Noto Sans", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

.hidden {
    overflow: hidden;
}

.wrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    padding-top: 86px;
    flex: 1 1 auto;
}

[class*=__container] {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.custom-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 60px;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    max-width: max-content;
    position: relative;
    transform: scale(1);
    text-transform: uppercase;
    cursor: pointer;
}

.custom-btn-accent {
    color: #fff;
    background: linear-gradient(92.56deg, #FF9811 0%, #FF6711 100%) var(--x, 0)/200%;
    transition: all 0.5s;
    padding: 12px 20px;
}

    .custom-btn-accent:hover {
        --x: 100%;
    }

.custom-btn-grad {
    background: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%) var(--x, 0)/200%;
    color: #fff;
}

    .custom-btn-grad:hover {
        --x: 100%;
    }

.custom-btn-gradient {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    max-width: 252px;
    width: 100%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 60px;
    overflow: hidden;
    z-index: 2;
}

    .custom-btn-gradient span {
        position: relative;
        z-index: 2;
        color: #fff;
    }

    .custom-btn-gradient::after,
    .custom-btn-gradient::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 1;
    }

    .custom-btn-gradient::before {
        background-image: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%);
    }

    .custom-btn-gradient::after {
        visibility: hidden;
        opacity: 0;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(125deg, #1818B9 0%, #00FFA7 100%);
    }

    .custom-btn-gradient::before {
        background-image: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%);
    }

    .custom-btn-gradient:hover::before {
        opacity: 0;
        visibility: hidden;
    }

    .custom-btn-gradient:hover::after {
        opacity: 1;
        visibility: visible;
    }

.custom-btn-white {
    background-color: #fff;
    color: #000;
}

.background-gradient-blue {
    background: linear-gradient(102.47deg, #021B88 0%, #000A35 100%);
    position: relative;
    overflow: hidden;
}

    .background-gradient-blue:before, .background-gradient-blue:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        transition: all 0.3s linear;
    }

    .background-gradient-blue:before {
        background-image: url("/images/svg/offer-grafic2.svg");
    }

    .background-gradient-blue:after {
        background-image: url("/images/svg/offer-grafic2.svg");
    }

    .background-gradient-blue .section-subtitle, .background-gradient-blue .section-text {
        color: #98A8C5;
    }

    .background-gradient-blue .section-title {
        color: #fff;
    }

    .background-gradient-blue [class*=__wrap] {
        position: relative;
        z-index: 2;
    }

.btn-whitepaper {
    margin: 0 auto;
}

.section-title {
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: -2.24px;
    margin: 0 auto 15px;
}

@media screen and (max-width: 1024px) {
    .section-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 30px;
    }
}

.section-subtitle {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    color: #9C9F9D;
    margin-bottom: 15px;
}

.section-text {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.42px;
    color: #6E7B96;
    text-align: center;
    margin: 0 auto 50px;
}

    .section-text p:not(:last-child) {
        margin-bottom: 13px;
    }

@media screen and (max-width: 767px) {
    .section-text {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .header .menu-item-desc .sub-menu-link {
        width: 100%;
    }
}
/** Form **/
.custom-form, form {
    display: grid;
    gap: 10px;
}

    .custom-form input:not(input[type=radio]), .custom-form input:not(input[type=checkbox]), .custom-form textarea, .custom-form button, form input:not(input[type=radio]), form input:not(input[type=checkbox]), form textarea, form button {
        display: flex;
        font-family: "Noto Sans", sans-serif;
        font-size: 17px;
        width: 100%;
        padding: 13px 16px;
    }

    .custom-form input[type=text], .custom-form input[type=tel], .custom-form input[type=email], .custom-form textarea, form input[type=text], form input[type=tel], form input[type=email], form textarea {
        border: 1px solid #DBDDDF;
        border-radius: 26px;
        background-color: #fff;
    }

        .custom-form input[type=text]::placeholder, .custom-form input[type=tel]::placeholder, .custom-form input[type=email]::placeholder, .custom-form textarea::placeholder, form input[type=text]::placeholder, form input[type=tel]::placeholder, form input[type=email]::placeholder, form textarea::placeholder {
            color: #757575;
            text-transform: capitalize;
        }

    .custom-form input[type=submit], .custom-form button, form input[type=submit], form button {
        text-align: center;
        font-weight: 700;
        justify-content: center;
        background: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%) var(--x, 0)/200%;
        color: #fff;
        border-radius: 60px;
        margin: 10px auto 0;
        width: 100%;
        cursor: pointer;
        text-transform: uppercase;
    }

        .custom-form input[type=submit]:hover, .custom-form button:hover, form input[type=submit]:hover, form button:hover {
            --x: 100%;
        }

/** Custom slider **/
.custom-slider-wrap {
    position: relative;
    /* the parent */
}

    .custom-slider-wrap .slick-slide {
        margin: 0 27px;
    }

    .custom-slider-wrap .slick-list {
        margin: 0 -27px;
    }

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.custom-pagination {
    display: flex;
    justify-content: center;
}

    .custom-pagination ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-pagination ul li:not(:last-child) {
            margin-right: 14px;
        }

        .custom-pagination ul li button {
            background-color: #D9D9D9;
            height: 12px;
            width: 12px;
            overflow: hidden;
            border: none;
            border-radius: 50%;
            font-size: 0;
        }

        .custom-pagination ul li.slick-active button {
            background-color: #3333FF;
        }

.custom-arrow {
    cursor: pointer;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .custom-arrow svg {
        fill: #9C9F9D;
    }

    .custom-arrow:hover svg {
        fill: #3333FF;
    }

.custom-arrow-prev {
    left: 0;
}

.custom-arrow-next {
    right: 0;
}

.content ul li, .content ol li {
    color: #777F8D;
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .content ul li:before {
        content: "";
        position: absolute;
        background-color: #777F8D;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        top: 8px;
        left: 0;
    }

.content ol li {
    counter-increment: my-awesome-counter;
}

    .content ol li:before {
        content: counter(my-awesome-counter) ". ";
        color: #777F8D;
        font-weight: 700;
        position: absolute;
        left: 0;
    }

.social__links {
    flex-wrap: wrap;
}

    .social__links, .social__links li {
        display: flex;
        align-items: center;
    }

        .social__links a svg path {
            fill: #fff;
        }

        .social__links a:hover svg path {
            fill: #FF9811 !important;
        }

        .social__links li {
            justify-content: center;
        }

.main-subtitle {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}

    .main-subtitle span {
        color: #FF9811;
        font-weight: 700;
    }

.read-more-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    font-size: 16px;
    height: 23px;
    color: #4648D9;
    cursor: pointer;
}

    .read-more-btn.active .less {
        display: block;
    }

    .read-more-btn.active .more {
        display: none;
    }

    .read-more-btn .less {
        display: none;
    }

.hidden-text {
    display: none;
}

/** Header **/
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-btn {
    display: none;
    border-radius: 4px;
    transition: 0.5s ease-in-out;
    position: relative;
    cursor: pointer;
}

    .mobile-btn span {
        display: block;
        position: relative;
        width: 100%;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        margin-top: 4px;
        transition: all 0.3s ease-in-out;
    }

    .mobile-btn.active span:nth-child(1) {
        transform: translateY(5px) rotate(-45deg);
    }

    .mobile-btn.active span:nth-child(2) {
        opacity: 0;
        transform: rotate(45deg);
    }

    .mobile-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(45deg);
    }

.modal-overlay {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    background: rgba(0, 0, 0, 0.8);
    z-index:2;
}

    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }

.header, .footer {
    background-color: #000A35;
    color: #fff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0px;
    transition: all 0.2s linear;
    z-index: 2;
}

.header__subtitle {
    display: none;
}

.header #asi-header-account {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

    .header #asi-header-account .css-1cgt8ut {
        position: static;
    }

.header .menu-item-icon:before {
    opacity: 0;
}

.header .menu-item-icon .has-icon-link, .header .menu-item-icon .sub-menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: contain;
    transition: background-color 0.3s;
}

.header .menu-item-icon .has-icon-link {
    width: 20px;
    height: 22px;
    background-color: #fff;
}

    .header .menu-item-icon .has-icon-link span {
        display: none;
    }

.header .menu-item-icon .sub-menu-link {
    grid-template-columns: 13px 1fr;
    gap: 8px;
    align-items: center;
    color: #777F8D;
    min-width: 100px;
}

    .header .menu-item-icon .sub-menu-link:hover {
        color: #7F37E7;
    }

.header .menu-item-icon .sub-menu-icon {
    width: 13px;
    height: 13px;
    background-color: #98A8C5;
    margin-top: 3px;
}

.header .menu-item-icon .sub-menu-link:hover .sub-menu-icon {
    background-color: #7F37E7;
}

.header .menu-item-icon .sub-menu-link:hover {
    text-shadow: 0 0 0.01px #7F37E7;
}

.header .menu-item-icon .sub-menu-link:after {
    border-color: #7F37E7;
    top: calc(50% - 2px);
}

.header .menu-item-icon .sub-menu__name {
    font-size: 14px;
}

.header .menu-item-icon li {
    margin-bottom: 15px;
}

.header .menu-item-desc .sub-menu-link-description {
    font-size: 14px;
}

.header .menu-item-desc .sub-menu-link {
    align-items: flex-start;
    grid-template-columns: 33px 1fr;
    gap: 12px;
    max-width: none;
    width: 300px;
}

    .header .menu-item-desc .sub-menu-link:after {
        top: 8.5px;
        right: 0;
    }

    .header .menu-item-desc .sub-menu-link:hover .sub-menu-link-title {
        color: #3333FF;
    }

.header .menu-item-desc li:not(:last-child) {
    margin-bottom: 20px;
}

.header .sub-menu-link {
    display: grid;
    position: relative;
    width: auto;
    max-width: max-content;
}

    .header .sub-menu-link:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        width: 7px;
        height: 7px;
        border-right: 0.12em solid #3333FF;
        border-top: 0.12em solid #3333FF;
        border-radius: 0 1px 0 0;
        transform: rotate(40deg) translate(0px, 0px);
        opacity: 0;
    }

    .header .sub-menu-link:hover:after {
        opacity: 1;
        transform: rotate(40deg) translate(5px, -5px);
    }

    .header .sub-menu-link span {
        display: flex;
        align-items: center;
    }

.header .menu .sub-menu {
    display: none;
}

.header__container {
    max-width: 1405px;
    position: relative;
}

.header__wrap, .header__menu, .header__btns {
    display: flex;
    align-items: center;
}

.header__logo {
    cursor: pointer;
    width: 223px;
}

.header .menu, .header .menu ul {
    display: flex;
}

.header .language__mobile {
    display: none;
}

.header__menu .menu-item-has-children::before {
    display: block;
    content: "";
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-right: 0.12em solid #fff;
    border-top: 0.12em solid #fff;
    border-radius: 0 1px 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.header__menu .menu-item-has-children::before {
    position: relative;
    -webkit-transform: translateY(0) rotate(135deg);
    -ms-transform: translateY(0) rotate(135deg);
    transform: translateY(0) rotate(135deg);
    transform-origin: center;
}

.header__menu .menu-item-has-children:hover::before, .header__menu .menu-item-has-children.active:before {
    border-color: #FF9811;
}

.header__menu {
    margin-left: auto;
}

    .header__menu ul, .header__menu .menu-item-has-children {
        display: flex;
        align-items: center;
    }

    .header__menu .menu-item-asi-mobile {
        display: none;
    }

    .header__menu .menu-item-has-children:after {
        content: "";
        position: absolute;
        top: 46px;
        left: calc(50% - 16px);
        display: block;
        width: 20px;
        height: 20px;
        background-color: #fff;
        transform: translate(0, 10px) rotate(134deg);
        transition: all 0.1s ease;
        opacity: 0;
    }

    .header__menu .menu-item-has-children.active:after {
        opacity: 1;
        transform: translate(0, 0) rotate(134deg);
    }

    .header__menu .menu-item-has-children.active > a {
        color: #FF9811;
    }

    .header__menu .menu-item-has-children.active > .has-icon-link {
        background-color: #FF9811;
    }

    .header__menu .menu-item-has-children.active:before {
        -webkit-transform: translateY(3px) rotate(-45deg);
        -ms-transform: translateY(3px) rotate(-45deg);
        transform: translateY(3px) rotate(-45deg);
    }

    .header__menu li {
        position: relative;
        margin-right: 31px;
    }

        .header__menu li:last-child {
            margin-right: 5px;
        }

    .header__menu a {
        text-transform: capitalize;
        font-weight: 500;
        font-size: 17px;
        color: #FFF;
    }

        .header__menu a:hover {
            color: #FF9811;
        }

    .header__menu .sub-menu a {
        color: #000;
    }

.header .header-btn {
    min-width: 175px;
    text-transform: uppercase;
    font-weight: 700;
}

    .header .header-btn:hover {
        color: #fff;
    }

.header .header-btn-connect {
    color: #FCFDFF;
    background-color: #3333FF;
    margin-right: 10px;
}

    .header .header-btn-connect:hover {
        background-color: #021B88;
    }

.header .language-desktop .sub-menu, .header .sub-language-mobile {
    display: none;
}

.header .language-desktop {
    position: relative;
    margin-right: 25px;
}

    .header .language-desktop li {
        margin: 0;
    }

    .header .language-desktop.menu-item-has-children::before,
    .header .language-desktop .menu .menu-item-has-children:after {
        display: none;
    }

.header .wpml-ls-current-language > a .wpml-ls-native {
    display: none;
}

.header .wpml-ls-legacy-list-horizontal a {
    padding: 0;
}

.header .wpml-ls-menu-item .wpml-ls-flag {
    width: 27px;
    height: 20px;
}

.header .wpml-ls-legacy-list-horizontal .wpml-ls-flag + span {
    margin-left: 10px;
    font-size: 14px;
}

.header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
    margin: 0;
    padding: 0;
    border: 0;
}

    .header .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer > ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

.header .wpml-ls-statics-footer a {
    color: #777F8D;
    background-color: transparent;
    display: flex;
    align-items: center;
}

    .header .wpml-ls-statics-footer a:hover {
        color: #3333FF;
        text-shadow: 0 0 0.01px #3333FF;
    }

.header.scrolling {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

    .header.scrolling .header-btn {
        padding: 10px 27px;
    }

@media screen and (min-width: 1201px) {
    .header {
        min-height: 86px;
        display: flex;
        align-items: center;
    }
}

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -10000px 0;
    }
}

.desktop-sub-menu {
    position: absolute;
    top: 65px;
    right: 50px;
    max-width: 986px;
    width: 100%;
    z-index: 55;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

    .desktop-sub-menu:before {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        display: block;
        height: 30px;
        width: 100%;
    }

    .desktop-sub-menu.active {
        transform: translateY(0);
        visibility: visible;
        opacity: 1;
    }

    .desktop-sub-menu span {
        transition: all 0.3s linear;
    }

.desktop-sub-menu__wrap {
    position: relative;
    display: grid;
    grid-template-columns: minmax(315px, 386px) minmax(200px, 240px) 1fr;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 35px 30px;
}

.desktop-sub-menu .simple-link, .desktop-sub-menu .menu-item .menu-item-link {
    display: none;
}

.desktop-sub-menu .sub-menu {
    max-width: 335px;
}

.desktop-sub-menu .sub-menu__text {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.42px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.desktop-sub-menu .sub-menu__text, .desktop-sub-menu .sub-menu-link-description {
    color: #777F8D;
}

.desktop-sub-menu .sub-menu-link span:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.desktop-sub-menu .sub-menu-link-title {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.42px;
    margin-bottom: 5px;
}

/** Offer **/
.offer {
    color: #fff;
    padding: 75px 0;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .offer__left {
        max-width: 580px;
    }
}

.offer:before {
    background-image: url('../images/svg/grafic-home.svg');
    animation: animatedBackground 360s linear infinite;
}

.offer:before, .offer:after {
    top: 0;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.offer:after {
    animation: animatedBackground 500s linear infinite;
}

.offer__wrap {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.offer__subtitle {
    margin-bottom: 20px;
}

.offer .main-title {
    font-size: 70px;
    letter-spacing: -0.03em;
    line-height: 1.3;
    text-transform: lowercase;
    margin-bottom: 36px;
}

    .offer .main-title.de, .offer .main-title.fr {
        font-size: 50px;
    }

    .offer .main-title.it {
        font-size: 55px;
    }

    .offer .main-title.pl {
        font-size: 60px;
    }

    .offer .main-title.tr {
        font-size: 62px;
    }

    .offer .main-title.ru {
        font-size: 60px;
    }

    .offer .main-title.cs {
        font-size: 54px;
    }

    .offer .main-title.ja {
        font-size: 57px;
    }

    .offer .main-title span {
        display: inline-block;
    }

        .offer .main-title span:nth-last-of-type(3) {
            color: #FF9811;
        }

        .offer .main-title span:nth-last-of-type(2) {
            color: #5160EC;
        }

        .offer .main-title span:nth-last-of-type(1) {
            color: #19B1BD;
        }

        .offer .main-title span:first-letter {
            text-transform: capitalize;
        }

.offer__text {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.45;
}

.offer__text-small {
    font-size: 18px;
    margin-bottom: 56px;
}

.offer__btns {
    display: flex;
    align-items: center;
}

.offer__btns-mobile {
    display: none;
}

.offer__btn {
    min-width: 260px;
    height: 55px;
}

    .offer__btn:hover {
        background-color: #e5e5e5;
    }

.offer__right {
    margin: 0 0 0 auto;
}

.offer #root {
    height: auto;
}

.offer .css-6v4lr0 {
    width: 100%;
}

.offer__logos_desk {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

    .offer__logos_desk div:not(:last-child) {
        margin-right: 50px;
    }

.offer__list_logo .image-wrap {
    display: flex;
    align-items: center;
}

.offer__logos_mobile {
    overflow: hidden;
    width: 100%;
    display: flex;
    margin-top: 38px;
}

    .offer__logos_mobile .image-wrap {
        justify-content: center;
    }

/** Information **/
.custom-popup {
    max-width: 1250px;
    position: relative;
    padding: 15px;
}

.custom-popup__content {
    width: 100%;
    padding-bottom: 56.25%;
}

.custom-popup__close {
    position: absolute;
    right: 0;
    top: -18px;
    z-index: 3;
}

.custom-popup iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.information h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 37px;
}

.information .desc {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    letter-spacing: -0.42px;
    color: #777F8D;
}

    .information .desc p:not(:last-child) {
        margin-bottom: 15px;
    }

    .information .desc strong {
        color: #3333FF;
        font-weight: 700;
    }

.information__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.information__item-multi, .information__item-content {
    max-width: 500px;
    position: relative;
    width: 100%;
}

.information .custom-arrow-prev {
    left: -40px;
}

.information .custom-arrow-next {
    right: -40px;
}

.information__btn {
    max-width: 300px;
    margin: 24px 0 0;
}

.information__item-multi {
    height: 100%;
}

    .information__item-multi .info-slider, .information__item-multi .image, .information__item-multi .video {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        overflow: hidden;
        border-radius: 10px;
    }

    .information__item-multi .video {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

        .information__item-multi .video:before {
            content: "";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(51, 51, 255, 0.1);
            z-index: 2;
        }

        .information__item-multi .video img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: left;
        }

    .information__item-multi .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        width: 103px;
        height: 103px;
        cursor: pointer;
        z-index: 3;
        transition: all 1s linear;
    }

        .information__item-multi .video-btn svg path {
            fill: #fff;
        }

        .information__item-multi .video-btn:hover svg path {
            fill: #3333FF;
        }

.information .info-slider {
    margin-bottom: 10px;
}

.information .info-slider-text {
    display: flex;
    font-size: 13px;
    color: #777F8D;
    margin-top: 15px;
}

    .information .info-slider-text p {
        margin-left: 5px;
    }

    .information .info-slider-text span {
        display: inline-block;
        color: #FF9811;
        font-weight: 700;
        min-width: fit-content;
    }

.information__item-content {
    margin-right: 20px;
}

.information__item:not(:last-child) {
    margin-bottom: 120px;
}

.information__item:nth-child(2n) {
    flex-direction: row-reverse;
}

    .information__item:nth-child(2n) .information__item-content {
        margin-left: 20px;
    }

/** Featured **/
.featured {
    background-color: #fff;
    padding-bottom: 30px;
    /* the slides */
}

.featured__wrap {
    max-width: 1017px;
    margin: 0 auto;
}

.featured .custom-slider-wrap {
    margin: 0 auto 50px;
    max-width: 982px;
}

.featured-customers {
    margin: 0 auto;
}

.featured .slide-item, .featured .image {
    justify-content: center;
    align-items: center;
}

.featured .slide-item {
    display: flex !important;
    height: 160px;
    overflow: hidden;
}

.featured .custom-arrow-next {
    right: -50px;
}

.featured .custom-arrow-prev {
    left: -50px;
}

.featured .image {
    display: flex;
}

/** Reviews **/
.reviews {
    padding: 100px 0;
    background-color: #F9FAFA;
}

.reviews__stars {
    max-width: 150px;
    margin: 0 auto 24px;
}

.safe-info__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.safe-info .logo {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 16px;
    height: 68px;
    max-width: 252px;
    width: 100%;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}

    .safe-info .logo img {
        position: relative;
        z-index: 2;
        width: 186px;
        height: 41px;
    }

    .safe-info .logo:first-child {
        background-color: #19B1BD;
    }

        .safe-info .logo:first-child:hover {
            background-color: #0E8892;
        }

    .safe-info .logo:last-child:after,
    .safe-info .logo:last-child:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        z-index: 1;
    }

    .safe-info .logo:last-child:before {
        background-image: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%);
    }

    .safe-info .logo:last-child:after {
        visibility: hidden;
        opacity: 0;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(125deg, #1818B9 0%, #00FFA7 100%);
    }

    .safe-info .logo:last-child:before {
        background-image: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%);
    }

    .safe-info .logo:last-child:hover:before {
        opacity: 0;
        visibility: hidden;
    }

    .safe-info .logo:last-child:hover:after {
        opacity: 1;
        visibility: visible;
    }

.safe-info .content {
    text-align: center;
    max-width: 870px;
    margin: 0 auto;
    letter-spacing: -0.42px;
    color: #6E7B96;
}

    .safe-info .content a {
        text-decoration: underline;
    }

        .safe-info .content a:hover {
            text-decoration: none;
        }

    .safe-info .content strong {
        color: #19B1BD;
        font-weight: 700;
    }

/** Lock s **/
.lock-s {
    background: linear-gradient(102.36deg, #021B88 0%, #000A35 54.64%);
    overflow: hidden;
}

    .lock-s::before, .lock-s::after {
        top: initial;
        background-position: bottom;
        width: 90vw;
        height: 85vh;
    }

    .lock-s::before {
        left: 25vh;
        bottom: -24vh;
    }

    .lock-s::after {
        bottom: -5vh;
        left: 11vw;
    }

.lock-s__wrap {
    background-color: rgba(27, 43, 110, 0.6);
    display: grid;
    grid-template-columns: minmax(485px, 502px) minmax(300px, 340px);
    align-items: center;
    grid-gap: 40px 46px;
    padding: 32px 92px;
}

.lock-s__content {
    max-width: 502px;
}

.lock-s__title {
    margin-bottom: 40px;
    text-align: left;
    letter-spacing: -0.24px;
    font-size: 33px;
}

    .lock-s__title span {
        color: #19B1BD;
    }

.lock-s__btn {
    min-width: 206px;
}

/** Community **/
.community {
    /*&__top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }*/
    /*&__logo {
    width: 30%;
    margin-top: -25px;
    img {
      margin: 0 auto;
    }
  }*/
}

.community__title {
    margin-bottom: 30px;
}

.community__text {
    text-align: center;
    max-width: 1080px;
    margin: 0 auto 40px;
}

    .community__text p {
        line-height: 1.4;
    }

        .community__text p:not(:last-child) {
            margin-bottom: 20px;
        }

.community__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 990px;
    margin: 0 auto 80px;
    grid-gap: 40px 60px;
}

.community__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .community__item .image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        margin: 0 auto 16px;
        border-radius: 50%;
        overflow: hidden;
        background-color: rgba(126, 142, 214, 0.1);
    }

    .community__item .content {
        width: 100%;
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: -0.22px;
        color: #777F8D;
    }

.community .custom-pagination {
    display: none;
}
.sp_grid {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 990px;
    margin: 0 auto 80px;
    grid-gap: 40px 60px;
}

.sp_items {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sp_content {
    color: white;
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
}

.sp-img-user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(126, 142, 214, 0.1);
    width: 200px;
    height: 200px;
    border: solid;
}
.community .benefits-slider_3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

    .community .benefits-slider_3 .slide-item {
        min-height: auto !important;
        height: 348px;
        padding: 12px;
        text-align: center;
    }

    .community .benefits-slider_3 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        width: 32px;
        margin: 0 0 13px auto;
    }

    .community .benefits-slider_3 .title {
        position: absolute;
        top: 10px;
    }

    .community .benefits-slider_3 .custom-btn-grad {
        float: left;
        padding: 7px;
        margin-right: 5px;
    }

    .community .benefits-slider_3 .read-more-benefits {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.community .benefits-slider_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

    .community .benefits-slider_2 .slide-item {
        min-height: auto !important;
        height: 132px;
        padding: 12px;
        text-align: center;
    }

    .community .benefits-slider_2 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        width: 32px;
        margin: 0 0 13px auto;
    }

    .community .benefits-slider_2 .title {
        position: absolute;
        top: 10px;
    }

    .community .benefits-slider_2 .custom-btn-grad {
        float: left;
        padding: 7px;
        margin-right: 5px;
        min-width: 100px;
    }

    .community .benefits-slider_2 .read-more-benefits {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 20px;
    }

.community .benefits-slider_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

    .community .benefits-slider_1 .slide-item {
        min-height: auto !important;
        height: 200px;
        padding: 12px;
        text-align: center;
    }

    .community .benefits-slider_1 .image {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 32px;
        width: 32px;
        margin: 0 0 13px auto;
    }

    .community .benefits-slider_1 .title {
        position: absolute;
        top: 10px;
    }

    .community .benefits-slider_1 .custom-btn-grad {
        float: left;
        padding: 7px;
        margin-right: 5px;
    }

    .community .benefits-slider_1 .read-more-benefits {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 20px;
    }
.community .benefits-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.community .benefits__title {
    margin-bottom: 40px;
}

.community .btn-whitepaper {
    padding: 18px 49px;
}

.community .custom-slider-wrap {
    margin-bottom: 48px;
}

.community .slide-item {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.08);
    border-radius: 4.8px;
    padding: 26px 24px 96px;
    background-color: #fff;
    position: relative;
    transition: 0.4s linear;
    min-height: 330px;
}

    .community .slide-item:hover {
        background-color: #F6F6FD;
        box-shadow: none;
    }

    .community .slide-item:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/images/svg/decor-community.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

.community .item {
    position: relative;
    z-index: 2;
}

.community .benefits-slider .image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 32px;
    margin: 0 0 13px auto;
}

.community .title {
    font-weight: 700;
    font-size: 24px;
    color: #3333FF;
    margin: 0 auto 18px;
    min-height: 67.2px;
}

.community .content {
    color: #777F8D;
    font-weight: 400;
    line-height: 1.6;
    font-size: 17px;
}

.community .read-more-btn {
    display: inline;
    margin: 0;
}

/***/
.packages__wrap {
    position: relative;
    margin-bottom: 45px;
}

.packages__table {
    margin-bottom: 90px;
}

.packages__title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}

.packages__header, .packages__body {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) repeat(3, minmax(160px, 214px));
    column-gap: 9px;
}

    .packages__header .company, .packages__body .company__value {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .packages__header .company {
        padding: 16px 5px;
        color: #fff;
        background-color: #98A8C5;
        border-radius: 10px 10px 0 0;
        font-size: 18px;
    }

        .packages__header .company:last-child {
            background-color: #6E7B96;
        }

    .packages__header .options {
        border-bottom: 2px solid #F6F6F6;
    }

    .packages__header .name {
        font-size: 22px;
        text-align: center;
    }

    .packages__header .text {
        font-size: 18px;
    }

    .packages__body .options {
        padding: 8px 40px;
        letter-spacing: -0.22px;
        color: #777F8D;
        font-size: 17px;
    }

        .packages__body .options:nth-child(4n) {
            border-right: 2px solid #6E7B96;
            border-left: 2px solid #6E7B96;
        }

        .packages__body .options:last-child {
            border-bottom: 2px solid #6E7B96;
            border-radius: 0 0 10px 10px;
            overflow: hidden;
        }

        .packages__body .options:nth-child(8n+5), .packages__body .options:nth-child(8n+6), .packages__body .options:nth-child(8n+7), .packages__body .options:nth-child(8n) {
            background-color: #F6F6F6;
        }

/** Purchase **/
.purchase {
    background-color: #F9FAFA;
}

    .purchase:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url("/images/svg/bg-vector-gray.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

.purchase__wrap {
    position: relative;
    z-index: 2;
}

.purchase__steps {
    max-width: 520px;
    margin: 0 auto;
}

.purchase__step:not(:last-child) {
    margin-bottom: 30px;
}

.purchase__step:first-child .custom-btn {
    background-color: #3333FF;
}

    .purchase__step:first-child .custom-btn:hover {
        background-color: #021B88;
    }

.purchase__step:nth-child(2) .custom-btn {
    background: linear-gradient(125deg, #1818B9 0%, #00FFA7 100%) var(--x, 0)/200%;
}

    .purchase__step:nth-child(2) .custom-btn:hover {
        --x: 100%;
        background-color: #021B88;
    }

.purchase .custom-btn {
    color: #fff;
}

.purchase .title {
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    letter-spacing: -0.23px;
    color: #4648D9;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 11px;
}

    .purchase .title:before {
        content: "";
        display: block;
        width: 16px;
        height: 16px;
        background-color: #4648D9;
        border-radius: 50%;
        margin-right: 13px;
    }

.purchase .content {
    color: #777F8D;
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 1.6;
}

    .purchase .content strong {
        font-weight: 700;
    }

/** Discover **/
.discover {
    overflow: hidden;
}

    .discover::before, .discover::after {
        top: initial;
        background-position: bottom;
    }

    .discover::before {
        left: 10%;
        bottom: 27%;
    }

    .discover::after {
        bottom: 1%;
        left: -1%;
    }

.discover__items {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.discover__list {
    display: grid;
    row-gap: 30px;
    line-height: 1.6;
}

    .discover__list .item {
        position: relative;
        display: grid;
        align-items: center;
        grid-template-columns: 38px 1fr;
        column-gap: 20px;
    }

        .discover__list .item:before {
            content: "";
            display: block;
            width: 37px;
            height: 37px;
            border-radius: 50%;
            background: #19B1BD url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.2125 2.75515L8.07077 12.8967C7.76654 13.2009 7.36715 13.354 6.96777 13.354C6.5683 13.354 6.16891 13.2009 5.86468 12.8967L0.793929 7.8259C0.18368 7.21596 0.18368 6.22975 0.793929 5.61981C1.40387 5.00956 2.38985 5.00956 3.00002 5.61981L6.96777 9.58747L16.0064 0.549056C16.6164 -0.0611926 17.6023 -0.0611926 18.2125 0.549056C18.8224 1.159 18.8224 2.1449 18.2125 2.75515Z' fill='white'/%3E%3C/svg%3E%0A");
            background-size: 18px 13px;
            background-repeat: no-repeat;
            background-position: center center;
        }

.discover__content {
    display: none;
    background-color: rgba(27, 43, 110, 0.6);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 40px;
    font-weight: 500;
    font-size: 17px;
}

    .discover__content a {
        font-weight: 500;
        position: relative;
    }

        .discover__content a:before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 1px;
            transition: all 0.3s linear;
        }

        .discover__content a:hover:before {
            width: 0;
        }

    .discover__content a {
        text-transform: uppercase;
        color: #FBB540;
    }

        .discover__content a:before {
            background-color: #FBB540;
        }

    .discover__content p:not(:last-child) {
        margin-bottom: 15px;
    }

    .discover__content .content__link {
        color: #fff;
        text-transform: initial;
        text-decoration: underline;
        text-underline-offset: 6px;
    }

        .discover__content .content__link:before {
            display: none;
        }

        .discover__content .content__link:hover {
            text-decoration: none;
        }

.discover__item-title {
    font-size: 22px;
    letter-spacing: -0.42px;
    margin-bottom: 30px;
}

.discover__btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.discover .custom-btn {
    min-width: 175px;
}

    .discover .custom-btn:not(:last-child) {
        margin-right: 19px;
    }

.discover .custom-btn-white {
    color: #3333FF;
}

    .discover .custom-btn-white:hover {
        color: #17252B;
    }

/** Compare **/
.compare {
    display: none;
    z-index: 2;
}

.tabs {
    max-width: 887px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 34px;
}

    .tabs .tab-links {
        padding: 0;
    }

        .tabs .tab-links li {
            display: block;
            text-align: center;
        }

    .tabs .company-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
    }

        .tabs .company-logo, .tabs .company-logo span {
            transition: all 0.3s ease-in-out;
        }

    .tabs span img {
        width: 111px;
    }

    .tabs .tab-link {
        background-color: #fff;
        padding: 10px 20px;
        height: 56px;
        border-bottom: 1px solid #CBCBCB;
    }

        .tabs .tab-link:before, .tabs .tab-link:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 27px;
            transform: translateY(-50%);
            display: block;
            border-radius: 50%;
            transition: 0.3s linear;
        }

        .tabs .tab-link:before {
            width: 28px;
            height: 28px;
            border: 2px solid #CBCBCB;
        }

        .tabs .tab-link:after {
            right: 33px;
            width: 16px;
            height: 16px;
            background-color: transparent;
        }

        .tabs .tab-link span {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: 40px;
        }

        .tabs .tab-link .dark {
            opacity: 0;
        }

        .tabs .tab-link.active {
            background-color: #6E7B96;
        }

            .tabs .tab-link.active .dark {
                opacity: 1;
            }

            .tabs .tab-link.active .white {
                opacity: 0;
            }

            .tabs .tab-link.active:before {
                border-color: #fff;
            }

            .tabs .tab-link.active:after {
                background-color: #fff;
            }

        .tabs .tab-link:hover:not(.active) {
            background-color: #f1f5fd;
        }

        .tabs .tab-link.active.main-element {
            background-color: #3333FF;
        }

        .tabs .tab-link.main-element {
            border-top: 1px solid #CBCBCB;
        }

    .tabs .company__items {
        border: 1px solid #CBCBCB;
        border-radius: 10px;
        position: relative;
        height: 100%;
        min-height: 338px;
        overflow: hidden;
    }

    .tabs section {
        padding: 0;
        background-color: #fff;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .tabs .feature-list {
        display: flex;
        align-items: center;
        font-weight: 500;
    }

        .tabs .feature-list:not(:last-child) {
            margin-bottom: 19px;
        }

    .tabs .company-feature {
        margin-right: 12px;
        order: -1;
    }

    .tabs .company__item-logo {
        display: none;
    }

    .tabs .company__item-list {
        padding: 40px 22px 40px 46px;
    }

/** Coming **/
.coming::before, .coming::after {
    top: initial;
    background-position: bottom;
}

.coming::before {
    left: 10%;
    bottom: 11%;
}

.coming::after {
    bottom: 1%;
    left: -1%;
}

.coming .indicator {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background-color: #37477C;
    height: 100%;
}

.coming .indicator-span {
    display: block;
    width: 100%;
    background-color: #FBB540;
}

.coming .custom-slider-wrap {
    position: relative;
    margin-bottom: 33px;
}

.coming .roadmap-slider {
    position: relative;
    padding: 80px 0 0;
}

.coming .point {
    position: absolute;
    top: calc(50% - 1px);
    background-color: #02135C;
    border: 4px solid #FBB540;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -38px;
    transition: all 1.2s linear;
    opacity: 0;
    transform: scale(0);
    z-index: 4;
}

.coming .slide-item.active .point {
    transform: scale(1);
    opacity: 1;
}

.coming .slide-item {
    width: calc(50% - 30px);
    position: relative;
    left: 0;
    z-index: 1;
}

    .coming .slide-item:before {
        content: "";
        position: absolute;
        top: calc(50% - 12px);
        right: -8px;
        display: block;
        width: 16px;
        height: 16px;
        background-color: #fff;
        transform: translate(0, 10px) rotate(134deg);
        transition: all 0.5s ease;
    }

    .coming .slide-item ul li {
        color: #000A35;
    }

.coming .current ~ .slide-item .point {
    border-color: #98A8C5;
}

.coming .slide-item:nth-child(2n) {
    left: calc(50% + 32px);
}

    .coming .slide-item:nth-child(2n) .point {
        left: -39px;
        right: initial;
    }

    .coming .slide-item:nth-child(2n):before {
        right: initial;
        left: -8px;
    }

.coming .slide-item:nth-child(3n+1) .title {
    color: #3333FF;
}

.coming .slide-item:nth-child(3n+1) .content ul li::before {
    background-color: #3333FF;
}

.coming .slide-item:nth-child(3n+2) .title {
    color: #FF6711;
}

.coming .slide-item:nth-child(3n+2) .content ul li::before {
    background-color: #FF6711;
}

.coming .slide-item:nth-child(3n+3) .title {
    color: #19B1BD;
}

.coming .slide-item:nth-child(3n+3) .content ul li::before {
    background-color: #19B1BD;
}

.coming .slide-item:nth-child(2) {
    transform: translateY(-80px);
}

.coming .slide-item:nth-child(3) {
    transform: translateY(-180px);
}

.coming .slide-item:nth-child(4), .coming .slide-item:nth-child(7n) {
    transform: translateY(-190px);
}

.coming .slide-item:nth-child(5), .coming .slide-item:nth-child(8n) {
    transform: translateY(-190px);
}

.coming .slide-item:nth-child(2), .coming .slide-item:nth-child(5n) {
    transform: translateY(0px);
}

.coming .slide-item:nth-child(3) {
    transform: translateY(-6px);
}

.coming .slide-item:nth-child(4), .coming .slide-item:nth-child(7n) {
    transform: translateY(-11px);
}

.coming .slide-item:nth-child(5), .coming .slide-item:nth-child(8n) {
    transform: translateY(-5px);
}
.coming .slide-item:nth-child(6n) {
    transform: translateY(4px);
}
.coming .item {
    background-color: #FFF;
    border-radius: 8px;
    padding: 32px 20px;
}

    .coming .item .title {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 20px;
    }

.coming .roadmap-slider-dots, .coming .custom-arrow {
    display: none;
}

/** Breakdown Tokenomics **/
.breakdown__items {
    max-width: 820px;
    margin: 0 auto 60px;
    padding-bottom: 46px;
    position: relative;
    overflow: hidden;
}

.breakdown__item-title {
    max-width: 410px;
    margin-bottom: 46px;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.42px;
}

.breakdown__item {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #6E7B96;
}

    .breakdown__item .image {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .breakdown__item p {
        min-width: fit-content;
        margin-right: 20px;
    }

.breakdown__item-wrap {
    display: flex;
    align-items: center;
    position: relative;
    min-width: fit-content;
    width: 100%;
}

    .breakdown__item-wrap:before, .breakdown__item-wrap:after {
        content: "";
        display: block;
    }

    .breakdown__item-wrap:before {
        min-width: 24px;
        background-color: #2077fd;
        height: 24px;
        border-radius: 50%;
        margin-right: 16px;
    }

    .breakdown__item-wrap:after {
        content: "";
        display: block;
        background-color: #CBCBCB;
        height: 1px;
        width: 49%;
    }

.breakdown__item .title {
    font-weight: 700;
}

.breakdown__item:not(:last-child) {
    margin-bottom: 60px;
}

.breakdown .presale p:before {
    background-color: #3333FF;
}

.breakdown .marketing .breakdown__item-wrap:before {
    background-color: #0ae1b0;
}
.breakdown .burned .image {
    right: 84px;
}
.breakdown .marketing .image {
    right: 171px;
}

.breakdown .marketing .breakdown__item-wrap:after {
    width: 34%;
}

.breakdown .development .breakdown__item-wrap:before {
    background-color: #FBB540;
}

.breakdown .development .breakdown__item-wrap:after {
    width: 19%;
}

.breakdown .development .image {
    right: 258px;
}

.breakdown .liquidity .breakdown__item-wrap:before {
    background-color: #FE0050;
}

.breakdown .liquidity .breakdown__item-wrap:after {
    width: 12%;
}

.breakdown .liquidity .image {
    right: 344px;
}

.breakdown .custom-btn {
    margin: 0 auto;
}

/** Team **/
.team {
    background-color: #F9FAFA;
}

    .team .section-title {
        margin-bottom: 57px;
    }

    .team .members-slider {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
        margin-bottom: 70px;
    }

    .team .slide-item {
        max-width: 250px;
    }

    .team .name, .team .position {
        text-align: center;
    }

    .team .avatar {
        margin: 0 auto 14px;
        position: relative;
        overflow: hidden;
        width: 250px;
        height: 258px;
        border-radius: 10px;
    }

        .team .avatar img, .team .avatar picture {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .team .position {
        margin: 0 auto 10px;
        color: #6E7B96;
        font-size: 20px;
        font-weight: 700;
    }

    .team .name {
        display: flex;
        font-size: 22px;
        font-weight: 700;
        color: #3333FF;
    }

    .team .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }

        .team .contact .link {
            display: flex;
            margin-right: 9px;
        }

    .team a.contact:hover .link svg path {
        fill: #0a66c2;
    }

    .team .content {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        letter-spacing: -0.42px;
        color: #6E7B96;
    }

    .team .custom-arrow, .team .members-slider-dots {
        display: none;
    }

.powered .section-subtitle {
    margin-bottom: 40px;
}

.powered__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 35px 60px;
    max-width: 866px;
    margin: 0 auto;
}

.powered__item {
    max-width: 280px;
}

/** Contract **/
.contract {
    overflow: hidden;
    color: #fff;
    padding: 100px 0 160px;
}

    .contract:before {
        display: none;
    }

    .contract:before, .contract:after {
        top: 0;
        background-repeat: repeat-x;
        background-position: 0 0;
    }

    .contract:after {
        animation: animatedBackground 500s linear infinite;
    }

@media screen and (max-width: 767px) {
    .contract:after {
        top: -8%;
        background-size: 261vh;
    }
    .community .benefits-slider_1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .community .benefits-slider_2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .community .benefits-slider_3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .community .benefits-slider_4 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.contract__container {
    z-index: 2;
    position: relative;
    padding: 0 30px !important;
}

.contract .section-title {
    color: #fff;
}

    .contract .section-title span {
        color: #FF9811;
    }

.contract__title {
    padding-bottom: 60px;
}

.contract__copied {
    color: red;
    position: absolute;
    top: 25px;
    right: 85px;
    font-size: 15px;
    display: none;
}

@media screen and (max-width: 767px) {
    .contract__copied {
        top: 21px;
        right: 73px;
        z-index: 3;
    }
}

.contract__wrap {
    padding: 75px;
    background: rgba(27, 43, 110, 0.6);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 80px;
}

.contract__label {
    color: #19B1BD;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -0.0042em;
    padding-bottom: 10px;
}

.contract__address {
    margin-bottom: 30px;
}

.contract__block {
    position: relative;
}

.contract__copy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
    width: 70px;
    background: rgba(0, 5, 230, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
}

    .contract__copy:hover {
        background: rgba(0, 5, 230, 0.2);
    }

.contract-inputs__wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
}

.contract-input__wrap {
    display: flex;
    flex-direction: column;
}

.contract__input {
    background: #F9FAFA;
    border: 1px solid #DBDDDF;
    height: 70px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-left: 20px;
    width: 100%;
    opacity: 1;
}

.contract .presale__title {
    margin: 0 auto 50px;
}

.contract .presale-body {
    min-height: 60vh;
}

.contract .presale-select__wrap {
    display: none;
}

.contract .presale-table {
    font-size: 22px;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    border-bottom: 1px solid #CBCBCB;
    z-index: 10;
}

.contract .presale-table__item {
    transition: 0.3s ease;
    letter-spacing: -0.0042em;
}

.contract .presale-table__item-mobile {
    display: none;
}

.contract .presale-table__header, .contract .presale-table__row {
    display: grid;
    grid-template-columns: minmax(100px, 300px) minmax(100px, 300px) minmax(100px, 300px) minmax(100px, 170px);
    padding: 28px 38px;
    font-weight: 500;
}

.contract .presale-table__header {
    color: #6E7B96;
    border-bottom: 1px solid #CBCBCB;
}

.contract .presale-table__row {
    color: #000;
    background: #fff;
    transition: 0.3s ease;
    position: relative;
}

    .contract .presale-table__row::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        display: block;
        width: 8px;
        height: 70px;
        background: #19B1BD;
        border-radius: 0 4px 4px 0;
        opacity: 0;
        transition: 0.3s ease;
    }

    .contract .presale-table__row:last-child {
        border-radius: 0 0 10px 10px;
    }

    .contract .presale-table__row .presale-table__item:first-child {
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    .contract .presale-table__row:not(:first-child) {
        border-top: 1px solid transparent;
    }

    .contract .presale-table__row:not(:last-child) {
        border-bottom: 1px solid #CBCBCB;
    }

@media screen and (min-width: 768px) {
    .contract .presale-table__row.active {
        transform: scale(1.03);
        font-weight: 700;
        border-radius: 10px;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB;
        box-shadow: 0 8px 4px rgba(0, 0, 0, 0.08);
        z-index: 10;
        padding: 35px 52px;
    }

        .contract .presale-table__row.active::after {
            opacity: 1;
        }

        .contract .presale-table__row.active .presale-table__item {
            color: #19B1BD;
        }
}

@media screen and (max-width: 767px) {
    .contract .presale__container {
        padding: 0 28px;
    }

    .contract .presale__title {
        margin: 0 auto 32px;
    }

    .contract .presale-body {
        min-height: auto;
    }

    .contract .presale-table {
        border-bottom: none;
    }

    .contract .presale-table__header {
        display: none;
    }

    .contract .presale-table__row {
        grid-template-columns: 1fr;
        border-radius: 10px !important;
        padding: 9px 25px 15px;
    }

        .contract .presale-table__row .presale-table__item:first-child {
            display: none;
        }

        .contract .presale-table__row .presale-table__item:last-child {
            border-bottom: none;
        }

        .contract .presale-table__row:not(:first-child) {
            display: none;
        }

    .contract .presale-table__item {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        border-bottom: 1px solid #CBCBCB;
        padding: 20px 0 10px;
    }

    .contract .presale-table__item-mobile {
        display: block;
        color: #6E7B96;
        font-weight: 700;
        font-size: 18px;
    }

    .contract .presale-select__wrap {
        display: block;
        margin-bottom: 8px;
        position: relative;
    }

        .contract .presale-select__wrap::after {
            content: "";
            display: block;
            position: absolute;
            top: 34px;
            right: 20px;
            height: 12px;
            width: 20px;
            transition: 0.3s ease;
            background-repeat: no-repeat;
            background-image: url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1561 0.0898632L10.707 7.50994L3.25792 0.0898438L0.958984 2.37975L10.707 12.0898L20.455 2.37977L18.1561 0.0898632Z' fill='black'/%3E%3C/svg%3E%0A");
        }
}

.select2-selection__rendered {
    line-height: 70px !important;
    text-transform: uppercase;
    color: #19B1BD !important;
    font-weight: 700;
}

.select2-container .select2-selection--single {
    border-radius: 10px;
    height: 70px !important;
}

.select2-selection__arrow {
    height: 70px !important;
    display: none;
}

.select2-results__option {
    text-transform: uppercase;
    padding: 6px 6px 6px 20px;
}

    .select2-results__option:first-child {
        padding: 20px 6px 6px 20px;
    }

    .select2-results__option:last-child {
        padding: 6px 6px 10px 20px;
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff;
    color: #19B1BD;
    font-weight: 700;
}

.active-arrow::after {
    transform: rotateZ(180deg);
}

.select2-container--default .select2-results__option--selected {
    background-color: #fff;
    color: #19B1BD;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default .select2-results > .select2-results__options, .select2-container--open .select2-dropdown--below {
    border: none;
    border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
}

.select2-container {
    margin-top: 3px;
}

.select2-container--open .select2-dropdown--below {
    border: 1px solid #CBCBCB;
}

.select2-results__options {
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.75);
}

/** Faqs **/
.faqs .faq-container {
    max-width: 848px;
    width: 100%;
    margin: 0 auto;
}

.faqs .faq {
    margin-bottom: 20px;
}

.faqs .faq-head {
    background-color: #021B88;
    padding: 23px 25px 23px 40px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

    .faqs .faq-head::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 40px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 19px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='13' viewBox='0 0 20 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.1297 0.0898632L9.7096 7.50994L2.2895 0.0898438L-0.000488281 2.37975L9.7096 12.0898L19.4197 2.37977L17.1297 0.0898632Z' fill='white'/%3E%3C/svg%3E%0A");
        transition: all 0.3s;
        transform: translateY(-50%) rotate(0deg);
    }

.faqs .faq-content {
    padding: 36px 40px 30px;
    border-radius: 0 0 8px 8px;
    display: none;
    background-color: #F9FAFA;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    color: #777F8D;
}

    .faqs .faq-content p, .faqs .faq-content ul, .faqs .faq-content ol {
        margin-bottom: 30px;
    }

    .faqs .faq-content a {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 60px;
        background: linear-gradient(92.56deg, #FF9811 0%, #FF6711 100%) var(--x, 0)/200%;
        padding: 12px 30px;
        font-size: 16px;
        font-weight: 700;
        width: 100%;
        color: #fff;
        margin-top: 20px;
        max-width: max-content;
        position: relative;
        transform: scale(1);
    }

        .faqs .faq-content a:hover {
            --x: 100%;
            transform: scale(0.95);
        }

.faqs .faq-head.active::before {
    transform: translateY(-50%) rotate(-180deg);
}

/** Newsletter **/
.newsletter::before, .newsletter::after {
    display: none;
}

.newsletter__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    position: relative;
    z-index: 2;
}

.newsletter__info {
    margin-right: 100px;
    max-width: 414px;
}

.newsletter__title {
    font-size: 56px;
    line-height: 1.25;
    margin-bottom: 32px;
}

.newsletter__text {
    font-size: 22px;
    letter-spacing: -0.42px;
    color: rgba(248, 248, 247, 0.77);
    line-height: 1.6;
}

.newsletter__form {
    padding: 40px 48px;
    background-color: #F9FAFA;
    border-radius: 10px;
}

    .newsletter__form .es-field-wrap {
        margin-bottom: 0;
    }

    .newsletter__form .es_subscription_message {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .newsletter__form br {
        display: none;
    }

    .newsletter__form label {
        display: block;
        font-size: 0;
        height: 52px;
        overflow: hidden;
    }

.newsletter .content {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: -0.42px;
    color: rgba(0, 0, 0, 0.77);
    margin-bottom: 27px;
}

    .newsletter .content span, .newsletter .content a {
        color: #3333FF;
    }

.not-found {
    background-color: #fff;
    color: #000;
}

.not-found__title {
    font-size: 60px;
    letter-spacing: 0.2em;
}

.not-found__text {
    font-size: 1.67em;
    font-weight: 700;
}

/** for Arabic **/
.rtl .coming .custom-slider-wrap,
.rtl .breakdown__items,
.rtl .faq-head,
.rtl .newsletter__wrap,
.rtl .footer__top {
    direction: ltr;
}

.rtl .coming .item, .rtl .breakdown__item-wrap p, .rtl .footer__item-channels li {
    direction: rtl;
}

.rtl .header .header-btn-connect {
    margin: 0 0 0 10px;
}

.rtl .header .language-desktop {
    margin: 0 10px;
}

.rtl .header__menu .menu-item-has-children {
    flex-direction: row-reverse;
}

.rtl .purchase .title::before {
    margin: 0 0 0 13px;
}

.rtl .tabs .company-feature {
    margin: 0 0 0 12px;
}

.rtl .content ul li::before {
    left: auto;
    right: 0;
}

.rtl .content ul li {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .team .contact .link {
    margin: 0 0 0 9px;
}

.rtl .footer__item-channels a {
    margin: 0 5px 0 0;
}

.rtl .contract__copy {
    right: auto;
    left: 0;
}

.rtl .contract__input {
    padding: 0 20px 0 0;
}

.rtl .contract__copied {
    right: auto;
    left: 85px;
}

.rtl .press .news__item-img {
    padding: 0 0 0 6%;
}

.rtl .custom-pagination ul li:not(:first-child) {
    margin-right: 14px;
}

.rtl .header__menu {
    margin: 0 auto 0 0;
}

.rtl .header #asi-header-account {
    margin: 0 20px 0 0;
}

.rtl .desktop-sub-menu {
    right: 15%;
}

@media screen and (max-width: 1200px) {
    .rtl .header .language_menu::before {
        right: 6px;
    }

    .rtl .header__logo {
        margin: 0 0 0 20px;
    }

    .rtl .header .sub-language-mobile__wrap .sub-menu li:first-child::after {
        right: calc(100% - 20px);
    }

    .rtl .header__menu .menu-item-has-children {
        flex-direction: row;
    }
}

@media screen and (max-width: 767px) {
    .rtl .contract .presale-select__wrap::after {
        left: 20px;
        right: auto;
    }

    .rtl .header .menu .menu-item-asi-mobile {
        flex-direction: column;
    }

    .rtl .contract__input {
        padding: 0 20px 0 62px;
    }

    .rtl .contract__block::after {
        left: auto;
        right: 45%;
    }

    .rtl .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding: 0 20px 0 8px;
    }

    .rtl .select2-results__option:first-child {
        padding: 20px 20px 6px 6px;
    }

    .rtl .select2-results__option {
        padding: 6px 20px 6px 6px;
    }

        .rtl .select2-results__option:last-child {
            padding: 6px 20px 10px 6px;
        }

    .rtl .header__menu .menu-item-has-children {
        flex-direction: row;
    }

    .rtl .header .language__mobile .menu .menu-item > a, .rtl .header .language__mobile .menu > li > a {
        flex-direction: row-reverse;
    }

    .rtl .header__menu .menu-item-has-children::before {
        right: auto;
        left: 30px;
    }

    .rtl .header .language__mobile {
        margin-right: 10px;
    }

    .rtl .custom-pagination ul li:not(:first-child) {
        margin-right: 14px;
    }

    .rtl .header .sub-language-mobile__wrap .sub-menu li:first-child::after {
        right: auto;
        left: 0;
    }

    .rtl .press .news__item-img {
        padding: 0 0 25px 0;
    }
}

/** Footer **/
.footer {
    padding: 76px 0 40px;
    font-size: 15px;
}

.footer__top {
    display: grid;
    grid-template-columns: minmax(540px, 1fr) minmax(130px, 208px) 1fr;
    gap: 20px;
    margin-bottom: 80px;
    position: relative;
}

.footer__item-channels h3 {
    direction: rtl;
}

.footer__other-bottom p:first-child {
    margin-bottom: 18px;
}

.footer h3 {
    font-weight: 900;
    margin-bottom: 24px;
    color: #fff;
}

.footer a {
    color: #8F9FBE;
}

    .footer a:hover {
        color: #FBB540;
    }

.footer__logo {
    margin-bottom: 50px;
    justify-content: flex-start;
}

.footer__other {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(74px);
    width: 100%;
    max-width: 530px;
}

.footer__socials {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 13px;
    margin-top: 12px;
    margin-left: 20px;
}

    .footer__socials a:not(:last-child) {
        margin-right: 20px;
    }

.footer__item li:not(:last-child) {
    margin-bottom: 16px;
}

.footer .text, .footer__other-bottom, .footer__disclaimer {
    color: #8F9FBE;
}

.footer__privacy, .footer__other-bottom {
    font-size: 12px;
}

.footer__privacy {
    margin-bottom: 18px;
}

    .footer__privacy ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .footer__privacy ul > li {
            position: relative;
        }

            .footer__privacy ul > li:not(:last-child) {
                margin-right: 20px;
            }

                .footer__privacy ul > li:not(:last-child):after {
                    content: "";
                    position: absolute;
                    right: -16px;
                    height: 14px;
                    width: 1px;
                    background-color: #8F9FBE;
                    top: calc(50% - 6px);
                }

            .footer__privacy ul > li:not(:first-child) {
                margin-left: 10px;
            }

.footer__item-channels li {
    display: flex;
    align-items: center;
}

.footer__item-channels a {
    position: relative;
    font-weight: 700;
    color: #FBB540;
    margin-left: 5px;
}

    .footer__item-channels a:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #FBB540;
        transition: 0.3s linear;
    }

    .footer__item-channels a:hover:after {
        width: 0;
    }

.footer__disclaimer {
    margin-top: 60px;
    background: rgba(51, 51, 255, 0.1);
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    padding: 36px;
}

    .footer__disclaimer h3.footer__disclaimer-title {
        font-weight: 700;
        font-size: 16px;
        color: #8F9FBE;
    }

.footer__disclaimer-text {
    font-size: 15px;
    margin-left: 60px;
}

/*** Compliance pages ***/
.compliance__title {
    text-align: center;
    font-size: 70px;
    margin-bottom: 40px;
    position: relative;
}

.compliance ol, .compliance ul, .compliance li {
    list-style: disc;
    direction: ltr;
}

.compliance li {
    margin: 10px 0 10px 30px;
}

.compliance h3 {
    margin: 25px 0 10px;
    direction: ltr;
}

.compliance p {
    margin-bottom: 15px;
    direction: ltr;
}

@media screen and (max-width: 767px) {
    .compliance__title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .compliance .section {
        padding: 30px 0;
    }
}

/*** Media ***/
@media screen and (max-width: 1200px) {
    .mobile-btn {
        width: 21px;
        height: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: -5px 0 0 20px;
    }

    .mobile-btn, .header__logo, .language__mobile {
        position: relative;
        z-index: 8;
    }

    .header {
        padding: 30px 0;
    }

        .header.scrolling {
            padding: 20px 0;
        }

            .header.scrolling .header__menu {
                padding-top: 50px;
            }

    .header__subtitle {
        display: block;
        text-align: center;
    }

    .header__menu, .header .menu, .header .menu ul {
        flex-direction: column;
    }

        .header .menu ul {
            position: relative;
            z-index: 3;
        }

            .header .menu ul .sub-menu-link {
                grid-template-columns: 26px 1fr;
            }

            .header .menu ul .sub-menu-icon {
                width: 25px;
                height: 25px;
                -webkit-mask-size: 25px !important;
                mask-size: 25px !important;
            }

    .header__menu {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #000A35;
        width: 100vw;
        height: 100vh;
        padding: 60px 0 30px;
        z-index: 5;
        transform: translateY(-110%);
        transition: all 0.3s linear;
        overflow: hidden;
    }

        .header__menu .menu a {
            font-size: 24px;
        }

        .header__menu.active {
            transform: translateY(0);
        }

        .header__menu .menu-item-has-children::before {
            border-color: #777F8D;
            position: absolute;
            top: 30px;
            right: 30px;
        }

        .header__menu li {
            margin: 0;
        }

        .header__menu .menu-item-has-children::after {
            display: none;
        }

    .header .menu-item-has-children {
        cursor: pointer;
    }

    .header__menu .menu-item-has-children, .header .sub-menu__links {
        flex-direction: column;
        align-items: flex-start;
    }

    .header .menu {
        background-color: #fff;
        width: 100%;
        margin-bottom: 30px;
        padding: 5px 0;
        max-height: 100vh;
        height: 100%;
        overflow: hidden;
        overflow-y: auto;
        position: relative;
    }

        .header .menu ul li {
            width: 100%;
        }

        .header .menu .menu-item > a {
            padding: 20px 30px;
        }

        .header .menu a {
            color: #000;
            padding: 0 30px;
            font-weight: 700;
            font-size: 18px;
        }

        .header .menu .sub-menu a {
            color: #777F8D;
            font-size: 16px;
        }

    .header .sub-language-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        overflow: hidden;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.2s linear;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .header .sub-language-mobile__wrap {
        padding: 20px;
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        border-radius: 10px;
        position: relative;
    }

        .header .sub-language-mobile__wrap:before {
            content: "";
            position: absolute;
            top: -8px;
            right: 94px;
            display: block;
            width: 20px;
            height: 20px;
            background-color: #fff;
            transform: rotate(134deg);
        }

        .header .sub-language-mobile__wrap .sub-menu .wpml-ls-native {
            display: block;
        }

        .header .sub-language-mobile__wrap .menu-item-has-children::before {
            display: none;
        }

        .header .sub-language-mobile__wrap .sub-menu li:first-child::after {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 0;
            right: 15px;
            left: auto;
            opacity: 1;
            transform: none;
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0C4.477 0 0 4.477 0 10C0 15.523 4.477 20 10 20C15.523 20 20 15.523 20 10C20 4.477 15.523 0 10 0ZM8.00001 15.414L3.293 10.707L4.707 9.29301L8.00001 12.586L15.293 5.29301L16.707 6.707L8.00001 15.414Z' fill='%233333FF'/%3E%3C/svg%3E%0A");
        }

    .header .sub-language-mobile .sub-menu {
        display: flex;
        overflow: hidden;
        padding: 10px 10px;
        background-color: transparent;
        max-height: calc(100vh - 318px);
        overflow-y: auto;
    }

        .header .sub-language-mobile .sub-menu a {
            padding: initial;
        }

        .header .sub-language-mobile .sub-menu li:not(:last-child) {
            margin-bottom: 24px;
        }

    .header__menu.show-language .menu__list {
        opacity: 0;
    }

    .header__menu.show-language .sub-language-mobile {
        opacity: 1;
        z-index: 3;
    }

    .header .menu-item-icon .sub-menu__name {
        font-size: 16px;
    }

    .header .sub-menu {
        background-color: #F2F2F2;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        max-width: none;
    }

    .header .sub-menu-link {
        align-items: center;
    }

    .header .sub-menu__links li:not(:last-child) {
        margin-bottom: 20px;
    }

    .header .menu-item-desc .sub-menu-link::after {
        top: 7px;
    }

    .header .menu-item-icon .sub-menu-link:hover {
        color: #3333FF;
    }

        .header .menu-item-icon .sub-menu-link:hover .sub-menu-icon {
            background-color: #3333FF;
        }

    .header .menu-item-icon .sub-menu-link::after {
        border-color: #3333FF;
    }

    .header .sub-menu__text, .header .sub-menu-link .sub-menu-link-description {
        display: none;
    }

    .header .menu-item-icon .has-icon-link {
        height: auto;
        width: auto;
        mask: none !important;
        -webkit-mask-image: none !important;
    }

        .header .menu-item-icon .has-icon-link span {
            display: block;
        }

    .header .menu-item-icon::before {
        opacity: 1;
    }

    .header__menu .menu-item-has-children.active > .has-icon-link {
        background-color: transparent;
    }

    .header__btns {
        margin: auto auto 20px;
    }

    .header .header-btn {
        min-width: 150px;
        padding: 13px 18px;
    }

    .header .header__subtitle {
        padding: 0 20px 10px;
    }

    .header .language__mobile {
        display: flex;
        align-items: center;
        margin-left: auto;
        min-width: 126px;
        position: relative;
    }

    .header .language_menu {
        width: 100%;
        position: relative;
    }

        .header .language_menu .sub-menu {
            display: none;
        }

        .header .language_menu:before {
            display: block;
            position: absolute;
            content: "";
            transition: 0.3s linear;
            width: 7px;
            height: 7px;
            right: 0;
            top: 5px;
            border-right: 0.12em solid #fff;
            border-top: 0.12em solid #fff;
            border-radius: 0 1px 0 0;
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
        }

        .header .language_menu:before {
            -ms-transform: translateY(0) rotate(135deg);
            transform: translateY(0) rotate(135deg);
            transform-origin: center;
        }

        .header .language_menu.active:before {
            border-color: #FF9811;
        }

    .header .language__mobile .menu {
        background-color: transparent;
        padding: 0;
        margin: 0;
        max-height: 100%;
    }

        .header .language__mobile .menu .menu-item > a, .header .language__mobile .menu > li > a {
            padding: 0;
            display: flex;
            align-items: center;
        }

        .header .language__mobile .menu .menu-item:not(:last-child) {
            margin-bottom: 20px;
        }

        .header .language__mobile .menu > li > a {
            color: #fff;
            text-transform: uppercase;
        }

    .header .wpml-ls-menu-item .wpml-ls-flag + span {
        font-size: 16px;
        font-weight: 500;
        margin-left: 15px;
    }

    .header .wpml-ls-menu-item a:hover {
        color: #3333FF;
    }

    .header .language-desktop {
        display: none;
    }

    .offer .main-title {
        font-size: 58px;
    }

    .offer__btn {
        min-width: 223px;
    }

    .offer__text {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1024px) {
    [class*=__container] {
        max-width: 100%;
        padding: 0 25px;
    }

    main {
        padding-top: 20px;
    }

    .custom-slider-wrap .slick-slide {
        margin: 0 15px;
    }

    .custom-slider-wrap .slick-list {
        margin: 0 -15px;
    }

    .logo {
        width: 145px;
    }

    .header {
        padding: 13px 0;
    }

        .header.scrolling {
            padding: 12px 0;
        }

    .offer {
        padding: 40px 0 50px;
    }

    .offer__wrap {
        flex-direction: column;
    }

    .offer__btns, .offer__logos_desk {
        display: none;
    }

    .offer__btns-mobile {
        display: flex;
        margin-top: 38px;
        justify-content: center;
        position: relative;
        width: 100%;
    }

    .offer__left {
        margin-bottom: 20px;
    }

    .offer__text-small {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .offer__right, .offer__left {
        margin-left: auto;
        margin-right: auto;
    }

    .offer__btns {
        justify-content: space-between;
    }

    .offer .main-title span {
        font-size: 56px;
    }

    .information {
        padding: 60px 0;
    }

        .information .video {
            height: 100%;
        }

    .information__item-content {
        margin: 0 0 20px;
    }

    .information__item-multi, .information__item-content {
        max-width: 100%;
        width: 100%;
    }

    .information__item-multi {
        height: 300px;
        padding: 0 20px;
    }

    .information__item:not(:last-child) {
        margin-bottom: 40px;
    }

    .information__item {
        margin-bottom: 0;
    }

        .information__item, .information__item:nth-child(2n) {
            flex-direction: column;
        }

            .information__item:not(:first-child) .multi {
                display: none;
            }

    .information h3 {
        font-size: 34px;
        margin-bottom: 25px;
    }

    .featured .custom-slider-wrap {
        max-width: 682px;
    }
    /** Lock s **/
    .lock-s__wrap {
        grid-gap: 40px 30px;
        padding: 30px;
        grid-template-columns: minmax(380px, 402px) 1fr;
    }

    .lock-s__title {
        margin-bottom: 48px;
        font-size: 30px;
    }

    .lock-s__image {
        max-width: 250px;
        margin: 0 auto;
    }

    .lock-s__btn {
        min-width: 206px;
        max-width: 295px;
    }

    .community__items {
        margin: 0 auto 48px;
        grid-gap: 36px;
    }

    .community .benefits-slider {
        display: block;
        gap: 0;
    }

    .community .slick-list {
        padding: 10px 0 20px;
    }

    .community .custom-pagination {
        display: flex;
    }

    .community .custom-slider-wrap .slick-slide {
        margin: 0 20px;
    }

    .community .custom-slider-wrap .slick-list {
        margin: 0 -20px;
    }

    .community .slide-item {
        padding: 24px 24px 60px;
    }

    .community .custom-slider-wrap {
        margin-bottom: 48px;
    }

    .packages__title {
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        margin-bottom: 60px;
    }

    .packages__header, .packages__body {
        grid-template-columns: minmax(200px, 1fr) repeat(3, 125px);
        column-gap: 9px;
    }

        .packages__header .company {
            padding: 16px 5px;
            font-size: 18px;
        }

        .packages__header .name {
            font-size: 18px;
        }

        .packages__header .text {
            font-size: 15px;
        }

        .packages__body .options {
            padding: 8px 20px;
            font-size: 15px;
        }

    .discover__items {
        grid-template-columns: 1fr;
        margin-bottom: 30px;
    }

    .tabs {
        grid-template-columns: minmax(224px, 280px) 1fr;
        gap: 15px;
    }

        .tabs .tab-links {
            padding: 0;
        }

        .tabs .tab-link {
            padding: 10px 15px;
        }

            .tabs .tab-link span {
                left: 20px;
            }

        .tabs .company__item-list {
            padding: 26px 10px 26px 24px;
        }

    .coming .indicator, .coming .point, .coming .slide-item:before {
        display: none;
    }

    .coming .item {
        height: 100%;
    }

    .coming .roadmap-slider {
        padding: 0 0 20px;
        overflow: hidden;
    }

    .coming .slide-item {
        width: 100%;
    }

        .coming .slide-item:nth-child(2n) {
            left: 0;
        }

    .coming .custom-pagination {
        display: flex;
    }

        .coming .custom-pagination ul li.slick-active button {
            background-color: #FF9811;
        }

    .coming .content ul li, .coming .content ol li {
        margin-bottom: 15px;
    }

    .coming .slide-item:nth-child(2),
    .coming .slide-item:nth-child(3),
    .coming .slide-item:nth-child(4),
    .coming .slide-item:nth-child(5n),
    .coming .slide-item:nth-child(6n),
    .coming .slide-item:nth-child(7n),
    .coming .slide-item:nth-child(8n) {
        transform: initial;
    }

    .breakdown__items {
        max-width: 100%;
        margin: 0 auto 30px;
        padding-bottom: 36px;
    }

    .breakdown__item-wrap::after {
        width: 41%;
    }

    .marketing .breakdown__item-wrap::after {
        width: 24%;
    }

    .breakdown__item {
        font-size: 18px;
    }

    .team .custom-arrow, .team .members-slider-dots {
        display: flex;
    }

    .team .members-slider {
        margin-bottom: 0;
    }

    .team .slick-list {
        padding: 10px 0 20px;
    }

    .team .slide-item {
        max-width: 100%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        padding: 30px;
        margin: 0 28px;
    }

    .team .custom-slider-wrap {
        margin-bottom: 58px;
    }

    .powered__item {
        max-width: 180px;
    }

    .powered .section-subtitle {
        margin-bottom: 20px;
    }

    .powered__items {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }

    .faqs .faq-head {
        padding: 23px 30px 26px 20px;
        font-size: 17px;
    }

        .faqs .faq-head::before {
            right: 12px;
            width: 16px;
            height: 10px;
        }

    .faqs .faq-content {
        padding: 30px 20px 10px;
    }

    .newsletter__wrap {
        flex-direction: column;
    }

    .newsletter__title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .newsletter__text {
        margin-bottom: 20px;
    }

    .footer__other {
        position: static;
        transform: none;
    }

    .footer__top {
        grid-template-columns: 3fr 2fr;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 867px) {
    .breakdown .breakdown__item-wrap::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mobile-btn {
        margin-left: 7px;
        min-width: 20px;
    }
    [class*=__container] {
        padding: 0 20px;
    }

    .custom-btn {
        width: 100%;
        max-width: 246px;
    }

    .header {
        padding: 9px 0;
    }

        .header.scrolling {
            padding: 15px 0;
        }

            .header.scrolling .header__menu {
                padding-top: 40px;
            }

        .header .header__menu {
            padding-top: 58px;
        }

        .header .menu .menu-item-asi-mobile {
            display: flex;
            flex-direction: column;
            border-top: 1px solid #CBCBCB;
            margin-top: 10px;
        }

            .header .menu .menu-item-asi-mobile .sub-menu {
                background-color: #fff;
            }

            .header .menu .menu-item-asi-mobile a {
                padding-bottom: 10px;
            }

        .header .sub-language-mobile__wrap:before {
            display: none;
        }

        .header .sub-language-mobile .sub-menu {
            display: flex;
            overflow: hidden;
            padding: 10px 10px;
            background-color: transparent;
            max-height: calc(100vh - 260px);
            overflow-y: auto;
        }

            .header .sub-language-mobile .sub-menu a {
                padding: initial;
            }

            .header .sub-language-mobile .sub-menu li:not(:last-child) {
                margin-bottom: 24px;
            }

    .mobile-btn {
        margin-left: 10px;
    }

    .offer {
        padding-bottom: 80px;
    }

        .offer:before {
            background-position: -47px 71%;
            background-size: 143vh;
        }

        .offer::after {
            background-image: url("../img/svg/mobile-line.svg");
            animation: animatedBackground 360s linear infinite;
            top: initial;
            background-size: auto;
            bottom: -84vh;
            opacity: 1;
        }

    .offer__subtitle {
        margin-bottom: 24px;
    }

    .offer .main-title {
        margin-bottom: 24px;
        line-height: 1;
    }

        .offer .main-title span {
            font-size: 42px;
        }

    .offer__text {
        font-size: 21px;
    }

    .offer__btn {
        min-width: 246px;
        padding: 10px;
    }

    .offer__logos_mobile {
        opacity: 0;
        transition: all 0.3s linear;
    }

        .offer__logos_mobile.slick-initialized {
            opacity: 1;
            visibility: visible;
        }

    .information {
        padding-bottom: 40px;
    }

    .information__item-multi .info-slider, .information__item-multi .image, .information__item-multi .video {
        box-shadow: none;
    }

    .information__item:nth-child(2n) .information__item-content {
        margin: 0;
    }

    .information__container {
        padding: 0;
    }

    .information__item-content {
        padding: 0 20px;
    }

    .information h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .information__btn {
        max-width: 295px;
        margin: 52px auto 0;
    }

    .featured .custom-slider-wrap {
        max-width: 303px;
    }

    .featured .slide-item {
        height: 60px;
    }

    .featured .custom-arrow-next {
        right: -30px;
    }

    .featured .custom-arrow-prev {
        left: -30px;
    }
    /** Reviews **/
    .reviews {
        padding: 60px 0;
    }

    .reviews__title {
        margin-bottom: 20px;
    }

    .reviews__stars {
        margin-bottom: 36px;
    }

    .safe-info__logos {
        display: grid;
        align-items: stretch;
        align-content: center;
        justify-content: stretch;
        row-gap: 16px;
        margin-top: 36px;
    }

    .safe-info .logo {
        margin: 0 auto;
        max-width: 332px;
    }
    /** Lock s **/
    .lock-s__wrap {
        background-color: transparent;
        padding: 0;
        grid-template-columns: 1fr;
    }

    .lock-s::before, .lock-s:after {
        background-size: cover;
    }

    .lock-s::before {
        left: 18vh;
        bottom: 0;
    }

    .lock-s::after {
        bottom: -20vh;
        left: 0;
    }

    .lock-s__content {
        max-width: 100%;
        grid-row: 2;
    }

    .lock-s__title {
        text-align: center;
    }

        .lock-s__title span {
            display: block;
        }

    .lock-s__btn {
        margin: 0 auto;
    }

    .community .slide-item {
        min-height: 284px;
    }

    .community {
        /*&__top {
      flex-direction: column;
      margin-bottom: 40px;
    }*/
        /*&__logo {
      width: 100%;
      margin-bottom: 30px;
    }*/
    }

    .community__items {
        grid-template-columns: 1fr;
    }

    .community .btn-whitepaper {
        padding: 15px 20px;
    }

    .community__text {
        margin: 0 auto 48px;
    }

        .community__text p:not(:last-child) {
            margin-bottom: 24px;
        }

    .community .content {
        width: 100%;
    }
    /****/
    .packages__title {
        font-size: 24px;
        margin-bottom: 48px;
    }

    .packages__header, .packages__body {
        grid-template-columns: minmax(200px, 1fr) repeat(3, 127px);
        column-gap: 9px;
    }

    .packages__wrap {
        overflow: auto;
    }

    .packages__table {
        width: 600px;
        margin-bottom: 50px;
    }

    .purchase__step:not(:last-child) {
        margin-bottom: 40px;
    }

    .purchase .title {
        justify-content: center;
    }

    .purchase .content {
        text-align: center;
    }

    .purchase .custom-btn {
        margin: 0 auto;
    }

    .discover .custom-btn:not(:last-child) {
        margin-right: 15px;
    }

    .discover .custom-btn {
        min-width: 150px;
    }

    .compare__container {
        padding: 0;
    }

    .compare__info {
        padding: 0 18px;
    }

    .company__links {
        display: none;
    }

    .tabs {
        display: block;
    }

        .tabs .tab-links {
            padding: 0;
        }

        .tabs .tab-link {
            padding: 10px 15px;
        }

            .tabs .tab-link span {
                left: 20px;
            }

        .tabs .company__items {
            border: none;
            min-height: auto;
            overflow: visible;
            margin-bottom: 28px;
        }

        .tabs .feature-list {
            font-size: 14px;
        }

        .tabs .company__item {
            border: 1px solid #CBCBCB;
            border-radius: 10px;
            overflow: hidden;
            width: 100%;
        }

        .tabs section {
            position: relative;
            display: block;
        }

        .tabs .company__item-list {
            padding: 26px 10px 26px 24px;
        }

        .tabs section.main-element .company__item-logo {
            background-color: #3333FF;
        }

        .tabs .company__item-logo {
            display: flex;
            height: 44px;
            background-color: #6E7B96;
        }

            .tabs .company__item-logo span {
                padding: 21px 0;
            }

    .breakdown__items {
        margin: 0 auto 30px;
        padding-bottom: 0;
    }

    .breakdown__item-wrap::before {
        min-width: 14px;
        height: 14px;
    }

    .breakdown__item .image {
        display: none;
    }

    .breakdown__item-title {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .breakdown__item:not(:last-child) {
        margin-bottom: 13px;
    }

    .team .content, .team .position, .team .name {
        text-align: left;
    }

    .team .section-title {
        margin-bottom: 32px;
    }

    .team .contact {
        justify-content: flex-start;
    }

    .team .avatar {
        margin: 0 0 24px;
        height: 260px;
        width: 100%;
    }

    .team .read-more-btn {
        justify-content: flex-start;
    }

        .team .read-more-btn span {
            left: 0;
        }

    .contract {
        padding: 60px 0;
    }

    .contract__wrap {
        padding: 40px 20px 40px 25px;
        margin-bottom: 60px;
    }

    .contract__block::after {
        content: "";
        position: absolute;
        top: 20%;
        left: 45%;
        height: 60%;
        width: 150px;
        background: #fff;
        filter: blur(5px);
    }

    .contract__label {
        font-size: 18px;
        line-height: 28px;
    }

    .contract__title {
        padding-bottom: 20px;
    }

    .contract__input {
        font-size: 16px;
        height: 62px;
        padding: 0 62px 0 20px;
        letter-spacing: -0.0022em;
    }

    .contract__copy {
        z-index: 10;
        width: 62px;
    }

        .contract__copy svg {
            width: 20px;
        }

    .contract__address {
        margin-bottom: 20px;
    }

    .contract-inputs__wrap {
        grid-template-columns: 1fr;
    }

        .contract-inputs__wrap .contract-input__wrap:not(:last-child) {
            margin-bottom: 20px;
        }

    .powered__item {
        max-width: 140px;
    }

    .newsletter {
        padding-top: 40px;
    }

    .newsletter__wrap {
        align-items: flex-start;
    }

    .newsletter__title {
        font-size: 30px;
        margin-bottom: 32px;
        max-width: 259px;
    }

    .newsletter__text {
        display: none;
    }

    .newsletter__info {
        margin-right: 0;
        max-width: 100%;
    }

    .newsletter .content {
        font-size: 22px;
        color: #98A8C5;
        font-weight: 400;
        margin-bottom: 24px;
    }

        .newsletter .content span, .newsletter .content a {
            color: #FF9811;
            font-weight: 700;
        }

    .newsletter__form {
        padding: 0;
        background-color: transparent;
    }

    .footer {
        padding: 60px 0 40px;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer h3 {
        font-size: 17px;
    }

    .footer__top {
        grid-template-columns: 1fr;
        margin-bottom: 36px;
    }

    .footer .footer__disclaimer {
        margin-top: 0;
        background: rgba(51, 51, 255, 0.1);
        width: 100%;
        border-radius: 10px;
        display: flex;
        align-items: flex-start;
        padding: 36px;
    }

    .footer__socials {
        margin-top: 26px;
        justify-content: space-between;
    }

    .footer__disclaimer {
        margin-top: 0;
        padding: 28px;
        flex-direction: column;
    }

    .footer__disclaimer-text {
        font-size: 15px;
        margin: 0 0 12px;
    }
}

@media screen and (max-width: 567px) {
    .header .language__mobile::after {
        top: 36px;
    }
}
/** Exit Intent **/
.lightbox {
    display: none;
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.box {
    position: absolute;
    padding: 46px 0;
    width: 740px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../img/svg/exit-intent-bg.svg"), linear-gradient(102.5deg, #021B88 0%, #000A35 23.17%, #000A35 79.29%, #021B88 100%);
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.box_wrap {
    max-width: 270px;
    margin: 0 auto;
}

.box_subtitle {
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.box_title {
    font-size: 29px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: rgba(37, 134, 255, 0.36);
    border: 1px solid #5DA3FB;
    padding: 10px 22px;
    width: fit-content;
    margin: 0 auto 15px auto;
}

.box_text {
    color: #98A8C5;
    line-height: 1.3;
    letter-spacing: -0.52px;
    margin: 0 auto 24px auto;
}

.box_btn {
    max-width: none;
}

.box .close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .box {
        padding: 132px 0;
        width: 94%;
        background-image: url("../img/svg/exit-intent-mobile.svg"), linear-gradient(102.89deg, #021B88 0%, #000A35 98.7%);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .box_btn {
        padding: 15px;
    }

    .box_title {
        width: 100%;
    }

    .box_wrap {
        max-width: 290px;
    }

    .box_text {
        letter-spacing: -0.22px;
    }
}

/** Press & Media page **/
.press .acf-loadmore, .compliance .acf-loadmore {
    max-width: 200px;
    margin: 24px auto 0;
}

.press-hero, .compliance-hero {
    overflow: hidden;
    padding: 126px 0 174px;
    color: #fff;
}

    .press-hero:before, .compliance-hero:before {
        background-image: url("../img/svg/grafic-home.svg");
        animation: animatedBackground 360s linear infinite;
    }

    .press-hero:before, .press-hero:after, .compliance-hero:before, .compliance-hero:after {
        top: 0;
        background-repeat: repeat-x;
        background-position: 0 0;
    }

    .press-hero:after, .compliance-hero:after {
        animation: animatedBackground 500s linear infinite;
    }

    .press-hero .section-title, .compliance-hero .section-title {
        font-size: 70px;
        line-height: 80px;
        color: #fff;
    }

        .press-hero .section-title span, .compliance-hero .section-title span {
            color: #FF9811;
        }

.press .news-post, .compliance .news-post {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CBCBCB;
    padding: 30px 0;
}

    .press .news-post:first-child, .compliance .news-post:first-child {
        border-top: 1px solid #CBCBCB;
    }

.press .news__item-img, .compliance .news__item-img {
    display: flex;
    padding-right: 6%;
}

    .press .news__item-img img, .compliance .news__item-img img {
        width: 256px;
    }

.press .news__item-title, .compliance .news__item-title {
    margin-bottom: 12px;
}

    .press .news__item-title a, .compliance .news__item-title a {
        font-size: 20px;
    }

.press .news__item-content, .compliance .news__item-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.press .news__item-date, .compliance .news__item-date {
    font-size: 17px;
    color: #777F8D;
}

.press .news__item-read, .compliance .news__item-read {
    color: #3333FF;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
    min-width: 100px;
}

    .press .news__item-read:hover, .compliance .news__item-read:hover {
        text-decoration: none;
    }

@media screen and (max-width: 767px) {
    .press-hero, .compliance-hero {
        padding: 97px 0;
    }

        .press-hero::before, .press-hero::after, .compliance-hero::before, .compliance-hero::after {
            top: 29%;
        }

    .press .news-post, .compliance .news-post {
        flex-direction: column;
        align-items: flex-start;
    }

    .press .news__item-content, .compliance .news__item-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .press .news__item-img, .compliance .news__item-img {
        padding: 0 0 25px 0;
    }

        .press .news__item-img img, .compliance .news__item-img img {
            object-position: left;
            width: 100%;
            max-height: 65px;
            display: block;
            max-width: 240px;
            height: 100%;
        }
}

.press .news__item-title:hover a {
    color: #3333FF;
}

.wp-block-single-btn .custom-btn {
    padding: 15px 55px;
    margin-top: 20px;
}

/** Guide Template **/
.guide section {
    padding: 80px 0;
}

.guide .first-point {
    background-color: #F9FAFA;
}

.guide .first-point__text {
    color: #777F8D;
}

.guide [class*=__container] {
    max-width: 928px;
    padding: 0 20px;
}

.guide h2 {
    font-size: 36px;
    line-height: 1.22;
    letter-spacing: -0.02em;
    color: #3333FF;
    margin-bottom: 28px;
    text-align: center;
}

.guide p {
    margin-bottom: 0;
    line-height: 1.53;
}

    .guide p:not(:last-child) {
        margin-bottom: 27px;
    }

    .guide p:last-child {
        margin-bottom: 20px;
    }

.guide a:not(.custom-btn) {
    color: #3333FF;
    text-decoration: underline;
    text-underline-offset: 1.5px;
}

    .guide a:not(.custom-btn):hover {
        text-decoration: none;
    }

.guide-block.grey {
    background-color: #F9FAFA;
    overflow: hidden;
}

    .guide-block.grey::before {
        content: "";
        position: absolute;
        bottom: 4%;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/svg/grey-bg.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

.guide-block .custom-btn {
    margin: 0 auto;
    letter-spacing: -0.0012em;
    padding: 17px;
    max-width: 260px;
}

.guide-block .violet-btn {
    color: #fff;
    background: #3333FF;
}

    .guide-block .violet-btn:hover {
        background-color: #021B88;
    }

.guide-block ol {
    counter-reset: li;
    position: relative;
}

    .guide-block ol::before {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        left: 25px;
        width: 1px;
        height: 100%;
        background-color: #98A8C5;
    }

.guide-block .guide-more {
    display: none;
}

.guide-block ol.guide-block__list li {
    list-style-type: none;
}

.guide-block ol li {
    list-style-type: none;
    padding-left: 78px;
    position: relative;
    color: #777F8D;
    margin: 0;
}

    .guide-block ol li:not(:last-child) {
        margin-bottom: 40px;
    }

    .guide-block ol li::before {
        font-size: 18px;
        line-height: 1.78;
        font-weight: 500;
        color: #fff;
        counter-increment: li;
        content: counter(li, decimal-leading-zero);
        margin-right: 24px;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #6E7B96;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        left: 0;
        z-index: 1;
    }

    .guide-block ol li:last-child::after {
        content: "";
        display: block;
        position: absolute;
        top: 7px;
        left: 25px;
        width: 1px;
        height: 100%;
        background-color: #fff;
    }

@media screen and (max-width: 767px) {
    .guide h2 {
        font-size: 30px;
        line-height: 1.33;
    }

    .guide section {
        padding: 60px 0;
    }

    .guide .first-point h2 {
        margin-bottom: 16px;
    }

    .guide-block .guide-more {
        display: block;
    }

    .guide-block.grey::before {
        width: 300%;
        bottom: 40%;
    }

    .guide-block ol::before, .guide-block ol li:last-child::after {
        display: none;
    }

    .guide-block ol li {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .guide-block ol li::before {
            position: static;
            margin: 0 0 10px 0;
            width: 58px;
            height: 58px;
        }

        .guide-block ol li:not(:last-child) {
            margin-bottom: 15px;
        }

    .guide-block .more_mob {
        display: none;
    }

        .guide-block .more_mob::before {
            display: none;
        }
}

/*# sourceMappingURL=custom.css.map */
