@charset "UTF-8";
/* manrope-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/manrope-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/manrope-v15-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/manrope-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/manrope-v15-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* CSS Reboot Styles */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    margin: 0;
}

ul, ol {
    padding: 0;
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

td,
th {
    padding: 0;
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
    max-width: 100%;
 /* Set responsive behaviour */
    height: auto;
    vertical-align: middle;
 /* Remove bottom spacing under element (line-height) */
}

iframe {
    border: none;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

input,
textarea,
button,
optgroup,
select {
    margin: 0;
    font-family: inherit;
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
    -webkit-font-smoothing: antialiased;
}

:root {
    --main-bg-color: #1F1D2B;
    --brand-green-color: #02E8A4;
    --brand-blue-color: #18B2DE;
    --brand-purple-color: #8A6FF2;
    --brand-light-purple-color: #B09BFF;
    --brand-gradient: linear-gradient(90.00deg, rgb(138, 111, 242),rgb(2, 232, 164) 100%);
    --first-dark-color: #000000;
    --second-dark-color: #BCBCBC;
}

html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

*::-webkit-input-placeholder {
    opacity: 1;
}

*::-moz-placeholder {
    opacity: 1;
}

*:-ms-input-placeholder {
    opacity: 1;
}

*::-ms-input-placeholder {
    opacity: 1;
}

*::placeholder {
    opacity: 1;
}

body {
    width: 100%;
    height: auto;
    min-height: 100dvh;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    background-color: var(--main-bg-color);
    position: relative;
}

.wrapper {
    width: 100%;
    height: 100%;
    min-height: 100;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0;
    flex: 0 0;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

@media (hover: hover) {
    a:hover {
        color: #000;
    }
}

input {
    border: 0;
    outline: 0;
    border-radius: 0;
}

button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #fff;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

@media (hover: none) and (pointer: coarse) {
    .no-scroll {
        margin-right: 0;
    }
}

textarea:focus {
    outline: none;
}

._container {
    width: 100%;
    max-width: 1440px;
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
}

p:last-child {
    margin-bottom: 0 !important;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

@media (hover: hover) {
    .btn:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
}

.btn:active {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

::-webkit-scrollbar {
    width: 12px;
 /* Ширина скроллбара */
    height: 12px;
 /* Высота скроллбара */
}

::-webkit-scrollbar-track {
    background: transparent;
 /* Цвет фона дорожки скроллбара */
}

::-webkit-scrollbar-thumb {
    background: #44414e;
 /* Цвет ползунка скроллбара */
    border-radius: 10px;
 /* Радиус скругления углов */
}

::-webkit-scrollbar-thumb:hover {
    background: #44414e;
 /* Цвет ползунка при наведении */
}

/* Для Firefox */
* {
    scrollbar-width: normal;
    scrollbar-color: #44414e transparent;
 /* Цвет ползунка и фона дорожки скроллбара */
}

/* STYLES */
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

.header-logo {
    width: 174px;
    -ms-flex-item-align: 174/29;
    align-self: 174/29;
}

.header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-nav ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.5px;
    color: var(--second-dark-color);
    text-transform: uppercase;
}

@media (hover: hover) {
    .header-nav ul li a:hover {
        background: -webkit-gradient(linear, left top, right top, from(rgb(138, 111, 242)), to(rgb(2, 232, 164)));
        background: -o-linear-gradient(left, rgb(138, 111, 242), rgb(2, 232, 164) 100%);
        background: linear-gradient(90deg, rgb(138, 111, 242), rgb(2, 232, 164) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
}

.header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 5px;
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__soc {
    margin-right: 30px;
}

.soc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.soc-links a {
    width: 25px;
    aspect-ratio: 1/1;
}

.header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.login-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--second-dark-color);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 50px;
    height: 45px;
}

@media (hover: hover) {
    .login-btn:hover {
        color: #8A6FF2;
    }
}

.singup-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--second-dark-color);
    width: 126px;
    height: 45px;
    background-image: url("../img/svg/sing-up-btn.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

@media (hover: hover) {
    .singup-btn:hover {
        color: #8A6FF2;
    }
}

.header__choose-lang {
    width: 24px;
    aspect-ratio: 1/1;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.choose-lang-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 35px;
    left: 1px;
}

.choose-lang-list a {
    color: var(--second-dark-color);
}

.choose-lang-list.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Hero section */
.hero-section {
    padding-top: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero__left {
    min-width: 500px;
    z-index: 20;
    position: relative;
}

.hero__left h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 82px;
    letter-spacing: 0;
    margin-bottom: 40px;
}

.main-gradient {
    background: -webkit-gradient(linear, left top, right top, from(rgb(138, 111, 242)), to(rgb(2, 232, 164)));
    background: -o-linear-gradient(left, rgb(138, 111, 242), rgb(2, 232, 164) 100%);
    background: linear-gradient(90deg, rgb(138, 111, 242), rgb(2, 232, 164) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.hero-rich-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 18px;
    -moz-column-gap: 18px;
    column-gap: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.digo-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 2px;
    width: 125px;
    height: 62px;
    background-image: url("../img/svg/cpa-1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 600;
}

.kigo-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 2px;
    width: 125px;
    height: 62px;
    background-image: url("../img/svg/cpa-2.svg");
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 600;
}

.gradient-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -1px;
    color: #000;
    width: 278px;
    height: 60px;
    background: var(--brand-gradient);
    border-radius: 40px;
    padding-bottom: 1px;
}

.hero__right {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.hero__right img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -13%;
    top: -125px;
    min-width: 1112px;
    height: auto;
    z-index: 5;
    aspect-ratio: 1112/764;
}

/* burger menu */
:root {
    --burger-menu-color: var(--second-dark-color);
    --burger-menu-width: 22.5px;
    --burger-menu-height: 17px;
    --burger-top-plus: 6px;
    --burger-top-minus: -6px;
    --burger-line-height: 1px;
    --burger-line-round: 0px;
}

.header__burger {
    width: var(--burger-menu-width);
    height: var(--burger-menu-height);
    position: relative;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    margin-left: 18px;
    display: none;
}

.header__burger span {
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    width: 100%;
    position: absolute;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header__burger span::before {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-minus);
    width: 100%;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger span::after {
    content: "";
    height: var(--burger-line-height);
    border-radius: var(--burger-line-round);
    background-color: var(--burger-menu-color);
    left: 0px;
    position: absolute;
    top: var(--burger-top-plus);
    width: 100%;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    transition: top 0.25s 0.25s, -webkit-transform 0.25s;
    -o-transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s;
    transition: transform 0.25s, top 0.25s 0.25s, -webkit-transform 0.25s;
}

.header__burger.open span {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: transparent;
}

.header__burger.open span:before {
    -webkit-transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    transition: top 0.25s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s;
    transition: top 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}

.header__burger.open span:after {
    -webkit-transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    transition: top 0.4s, -webkit-transform 0.25s 0.25s;
    -o-transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s;
    transition: top 0.4s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}

.br-x {
    display: none;
}

/* Cash variety section */
.cash-variety {
    margin-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    position: relative;
    padding-bottom: 45px;
}

.cash-variety::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--brand-gradient);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    opacity: 0.3;
    z-index: 0;
}

.cv__left {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    color: #fff;
    min-width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 5;
    position: relative;
    line-height: 1.3;
}

.cv__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    z-index: 5;
    position: relative;
    width: calc(100% - 540px);
}

.cash-variety__item {
    width: 245px;
    height: 138px;
    padding-left: 35px;
    padding-top: 34px;
    padding-bottom: 40px;
    padding-right: 30px;
    border-radius: 20px;
    -webkit-box-shadow: inset -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39), inset 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17);
    box-shadow: inset -3.01px 3.01px 3.01px 0px rgba(255, 255, 255, 0.39), inset 2.01px -2.01px 20px 0px rgba(214, 214, 214, 0.17);
    -webkit-backdrop-filter: blur(74.43px);
    backdrop-filter: blur(74.43px);
    background: rgba(255, 255, 255, 0.1);
}

.cash-variety__numbers {
    color: var(--brand-purple-color);
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1;
}

.cash-variety__title {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}

.hero_hero__left {
    z-index: 20;
}

.blue-blur-bg {
    position: absolute;
    top: 335px;
    right: 249px;
    width: 123px;
    aspect-ratio: 1/1;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    background: rgb(24, 178, 222);
    z-index: 0;
}

.green-blur-bg {
    position: absolute;
    top: -13px;
    left: 663px;
    width: 123px;
    aspect-ratio: 1/1;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    background: rgb(2, 232, 164);
    z-index: 0;
}

.green-blur-bg-2 {
    position: absolute;
    top: -13px;
    left: 663px;
    width: 123px;
    aspect-ratio: 1/1;
    -webkit-filter: blur(150px);
    filter: blur(150px);
    background: rgb(2, 232, 164);
    z-index: 0;
}

.pink-blur-bg {
    position: absolute;
    top: -123px;
    left: 240px;
    width: 123px;
    aspect-ratio: 1/1;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    background: rgb(138, 111, 242);
    z-index: 0;
}

.br-mob {
    display: none;
}

.pink-blur-bg.anim {
    -webkit-animation: pingpong 10s infinite alternate cubic-bezier(0.8, 0, 0.4, 1);
    animation: pingpong 10s infinite alternate cubic-bezier(0.8, 0, 0.4, 1);
}

.green-blur-bg.anim {
    -webkit-animation: pingpong-2 7s infinite 1s alternate cubic-bezier(0.8, 0, 0.4, 1);
    animation: pingpong-2 7s infinite 1s alternate cubic-bezier(0.8, 0, 0.4, 1);
}

.blue-blur-bg.anim {
    -webkit-animation: pingpong-1 7s infinite 0.5s alternate cubic-bezier(0.8, 0, 0.4, 1);
    animation: pingpong-1 7s infinite 0.5s alternate cubic-bezier(0.8, 0, 0.4, 1);
}

.green-blur-bg-2.anim {
    -webkit-animation: pingpong 8s infinite 0.7s alternate cubic-bezier(0.8, 0, 0.4, 1);
    animation: pingpong 8s infinite 0.7s alternate cubic-bezier(0.8, 0, 0.4, 1);
}

@-webkit-keyframes pingpong {
    0%, 100% {
        -webkit-transform: translateY(-1%) translateX(-6%);
        transform: translateY(-1%) translateX(-6%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(1%) translateX(6%) scale(1.25);
        transform: translateY(1%) translateX(6%) scale(1.25);
        opacity: 0.7;
    }
}

@keyframes pingpong {
    0%, 100% {
        -webkit-transform: translateY(-1%) translateX(-6%);
        transform: translateY(-1%) translateX(-6%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(1%) translateX(6%) scale(1.25);
        transform: translateY(1%) translateX(6%) scale(1.25);
        opacity: 0.7;
    }
}

@-webkit-keyframes pingpong-2 {
    0%, 100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-10%) translateX(-6%) scale(1.15);
        transform: translateY(-10%) translateX(-6%) scale(1.15);
        opacity: 0.5;
    }
}

@keyframes pingpong-2 {
    0%, 100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-10%) translateX(-6%) scale(1.15);
        transform: translateY(-10%) translateX(-6%) scale(1.15);
        opacity: 0.5;
    }
}

@-webkit-keyframes pingpong-3 {
    0%, 100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-10%) translateX(-6%) scale(1.2);
        transform: translateY(-10%) translateX(-6%) scale(1.2);
        opacity: 0.5;
    }
}

@keyframes pingpong-3 {
    0%, 100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-10%) translateX(-6%) scale(1.2);
        transform: translateY(-10%) translateX(-6%) scale(1.2);
        opacity: 0.5;
    }
}
/* Map section */
.map-section {
    padding-top: 45px;
    padding-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 10px;
}

.map__left {
    max-width: 470px;
}

.map-header {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 30px;
    white-space: nowrap;
}

.map-text {
    font-size: 20px;
    font-weight: 400;
    max-width: 420px;
    margin-bottom: 50px;
}

/* Features section */
.features-section {
    padding-top: 45px;
    padding-bottom: 45px;
}

.features-h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 72px;
    letter-spacing: -1px;
    margin-bottom: 55px;
}

.feature__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 30px;
}

.ftr-left {
    padding-left: 35px;
    padding-top: 65px;
    width: calc(57% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("../img/dfr-bg-2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    overflow: hidden;
    height: 387px;
}

.flt-left__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 25px;
}

.flt-left__text {
    width: 100%;
    max-width: 390px;
    font-size: 20px;
    font-weight: 400;
    line-height: -1px;
    letter-spacing: 3%;
    margin-bottom: 50px;
}

.flt-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 17px;
    -moz-column-gap: 17px;
    column-gap: 17px;
}

.flt-btns a {
    height: 52px;
}

@media (hover: hover) {
    .flt-btns a:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
}

.app-store-btn {
    width: 180px;
    background-image: url("../img/svg/appstore.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.google-play-btn {
    width: 180px;
    background-image: url("../img/svg/googleplay.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.ftr-right {
    width: calc(43% - 15px);
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--brand-blue-color);
    background-image: url("../img/svg/all-ess-bg.svg");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    height: 387px;
    padding-top: 36px;
    padding-left: 30px;
}

.ftr-right__title {
    font-size: 36px;
    font-weight: 500;
}

.feature__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.ftg-left {
    width: 407px;
    height: 387px;
    border: 2px solid var(--brand-blue-color);
    background-image: url("../img/ccx-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 107%;
    border-radius: 20px;
    padding-left: 35px;
    padding-top: 75px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ftg-right {
    width: calc(100% - 427px);
    height: 387px;
}

.ftg-left__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.ftg-left__text {
    font-size: 20px;
    font-weight: 400;
    line-height: -1px;
    letter-spacing: 3%;
}

.ftg-right {
    height: 387px;
    width: calc(100% - 400px);
    padding-left: 35px;
    padding-top: 75px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url("../img/vbn-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    top: 2px;
    position: relative;
}

.ftg-right .ftg-left__text {
    max-width: 410px;
}

.accordion-item::after {
    pointer-events: none;
}

/* Accordion section */
.h2-faq {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 50px;
    z-index: 5;
    position: relative;
}

.faq-section {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.faq-section .blue-blur-bg {
    top: initial;
    left: 0;
    bottom: 0;
    right: initial;
}

.faq-section .green-blur-bg {
    top: 70px;
    left: 0px;
}

.faq-section .pink-blur-bg {
    top: 70px;
    left: initial;
    right: 0;
}

.faq-section .green-blur-bg-2 {
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
}

.accordion {
    border-radius: 4px;
    overflow: hidden;
    width: 300px;
    margin: 20px auto;
    width: 100%;
    z-index: 5;
    position: relative;
}

.accordion-item {
    width: 100%;
    border-radius: 40px;
    -webkit-box-shadow: inset -3px 3px 3px 0px rgba(255, 255, 255, 0.4), inset 2px -2px 20px 0px rgba(214, 214, 214, 0.17);
    box-shadow: inset -3px 3px 3px 0px rgba(255, 255, 255, 0.4), inset 2px -2px 20px 0px rgba(214, 214, 214, 0.17);
    -webkit-backdrop-filter: blur(75px);
    backdrop-filter: blur(75px);
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    height: 70px;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: auto;
}

@media (hover: hover) {
    .accordion-item:hover {
        -webkit-filter: brightness(103%);
        filter: brightness(103%);
    }
}

.accordion-item::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 30px;
    width: 20px;
    height: 20px;
    background-image: url("../img/svg/plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.accordion-item.active::after {
    background-image: url("../img/svg/minus.svg");
}

.accordion-header {
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    outline: none;
    font-size: 24px;
    font-weight: 600;
    padding-left: 35px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.accordion-content {
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    padding-left: 15px;
    max-width: 92%;
    visibility: hidden;
}

.accordion-content p {
    margin: 10px 20px;
    line-height: 1.45;
}

.accordion-item.active {
    height: auto;
    padding-bottom: 30px;
}

.accordion-item.active .accordion-content {
    height: auto;
    visibility: visible;
}

.accordion-item.active .accordion-content p {
    font-size: 20px;
}

.become-affiliate-section {
    padding-top: 45px;
    padding-bottom: 45px;
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.become-affiliate__left {
    font-size: 45px;
    font-weight: 500;
    top: -6px;
    position: relative;
}

.become-affiliate__right {
    max-width: 300px;
}

.footer {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 75px;
}

.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.footer-copyrights p,
.footer-copyrights a {
    color: var(--second-dark-color);
    font-size: 16px;
    font-weight: 600;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.mobile-choose-lang {
    font-size: 12px;
    font-weight: 500;
    color: var(--second-dark-color);
    position: relative;
    margin-top: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-choose-lang__current {
    font-size: 12px;
    font-weight: 500;
    color: var(--second-dark-color);
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-choose-lang__current::before {
    content: "";
    position: absolute;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -16px;
    width: 10px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 1L4.5 5L0.5 1" stroke="%23BCBCBC" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.mobile-choose-lang__current.open::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

@media (hover: hover) {
    .mobile-choose-lang__list a:hover {
        color: var(--brand-purple-color);
    }
}

.mobile-choose-lang__list {
    font-size: 12px;
    font-weight: 500;
    color: var(--second-dark-color);
    position: absolute;
    top: 20px;
    left: 1px;
    display: none;
}

.mobile-choose-lang__list.open {
    display: block;
}

.mobile-choose-lang__list a {
    font-size: 12px;
    font-weight: 500;
    color: var(--second-dark-color);
}

.mobile-entries-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 20px;
}

.mobile-entries-links .singup-btn {
    width: 91px;
    aspect-ratio: 126/45;
}

.mobile-soc {
    margin-top: 22px;
}

.mobile-choose-lang {
    display: none;
}

.mobile-entries-links {
    display: none;
}

.mobile-soc.soc-links {
    display: none;
}

.mobile-menu-opened .mobile-choose-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu-opened .mobile-entries-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu-opened .mobile-soc.soc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-menu-opened .header-nav .login-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mob-gradient-btn {
    display: none;
}

@media (hover: hover) {
    .footer-copyrights a:hover {
        color: var(--brand-purple-color);
    }
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1px;
}

.footer__inner {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #BCBCBC;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.soc-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.soc-links a {
    width: 25px;
    aspect-ratio: 1/1;
}

.footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-nav ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 1.5px;
    color: var(--second-dark-color);
    text-transform: uppercase;
}

@media (hover: hover) {
    .footer-nav ul li a:hover {
        background: -webkit-gradient(linear, left top, right top, from(rgb(138, 111, 242)), to(rgb(2, 232, 164)));
        background: -o-linear-gradient(left, rgb(138, 111, 242), rgb(2, 232, 164) 100%);
        background: linear-gradient(90deg, rgb(138, 111, 242), rgb(2, 232, 164) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
    }
}

.ftg-left__img {
    display: none;
}

@media (hover: hover) {
    .soc-links a:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(3222%) hue-rotate(224deg) brightness(101%) contrast(90%);
        filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(3222%) hue-rotate(224deg) brightness(101%) contrast(90%);
    }

    .header__choose-lang:hover img {
        -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(3222%) hue-rotate(224deg) brightness(101%) contrast(90%);
        filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(3222%) hue-rotate(224deg) brightness(101%) contrast(90%);
    }

    .choose-lang-list a:hover {
        color: var(--brand-purple-color);
    }
}

.header__choose-lang.active img {
    -webkit-filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(3222%) hue-rotate(224deg) brightness(101%) contrast(90%);
    filter: brightness(0) saturate(100%) invert(45%) sepia(23%) saturate(3222%) hue-rotate(224deg) brightness(101%) contrast(90%);
}

@media (max-width: 1500px) {
    .cv__left {
        font-size: 32px;
        min-width: 440px;
    }

    .cv__right {
        width: calc(100% - 490px);
    }
}

@media (max-width: 1450px) {
    .become-affiliate__left {
        font-size: 40px;
    }
}

@media (max-width: 1400px) {
    .hero__right img {
        right: -22%;
    }
}

@media (max-width: 1350px) {
    ._container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .hero__right img {
        right: -17%;
    }
}

@media (max-width: 1300px) {
    .cash-variety {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
    }

    .cv__right {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cash-variety::before {
        opacity: 0.2;
    }

    .become-affiliate__left {
        font-size: 35px;
    }
}

@media (max-width: 1250px) {
    .hero__right img {
        min-width: 930px;
        top: -26px;
    }
}

@media (max-width: 1200px) {
    .become-affiliate__left {
        top: -3px;
        position: relative;
    }

    .hero-section {
        padding-top: 180px;
    }

    .pink-blur-bg {
        top: -64px;
        left: 63px;
    }

    .blue-blur-bg {
        top: 394px;
        right: 287px;
    }

    .green-blur-bg {
        top: 7px;
        left: 443px;
    }

    .ftr-right {
        background-size: 125%;
    }
}

@media (max-width: 1150px) {
    .ftr-right,
  .ftg-left {
        border: 1px solid var(--brand-blue-color);
    }

    .become-affiliate__left {
        font-size: 30px;
    }
}

@media (max-width: 1100px) {
    .hero__right img {
        right: -25%;
        top: -50px;
    }

    .hero__left h1 {
        font-size: 60px;
        line-height: 1.1;
    }

    .header__burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header-nav {
        display: none;
        -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .hero__right img {
        min-width: 750px;
        top: -10px;
    }

    .hero__right img {
        right: -25%;
    }

    .mobile-menu-opened .header-nav {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        background-color: #1F1D2B;
        z-index: 100;
        border-bottom-left-radius: 25px;
        padding-bottom: 30px;
        padding-top: 28px;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .mobile-menu-opened .header__burger {
        z-index: 150;
    }

    .mobile-menu-opened.menu-show .header-nav {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .blue-blur-bg {
        top: 272px;
    }

    .ftr-right__title {
        font-size: 30px;
    }
}

@media (max-width: 1050px) {
    .become-affiliate__left {
        font-size: 26px;
    }
}

@media (max-width: 1000px) {
    .map-header,
  .features-h2,
  .h2-faq {
        font-size: 40px;
    }

    .features-h2 {
        margin-bottom: 35px;
    }

    .accordion-header {
        font-size: 22px;
        padding-top: 20px;
    }

    .ftg-left__text,
  .flt-left__text {
        font-size: 16px;
    }

    .ftg-left__title,
  .flt-left__title {
        font-size: 28px;
        line-height: 1;
    }

    .ftr-left,
  .ftr-right,
  .ftg-left,
  .ftg-right {
        height: 280px;
    }

    .ftr-left,
  .ftg-left,
  .ftg-right {
        padding-top: 40px;
    }

    .flt-left__text {
        max-width: 250px;
    }

    .app-store-btn,
  .google-play-btn {
        width: 130px;
    }

    .ftg-right .ftg-left__text {
        max-width: 250px;
        font-size: 14px;
    }

    .ftg-left .ftg-left__text {
        max-width: 250px;
        font-size: 14px;
    }

    .ftg-left {
        width: 300px;
    }

    .ftg-right {
        width: calc(100% - 330px);
    }

    .br-desc {
        display: none;
    }

    .br-x {
        display: block;
    }

    .ftr-right {
        padding-top: 20px;
        padding-left: 25px;
    }

    .ftr-right__title {
        font-size: 24px;
    }

    .map-text {
        width: 420px;
    }
}

@media (max-width: 950px) {
    .hero-section {
        padding-top: 120px;
    }

    .cash-variety {
        margin-top: 120px;
    }

    .hero__right img {
        right: -30%;
    }

    .green-blur-bg {
        top: 213px;
        left: 229px;
    }
}

@media (max-width: 900px) {
    ._container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .hero__left h1 {
        font-size: 40px;
        line-height: 1.1;
    }

    .hero__right img {
        min-width: 633px;
        top: -17px;
        right: -30%;
    }
}

@media (max-width: 800px) {
    .cv__left {
        font-size: 25px;
        min-width: 440px;
    }

    .cash-variety__item {
        width: 245px;
        height: 120px;
        padding-top: 30px;
        padding-left: 25px;
    }

    .cash-variety__numbers {
        font-size: 25px;
    }

    .cash-variety__title {
        font-size: 16px;
    }

    .gradient-btn {
        width: 278px;
        height: 50px;
        font-size: 20px;
        width: 265px;
    }

    .hero__right img {
        min-width: 633px;
        top: -20px;
        right: -35%;
    }

    .ftr-right {
        background-size: 135%;
    }

    .map-text {
        width: auto;
    }

    .map-text {
        font-size: 19px;
    }
}

@media (max-width: 750px) {
    .hero__right img {
        min-width: 530px;
        top: -10px;
        right: -35%;
    }

    .hero__left h1 {
        margin-bottom: 30px;
    }

    .hero-rich-box {
        margin-bottom: 30px;
    }

    .footer {
        padding-bottom: 20px;
    }

    .footer-copyrights p, .footer-copyrights a {
        color: var(--second-dark-color);
        font-size: 12px;
        font-weight: 400;
    }

    .footer__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 30px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer-soc {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .footer-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-nav ul {
        margin-top: 5px;
    }

    .accordion-header {
        font-size: 18px;
        padding-top: 15px;
        padding-left: 18px;
    }

    .accordion-item {
        height: auto;
    }

    .accordion-item::after {
        top: 20px;
        right: 20px;
    }

    .accordion-content {
        padding-left: 0;
    }

    .accordion-item.active .accordion-content p {
        font-size: 14px;
    }

    .blue-blur-bg {
        top: 183px;
        right: 127px;
    }

    .pink-blur-bg {
        top: -64px;
        left: -131px;
    }

    .green-blur-bg {
        top: 16px;
        left: 122px;
    }

    .ftr-right__title {
        font-size: 20px;
    }

    .ftr-right {
        background-size: 145%;
    }

    .accordion-item {
        border-radius: 25px;
    }

    .accordion-content p {
        margin-top: 0;
    }
}

@media (max-width: 700px) {
    .hero__right img {
        min-width: 530px;
        top: -10px;
        right: -50%;
    }

    .header__soc {
        margin-right: 15px;
    }

    .header__center {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }

    .header-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer {
        margin-top: 0;
    }

    .hero__right img {
        min-width: 676px;
        top: -65px;
        right: -200%;
    }

    .cv__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 10px;
    }

    .cash-variety__item {
        max-width: 343px;
        width: 100%;
        height: 100px;
        padding-top: 19px;
        padding-left: 18px;
    }

    .cash-variety__numbers {
        font-size: 32px;
    }

    .cash-variety__numbers {
        margin-bottom: 10px;
    }

    .ftr-left,
  .ftg-left,
  .ftg-right {
        padding-left: 25px;
    }

    .ftg-left__title, .flt-left__title {
        font-size: 24px;
    }

    .feature__top,
  .feature__bottom {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .feature__top {
        margin-bottom: 20px;
    }

    .ftg-left {
        width: 255px;
        background-size: 120%;
    }

    .ftg-right {
        width: calc(100% - 275px);
    }

    .ftr-left {
        width: 57%;
        padding-right: 25px;
    }

    .features-h2 {
        line-height: 1;
    }

    .br-tg {
        display: none;
    }
}

@media (max-width: 660px) {
    .hero__right img {
        right: -300%;
    }

    .map-header, .features-h2, .h2-faq {
        font-size: 30px;
    }

    .map-text {
        font-size: 14px;
    }

    .map-header {
        margin-bottom: 20px;
    }

    .map-text {
        margin-bottom: 30px;
    }
}

@media (max-width: 650px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .footer__left {
        width: 100%;
    }

    .footer__right {
        width: 100%;
    }

    .footer-copyrights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        top: -50px;
        position: relative;
    }

    .footer-nav {
        width: 100%;
    }

    .footer-nav ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__inner {
        padding-top: 15px;
    }

    .footer__inner {
        height: 120px;
    }

    .become-affiliate-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .accordion-content {
        max-width: 70%;
    }

    .hero__right img {
        right: -290%;
        min-width: 557px;
        top: -17px;
    }

    .header__soc {
        display: none;
    }

    .header__choose-lang {
        display: none;
    }

    .mobile-menu-opened .header-nav {
        padding-top: 75px;
        padding-bottom: 45px;
    }

    .feature__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .ftr-left,
  .ftr-right {
        max-width: 530px;
        width: 100%;
    }

    .ftr-right {
        height: 160px;
        background-position-y: -150px;
    }

    .feature__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .ftg-left {
        height: 250px;
    }

    .ftg-left {
        max-width: 530px;
        width: 100%;
        height: 180px;
    }

    .ftg-left .ftg-left__text {
        max-width: initial;
        width: 80%;
        font-size: 14px;
    }

    .ftg-right {
        max-width: 530px;
        width: 100%;
    }

    .ftg-left {
        padding-top: 25px;
    }

    .map-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 20px;
    }

    .map-header {
        text-align: center;
    }

    .map-text {
        text-align: center;
    }

    .map-section .gradient-btn {
        display: none;
    }

    .map__right .mob-gradient-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .map__left .gradient-btn {
        display: none;
    }

    .accordion-header {
        font-size: 16px;
        padding-top: 15px;
        padding-left: 18px;
    }

    .ftr-right__title br {
        display: none;
    }

    .ftr-right {
        background-size: 100%;
        background-position-y: 30px;
    }

    .ftg-left {
        height: auto;
        padding-bottom: 20px;
    }

    .become-affiliate__left {
        text-align: center;
    }

    .accordion-header {
        padding-top: 18px;
    }

    .accordion-header {
        font-size: 15px;
    }
}

@media (max-width: 620px) {
    .hero__right img {
        right: -396%;
    }
}

@media (max-width: 600px) {
    .hero__right img {
        right: -705%;
        min-width: 557px;
        top: -17px;
    }
}

@media (max-width: 590px) {
    .hero__right img {
        right: -1050%;
        min-width: 557px;
        top: -17px;
    }
}

@media (max-width: 580px) {
    .hero__right img {
        right: -1442%;
        min-width: 557px;
        top: -17px;
    }
}

@media (max-width: 570px) {
    .hero__left {
        min-width: initial;
        width: 100%;
    }

    .hero-section {
        padding-top: 40px;
    }

    .hero__left h1 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 350px;
    }

    .hero-rich-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero-section .gradient-btn {
        margin-left: auto;
        margin-right: auto;
    }

    .digo-info,
  .kigo-info {
        font-size: 12px;
        line-height: 1.1;
        width: 85px;
        height: auto;
        aspect-ratio: 125/62;
    }

    .hero__right img {
        right: -1195%;
        min-width: 557px;
        top: 110px;
    }

    .blue-blur-bg {
        width: 90px;
        top: 268px;
        right: 305px;
    }

    .green-blur-bg {
        width: 90px;
        top: 275px;
        left: -133px;
    }

    .pink-blur-bg {
        width: 90px;
        top: 71px;
        left: -447px;
    }
}

@media (max-width: 530px) {
    .hero__right img {
        right: 0px;
    }
}

@media (max-width: 500px) {
    .hero__right img {
        right: -20px;
    }

    ._container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gradient-btn {
        height: 36px;
        font-size: 14px;
        width: 163px;
    }

    .become-affiliate-section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .become-affiliate__left {
        max-width: 100%;
        text-align: center;
    }

    .br-mob {
        display: block;
    }

    .accordion-content {
        max-width: 100%;
    }

    .accordion-item {
        height: auto;
        border-radius: 25px;
        margin-bottom: 12px;
    }

    .accordion-header {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .accordion-item::after {
        top: 18px;
        right: 20px;
        width: 12px;
        height: 12px;
    }

    .accordion-item.active .accordion-content p {
        font-size: 12px;
    }

    .accordion-item.active {
        height: auto;
        padding-bottom: 20px;
    }

    .accordion-content p {
        margin-top: 0;
    }

    .faq-section,
  .map-section,
  .features-section,
  .become-affiliate-section {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .become-affiliate-section {
        padding-top: 0;
    }

    .faq-section {
        padding-bottom: 0;
    }

    .h2-faq {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .login-btn {
        display: none;
    }

    .singup-btn {
        max-width: 91px;
        min-width: 91px;
        width: 91px;
        aspect-ratio: 126/45;
        height: auto;
        height: 32.5px;
        background-size: cover;
    }

    .hero-rich-box {
        margin-bottom: 25px;
    }

    .cash-variety {
        margin-top: 40px;
    }

    .cv__left {
        font-size: 24px;
        width: 100%;
        min-width: initial;
        max-width: 300px;
    }

    .cv__left br {
        display: none;
    }

    .cash-variety {
        row-gap: 20px;
    }

    .features-h2 {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .cash-variety {
        padding-bottom: 15px;
    }

    .ftr-left {
        height: 200px;
    }

    .ftg-left__title, .flt-left__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .flt-left__text {
        font-size: 12px;
        line-height: 1.2;
        max-width: 175px;
        margin-bottom: 15px;
    }

    .app-store-btn, .google-play-btn {
        width: 83px;
    }

    .ftr-left {
        border-radius: 10px;
    }

    .ftr-left, .ftg-left, .ftg-right {
        padding-left: 15px;
    }

    .ftg-left {
        background-size: 104%;
        padding-top: 25px;
        height: auto;
        padding-bottom: 20px;
    }

    .ftg-left .ftg-left__text {
        font-size: 12px;
        width: 100%;
    }

    .feature__top {
        row-gap: 10px;
    }

    .ftr-right {
        height: 155px;
        padding: 15px;
    }

    .ftr-right__title {
        display: block;
        font-size: 20px;
        font-weight: 500;
    }

    .ftr-right {
        height: 160px;
        background-position-y: -90px;
    }

    .ftr-right,
  .ftg-left,
  .ftg-left,
  .ftg-right {
        border-radius: 10px;
    }

    .feature__top {
        margin-bottom: 10px;
    }

    .feature__bottom {
        row-gap: 10px;
    }

    .ftg-right {
        height: 350px;
        padding: 20px 15px;
    }

    .ftg-right .ftg-left__text {
        max-width: initial;
        width: 100%;
        font-size: 12px;
    }

    .ftg-right {
        background-image: url("../img/vbn-mob-bg.webp");
    }

    .ftg-left__img {
        display: block;
        max-width: 288px;
        width: 100%;
        aspect-ratio: 288/174;
        height: auto;
        margin-bottom: 15px;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }

    .map-header, .features-h2, .h2-faq {
        font-size: 26px;
    }

    .faq-section {
        padding-top: 25px;
    }

    .map-text {
        margin-bottom: 10px;
    }

    .map-header {
        text-align: left;
    }

    .map-text {
        text-align: left;
    }

    .faq-section .pink-blur-bg {
        top: 300px;
        left: initial;
        right: 0;
    }

    .faq-section .green-blur-bg {
        display: none;
    }

    .faq-section .blue-blur-bg {
        display: none;
    }

    .faq-section .green-blur-bg-2 {
        display: none;
    }

    .map-header {
        margin-bottom: 15px;
    }

    .map__left {
        max-width: 470px;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .ftr-right {
        height: 160px;
        background-position-y: 55px;
        background-image: url("../img/svg/all-ess-bg-mob.svg");
    }
}

@media (max-width: 470px) {
    .hero__right img {
        right: -30px;
    }

    .footer-nav ul {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .pink-blur-bg {
        width: 90px;
        top: 71px;
        left: -320px;
    }
}

@media (max-width: 450px) {
    .hero__right img {
        top: 120px;
        right: -10px;
        min-width: 486px;
    }
}

@media (max-width: 410px) {
    .hero__right img {
        top: 120px;
        right: -30px;
        min-width: 460px;
    }

    .hero__left h1 {
        margin-bottom: 300px;
    }
}

@media (max-width: 400px) {
    .ftr-right__title {
        font-size: 20px;
    }

    .accordion-header {
        font-size: 12px;
    }

    .ftr-right {
        background-position-y: 70px;
    }
}

@media (max-width: 390px) {
    .h2-faq {
        font-size: 24px;
    }
}

@media (max-width: 380px) {
    .ftr-right {
        background-position-y: bottom;
    }

    .accordion-header {
        font-size: 11px;
    }

    .accordion-item.active .accordion-content p {
        font-size: 11px;
    }
}

@media (max-width: 370px) {
    .hero__right img {
        top: 110px;
        right: -51px;
        min-width: 460px;
    }

    .accordion-header {
        font-size: 11px;
    }

    .accordion-item.active .accordion-content p {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .accordion-header {
        font-size: 10px;
    }

    .accordion-item.active .accordion-content p {
        font-size: 10px;
    }
}

@media (max-width: 350px) {
    .ftg-left {
        padding-top: 18px;
    }

    .ftg-right {
        height: auto;
    }

    .header-logo {
        width: 145px;
    }
}

@media (max-width: 300px) {
    .ftr-right {
        background-position-y: 80px;
    }
}

@media (max-width: 500px) {
    .cash-variety::before {
        width: 30%;
        height: 80%;
        background: var(--brand-gradient);
        -webkit-filter: blur(30px);
        filter: blur(30px);
        rotate: -35deg;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 80px;
        opacity: 0.25;
    }

    .faq-section .pink-blur-bg {
        opacity: 0.8;
        -webkit-filter: blur(70px);
        filter: blur(70px);
    }

    .faq-section .green-blur-bg {
        top: 168px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0.8;
        -webkit-filter: blur(70px);
        filter: blur(70px);
    }

    .header-fixed .main {
        margin-top: 52.5px;
    }

    .header-fixed .header {
        position: fixed;
        z-index: 100;
        background-color: #211e2e;
        padding-bottom: 15px;
    }

    .main {
        margin-top: 52.5px;
    }

    .header {
        position: fixed;
        z-index: 100;
        background-color: #211e2e;
        padding-bottom: 15px;
    }

    #features {
        position: relative;
        top: -80px;
    }

    #faq {
        position: relative;
        top: -80px;
    }
}

@media (max-width: 500px) {
    .blue-blur-bg {
        display: none;
    }

    .green-blur-bg {
        display: none;
    }

    .pink-blur-bg {
        display: none;
    }

    .green-blur-bg-2 {
        display: none;
    }
}