*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol[class],
ul[class] {
    padding: 0
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background: #040116;
    color: #fff
}

ol[class],
ul[class] {
    list-style: none
}

a:not([class]) {
    text-decoration-skip-ink: auto
}

img {
    max-width: 100%
}

article>*+* {
    margin-top: 1em
}

button,
input,
select,
textarea {
    font: inherit
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-animation-duration: .01ms !important;
        animation-duration: .01ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: .01ms !important;
        -o-transition-duration: .01ms !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important
    }
}

html {
    scroll-behavior: smooth
}

a {
    color: #855bf6;
    text-decoration: none
}

.h2,
.h2 a {
    color: #fff;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 56px;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 2.24px;
    text-transform: uppercase
}

.container {
    max-width: 1680px;
    margin: 0 auto
}

@media (max-width:1440px) {
    .container {
        max-width: 1200px
    }
}

@media (max-width:960px) {
    .container {
        max-width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .h2,
    .h2 a {
        font-size: 32px;
        letter-spacing: 1.28px
    }
}

.header {
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__wrap {
    background: url(../img/bg-elipse.svg) no-repeat center/cover
}

.header .header__btn {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #fff;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}

.header .header__btn-ico {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../img/menu.svg);
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.header .header__btn-ico--open {
    background-image: url(../img/close.svg)
}

.header .header__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__lang-current {
    -webkit-background-size: 32px 32px !important;
    background-size: 32px !important;
    background-position: center !important
}

.header__lang,
.main-menu a {
    position: relative
}

.header__lang-item {
    width: 190px;
    height: 64px;
    padding: 16px
}

.header__lang-item:hover {
    background: rgba(255, 255, 255, .08)
}

.header__lang-link {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    height: 32px;
    -webkit-background-size: 32px 32px;
    background-size: 32px;
    padding-left: 40px
}

.header__lang-link[data-lang=en] {
    background: url(../img/en.svg) no-repeat left/contain
}

.header__lang-link[data-lang=fe] {
    background: url(../img/fr.svg) no-repeat left/contain
}

.header__lang-link[data-lang=de] {
    background: url(../img/de.svg) no-repeat left/contain
}

.header .header__flag {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #fff;
    background: 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer
}

.header .header__flag-current {
    color: #fff;
    font-size: 16px
}

.header .header__flag+.header__lang-list {
    position: absolute;
    top: 70px;
    left: 0;
    background: rgba(4, 1, 22, .9);
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-width: 140px;
    display: none;
    z-index: 10
}

.header .header__flag.is-open+.header__lang-list,
img {
    display: block
}

.header .header__menu {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(4, 1, 22, .98);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    z-index: 20;
    pointer-events: none
}

.header .header__menu.is-open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.header .header__login {
    padding: 12px 44px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 20px
}

.header__menu {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.header__menu,
.header__menu-content,
.header__menu-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__menu-top {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: .5px solid #fff;
    position: relative;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.header__menu-top .header__btn {
    position: absolute;
    left: 42px
}

.header__menu-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.header__menu-left {
    padding-top: 48px;
    width: 50%;
    padding-left: 32px
}

.header__menu-right {
    width: 50%;
    border-left: .5px solid #fff
}

.header__menu-title {
    display: inline-block;
    margin-bottom: 33px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.header__menu-contact {
    position: absolute;
    bottom: 65px;
    left: 37px
}

.header__menu-col .header__lang-item {
    padding-left: 0
}

.header__menu-col .header__lang-item:hover {
    background: 0 0
}

.header__menu-col a.header__lang-link {
    color: rgba(255, 255, 255, .42)
}

.header__menu-col a.header__lang-link.header__lang--current,
.header__menu-col a.header__lang-link:hover {
    color: #fff
}

.main-menu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 42px;
    font-family: "Unbounded", sans-serif;

    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    height: 95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 32px;
    -webkit-transition: color .25s ease, padding-left .25s ease, background-color .25s ease;
    -o-transition: color .25s ease, padding-left .25s ease, background-color .25s ease;
    transition: color .25s ease, padding-left .25s ease, background-color .25s ease
}

.main-menu a:before {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    width: 24px;
    height: 24px;
    background: url(../img/arrow-top.svg) no-repeat center/contain;
    -webkit-transform: translate(-12px, -50%);
    -ms-transform: translate(-12px, -50%);
    transform: translate(-12px, -50%);
    opacity: 0;
    -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
    -o-transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease;
    transition: transform .25s ease, opacity .25s ease, -webkit-transform .25s ease
}

.main-menu a:hover {
    color: #040116;
    padding-left: 76px;
    background: #fff
}

.main-menu a:hover:before {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
}

@media (max-width:960px) {
    .header {
        padding-top: 32px;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .header__actions,
    .header__lang,
    .header__login {
        display: none !important
    }

    .header .header__btn,
    .header__logo {
        height: 48px
    }
}

@media (max-width:768px) {
    .header__menu {
        height: auto;
        overflow: auto
    }

    .header__menu-top {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 48px;
        border-bottom: none;
        padding: 0 0 0 24px
    }

    .header__menu-top .header__btn {
        right: 16px;
        left: auto;
        height: 48px
    }

    .header__menu-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 24px
    }

    .header__menu-right {
        border-left: none;
        width: 100%;
        padding-bottom: 38px;
        padding-left: 24px
    }

    .header__menu-left {
        width: 100%;
        padding: 0
    }

    .header__menu-lang-list {
        border-bottom: .5px solid #fff;
        border-top: .5px solid #fff;
        padding-top: 38px;
        padding-bottom: 38px;
        padding-left: 24px
    }

    .header__menu-title {
        margin-bottom: 24px;
        font-size: 20px
    }

    .header__menu-col .header__lang-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header__menu-contact {
        position: initial;
        padding-top: 38px;
        padding-left: 24px;
        padding-bottom: 24px
    }

    .header__menu-contact .footer__social {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .main-menu a {
        font-size: 28px;
        line-height: 150%;
        height: 66px;
        padding-left: 0
    }
}

.hero {
    padding-bottom: 164px;
    padding-top: 90px
}

.hero__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1680px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 72px;
    margin: 0 auto
}

.hero__left {
    max-width: 496px
}

.hero__title {
    font-family: "Unbounded", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background: -webkit-radial-gradient(52.35% 50.07%, 323.69% 44.07%, #fdf7ff 0%, #a8a8a8 100%);
    background: -o-radial-gradient(52.35% 50.07%, 323.69% 44.07%, #fdf7ff 0%, #a8a8a8 100%);
    background: radial-gradient(323.69% 44.07% at 52.35% 50.07%, #fdf7ff 0%, #a8a8a8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px
}

.hero__desc {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 170%
}

.calc {
    -webkit-border-radius: 52px;
    border-radius: 52px;
    background: 0 0;
    padding: 40px 32px;
    border: 1px solid rgba(255, 255, 255, .188);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    width: 640px
}

.calc__switcher,
.calc__switcher-btn {
    -webkit-border-radius: 32px;
    border-radius: 32px
}

.calc__switcher {
    max-width: 351px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(0, 0, 0, .16);
    background-blend-mode: darken;
    margin: 0 auto 40px;
    border: .5px solid #625f6e
}

.calc__switcher-btn {
    padding: 12px 32px;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    -webkit-font-feature-settings: 'liga' off;
    font-feature-settings: 'liga' off;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.calc__switcher-btn--active {
    background: #221847;
    -webkit-box-shadow: 0 2px 4px 0 rgba(57, 61, 69, .06);
    box-shadow: 0 2px 4px 0 rgba(57, 61, 69, .06);
    color: #fff
}

.calc__hint,
.calc__question {
    display: block;
    text-align: center;
    font-weight: 400
}

.calc__question {
    color: #fff;
    font-size: 20px;
    line-height: 180%;
    margin-bottom: 8px
}

.calc__hint {
    color: rgba(255, 255, 255, .6);
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 10px
}

.calc__slider {
    position: relative;
    margin-bottom: 34px;
    padding: 12px 0
}

.calc__slider .calc__ticks,
.calc__slider:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 8px;
    pointer-events: none
}

.calc__slider:before {
    content: '';
    background: rgba(255, 255, 255, .3);
    -webkit-border-radius: 16px;
    border-radius: 16px
}

.calc__slider .calc__ticks {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.calc__slider .calc__tick {
    justify-self: center;
    width: 3px;
    height: 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, .3)
}

.calc__slider input[type=range] {
    width: 100%;
    background: 0 0;
    height: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative
}

.calc__slider input[type=range]::-webkit-slider-runnable-track {
    height: 8px;
    background: 0 0
}

.calc__slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 33px;
    height: 32px;
    background: url(../img/slider-thumb.svg) no-repeat center/contain;
    border: 0;
    margin-top: -12px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.calc__slider input[type=range]::-moz-range-track {
    height: 8px;
    background: 0 0
}

.calc__slider input[type=range]::-moz-range-thumb {
    width: 33px;
    height: 32px;
    background: url(../img/slider-thumb.svg) no-repeat center/contain;
    border: 0
}

.calc__slider .calc__tooltip {
    position: absolute;
    top: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background: #fff url(../img/group.svg) no-repeat 12px center/contain;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px;
    color: #040116;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    padding: 4px 21px 4px 32px
}

.calc__slider .calc__tooltip--advertiser {
    background-image: url(../img/money.svg)
}

.calc__slider .calc__tooltip--publisher {
    background-image: url(../img/group.svg)
}

.calc__amount {
    margin-bottom: 40px
}

.calc__currency {
    display: block;
    color: #fff;
    text-align: center;
    font-family: "Unbounded", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 150%
}

.calc__amount-hint {
    color: rgba(255, 255, 255, .6);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.calc__action,
.calc__cta {
    text-align: center
}

.calc__cta {
    display: inline-block;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: #30e817;
    padding: 20px;
    color: #040116;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    position: relative;
    margin-right: 59px
}

.calc__cta:after {
    content: '';
    display: block;
    width: 59px;
    height: 59px;
    background: #30e817 url(../img/arrow-top.svg) no-repeat center/contain;
    -webkit-background-size: 18px 18px;
    background-size: 18px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -59px
}

@media (max-width:960px) {
    .hero {
        padding-top: 32px;
        padding-bottom: 80px
    }

    .hero__container {
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .hero__left {
        text-align: center
    }

    .hero__right {
        width: 100%
    }

    .hero__title {
        font-size: 32px;
        letter-spacing: 1.28px
    }

    .hero__desc {
        font-size: 16px;
        margin-bottom: 32px
    }

    .calc {
        width: 100%;
        padding: 24px
    }

    .calc__currency {
        font-size: 40px
    }

    .calc__question {
        font-size: 16px
    }

    .calc__hint {
        font-size: 14px
    }

    .calc__switcher-btn {
        font-size: 16px;
        padding: 12px 25px
    }

    .calc__cta {
        font-size: 16px
    }
}

.steps {
    overflow: hidden;
    padding-top: 60px;
    margin-bottom: 120px
}

.steps__title {
    margin-bottom: 20px
}

.steps__title a {
    color: #855bf6
}

.steps__desc {
    display: block;
    max-width: 600px;
    color: #b3b2b9;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 auto 60px
}

.steps__item,
.steps__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.steps__list:before {
    content: '';
    position: absolute;
    top: 15%;
    left: -10%;
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, .6);
    z-index: -1;
    opacity: .3
}

.steps__item {
    width: 25%;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 128px 40px 40px
}

.steps__item-number {
    color: #855bf6;
    font-family: "Unbounded", sans-serif;
    font-size: 58px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.steps__item-number:after {
    position: absolute;
    top: 40px;
    left: 40px;
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/step.svg) no-repeat center/contain;
    -webkit-background-size: 48px 48px;
    background-size: 48px
}

.steps__item-title {
    display: block;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%
}

.steps__item:last-child {
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: -webkit-linear-gradient(246deg, rgba(4, 2, 16, 0) 0%, rgba(23, 4, 81, .74) 85.81%);
    background: -o-linear-gradient(246deg, rgba(4, 2, 16, 0) 0%, rgba(23, 4, 81, .74) 85.81%);
    background: linear-gradient(204deg, rgba(4, 2, 16, 0) 0%, rgba(23, 4, 81, .74) 85.81%);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px)
}

.steps__item:last-child .steps__item-number {
    color: #fff
}

.steps__item-btn {
    max-width: 185px
}

@media (max-width:960px) {
    .steps {
        padding-top: 0;
        margin-bottom: 0;
        padding-bottom: 80px
    }

    .steps__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .steps__list:before {
        position: absolute;
        width: 1px;
        height: 470px;
        left: 47px;
        top: 60px
    }

    .steps__item {
        padding: 24px;
        width: 100%
    }

    .steps__item-number {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 32px;
        font-size: 48px
    }

    .steps__item-number:after {
        position: initial
    }

    .steps__item-btn {
        max-width: 365px
    }

    .steps__item-title {
        margin-left: 80px;
        font-size: 16px
    }

    .steps__desc {
        font-size: 16px;
        margin-bottom: 32px
    }
}

.models {
    padding: 100px 0
}

.models__title {
    margin-bottom: 12px
}

.models__subtitle {
    color: #b3b2b9;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 60px
}

.models__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px
}

.models__card {
    -webkit-border-radius: 32px;
    border-radius: 32px;
    padding: 40px 32px;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 107, 206, .06)), to(rgba(129, 107, 206, .02)));
    background: -webkit-linear-gradient(top, rgba(129, 107, 206, .06) 0%, rgba(129, 107, 206, .02) 100%);
    background: -o-linear-gradient(top, rgba(129, 107, 206, .06) 0%, rgba(129, 107, 206, .02) 100%);
    background: linear-gradient(180deg, rgba(129, 107, 206, .06) 0%, rgba(129, 107, 206, .02) 100%);
    border: .5px solid rgba(255, 255, 255, .188);
    
    color: #e1deec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px

    
}

.models__card-title {
    color: #e1deec;
    font-size: 32px;
    font-weight: 700;
    line-height: normal
}

.models__card-label {
    color: rgba(255, 255, 255, .46);
    font-size: 16px;
    font-weight: 400;
    line-height: normal
}

.models__card-value {
    color: #e1deec;
    font-size: 20px;
    font-weight: 500;
    line-height: normal
}

.models__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media (max-width:960px) {
    .models {
        padding-top: 0;
        padding-bottom: 80px
    }

    .models__subtitle {
        font-size: 16px;
        margin-bottom: 32px
    }

    .models__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .models__card {
        padding: 24px
    }

    .models__card-title {
        font-size: 22px
    }

    .models__card-value {
        font-size: 16px
    }
}

.cta {
    position: relative;
    padding-bottom: 120px
}

.cta__heading {
    background: url(../img/bg2.svg) no-repeat center/cover;
    padding-top: 130px;
    padding-bottom: 60px
}

.cta__title {
    max-width: 1200px;
    margin: 0 auto 60px;
    line-height: 116%
}

.cta__btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 44px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: #30e817;
    color: #040116;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    margin: 20px auto 10px
}

.cta__features {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.cta__features--bottom {
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 274px;
    margin-top: 60px
}

.cta__feature {
    text-align: center
}

.cta__icon {
    width: 88px;
    height: 88px;
    margin: 0 auto 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain
}

.cta__icon--link {
    background-image: url(../img/cta/link.svg)
}

.cta__icon--analytics {
    background-image: url(../img/cta/analytics.svg)
}

.cta__icon--marketing {
    background-image: url(../img/cta/marketing.svg)
}

.cta__icon--manager {
    background-image: url(../img/cta/manager.svg)
}

.cta__icon--support {
    background-image: url(../img/cta/support.svg)
}

.cta__text,
.reviews__item-text p {
    color: #b3b2b9;
    font-size: 16px
}

@media (max-width:960px) {
    .cta {
        padding-bottom: 80px
    }

    .cta__features,
    .cta__features--bottom {
        grid-template-columns: repeat(1, 1fr)
    }

    .cta__features--bottom {
        padding: 0;
        margin: 0
    }

    .cta__feature {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        text-align: left;
        margin-bottom: 60px;
        height: 72px
    }

    .cta__icon {
        margin: 0;
        width: 72px;
        height: 72px
    }

    .cta__heading {
        padding-bottom: 30px;
        padding-top: 0
    }
}

.reviews {
    margin-bottom: 120px;
    padding-top: 120px
}

.reviews__inner {
    max-width: 1560px;
    margin: 0 auto
}

.reviews__header {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 80px
}

.reviews__title {
    margin-bottom: 20px;
    line-height: 116%
}

.reviews__subtitle {
    color: #b3b2b9;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%
}

.reviews__item {
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: .5px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .06)), to(rgba(255, 255, 255, .02)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 100%);
    -webkit-backdrop-filter: blur(3.299999952316284px);
    backdrop-filter: blur(3.299999952316284px);
    padding: 40px;
    height: 100% !important
}

.reviews__item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.reviews__item-avatar img {
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__item-info span,
.reviews__item-name {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal
}

.reviews__item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px
}

.reviews__item-info span {
    font-size: 16px;
    font-weight: 500
}

.reviews__item-text {
    margin-bottom: 24px;
    margin-top: auto
}

.reviews__item-text p {
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 14px
}

.reviews__item-footer,
.reviews__item-footer-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.reviews__item-footer-item {
    width: 191px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.reviews__item-footer-item-title,
.reviews__item-footer-item-value {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

.reviews__item-footer-item-value {
    color: #b3b2b9;
    font-weight: 400
}

.reviews__nav {
    height: 130px;
    width: 170px;
    margin: 0 auto;
    position: relative
}

.reviews__nav .swiper-button-next,
.reviews__nav .swiper-button-prev {
    background: url(../img/nav-arrow.svg) no-repeat center/contain;
    width: 59px;
    height: 59px
}

.reviews__nav .swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width:960px) {
    .reviews {
        padding-top: 0;
        margin-bottom: 80px
    }

    .reviews__subtitle {
        font-size: 16px;
        margin-bottom: 32px
    }

    .reviews__header {
        margin-bottom: 0
    }
}

.cta2 {
    padding: 120px 0
}

.cta2__inner {
    max-width: 1680px;
    margin: 0 auto;
    text-align: center
}

.cta2__subtitle {
    display: block;
    margin-top: 12px;
    color: #b3b2b9;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 60px
}

.cta2__grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto
}

.cta2__card {
    position: relative;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    border: .5px solid rgba(158, 129, 254, .6);
    background: -webkit-linear-gradient(top, rgba(129, 107, 206, .06) 0%, rgba(129, 107, 206, .02) 100%), -webkit-linear-gradient(172deg, #1e056c 3.28%, rgba(4, 1, 20, 0) 44.46%);
    background: -o-linear-gradient(top, rgba(129, 107, 206, .06) 0%, rgba(129, 107, 206, .02) 100%), -o-linear-gradient(172deg, #1e056c 3.28%, rgba(4, 1, 20, 0) 44.46%);
    background: linear-gradient(180deg, rgba(129, 107, 206, .06) 0%, rgba(129, 107, 206, .02) 100%), linear-gradient(278deg, #1e056c 3.28%, rgba(4, 1, 20, 0) 44.46%)
}

.cta2__bg {
    position: absolute;
    inset: 0;
    background-position: right;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat
}

.cta2__bg--1 {
    background-image: url(../img/cta2/commision.png)
}

.cta2__bg--2 {
    background-image: url(../img/cta2/risk.png)
}

.cta2__bg--3 {
    background-image: url(../img/cta2/Analytics.png)
}

.cta2__bg--4 {
    background-image: url(../img/cta2/offers.png)
}

.cta2__content {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    padding: 40px;
    margin-top: 110px
}

.cta2__title {
    -webkit-font-feature-settings: 'liga' off;
    font-feature-settings: 'liga' off;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    background: -webkit-radial-gradient(13.99% 44.52%, 138.37% 18.68%, #fdf7ff 0%, #a8a8a8 100%);
    background: -o-radial-gradient(13.99% 44.52%, 138.37% 18.68%, #fdf7ff 0%, #a8a8a8 100%);
    background: radial-gradient(138.37% 18.68% at 13.99% 44.52%, #fdf7ff 0%, #a8a8a8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.cta2__text {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.brand-slider {
    mix-blend-mode: luminosity
}

@media (max-width:960px) {
    .cta2 {
        padding-top: 0;
        padding-bottom: 80px
    }

    .cta2__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px
    }

    .cta2__bg {
        background-position: right top;
        -webkit-background-size: 50% 50%;
        background-size: 50%
    }

    .cta2__content {
        padding: 24px
    }

    .cta2__title {
        font-size: 22px
    }

    .cta2__text {
        font-size: 14px
    }

    .cta2__subtitle {
        font-size: 16px;
        margin-bottom: 32px
    }
}

.faq {
    padding: 80px 0
}

.faq__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    max-width: 1560px;
    margin: 53px auto 0
}

.faq__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.faq__item {
    position: relative;
    max-width: 760px;
    width: 100%;
    padding: 20px 0;
    border-bottom: .5px solid rgba(158, 129, 254, .6)
}

.faq__item:first-child {
    border-top: .5px solid rgba(158, 129, 254, .6)
}

.faq__question {
    width: 100%;
    text-align: left;
    padding: 0;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer
}

.faq__arrow {
    display: inline-block;
    width: 24px;
    height: 12px;
    background: url(../img/arrow.svg) no-repeat center/contain
}

.faq__question[aria-expanded=true]+.faq__answer {
    max-height: 400px;
    opacity: 1;
    margin-top: 8px
}

.faq__question[aria-expanded=true] .faq__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__answer {
    color: #b3b2b9;
    font-size: 16px;
    line-height: 150%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .25s ease, opacity .25s ease, margin .25s ease;
    -o-transition: max-height .25s ease, opacity .25s ease, margin .25s ease;
    transition: max-height .25s ease, opacity .25s ease, margin .25s ease
}

.faq__cta {
    margin-top: 60px;
    text-align: center
}

.faq__link {
    color: #a27fff;
    text-decoration: none;
    padding-right: 32px;
    background: url(../img/arrow-right.svg) no-repeat right/contain;
    -webkit-background-size: 24px 24px;
    background-size: 24px
}

@media (max-width:960px) {
    .faq__grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }

    .faq__item {
        max-width: 100%
    }

    .faq__item:last-child {
        border-bottom: none
    }

    .faq__col:last-child .faq__item {
        border-bottom: .5px solid rgba(158, 129, 254, .6)
    }
}

.footer {
    padding: 80px 120px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.footer,
.footer__brand,
.footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__top {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto
}

.footer__brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
    min-width: 400px
}

.footer__logo {
    width: 167px;
    display: block
}

.footer__tagline {
    color: #b3b2b9;
    font-size: 20px;
    line-height: 1.5
}

.footer__col,
.footer__sections {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer__sections {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    gap: 60px
}

.footer__col {
    width: 360px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px
}

.footer__title {
    color: #fff;
    font-size: 20px;
    font-weight: 500
}

.footer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.footer__link,
.footer__text {
    color: #b3b2b9;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none
}

.footer__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.footer__social-link img {
    width: 24px;
    height: 24px;
    display: block
}

.footer__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .1)
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__copyright {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.footer__lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.footer__lang-current {
    color: #fff;
    font-size: 16px
}

@media (max-width:960px) {
    .footer {
        padding: 0
    }

    .footer__brand,
    .footer__sections,
    .footer__top {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 100%;
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__brand,
    .footer__sections {
        text-align: center
    }

    .footer__brand {
        margin-bottom: 90px
    }

    .footer__sections {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .footer__social {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__bottom {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 32px;
        justify-content: space-between;
    }

    .footer__copyright {
        width: 200px;
    }
}



.contact-form {
    margin: 0 auto;
    width: 637px;
    margin-bottom: 80px;
}

@media (max-width: 960px) {
    .contact-form {
        width: 94%;
    }
}

.contact-form__title {
    color: #FFF;
    font-family: 'Unbounded', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 8px;
    text-align: center;
}

.contact-form__subtitle {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: Rubik;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.contact-form__wrap {


    padding: 40px 32px;


    border-radius: 52px;
    background: rgba(0, 0, 0, 0.00);


    border: 1px solid rgba(255, 255, 255, .188);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);

}



#wpforms-18 {
    margin: 0 !important;
}


.wpforms-field-medium,
.wpforms-field-large {
    border-radius: 12px !important;
    border: 0.5px solid rgba(255, 255, 255, 0.20) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    display: flex;
    height: 48px !important;
    padding: 12px 16px !important;
    align-items: center !important;
    gap: 8px;
    flex: 1 0 0;
}

.wpforms-field-medium::placeholder,
.wpforms-field-large::placeholder {
    color: #999 !important;
}

#wpforms-18 .wpforms-submit {
    width: 100%;
    border-radius: 100px;
    background: #30E817;
    height: 48px;
    padding: 0 24px;
    color: #040116;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.16px;
}



#wpforms-form-18 .wpforms-field-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}


#wpforms-form-18 .wpforms-field {
    margin: 0;
}


#wpforms-form-18 .wpforms-field input.wpforms-field-medium,
#wpforms-form-18 .wpforms-field input.wpforms-field-large {
    width: 100%;
    max-width: 100%;
}


#wpforms-form-18 #wpforms-18-field_7-container {
    grid-column: 1 / -1;
}


#wpforms-form-18 .wpforms-submit-container {
    grid-column: 1 / -1;
    margin-top: 16px;
}


@media (max-width: 768px) {
    #wpforms-form-18 .wpforms-field-container {
        grid-template-columns: 1fr;
    }
}


#wpforms-18-field_3-container {
    display: none !important;
}

.footer-bg {
    background: url(../img/footer-bg.svg) no-repeat center/cover;
    background-position-y: 180px;
}



@media (max-width: 960px) {
    .contact-form__wrap {
        padding: 24px;
    }
    #wpforms-form-18 .wpforms-field-container {
        gap: 0;
    }
    .contact-form__subtitle {
        margin-bottom: 10px;
    }
    .models__row {
        gap: 4px;
    }
}