@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SF;
  font-display: swap;
  src: url(../fonts/SF-Pro-Display-Regular.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SF;
  font-display: swap;
  src: url(../fonts/SF-Pro-Display-Medium.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SF;
  font-display: swap;
  src: url(../fonts/SF-Pro-Display-Semibold.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SFProText;
  font-display: swap;
  src: url(../fonts/SFProText-Bold.woff2) format("woff2"), url(../fonts/SFProText-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SFProText;
  font-display: swap;
  src: url(../fonts/SFProText-Regular.woff2) format("woff2"), url(../fonts/SFProText-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SFProText;
  font-display: swap;
  src: url(../fonts/SFProText-Semibold.woff2) format("woff2"), url(../fonts/SFProText-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SF;
  font-display: swap;
  src: url(../fonts/SF-Pro-Display-Bold.woff2) format("woff2"), url(../fonts/SF-Pro-Display-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SF;
  font-display: swap;
  src: url(../fonts/SFProDisplay-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
.button-link {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
}
.button-link:hover {
  cursor: pointer;
  opacity: 0.8;
}

h2 {
  color: #090909;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

:root {
  --primary: #000;
  --secondary: rgba(0, 184, 129, 1);
  --gradient: linear-gradient(90deg, #8cffb9 0%, #8cfeb9 67.04%, #b2aafa 100%);
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

canvas {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  height: 100%;
  min-width: 320px;
}

body {
  color: var(--primary);
  line-height: 1;
  font-family: SF;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
textarea {
  font-family: SF;
  font-size: inherit;
  line-height: inherit;
}

.title-h2 {
  color: #090909;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
}

@media (max-width: 768px) {
  .title-h2 {
    font-size: 32px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

h6,
h3 {
  margin: 0;
  font-weight: normal;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

html summary::-webkit-details-marker {
  display: none;
}

body img {
  max-width: 100%;
}

.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.careers-main {
  background: #090909;
}

.careers-promo {
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .careers-promo {
    height: 588px;
    padding-bottom: 86px;
  }
}
@media (max-width: 768px) {
  .careers-promo .page__container {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 100%;
  }
}
.careers-promo img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.careers-promo__wrapper {
  max-width: 462px;
}
.careers-promo h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .careers-promo h1 {
    font-size: 40px;
  }
}
.careers-promo p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 380px;
}

.careers-engineering {
  padding-top: 130px;
  padding-bottom: 20px;
  background: #090909;
  color: #fff;
}
@media (max-width: 768px) {
  .careers-engineering {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.careers-engineering h2 {
  color: #fff;
}
.careers-engineering__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  margin-bottom: 132px;
}
@media (max-width: 1200px) {
  .careers-engineering__inner {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .careers-engineering__inner {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 768px) {
  .careers-engineering__inner {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }
}
.careers-engineering__inner.custom {
  padding-top: 64px;
  border-top: 1px solid #fff;
}
@media (max-width: 768px) {
  .careers-engineering__inner.custom {
    padding-top: 50px;
  }
}
.careers-engineering__box {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 768px) {
  .careers-engineering__box {
    gap: 10px;
  }
}
.careers-engineering__item {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  border-radius: 12px;
  border: 1px solid #6f7a83;
}
.careers-engineering__item-top {
  width: 100%;
}
.careers-engineering__item-top button {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  gap: 8px;
}
.careers-engineering__item-top button:hover {
  text-decoration: underline;
}
.careers-engineering__item-top h6 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .careers-engineering__item-top h6 {
    font-size: 25px;
  }
}
.careers-engineering__item-top p {
  color: #6f7a83;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.careers-engineering__item-bottom {
  display: flex;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768xp) {
  .careers-engineering__item-bottom {
    flex-direction: column;
  }
}
.careers-engineering__item-bottom .mob-careers-apply {
  color: #fff;
  margin-left: auto;
}
.careers-engineering__item-bottom div {
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.careers-engineering__item-top-apply {
  text-wrap: nowrap;
}
.careers-engineering__item-top-apply svg {
  margin-left: 8px;
}

.careers-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.careers-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 736px;
  width: 100%;
  border-radius: 12px;
  background: #090909;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .careers-popup__content {
    width: calc(100vw - 32px);
    padding: 60px 27px;
  }
}
.careers-popup__content-wrapper {
  max-width: 416px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.careers-popup__logo {
  margin-bottom: 24px;
}
.careers-popup h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .careers-popup h3 {
    font-size: 25px;
  }
}
.careers-popup p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  margin-bottom: 36px;
}
.careers-popup p a {
  text-decoration: underline;
}
.careers-popup__button {
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #04d3a3;
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.careers-popup__button:hover {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.careers-popup.active {
  display: block;
}

.careers-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 23, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.footer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.footer-popup__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 736px;
  width: 100%;
  border-radius: 12px;
  background: #090909;
  padding: 60px 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .footer-popup__content {
    width: calc(100vw - 32px);
    padding: 60px 27px;
  }
}
.footer-popup__content-wrapper {
  max-width: 416px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.footer-popup__logo {
  margin-bottom: 24px;
}
.footer-popup h3 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer-popup h3 {
    font-size: 25px;
  }
}
.footer-popup p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  margin-bottom: 36px;
}
.footer-popup p a {
  text-decoration: underline;
}
.footer-popup__button {
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #04d3a3;
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.footer-popup__button:hover {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.footer-popup.active {
  display: block;
}

.footer-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 23, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

body.no-scroll {
  overflow: hidden;
}

.custom-main-modal {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
.custom-main-modal.active {
  display: block;
}
.custom-main-modal__overlay {
  position: absolute;
  overflow-y: scroll;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 60px 16px;
}
@media (max-width: 768px) {
  .custom-main-modal__overlay {
    padding: 50px 16px;
  }
}
.custom-main-modal__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
}
@media (max-width: 1024px) {
  .custom-main-modal__close {
    top: 24px;
    right: 24px;
  }
}
@media (max-width: 768px) {
  .custom-main-modal__close {
    top: 16px;
    right: 16px;
  }
}
.custom-main-modal__content {
  border-radius: 24px;
  background: #fff;
  max-width: 1260px;
  margin: 0 auto;
  padding: 72px 16px;
  position: relative;
}
@media (max-width: 1024px) {
  .custom-main-modal__content {
    padding: 40px 16px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .custom-main-modal__content {
    border-radius: 12px;
    padding-top: 48px;
  }
}
.custom-main-modal__wrapper {
  max-width: 850px;
  margin: 0 auto;
}
.custom-main-modal__wrapper h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .custom-main-modal__wrapper h2 {
    font-size: 36px;
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .custom-main-modal__wrapper h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.custom-main-modal .box-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  .custom-main-modal .box-content {
    gap: 24px;
  }
}
.custom-main-modal .box-content p {
  color: #52525b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.custom-main-modal .box-content p strong {
  color: #000;
  font-weight: 600;
}
.custom-main-modal .box-content .list-simple {
  color: #52525b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: disc;
  padding-left: 20px;
}
.custom-main-modal .box-content .list-simple li {
  list-style: disc;
}
.custom-main-modal .box-content .list-simple li strong {
  color: #000;
  font-weight: 600;
}
.custom-main-modal .box-content .list-numbered {
  color: #52525b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: decimal;
  padding-left: 20px;
}
.custom-main-modal .box-content .list-numbered li {
  list-style: decimal;
}
.custom-main-modal .box-content a {
  color: #04d3a3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-decoration: underline;
}
.custom-main-modal .box-content h4 {
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.44px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .custom-main-modal .box-content h4 {
    font-size: 18px;
  }
}
.custom-main-modal .box-content .line {
  margin-top: 24px;
  height: 1px;
  width: 100%;
  background: #ced9d7;
}
.custom-main-modal .box-content .mb-8 {
  margin-bottom: 8px;
}
.custom-main-modal .box-content .mb-16 {
  margin-bottom: 16px;
}
.custom-main-modal .box-content .mb-24 {
  margin-bottom: 24px;
}
.custom-main-modal .box-content .mt-12 {
  margin-top: 12px;
}
.custom-main-modal .last-block .line {
  margin-top: 16px;
  margin-bottom: 24px;
  height: 1px;
  width: 100%;
  background: #ced9d7;
}
.custom-main-modal .last-block p {
  color: #52525b;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-bottom: 24px;
}
.custom-main-modal .last-block .name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  position: relative;
}
.custom-main-modal .last-block .name::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  background: #000;
  width: 28.5px;
  height: 2px;
}

.airdrop {
  position: relative;
  background: #090909;
  color: #fff;
  min-height: 100vh;
}
.airdrop-top {
  padding: 110px 0 200px;
  position: relative;
}
@media (max-width: 768px) {
  .airdrop-top {
    padding: 177px 0 307px;
  }
}
.airdrop-top img.decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.airdrop-top .img-ava {
  margin-bottom: 8px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .airdrop-top .img-ava {
    margin-bottom: 5px;
    max-width: 117px;
    width: 100%;
    margin-left: 0;
  }
}
.airdrop-top__decor {
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(2deg, #090909 12.18%, rgba(0, 0, 0, 0) 79.66%);
  z-index: 1;
}
@media (max-width: 768px) {
  .airdrop-top__decor {
    height: 70px;
  }
}
.airdrop-top__content {
  position: relative;
  padding-left: 122px;
  z-index: 2;
}
@media (max-width: 1300px) {
  .airdrop-top__content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .airdrop-top__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.airdrop-top h1 {
  color: #f4f4f4;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .airdrop-top h1 {
    margin-bottom: 16px;
    font-size: 32px;
    letter-spacing: -0.46px;
  }
}
.airdrop-top p {
  max-width: 362px;
  color: #f4f4f4;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .airdrop-top p {
    font-size: 20px;
    max-width: 268px;
  }
}
.airdrop-top p span {
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.32px;
  margin-right: 4px;
}
.airdrop img.decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.airdrop-content {
  padding: 110px 0 113px;
  background: #090909;
  position: relative;
}
@media (max-width: 768px) {
  .airdrop-content {
    padding: 71px 0 100px;
  }
}
.airdrop-content__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .airdrop-content__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.airdrop-content__box {
  padding-top: 80px;
  max-width: 566px;
  padding-left: 122px;
}
@media (max-width: 1300px) {
  .airdrop-content__box {
    padding-left: 0;
    max-width: 441px;
  }
}
@media (max-width: 768px) {
  .airdrop-content__box {
    padding-top: 0px;
  }
}
.airdrop-content__box-subtitle {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .airdrop-content__box-subtitle {
    margin-bottom: 24px;
  }
}
.airdrop-content__box iframe {
  min-height: 570px !important;
}
.airdrop-content__box-subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
}
.airdrop-content__box-subtitle img {
  transform: translateY(-3px);
}
.airdrop-content__box-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 111.111%;
  letter-spacing: -0.18px;
  margin-bottom: 36px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .airdrop-content__box-text {
    margin-bottom: 24px;
  }
}
.airdrop__content-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.airdrop__content-bottom p {
  color: #ced9d7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.28px;
}
.airdrop__content-bottom p.two {
  opacity: 0.6;
}
.airdrop__content-bottom p.three {
  opacity: 0.4;
}

.about-promo {
  padding: 166px 0 82px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.about-promo__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .about-promo__bg {
    height: 100%;
  }
}
.about-promo__wrapper {
  max-width: 680px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.about-promo__wrapper h1 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .about-promo__wrapper h1 {
    font-size: 40px;
  }
}
.about-promo__wrapper p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 106px;
}
@media (max-width: 768px) {
  .about-promo__wrapper p {
    margin-bottom: 46px;
  }
}
.about-promo__bottom {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-promo__bottom {
    gap: 16px;
  }
}
.about-promo__bottom-item {
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
  text-align: center;
}
@media (max-width: 768px) {
  .about-promo__bottom-item {
    font-size: 16px;
    text-align: left;
    width: -moz-min-content;
    width: min-content;
  }
}
.about-promo__bottom-item span {
  display: block;
  text-align: center;
  font-style: italic;
  font-weight: 600;
  line-height: 155.556%;
}
@media (max-width: 768px) {
  .about-promo__bottom-item span {
    text-align: left;
  }
}

.about-reality {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .about-reality {
    padding-bottom: 100px 0;
  }
}
.about-reality__under {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 6px;
}
.about-reality__wrapper {
  display: grid;
  grid-template-columns: 326px 1fr;
  gap: 122px;
}
@media (max-width: 1024px) {
  .about-reality__wrapper {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .about-reality__wrapper {
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-reality__right-top {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .about-reality__right-top {
    font-size: 25px;
  }
}
.about-reality__right-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 1024px) {
  .about-reality__right-bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .about-reality__right-bottom {
    gap: 36px;
  }
}
.about-reality__right-bottom p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.about-reality__right-bottom .right-block b {
  display: block;
  font-weight: 600;
  font-style: italic;
}

.about-vision {
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .about-vision {
    padding-bottom: 100px;
  }
}
.about-vision .top-block__content {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .about-vision .top-block__content {
    grid-template-columns: 326px 1fr;
  }
}
@media (max-width: 768px) {
  .about-vision .top-block__content {
    grid-template-columns: 1fr;
    margin-bottom: 32px;
  }
}
.about-vision__text {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 404px;
}
.about-vision__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .about-vision__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.about-vision__item {
  min-height: 500px;
  padding: 50px;
  border-radius: 12px;
  background: #090909;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .about-vision__item {
    min-height: 384px;
    padding: 32px;
  }
}
.about-vision__item.two {
  background: transparent;
}
.about-vision__item.two h4,
.about-vision__item.two p,
.about-vision__item.two a {
  position: relative;
  z-index: 2;
}
.about-vision__item.two img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-vision__item.two a {
  background: #fff;
}
.about-vision__item img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .about-vision__item img {
    width: 60%;
  }
}
.about-vision__item h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.about-vision__item p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .about-vision__item p {
    margin-bottom: 16px;
  }
}
.about-vision__item a {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-top: auto;
  transition: all 0.3s ease;
}
.about-vision__item a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.about-pillars {
  padding: 80px 0;
  position: relative;
}
.about-pillars__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.about-pillars__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  margin-bottom: 50px;
  gap: 32px;
}
@media (max-width: 1024px) {
  .about-pillars__top {
    grid-template-columns: 326px 1fr;
  }
}
@media (max-width: 768px) {
  .about-pillars__top {
    grid-template-columns: 1fr;
  }
}
.about-pillars__top p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 480px;
}
.about-pillars__box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media (max-width: 768px) {
  .about-pillars__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.about-pillars__item {
  border-radius: 12px;
  background: #fff;
  padding: 40px 34px;
}
.about-pillars__item-top {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .about-pillars__item-top {
    margin-bottom: 24px;
  }
}
.about-pillars__item a {
  margin-top: 16px;
  color: #090909;
  display: flex;
  gap: 12px;
  text-decoration: underline;
  align-items: flex-end;
}
.about-pillars__item a svg {
  transform: translateY(4px);
}
.about-pillars__item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.about-wealth {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .about-wealth {
    padding: 100px 0;
  }
}
.about-wealth__content {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .about-wealth__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-wealth__content-right p.about-wealth__content-text {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 576px;
  margin-bottom: 26px;
}
.about-wealth .characteristics__description {
  max-width: 777px;
}
.about-wealth .characteristics__description > p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
  padding-left: 94px;
}
.about-wealth .characteristics__description > p.custom-text {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 0;
  margin-bottom: 28px;
}
.about-wealth .characteristics__description > p.custom-text span {
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about-wealth .characteristics__description > p {
    padding-left: 0px;
  }
}
.about-wealth .characteristics__list-description {
  padding-left: 115px;
}
@media (max-width: 768px) {
  .about-wealth .characteristics__list-description {
    padding-left: 16px;
  }
}
.about-wealth .characteristics__list-description ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-wealth .characteristics__list-description li {
  list-style: disc;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  color: #6f7a83;
}
.about-wealth .characteristics__list-description li span {
  font-style: italic;
  font-weight: 600;
}
.about-wealth .characteristics__title {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  justify-content: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .about-wealth .characteristics__title {
    padding-top: 50px;
  }
}
.about-wealth .characteristics__title svg {
  margin-left: auto;
}
@media (max-width: 992px) {
  .about-wealth .characteristics__title svg {
    flex-shrink: 0;
  }
}
.about-wealth .characteristics__title-left {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .about-wealth .characteristics__title-left {
    position: absolute;
    top: 16px;
  }
}
.about-wealth .characteristics__title-left.custom-title-left {
  align-items: flex-start;
}
.about-wealth .characteristics__title-left.custom-title-left .characteristics__title {
  padding-top: 0;
  padding-bottom: 8px;
}
.about-wealth .characteristics__title-left-custom {
  display: flex;
  flex-direction: column;
}
.about-wealth .characteristics__title-left-custom a {
  margin-left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: -moz-fit-content;
  width: fit-content;
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .about-wealth .characteristics__title-left-custom a {
    margin-left: 0;
  }
}
.about-wealth .characteristics__title-left-custom a svg {
  margin-left: none;
  transform: translateY(-4px);
}
.about-wealth .characteristics__title-left span.custom-circle {
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #090909;
  display: block;
}

.about-news__top-arrows-left.swiper-button-disabled {
  opacity: 0.2;
}

.about-news__top-arrows-right.swiper-button-disabled {
  opacity: 0.2;
}

.characteristics__item-element {
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
}
@media (max-width: 768px) {
  .characteristics__item-element .characteristics__title-left {
    position: relative;
    flex-direction: column;
  }
}
.characteristics__item-element .custom-circle__wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .characteristics__item-element .characteristics__title {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .characteristics__item-element .characteristics__title-left-custom .characteristics__title {
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.about-news {
  overflow: hidden;
}
.about-news .swiper {
  overflow: visible;
}

@media (max-width: 768px) {
  .about-news__top-arrows {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
  }
  .about-news__top-arrows .about-news__top-arrows-left {
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-news__top-arrows .about-news__top-arrows-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
  }
}

.token-value.about-value {
  background: #fff;
  overflow: hidden;
}
.token-value.about-value .token-value__slide {
  border-radius: 12px;
  background: #f2f9f8;
}
.token-value.about-value .token-value__slide-img img {
  height: 30px;
}

.about-strength {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .about-strength {
    padding: 100px 0;
  }
}
.about-strength__top {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .about-strength__top {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .about-strength__top {
    margin-bottom: 32px;
    gap: 38px;
  }
}
.about-strength__top p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.about-strength__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .about-strength__content {
    gap: 32px;
  }
}
.about-strength__item {
  border-radius: 12.881px;
  background: #f2f9f8;
  padding: 46px 30px;
  display: grid;
  grid-template-columns: 367px 1fr;
  gap: 56px;
}
@media (max-width: 992px) {
  .about-strength__item {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 32px 24px;
  }
}
.about-strength__item h4 {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .about-strength__item h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.about-strength__item p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .about-strength__item p {
    font-size: 16px;
  }
}
.about-strength__item-right {
  max-width: 741px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 50px;
  -moz-column-gap: 110px;
       column-gap: 110px;
}
@media (max-width: 768px) {
  .about-strength__item-right {
    row-gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.about-news__top-arrows-mob,
.about-news__top-arrows-count {
  display: none;
}
@media (max-width: 768px) {
  .about-news__top-arrows-mob,
  .about-news__top-arrows-count {
    display: flex;
    justify-content: center;
  }
}

.about-news__top-text {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.about-news__top-text .about-news__top-arrows {
  display: flex;
  align-items: center;
  gap: 32px;
}
.about-news__top-text .about-news__top-arrows-left:hover {
  cursor: pointer;
}
.about-news__top-text .about-news__top-arrows-right:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .about-news {
    margin-bottom: 100px;
  }
}
.about-news__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .about-news__top {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 42px;
  }
}
.about-news__top p {
  max-width: 700px;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.about-news__articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .about-news__articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .about-news__articles {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.about-news__article {
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
  padding: 8px 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 370px;
  height: 100%;
}
@media (max-width: 768px) {
  .about-news__article {
    min-height: 320px;
  }
}
.about-news__article-top {
  padding: 20px 12px 0;
  margin-bottom: 16px;
}
.about-news__article-top .top-article {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.about-news__article-top .top-article__left {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}
.about-news__article-top .top-article__left img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.about-news__article-top .top-article__left img + img {
  margin-left: -20px;
}
.about-news__article-top .top-article__left .name {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.about-news__article-top .top-article__left .date {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .about-news__article-top .top-article__left .date {
    font-size: 12px;
  }
}
.about-news__article-top .top-article__right.pro .pro {
  display: flex;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 8px;
  background: #f2f9f8;
}
@media (max-width: 768px) {
  .about-news__article-top .top-article__right.pro .pro {
    padding: 4px 8px;
    padding-left: 4px;
  }
}
.about-news__article-top .top-article__right.pro .enterprise {
  display: none;
}
.about-news__article-top .top-article__right.enterprise .pro {
  display: none;
}
.about-news__article-top .top-article__right.enterprise .enterprise {
  display: flex;
  border-radius: 8px;
  background: #090909;
  display: flex;
  padding: 8px 16px;
  justify-content: flex-end;
  align-items: center;
  color: #f2f9f8;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
}
@media (max-width: 768px) {
  .about-news__article-top .top-article__right.enterprise .enterprise {
    padding: 4px 8px;
    padding-left: 4px;
  }
}
.about-news__article-top h4 {
  color: #090909;
  font-size: 26px;
  font-weight: 400;
  line-height: 123.077%;
  letter-spacing: -0.26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .about-news__article-top h4 {
    font-size: 18px;
  }
}
.about-news__article .article-img {
  border-radius: 12px;
  width: 100%;
}

@media (max-width: 768px) {
  .private-who .container {
    padding: 0;
  }
}
.private-who.about-who .private-who__left h2 {
  margin-bottom: 24px;
  color: #fff;
  max-width: 414px;
}
.private-who.about-who .private-who__tabs .our-help__content-one p {
  margin-bottom: 58px;
}
.private-who.about-who .private-who__tabs {
  min-height: 464px;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .private-who.about-who .private-who__tabs {
    max-width: 440px;
  }
}
.private-who.about-who a {
  border-radius: 12px;
  background: #090909;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #f2f9f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .private-who.about-who a {
    max-width: 100%;
    width: 100%;
  }
}
.private-who.about-who a:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}
.private-who.about-who .private-who__tabs .our-help__tabs {
  gap: 10px;
}
.private-who.about-who .private-who__tabs .our-help__tabs button {
  flex-direction: column;
  align-items: baseline;
  text-align: left;
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.private-who__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 100px 70px 100px 100px;
}
@media (max-width: 1024px) {
  .private-who__wrapper {
    padding: 70px 24px;
  }
}
@media (max-width: 768px) {
  .private-who__wrapper {
    border-radius: 0;
    padding-top: 95px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.private-who__left {
  color: #fff;
}
.private-who__left h2 {
  margin-bottom: 24px;
  color: #fff;
}
.private-who__left p {
  max-width: 312px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .private-who__left p {
    margin-bottom: 0px;
  }
}
.private-who__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .private-who__bg {
    display: none;
  }
}
.private-who__bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .private-who__bg.mob {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
  }
}
.private-who__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .private-who__inner {
    flex-direction: column;
    gap: 50px;
  }
}
.private-who__tabs {
  min-height: 430px;
  display: inline-flex;
  padding: 42px 32px;
  max-width: 464px;
  width: 100%;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f2f9f8;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (max-width: 992px) {
  .private-who__tabs {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .private-who__tabs {
    max-width: 100%;
    padding: 16px;
    min-height: 360px;
  }
}
@media (max-width: 768px) {
  .private-who__tabs svg {
    width: 48px;
    height: 48px;
  }
}
.private-who__tabs .our-help__content-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 768px) {
  .private-who__tabs .our-help__content-one {
    flex-grow: 1;
    padding-bottom: 20px;
  }
}
.private-who__tabs .our-help__content-one h6 {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .private-who__tabs .our-help__content-one h6 {
    font-size: 24px;
  }
}
.private-who__tabs .our-help__content-one p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%; /*  */
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .private-who__tabs .our-help__content-one p {
    font-size: 16px;
  }
}
.private-who__tabs .our-help__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 768px) {
  .private-who__tabs .our-help__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.private-who__tabs .our-help__tabs .our-help__tab {
  padding-bottom: 8px;
  border-bottom: 1px solid #ced9d7;
  position: relative;
  letter-spacing: 0.32px;
  line-height: 125%;
  font-size: 16px;
}
@media (max-width: 992px) {
  .private-who__tabs .our-help__tabs .our-help__tab {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .private-who__tabs .our-help__tabs .our-help__tab {
    font-size: 14px;
    height: 100%;
  }
}
.private-who__tabs .our-help__tabs .our-help__tab.active::before {
  content: "";
  bottom: -1px;
  left: 0px;
  height: 1px;
  width: 57.5px;
  background: #090909;
  position: absolute;
}
.private-who__tabs .our-help__tabs .our-help__tab.active {
  color: #090909 !important;
  font-weight: 500 !important;
}
.private-who__tabs .our-help__tabs button {
  display: flex;
  align-items: center;
  gap: 7px;
}
.private-who__tabs .our-help__tabs button span {
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.private-who__tabs .our-help__content-one {
  display: none;
}
.private-who__tabs .our-help__content-one.d-block {
  display: flex;
}

.security {
  position: relative;
  overflow: hidden;
  background: #000000;
}
.security-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .security-bg {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .security-bg {
    display: none;
  }
}
.security-bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .security-bg.mob {
    display: block;
    height: auto;
    pointer-events: none;
  }
}
.security-promo {
  padding: 94px 0px 100px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 768px) {
  .security-promo {
    padding: 156px 0 40px;
  }
}
.security-promo__bottom {
  display: flex;
  gap: 16px;
}
.security-promo__bottom-item {
  color: #ddd;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.18px;
  max-width: 160px;
}
@media (max-width: 768px) {
  .security-promo__bottom-item {
    font-size: 16px;
    line-height: 1.7;
  }
}
.security-promo__bottom-item span {
  font-style: italic;
  font-weight: 600;
}
.security-content {
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  .security-content {
    margin-bottom: 46px;
  }
}
.security-content h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .security-content h1 {
    font-size: 40px;
  }
}
.security-content__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
  max-width: 400px;
}
@media (max-width: 768px) {
  .security-content__text {
    max-width: 80%;
    margin-bottom: 46px;
  }
}

.security-four {
  padding: 90px 0 120px;
}
@media (max-width: 768px) {
  .security-four {
    padding: 100px 0;
  }
}
.security-four__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1200px) {
  .security-four__box {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .security-four__box {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.security-four__item {
  padding: 50px;
  border-radius: 20px;
  background: #f2f9f8;
}
@media (max-width: 768px) {
  .security-four__item {
    padding: 32px;
  }
}
.security-four__item-img {
  height: 104px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .security-four__item-img {
    margin-bottom: 24px;
    height: auto;
  }
}
.security-four__item h4 {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 16px;
}
.security-four__item p {
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}

.security-rows {
  padding-top: 110px;
}
.security-rows__top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 48px;
  gap: 32px;
}
@media (max-width: 768px) {
  .security-rows__top {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 100px;
    gap: 16px;
  }
}
.security-rows__top-left {
  position: relative;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (max-width: 768px) {
  .security-rows__top-left {
    padding: 32px;
    min-height: 600px;
  }
}
.security-rows__top-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.security-rows__top-left h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.security-rows__top-left p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 389px;
}
.security-rows__top-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.security-rows__top-right-item {
  padding: 50px;
  border-radius: 12px;
  background: #f2f9f8;
}
@media (max-width: 768px) {
  .security-rows__top-right-item {
    padding: 32px;
  }
}
.security-rows__top-right-item svg {
  margin-bottom: 12px;
}
.security-rows__top-right-item h4 {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.security-rows__top-right-item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.security-rows__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .security-rows__bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.security-rows__bottom-item {
  border-radius: 12px;
  background: #090909;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.security-rows__bottom-item img {
  margin-top: auto;
}
.security-rows__bottom-item-top {
  padding: 50px 50px 16px;
}
@media (max-width: 768px) {
  .security-rows__bottom-item-top {
    padding: 58px 25px 16px;
  }
}
.security-rows__bottom-item-top h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
.security-rows__bottom-item-top p {
  color: #ced9d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .security-rows__bottom-item-top p {
    font-size: 16px;
  }
}

.security-bounty__wrapper {
  position: relative;
  padding: 90px 120px;
}
@media (max-width: 1024px) {
  .security-bounty__wrapper {
    padding: 90px 50px;
  }
}
@media (max-width: 768px) {
  .security-bounty__wrapper {
    padding: 85px 32px;
  }
}
.security-bounty__wrapper-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .security-bounty__wrapper-bg {
    display: none;
  }
}
.security-bounty__wrapper-bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .security-bounty__wrapper-bg.mob {
    display: block;
  }
}
.security-bounty__wrapper-content {
  position: relative;
  z-index: 2;
}
.security-bounty__wrapper-content h2 {
  color: #fff;
  font-size: 64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .security-bounty__wrapper-content h2 {
    font-size: 32px;
  }
}
.security-bounty__wrapper-content p {
  color: #ced9d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
  max-width: 420px;
}
@media (max-width: 768px) {
  .security-bounty__wrapper-content p {
    font-size: 16px;
  }
}

.security-storage {
  padding: 80px 0;
  background: #f2f9f8;
}
.security-storage__wrapper h2 {
  margin-bottom: 50px;
}
.security-storage__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1200px) {
  .security-storage__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .security-storage__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.security-storage__box-item {
  border-radius: 12px;
  background: #fff;
  padding: 40px 28px;
}
@media (max-width: 768px) {
  .security-storage__box-item {
    padding: 32px 28px;
  }
}
.security-storage__box-item svg {
  margin-bottom: 12px;
}
.security-storage__box-item h6 {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
}
.security-storage__box-item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.security-token {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .security-token {
    padding: 100px 0;
  }
}

.token-faq__wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
}
@media (max-width: 1024px) {
  .token-faq__wrapper {
    grid-template-columns: 1fr;
  }
}
.token-faq__show {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #090909;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.characteristics__item {
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
}

.characteristics__title {
  position: relative;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  width: 100%;
  text-align: left;
  display: flex;
  padding: 28px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.characteristics__title svg {
  transition: all 0.3s ease;
}
.characteristics__title.active svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.characteristics__description {
  margin-top: -2px;
  border-style: solid;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
  color: #6f7a83;
  max-width: 640px;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 0.32px;
  padding-bottom: 0px;
}

.characteristics__title:focus {
  outline: none;
}

.characteristics__description.active {
  height: auto;
}

.characteristics__item-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.characteristics__list-description {
  padding-bottom: 28px;
}

.characteristics__item-description {
  padding: 15px 0;
}

.characteristics__item-description p {
  margin: 0 15px;
}

.characteristics__item-description p:last-child {
  text-align: right;
}

.characteristics__item-description:first-child {
  padding-top: 30px;
}

.characteristics__item-description:last-child {
  padding-bottom: 30px;
}

.characteristics__item[data-hidden] {
  display: none;
}

.security-driving {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .security-driving {
    margin-top: 100px;
    padding-left: 0 !important;
  }
}

.refer-promo {
  position: relative;
  padding: 80px 0 83px;
  color: #fff;
  background: #000;
}
@media (max-width: 768px) {
  .refer-promo {
    padding: 160px 0 76px;
  }
}
.refer-promo__bg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .refer-promo__bg {
    display: none;
  }
}
.refer-promo__bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .refer-promo__bg.mob {
    display: block;
    height: auto;
    width: 100%;
  }
}
.refer-promo__wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.refer-promo__wrapper h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .refer-promo__wrapper h1 {
    margin-bottom: 24px;
    font-size: 40px;
  }
}
.refer-promo__wrapper-text {
  display: grid;
  gap: 24px;
  max-width: 463px;
  margin-bottom: 40px;
}
.refer-promo__wrapper-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.refer-promo__wrapper-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}
@media (max-width: 768px) {
  .refer-promo__wrapper-bottom {
    flex-direction: column;
  }
}
.refer-promo__wrapper-bottom a {
  height: 48px;
}
.refer-promo__wrapper-bottom-text {
  color: #f2f9f8;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-top: 96px;
}
@media (max-width: 768px) {
  .refer-promo__wrapper-bottom-text {
    color: #6f7a83;
    max-width: 70%;
    margin-top: 24px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .refer-promo__wrapper-bottom-text br {
    display: none;
  }
}

.refer-need {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .refer-need {
    padding: 84px 0 100px;
  }
}
.refer-need h2 {
  margin-bottom: 40px;
}
.refer-need h2 br {
  display: none;
}
@media (max-width: 768px) {
  .refer-need h2 br {
    display: block;
  }
}
@media (max-width: 768px) {
  .refer-need h2 {
    margin-bottom: 32px;
    text-align: center;
    margin: 0 auto 32px;
  }
}
.refer-need__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .refer-need__box {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.refer-need__box-item {
  position: relative;
  padding: 32px;
  height: 550px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .refer-need__box-item {
    height: 375px;
    padding: 16px;
  }
}
@media (max-width: 768px) {
  .refer-need__box-item {
    height: 500px;
    padding: 24px;
  }
}
.refer-need__box-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.refer-need__box-item h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 4px;
}
.refer-need__box-item h4 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}

.refer-banner__wrapper {
  padding: 92px 112px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .refer-banner__wrapper {
    padding: 315px 32px 50px;
  }
}
.refer-banner__wrapper h2 {
  color: #f2f9f8;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
.refer-banner__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .refer-banner__img {
    display: none;
  }
}
.refer-banner__img.mob {
  display: none;
}
@media (max-width: 768px) {
  .refer-banner__img.mob {
    display: block;
  }
}

.refer-bottom {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .refer-bottom {
    padding: 100px 0;
  }
}
.refer-bottom h2 {
  color: #090909;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .refer-bottom h2 {
    margin-bottom: 24px;
  }
}
.refer-bottom h2.bottom-block-text {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .refer-bottom h2.bottom-block-text {
    margin-top: 32px;
  }
}
.refer-bottom p {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .refer-bottom p {
    font-size: 12px;
  }
}
.refer-bottom p + p {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .refer-bottom p + p {
    margin-top: 12px;
  }
}

.crypto-wallet__promo {
  padding: 80px 0 250px;
  background: #090909;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .crypto-wallet__promo {
    padding: 60px 0 300px;
  }
}
.crypto-wallet__promo-bg {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1300px) {
  .crypto-wallet__promo-bg {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .crypto-wallet__promo-bg {
    display: none;
  }
}
.crypto-wallet__promo-bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-bg.mob {
    display: block;
    inset: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.crypto-wallet__promo-wrapper {
  position: relative;
  z-index: 1;
}
.crypto-wallet__promo-wrapper h6 {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-wrapper h6 {
    text-align: center;
    max-width: 241px;
    margin: 0 auto 12px;
  }
}
.crypto-wallet__promo-wrapper h6 br {
  display: none;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-wrapper h6 br {
    display: block;
  }
}
.crypto-wallet__promo-wrapper h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-wrapper h1 br {
    display: none;
  }
}
@media (max-width: 768px) {
  .crypto-wallet__promo-wrapper h1 {
    margin-bottom: 28px;
    font-size: 40px;
    text-align: center;
  }
}
.crypto-wallet__promo-blur {
  background: rgba(13, 14, 14, 0.5);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  position: relative;
  width: 100%;
  max-width: 423px;
}
.crypto-wallet__promo-blur-core {
  position: absolute;
  inset: 0;
  background: rgba(13, 14, 14, 0.5);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}
.crypto-wallet__promo-blur-top {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 18px;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-blur-top {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
}
.crypto-wallet__promo-blur-top .flex-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.crypto-wallet__promo-blur-top-item {
  border-radius: 12px;
  border: 1px solid #f2f9f8;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 50px;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-blur-top-item {
    width: 100%;
  }
}
.crypto-wallet__promo-blur-top-item.border-none {
  border: none !important;
  padding: 0;
}
@media (max-width: 768px) {
  .crypto-wallet__promo-blur-top-item.border-none {
    order: 1;
    justify-content: stretch;
  }
}
.crypto-wallet__promo-blur-top-item p {
  color: #f2f9f8;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
}
.crypto-wallet__promo-blur p {
  color: #ced9d7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  max-width: 207px;
  letter-spacing: 0.28px;
}
.crypto-wallet__promo-blur p span {
  text-decoration: underline;
}

.crypto-wallet__keep {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .crypto-wallet__keep {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .crypto-wallet__keep {
    padding: 80px 0;
  }
}
.crypto-wallet__keep-undertitle {
  color: #6f7a83;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 1px;
}
.crypto-wallet__keep h2 {
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  .crypto-wallet__keep h2 {
    margin-bottom: 24px;
  }
}
.crypto-wallet__keep-one {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  margin-bottom: 4px;
}
@media (max-width: 850px) {
  .crypto-wallet__keep-one {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 16px;
  }
}
.crypto-wallet__keep-one-item {
  padding: 48px 32px;
  border-radius: 12px;
  background: #f2f9f8;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media (max-width: 850px) {
  .crypto-wallet__keep-one-item {
    min-height: 325px;
    padding: 40px 24px;
  }
}
.crypto-wallet__keep-one-item .keep-absolute-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  inset: 0;
}
.crypto-wallet__keep-one-item .keep-absolute-img + p {
  position: relative;
  z-index: 2;
  color: #fff;
  margin-top: auto;
}
.crypto-wallet__keep-one-item p {
  color: #090909;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  max-width: 80%;
}
.crypto-wallet__keep-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
@media (max-width: 850px) {
  .crypto-wallet__keep-two {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.crypto-wallet__keep-two-block {
  padding: 48px 32px;
  border-radius: 12px;
  background: #f2f9f8;
}
@media (max-width: 850px) {
  .crypto-wallet__keep-two-block {
    min-height: 325px;
    padding: 40px 24px;
  }
}
.crypto-wallet__keep-two-block p {
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  color: #090909;
}
.crypto-wallet__keep-two-block.custom-block-two {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .crypto-wallet__keep-two-block.custom-block-two img {
    display: none;
  }
}
.crypto-wallet__keep-two-block.custom-block-two img.mob {
  display: none;
}
@media (max-width: 768px) {
  .crypto-wallet__keep-two-block.custom-block-two img.mob {
    display: block;
  }
}
.crypto-wallet__keep-two-block.custom-block {
  background: #090909;
  color: #fff;
}
@media (max-width: 768px) {
  .crypto-wallet__keep-two-block.custom-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.crypto-wallet__keep-two-block.custom-block img {
  margin-left: auto;
  display: block;
  max-width: 457px;
}
@media (max-width: 768px) {
  .crypto-wallet__keep-two-block.custom-block img {
    max-width: 100%;
  }
}
.crypto-wallet__keep-two-block.custom-block p {
  color: #fff;
  max-width: 332px;
  margin-top: -60px;
}
@media (max-width: 768px) {
  .crypto-wallet__keep-two-block.custom-block p {
    margin-top: 0;
  }
}

.crypto-wallet__power {
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .crypto-wallet__power {
    padding-bottom: 100px;
  }
}
.crypto-wallet__power-promo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .crypto-wallet__power-promo {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .crypto-wallet__power-promo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.crypto-wallet__power img {
  width: 100%;
}
.crypto-wallet__power-undertitle {
  color: #6f7a83;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .crypto-wallet__power-undertitle {
    font-size: 18px;
  }
}
.crypto-wallet__power h2 {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .crypto-wallet__power h2 {
    margin-bottom: 20px;
  }
}
.crypto-wallet__power ul li {
  color: #090909;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  padding: 24px 0;
  border-bottom: 1px solid #ced9d7;
}
@media (max-width: 768px) {
  .crypto-wallet__power ul li {
    padding: 16px 0;
    font-size: 20px;
  }
}

.crypto-wallet__security-promo {
  padding: 100px 114px;
  background: #090909;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
  border-radius: 12px;
  gap: 64px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .crypto-wallet__security-promo {
    padding: 70px 50px;
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .crypto-wallet__security-promo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .crypto-wallet__security-promo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 24px;
  }
}
.crypto-wallet__security-promo-decor {
  position: absolute;
  right: -200px;
  bottom: -298px;
  border-radius: 1811px;
  opacity: 0.8;
  background: #04d3a3;
  filter: blur(86.603515625px);
  width: 768px;
  height: 551px;
  flex-shrink: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .crypto-wallet__security-promo-decor {
    z-index: 0;
    top: 0px;
    right: -142%;
    height: 200px;
  }
}
.crypto-wallet__security-promo img {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .crypto-wallet__security-promo img {
    order: -1;
    z-index: 1;
  }
}
.crypto-wallet__security-promo h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}
.crypto-wallet__security-promo h2 {
  margin-bottom: 48px;
  color: #fff;
}
@media (max-width: 768px) {
  .crypto-wallet__security-promo h2 {
    margin-bottom: 24px;
  }
}
.crypto-wallet__security-promo ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.crypto-wallet__security-promo ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.crypto-wallet__trusted {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .crypto-wallet__trusted {
    padding: 100px 0;
  }
}
.crypto-wallet__trusted-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.crypto-wallet__trusted h2 {
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 768px) {
  .crypto-wallet__trusted h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }
}
.crypto-wallet__trusted h2 span {
  font-style: italic;
  font-weight: 600;
}
.crypto-wallet__trusted-imgs {
  display: inline-flex;
  align-items: center;
  margin: 4px 8px;
  margin-bottom: 0px;
  margin-right: 16px;
  transform: translateY(4px);
}
.crypto-wallet__trusted-imgs picture {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: -11px;
}
.crypto-wallet__trusted-imgs img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: -11px;
}
.crypto-wallet__trusted .crypto-wallet__promo-blur {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
  padding: 10px;
}
.crypto-wallet__trusted .crypto-wallet__promo-blur h6 {
  color: #090909;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
.crypto-wallet__trusted .crypto-wallet__promo-blur-core {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(1.5px);
          backdrop-filter: blur(1.5px);
}
.crypto-wallet__trusted .crypto-wallet__promo-blur-top-item {
  border-radius: 12px;
  border: 1px solid #090909;
  color: #090909;
}
.crypto-wallet__trusted .crypto-wallet__promo-blur p {
  color: #090909 !important;
  text-align: center;
  max-width: 100%;
}

.codes-promo {
  position: relative;
  padding-top: 80px;
  background: #090909;
}
@media (max-width: 1500px) {
  .codes-promo {
    min-height: 100%;
  }
}
@media (max-width: 768px) {
  .codes-promo {
    padding-top: 70px;
    height: 500px;
  }
}
.codes-promo__bg {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .codes-promo__bg {
    display: none;
  }
}
.codes-promo__bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .codes-promo__bg.mob {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.codes-promo h1 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  line-height: 115%;
  letter-spacing: -0.64px;
  position: absolute;
  top: 12%;
  left: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 992px) {
  .codes-promo h1 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .codes-promo h1 {
    right: 0;
    left: 0;
    transform: translate(0px);
  }
}

.codes-active {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .codes-active {
    padding: 48px 0 64px;
  }
}
.codes-active__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 38px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .codes-active__top {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 992px) {
  .codes-active__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .codes-active__top {
    margin-bottom: 40px;
  }
}
.codes-active__top div {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .codes-active__top div {
    flex-direction: column;
  }
}
.codes-active__top div p {
  max-width: 340px;
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  transform: translateY(7px);
}
@media (max-width: 992px) {
  .codes-active__top div p {
    transform: translateY(0);
  }
}
.codes-active__top div a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #090909;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  text-decoration: underline;
}
.codes-active__content {
  margin-bottom: 40px;
  border-radius: 12px;
  border: 1px solid #ced9d7;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
.codes-active__content-name {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 21px 0;
  border-bottom: 1px solid #ced9d7;
  min-width: 892px;
  width: 100%;
}
.codes-active__content-name div {
  color: #090909;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
@media (max-width: 1300px) {
  .codes-active__content-name div {
    padding-left: 32px;
  }
}
.codes-active__content-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding: 21px 0;
  min-width: 892px;
  width: 100%;
}
.codes-active__content-row:nth-child(odd) {
  background: #f2f9f8;
}
.codes-active__content-row div {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
@media (max-width: 1300px) {
  .codes-active__content-row div {
    padding-left: 32px;
  }
}
.codes-active__content-row div.name {
  font-weight: 600;
}
.codes-active__bottom {
  display: flex;
  gap: 32px;
}
@media (max-width: 768px) {
  .codes-active__bottom {
    gap: 18px;
    flex-direction: column;
  }
}
.codes-active__bottom h6 {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .codes-active__bottom h6 {
    font-size: 14px;
  }
}
.codes-active__bottom p {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .codes-active__bottom p {
    font-size: 12px;
  }
}

.codes-how {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .codes-how {
    margin-bottom: 100px;
  }
}
.codes-how.codes-how__reverse .codes-how__wrapper div {
  order: -1;
  padding-left: 0px;
  padding-right: 140px;
}
@media (max-width: 1300px) {
  .codes-how.codes-how__reverse .codes-how__wrapper div {
    padding-left: 0px;
    padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .codes-how.codes-how__reverse .codes-how__wrapper div {
    padding-left: 0px;
    padding-right: 0;
    order: 0;
  }
}
.codes-how.codes-how__reverse ul {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .codes-how.codes-how__reverse ul {
    margin-bottom: 0px;
  }
}
.codes-how__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media (max-width: 768px) {
  .codes-how__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.codes-how__wrapper div {
  padding-left: 128px;
}
@media (max-width: 1300px) {
  .codes-how__wrapper div {
    padding-left: 32px;
  }
}
@media (max-width: 768px) {
  .codes-how__wrapper div {
    padding-left: 0px;
  }
}
.codes-how__wrapper h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .codes-how__wrapper h2 {
    margin-bottom: 24px;
  }
}
.codes-how__wrapper ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
  padding-left: 16px;
}
@media (max-width: 768px) {
  .codes-how__wrapper ul {
    margin-bottom: 24px;
  }
}
.codes-how__wrapper ul li {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  list-style: auto;
}
.codes-how__wrapper ul li span {
  font-style: italic;
  font-weight: 600;
}
.codes-how__wrapper a {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
}

.codes-expired__wrapper {
  padding: 90px 30px 77px;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .codes-expired__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.codes-expired__top {
  max-width: 470px;
  margin: 0 auto 64px;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .codes-expired__top {
    margin-bottom: 32px;
  }
}
.codes-expired__top h2 {
  margin-bottom: 32px;
  color: #fff;
}
.codes-expired__top p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .codes-expired__top p {
    font-size: 16px;
  }
}
.codes-expired__box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
@media (max-width: 1024px) {
  .codes-expired__box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .codes-expired__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.codes-expired__box-item {
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #1a5446;
  background: rgba(13, 14, 14, 0.2);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  color: #d7f7eb;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  text-decoration: line-through;
}

.codes-earn {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .codes-earn {
    padding: 100px 0px;
  }
}
.codes-earn__wrapper {
  border-radius: 12.205px;
  background: #f2f9f8;
  overflow: hidden;
  position: relative;
  padding: 78px 74px;
}
@media (max-width: 768px) {
  .codes-earn__wrapper {
    padding: 40px 32px;
  }
}
.codes-earn__wrapper-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .codes-earn__wrapper-bg {
    display: none;
  }
}
.codes-earn__wrapper-bg-mob {
  display: none;
}
@media (max-width: 768px) {
  .codes-earn__wrapper-bg-mob {
    display: block;
    width: 100%;
    margin-bottom: 32px;
  }
}
.codes-earn__content {
  max-width: 403px;
  position: relative;
}
.codes-earn__content h6 {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 12px;
}
.codes-earn__content h2 {
  color: #090909;
  letter-spacing: -0.42px;
  margin-bottom: 24px;
}
.codes-earn__content p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
.codes-earn__content a {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
}

.codes-bottom {
  padding: 104px 0 130px;
  position: relative;
}
@media (max-width: 768px) {
  .codes-bottom {
    padding-bottom: 160px;
    padding-top: 87px;
  }
}
.codes-bottom__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .codes-bottom__bg {
    display: none;
  }
}
.codes-bottom__bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .codes-bottom__bg.mob {
    display: block;
  }
}
.codes-bottom__content {
  max-width: 364px;
}
@media (max-width: 500px) {
  .codes-bottom__content {
    max-width: 100%;
  }
}
.codes-bottom__content h2 {
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .codes-bottom__content h2 {
    margin-bottom: 16px;
  }
}
.codes-bottom__content p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .codes-bottom__content p {
    margin-bottom: 32px;
  }
}

.main-token-top {
  background: #000;
  overflow: hidden;
}

.main-token {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 768px) {
  .main-token {
    gap: 100px;
  }
}
.main-token h2 {
  font-size: 42px;
  line-height: 112%;
  letter-spacing: -0.42px;
  color: #090909;
}
@media (max-width: 768px) {
  .main-token h2 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}

.token-promo {
  padding-top: 155px;
  background: #000;
  padding-bottom: 155px;
}
@media (max-width: 768px) {
  .token-promo {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.token-promo__wrapper svg {
  position: relative;
  z-index: 3;
}

.grok-outline_dash__8_zAL {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: grok-outline_dash__8_zAL 2.5s linear forwards;
  animation-delay: 1.2s;
  stroke-width: 1px;
  fill: #000;
}

.grok-outline_outline__pwT8v {
  position: relative;
  z-index: 2 !important;
  width: 100%;
  height: 100%;
}

@keyframes grok-outline_dash__8_zAL {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.token-buy {
  padding: 164px 0 64px;
  background: #000;
  color: #fff;
  position: relative;
  margin-top: -150px;
}
@media (max-width: 768px) {
  .token-buy {
    margin-top: -85px;
    padding-top: 16px;
  }
}
.token-buy__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: 2;
}
.token-buy__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 140px;
}
@media (max-width: 1500px) {
  .token-buy__wrapper {
    padding-top: 80px;
  }
}
.token-buy h1 {
  color: #f2f9f8;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .token-buy h1 {
    font-size: 32px;
  }
}
.token-buy p.token-buy-text {
  color: #f2f9f8;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  padding-bottom: 85px;
}
@media (max-width: 768px) {
  .token-buy p.token-buy-text {
    padding-bottom: 32px;
  }
}
.token-buy__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 144px;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .token-buy__box {
    gap: 100px;
  }
}
@media (max-width: 768px) {
  .token-buy__box {
    grid-template-columns: 1fr;
    gap: 60px;
    position: relative;
    z-index: 2;
    background: #000;
  }
}
.token-buy__box-label {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 155.556%;
  line-height: 28px;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.token-buy__box-label p {
  font-size: 12px;
}
.token-buy__box-input {
  border-radius: 12px;
  border: 1px solid #6f7a83;
  height: 64px;
  margin-bottom: 16px;
  position: relative;
  padding-right: 100px;
}
.token-buy__box-input input {
  padding: 0px 6px 0px 24px;
  height: 100%;
  width: 100%;
  background: transparent;
  outline: none;
  color: #fff;
}
.token-buy__box-input-token {
  position: absolute;
  right: 10px;
  top: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14.235px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.285px;
}
.token-buy__box-button {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 20px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: 100%;
  transition: all 0.3s ease;
}
.token-buy__box-button:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.token-buy__box-right p {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 5px;
}
.token-buy__box-right h4 {
  margin-bottom: 5px;
  color: #f2f9f8;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.96px;
}
@media (max-width: 768px) {
  .token-buy__box-right h4 {
    font-size: 32px;
  }
}

.token-buy__box-right-wrapper {
  position: relative;
}
.token-buy__box-right-wrapper .circle-one {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 35%;
  left: 30%;
}
.token-buy__box-right-wrapper .circle-one.first {
  left: 7%;
  bottom: 14%;
}
.token-buy__box-right-wrapper .circle-one.two {
  left: 18%;
  bottom: 25%;
}
.token-buy__box-right-wrapper .circle-one.two .circle-one__pulse {
  width: 7px;
  height: 7px;
  background: #04d3a3;
  border-radius: 100%;
  position: absolute;
  left: 25%;
  bottom: 20%;
  animation: pulse 2s infinite;
  box-shadow: 0 0 0 0 rgba(4, 211, 163, 0.7);
}
.token-buy__box-right-wrapper .circle-one.four {
  left: 42%;
  bottom: 53%;
}
.token-buy__box-right-wrapper .circle-one.five {
  left: 54%;
  bottom: 65%;
}
.token-buy__box-right-wrapper .circle-one.last {
  bottom: 74%;
  right: 20%;
  left: auto;
}
.token-buy__box-right-wrapper .circle-one:hover {
  cursor: pointer;
}
.token-buy__box-right-wrapper .circle-one:hover .circle-one__toltip {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.token-buy__box-right-wrapper .circle-one__toltip {
  border-radius: 8.346px;
  border: 0.485px solid #10472b;
  background: rgba(16, 41, 38, 0.31);
  -webkit-backdrop-filter: blur(3.0445652008px);
          backdrop-filter: blur(3.0445652008px);
  display: inline-flex;
  padding: 12px 21px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7.837px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -73px;
}
.token-buy__box-right-wrapper .circle-one__toltip p {
  color: #ced9d7;
  font-size: 10px;
  font-weight: 400;
  line-height: 92.201%;
  letter-spacing: 0.2px;
  text-wrap: nowrap;
}
.token-buy__box-right-wrapper .circle-one__toltip .info {
  color: #d7f7eb;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-wrap: nowrap;
  letter-spacing: 0.24px;
}
.token-buy__box-right-wrapper .circle-one__toltip .info span {
  color: #04d3a3;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 211, 163, 0.7);
  }
  70% {
    transform: scale(1.2);
    box-shadow: 0 0 0 10px rgba(4, 211, 163, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 211, 163, 0);
  }
}
.token-about__top {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .token-about__top {
    grid-template-columns: 0.35fr 0.65fr;
  }
}
@media (max-width: 992px) {
  .token-about__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .token-about__top {
    margin-bottom: 40px;
  }
}
.token-about__top-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .token-about__top-text {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .token-about__top-text {
    grid-template-columns: repeat(1, 1fr);
  }
}
.token-about__top-text p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.token-about__owner {
  background: #f4f4f4;
  position: relative;
  border-radius: 12px;
  padding: 83px 96px 67px;
}
@media (max-width: 1100px) {
  .token-about__owner {
    padding: 50px;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .token-about__owner {
    padding: 47px 20px;
  }
}
.token-about__owner-mob {
  width: 100%;
  margin-bottom: 16px;
}
.token-about__owner-mob img {
  width: 100%;
}
.token-about__owner-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
  .token-about__owner-box {
    grid-template-columns: 0.6fr 0.4fr;
  }
}
@media (max-width: 768px) {
  .token-about__owner-box {
    grid-template-columns: 1fr;
  }
}
.token-about__owner img.decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.token-about__owner .owner-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 513px;
}
@media (max-width: 992px) {
  .token-about__owner .owner-img {
    width: 400px;
  }
}
.token-about__owner-content {
  position: relative;
  z-index: 2;
}
.token-about__owner p {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .token-about__owner p {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
.token-about__owner .name {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.token-about__owner .name a {
  border-radius: 8px;
  background: #090909;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}
.token-about__owner .profession {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.token-steps h2 {
  margin-bottom: 16px;
}
.token-steps__text {
  margin-bottom: 36px;
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.token-steps__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .token-steps__box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.token-steps__item {
  border-radius: 12px;
  background: #f2f9f8;
  padding: 12px 26px 20px 21px;
  position: relative;
}
@media (max-width: 768px) {
  .token-steps__item {
    padding-top: 50px;
  }
}
.token-steps__item .decor {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.token-steps__item-number {
  color: #090909;
  font-size: 30.292px;
  letter-spacing: -0.303px;
  position: relative;
  margin-bottom: 54px;
  width: 108px;
  height: 107.905px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .token-steps__item-number {
    width: 76px;
    height: 75.933px;
  }
}
.token-steps__item-number img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.token-steps__item h6 {
  color: #090909;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
  position: relative;
}
.token-steps__item h6 span {
  font-style: italic;
  font-weight: 600;
  line-height: 40px;
}
.token-steps__item p {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  max-width: 266px;
  position: relative;
}
@media (max-width: 992px) {
  .token-steps__item p {
    max-width: 100%;
  }
}
.token-steps__link {
  border-radius: 12px;
  background: #090909;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #f2f9f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .token-steps__link {
    width: 100%;
  }
}
.token-steps__link:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.token-value {
  padding: 120px 0;
  background: #000;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .token-value {
    padding: 20px 0 80px;
  }
}
.token-value__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .token-value__top {
    flex-direction: column;
    gap: 33px;
    margin-bottom: 40px;
  }
}
.token-value__top h2 {
  color: #fff;
  max-width: 337px;
}
.token-value__top p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 422px;
}
@media (max-width: 1024px) {
  .token-value__top p br {
    display: none;
  }
}
.token-value__slide {
  display: flex;
  min-height: 203px;
  padding: 28px 23px;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
}
@media (max-width: 768px) {
  .token-value__slide {
    min-height: 250px;
    padding: 28px 16px;
  }
}
.token-value__slide img {
  width: -moz-max-content;
  width: max-content;
}
.token-value__slide p {
  color: #090909;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .token-value__slide p {
    font-size: 14px;
  }
}

.token-privileges__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
@media (max-width: 1200px) {
  .token-privileges__top {
    grid-template-columns: 0.35fr 0.65fr;
  }
}
@media (max-width: 992px) {
  .token-privileges__top {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.token-privileges__top p {
  color: #6f7a83;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.token-privileges__center {
  display: grid;
  grid-template-columns: 450px 1fr;
  margin-bottom: 36px;
  gap: 10px;
}
@media (max-width: 1024px) {
  .token-privileges__center {
    grid-template-columns: 1fr;
  }
}
.token-privileges__center-left {
  border-radius: 20px;
  background: #090909;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 768px) {
  .token-privileges__center-left {
    padding: 50px 32px;
    gap: 42px;
  }
}
.token-privileges__center-left h4 {
  color: #fff;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media (max-width: 1024px) {
  .token-privileges__center-left h4 {
    max-width: 420px;
  }
}
@media (max-width: 768px) {
  .token-privileges__center-left h4 {
    font-size: 24px;
  }
}
.token-privileges__center-left-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}
.token-privileges__center-left-bottom img {
  transform: translateX(-20px);
}
@media (max-width: 768px) {
  .token-privileges__center-left-bottom img {
    transform: translateX(0);
  }
}
.token-privileges__center-left-bottom a {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s ease;
}
.token-privileges__center-left-bottom a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.token-privileges__center-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.token-privileges__center-first {
  border-radius: 20px;
  background: #f2f9f8;
  display: flex;
  padding: 52px 34px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
}
@media (max-width: 768px) {
  .token-privileges__center-first {
    padding: 50px 32px;
  }
}
.token-privileges__center-first h4 {
  color: #000;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
}
.token-privileges__center-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
}
@media (max-width: 768px) {
  .token-privileges__center-box {
    grid-template-columns: 1fr;
  }
}
.token-privileges__center-box-item {
  display: flex;
  gap: 12px;
}
.token-privileges__center-box-item-text {
  color: #6f7a83;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.32px;
  margin-left: 32px;
  padding-top: 32px;
}
.token-privileges__center-box-item svg {
  flex-shrink: 0;
}
.token-privileges__center-box-item-link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 32px;
  text-decoration: underline;
  color: #090909;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.token-privileges__center-box-item-flex h6 {
  color: #090909;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 4px;
}
.token-privileges__center-box-item-flex p {
  color: #6f7a83;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.token-privileges__bottom {
  color: #6f7a83;
  text-align: center;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.32px;
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .token-privileges__bottom {
    text-align: left;
  }
}

.token-hear__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 60px;
}
.token-hear__top p {
  color: #6f7a83;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 228px;
}
.token-hear__articles {
  margin-bottom: 32px;
}
.token-hear__article {
  padding: 22px;
}
.token-hear__show {
  display: flex;
  align-items: center;
}

.token-people {
  background: #f2f9f8;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .token-people {
    padding-bottom: 60px;
  }
}
.token-people.token-hear .token-people__top-text p {
  max-width: 228px;
}
.token-people__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  width: 100%;
}
@media (max-width: 1024px) {
  .token-people__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .token-people__top {
    gap: 24px;
    margin-bottom: 4px;
  }
}
.token-people__top p {
  color: #6f7a83;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 490px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .token-people__top p {
    margin-top: 0;
  }
}
.token-people__top-text {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: start;
}
.token-people__top-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .token-people__top-arrows {
    margin-top: 16px;
    gap: 10px;
    justify-content: center;
  }
}
.token-people__top-arrows.desktop {
  display: flex;
}
@media (max-width: 768px) {
  .token-people__top-arrows.desktop {
    display: none;
  }
}
.token-people__top-arrows.mob {
  display: none;
}
@media (max-width: 768px) {
  .token-people__top-arrows.mob {
    display: flex;
  }
}
.token-people__top-arrows-count,
.token-people__top-arrows .token-videos__top-arrows-count {
  display: none !important;
}
@media (max-width: 768px) {
  .token-people__top-arrows-count,
  .token-people__top-arrows .token-videos__top-arrows-count {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.7 !important;
    letter-spacing: 0.32px;
    display: block !important;
  }
}
.token-people__top-arrows > div {
  border-radius: 12px;
  display: flex;
  width: 36px;
  height: 36px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.token-people__top-arrows > div.swiper-button-disabled svg path {
  stroke: #ced9d7;
}
.token-people__top-arrows > div:hover {
  cursor: pointer;
}
.token-people .token-videos__swiper.swiper {
  overflow: visible;
}
.token-people .token-videos__swiper .swiper-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
}
.token-people .token-videos__swiper .swiper-wrapper .swiper-slide {
  margin-top: 32px !important;
}
@media (max-width: 768px) {
  .token-people .token-videos__swiper .swiper-wrapper {
    grid-template-rows: 1fr;
  }
}
.token-people__articles {
  margin-bottom: 32px;
}
.token-people__articles .swiper {
  overflow: visible;
}
@media (max-width: 768px) {
  .token-people__articles .swiper-wrapper {
    grid-template-rows: 1fr;
  }
}
.token-people__article {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #fff;
  padding: 22px 18px 32px 25px;
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .token-people__article {
    padding: 16px;
  }
}
.token-people__article-logo {
  border-radius: 50%;
}
@media (max-width: 768px) {
  .token-people__article-logo {
    width: 55px;
  }
}
.token-people__article .bottom-text {
  font-size: 16px;
  letter-spacing: -0.3px;
  color: #687684;
  margin-top: 12px;
}
.token-people__article-top {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .token-people__article-top {
    display: flex;
    flex-direction: column;
  }
}
.token-people__article-top .name {
  color: #141619;
  font-size: 18px;
  letter-spacing: -0.3px;
}
@media (max-width: 768px) {
  .token-people__article-top .name {
    font-size: 16px;
  }
}
.token-people__article-top .name img {
  width: 18px;
}
.token-people__article-top .name svg {
  width: 18px;
}
.token-people__article-top .name + span {
  color: #687684;
}
.token-people__article .r-1cvl2hr {
  color: rgb(29, 155, 240);
}
.token-people__article .r-yyyyoo {
  fill: currentcolor;
}
.token-people__article-img {
  height: 174px;
  width: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .token-people__article-img {
    height: 150px;
  }
}
.token-people__article-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #687684;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.token-people__article p {
  color: #141619;
  font-size: 16px;
  line-height: 128.125%;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.token-people__swiper .swiper-slide {
  margin-top: 0;
}

.token-people__swiper-box {
  display: flex;
  gap: 32px;
}

.swiper-wrapper.token-people__swiper-menu {
  height: 330px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .swiper-wrapper.token-people__swiper-menu {
    margin-top: 32px;
    height: 310px;
  }
}

.token-most {
  background: #090909;
  padding: 140px 0 77px;
}
@media (max-width: 768px) {
  .token-most {
    padding: 60px 0;
  }
}
.token-most__top {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: 418px 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .token-most__top {
    grid-template-columns: repeat(1, 1fr);
  }
}
.token-most__top h2 {
  color: #fff;
}
.token-most__top a {
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #f2f9f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  border-radius: 12px;
  border: 1px solid #f4f4f4;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .token-most__top a {
    font-size: 14px;
    letter-spacing: 0.28px;
    gap: 8px;
    padding: 8px;
    width: 100%;
  }
}
.token-most__top a svg {
  flex-shrink: 0;
}
.token-most__top a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.token-most__text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .token-most__text {
    margin-bottom: 24px;
  }
}
.token-most__text span {
  font-style: italic;
  font-weight: 600;
}
.token-most__banner {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .token-most__banner {
    margin-bottom: 60px;
  }
}
.token-most__banner img {
  width: 100%;
}
.token-most__subtitle {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .token-most__subtitle {
    margin-bottom: 60px;
    font-size: 32px;
    text-align: left;
  }
}
.token-most__content {
  height: 350px;
  overflow: hidden;
  position: relative;
  transition: all 1s ease;
}
@media (max-width: 768px) {
  .token-most__content {
    height: 650px;
  }
}
.token-most__content.active {
  height: 100%;
  overflow: visible;
  transition: all 1s ease;
}
.token-most__content.active .token-most__content-decor {
  display: none;
}
.token-most__content-decor {
  position: absolute;
  height: 350px;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(13, 14, 14, 0) 5.89%, #090909 83.64%);
  z-index: 1;
}
@media (max-width: 768px) {
  .token-most__content-decor {
    height: 650px;
  }
}
.token-most__content-item {
  display: grid;
  grid-template-columns: 380px 1fr;
}
@media (max-width: 992px) {
  .token-most__content-item {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 768px) {
  .token-most__content-item {
    grid-template-columns: 1fr;
    overflow: hidden;
    margin-bottom: 60px;
  }
}
.token-most__content-item-left {
  color: #ced9d7;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  display: flex;
  gap: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .token-most__content-item-left {
    margin-bottom: 27px;
  }
}
.token-most__content-item-left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: #6f7a83;
  height: 1px;
  width: 45px;
}
@media (max-width: 992px) {
  .token-most__content-item-left::after {
    width: 24px;
  }
}
@media (max-width: 768px) {
  .token-most__content-item-left::after {
    left: 0;
    bottom: 16px;
    top: auto;
    width: 10px;
  }
}
.token-most__content-item-left p {
  color: #ced9d7;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%; /*  */
  letter-spacing: -0.25px;
  width: 71%;
}
.token-most__content-item-left span {
  color: #6f7a83;
  font-size: 25px;
  font-weight: 300;
  flex-shrink: 0;
}
.token-most__content-item-right {
  padding-bottom: 84px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .token-most__content-item-right {
    padding-bottom: 0;
    padding-left: 57px;
  }
}
.token-most__content-item-right.right-last {
  padding-bottom: 0;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .token-most__content-item-right.right-last {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .token-most__content-item-right.right-last.token-most__content-item-right::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 39.7%;
    background: #6f7a83;
    height: 1px;
    width: 9px;
  }
}
.token-most__content-item-right.right-last.token-most__content-item-right::after {
  height: 66%;
}
.token-most__content-item-right.right-last .last-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%; /*  */
  letter-spacing: -0.18px;
  margin-top: 80px;
  margin-bottom: 0;
}
.token-most__content-item-right.right-last .last-text span {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}
.token-most__content-item-right::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #6f7a83;
  height: 100%;
  width: 1px;
}
@media (max-width: 768px) {
  .token-most__content-item-right::after {
    top: -44px;
    height: 117%;
  }
}
@media (max-width: 768px) {
  .token-most__content-item-right::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #6f7a83;
    height: 1px;
    width: 10px;
  }
}
.token-most__content-item-right p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
.token-most__content-item-right p span {
  font-weight: 600;
}
.token-most__content-item-right ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.token-most__content-item-right ul li {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.token-most__content-item-right ul li svg {
  flex-shrink: 0;
}
.token-most__content-item-right ul li p {
  margin-bottom: 0;
}
.token-most__content-item-right ul li span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .circle-one.active .circle-one__toltip {
    opacity: 1;
    visibility: visible;
  }
}

.token-show-more-button,
.token-show-less-button {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  gap: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}
.token-show-more-button:hover,
.token-show-less-button:hover {
  cursor: pointer;
}

.token-details__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .token-details__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .token-details__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.token-details__under {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .token-details__under.hide-desktop {
    margin-bottom: 20px !important;
  }
}
.token-details .hide-desktop {
  display: none;
}
@media (max-width: 1024px) {
  .token-details .hide-desktop {
    display: block;
    margin-bottom: 32px;
  }
}
.token-details h2 {
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .token-details .desktop-img {
    display: none;
  }
}
.token-details__box {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
@media (max-width: 768px) {
  .token-details__box {
    gap: 16px;
  }
}
.token-details__box.custom-box {
  margin-top: 68px;
}
@media (max-width: 768px) {
  .token-details__box.custom-box {
    margin-top: 0px;
  }
}
.token-details__box-item {
  border-radius: 12px;
  background: #f2f9f8;
  min-height: 360px;
  padding: 40px 34px;
}
@media (max-width: 768px) {
  .token-details__box-item {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.token-details__box-item svg {
  margin-bottom: 8px;
}
.token-details__box-item h6 {
  color: #090909;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.token-details__box-item p {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.token-details__box-item-custom {
  border-radius: 12px;
  color: #6f7a83;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 11.8%, #f2f9f8 76.64%);
  padding: 66px 77px 60px 34px;
}

.token-meet__wrapper {
  height: 706px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .token-meet__wrapper {
    height: 640px;
  }
}
.token-meet__categories {
  position: absolute;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  z-index: 2;
  gap: 14px;
  bottom: 90px;
  left: 64px;
  right: 64px;
}
@media (max-width: 768px) {
  .token-meet__categories {
    bottom: 50px;
    left: 25px;
    right: 25px;
  }
}
.token-meet__categories-item {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.2px;
  margin-bottom: 4px;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.token-meet__categories-item:hover {
  cursor: pointer;
}
.token-meet__categories-item.active {
  color: #04d3a3;
  border-bottom: 1px solid #04d3a3;
}
.token-meet__categories-item p {
  font-size: 16px;
  line-height: 125%; /*  */
  letter-spacing: 0.32px;
}
.token-meet__box {
  height: 100%;
}
.token-meet__box-item {
  position: relative;
  padding: 98px 123px 100px 64px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .token-meet__box-item {
    padding: 78px 25px 44px;
  }
}
@media (max-width: 768px) {
  .token-meet__box-item {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
}
.token-meet__box-item picture {
  position: absolute;
}
.token-meet__box-item h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .token-meet__box-item h2 {
    font-size: 32px;
    margin-bottom: 24px;
    text-align: center;
  }
}
.token-meet__box-item p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 36px;
  max-width: 422px;
}
@media (max-width: 768px) {
  .token-meet__box-item p {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .token-meet__box-item a {
    margin: 0 auto;
  }
}
.token-meet__box-item .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.token-meet__box-item-right {
  border-radius: 21.929px;
  background: rgba(16, 41, 38, 0.3);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  width: 281px;
  height: 317.978px;
  padding: 30px 40px 28.991px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .token-meet__box-item-right {
    height: 120px;
    width: 180px;
    padding: 8px 16px;
    margin-bottom: 38px;
  }
}
.token-meet__box-item-right h6 {
  color: #f2f9f8;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.227px;
  letter-spacing: 0.24px;
}
@media (max-width: 768px) {
  .token-meet__box-item-right h6 {
    font-size: 7px;
  }
}
.token-meet__box-item-right .price {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .token-meet__box-item-right .price {
    font-size: 19px;
    margin-bottom: 4px;
  }
}
.token-meet__box-item-right .account {
  color: #090909;
  font-size: 10px;
  font-weight: 400;
  line-height: 240%;
  letter-spacing: 0.2px;
  border-radius: 12px;
  background: #f4f4f4;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .token-meet__box-item-right .account {
    margin-bottom: 11px;
    font-size: 6px;
    border-radius: 6px;
  }
}
.token-meet__box-item-right .box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.token-meet__box-item-right .box .item {
  border-radius: 4px;
  border: 1px solid rgba(215, 247, 235, 0.15);
  display: flex;
  width: 39.744px;
  height: 39.36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .token-meet__box-item-right .box .item {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  .token-meet__box-item-right .box .item img {
    width: 8px;
  }
}

.token-partner__under {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
}
.token-partner__under-title {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
.token-partner__box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1200px) {
  .token-partner__box {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .token-partner__box {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.token-partner__box-left {
  max-width: 528px;
}
.token-partner__box h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .token-partner__box h2 {
    margin-bottom: 32px;
  }
}
.token-partner__box ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .token-partner__box ul {
    margin-bottom: 32px;
  }
}
.token-partner__box ul li {
  display: flex;
  gap: 8px;
}
.token-partner__box ul li div {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
@media (max-width: 768px) {
  .token-partner__box ul li div {
    font-size: 18px;
  }
}
.token-partner__box ul li p {
  color: #6f7a83;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .token-partner__box ul li p {
    margin-top: 0;
  }
}
.token-partner__box-text {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
@media (max-width: 768px) {
  .token-partner__photo {
    order: -1;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.token-mini__wrapper {
  position: relative;
  padding: 80px 112px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .token-mini__wrapper {
    height: 564px;
    padding-top: 320px;
    padding-bottom: 70px;
    padding-left: 16px;
    padding-right: 27px;
    background: #090909;
    overflow: hidden;
  }
}
.token-mini__wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .token-mini__wrapper img {
    height: auto;
  }
}
.token-mini__content {
  position: relative;
  z-index: 2;
  max-width: 416px;
}
.token-mini__content h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .token-mini__content h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.token-mini__content a {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease;
}
.token-mini__content a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}

.token-join__wrapper {
  position: relative;
  border-radius: 20px;
  padding: 70px 16px 90px;
  color: #fff;
  height: 460px;
  display: flex;
}
@media (max-width: 1300px) {
  .token-join__wrapper {
    min-height: 500px;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .token-join__wrapper {
    padding-top: 200px;
    padding-bottom: 24px;
  }
}
.token-join__wrapper-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.token-join__wrapper-bg.desktop {
  display: block;
}
@media (max-width: 768px) {
  .token-join__wrapper-bg.desktop {
    display: none;
  }
}
.token-join__wrapper-bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .token-join__wrapper-bg.mob {
    display: block;
  }
}
.token-join__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
}
.token-join__content h2 {
  margin-bottom: 36px;
  color: #090909;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 768px) {
  .token-join__content h2 {
    padding: 0 20px;
    text-align: center;
  }
}
.token-join__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 9px;
  width: 100%;
}
@media (max-width: 768px) {
  .token-join__social {
    grid-template-columns: 1fr;
  }
}
.token-join__social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #090909;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.32px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  padding: 20px 32px;
  transition: all 0.3s ease;
  flex: 0 1 32.32%;
}
@media (max-width: 768px) {
  .token-join__social-item {
    flex: 0 1 100.32%;
  }
}
.token-join__social-item:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.token-claim__wrapper {
  position: relative;
  padding: 94px 24px;
}
@media (max-width: 768px) {
  .token-claim__wrapper {
    padding: 80px 24px;
  }
}
.token-claim__wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.token-claim__text-top {
  color: #f2f9f8;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .token-claim__text-top {
    font-size: 25px;
    margin-bottom: 13px;
  }
}
.token-claim__text-bottom {
  margin-bottom: 36px;
  color: #f2f9f8;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
}
.token-claim__content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .token-claim__content svg {
    width: 100%;
    height: 100%;
  }
}

.token-faq__wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
}
@media (max-width: 1024px) {
  .token-faq__wrapper {
    grid-template-columns: 1fr;
  }
}
.token-faq__show {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #090909;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.token-utilize h2 {
  max-width: 411px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .token-utilize h2 {
    margin-bottom: 32px;
  }
}
.token-utilize__box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .token-utilize__box {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.token-utilize__item {
  display: flex;
  padding: 35px 30px 40px 30px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 12px;
  background: #f2f9f8;
  min-height: 388px;
}
@media (max-width: 768px) {
  .token-utilize__item {
    padding: 24px 30px;
    min-height: 100%;
  }
}
.token-utilize__item svg.main-svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .token-utilize__item svg.main-svg {
    width: 32px;
    height: 32px;
  }
}
.token-utilize__item h6 {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .token-utilize__item h6 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.token-utilize__item p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .token-utilize__item p {
    margin-bottom: 12px;
  }
}
.token-utilize__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
  margin-top: auto;
}
.token-utilize__item a:hover {
  transition: all 0.3s ease;
  text-decoration: underline;
}

.token-driving {
  position: relative;
  color: #fff;
  height: 720px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .token-driving {
    height: 690px;
    padding-top: 90px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 86px;
    align-items: flex-end;
    overflow: hidden;
  }
}
.token-driving__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .token-driving__img.desktop {
    display: none;
  }
}
.token-driving__img.mob {
  display: none;
}
@media (max-width: 768px) {
  .token-driving__img.mob {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
    pointer-events: none;
  }
}
.token-driving .token__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.token-driving__wrapper {
  max-width: 410px;
}
@media (max-width: 768px) {
  .token-driving__wrapper {
    max-width: 100%;
  }
}
.token-driving h2 {
  color: #fff;
  margin-bottom: 24px;
}
.token-driving p {
  color: #fff;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.characteristics__item {
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
}

.characteristics__title {
  position: relative;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  width: 100%;
  text-align: left;
  display: flex;
  padding: 28px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.characteristics__title svg {
  transition: all 0.3s ease;
}
.characteristics__title.active svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.characteristics__description {
  margin-top: -2px;
  border-style: solid;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
  color: #525b63;
  max-width: 730px;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 0.32px;
  padding-bottom: 0px;
}
.characteristics__description b {
  font-weight: 600;
}

.margin-way {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .margin-way {
    padding: 100px 0;
  }
}
.margin-way .top-block__content {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .margin-way .top-block__content {
    margin-bottom: 32px;
    gap: 30px;
  }
}
.margin-way .top-block__content p {
  max-width: 340px;
}
.margin-way__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .margin-way__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.margin-way__item {
  min-height: 500px;
  padding: 50px;
  border-radius: 12px;
  background: #090909;
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 768px) {
  .margin-way__item {
    min-height: 384px;
    padding: 32px;
  }
}
.margin-way__item.two h4,
.margin-way__item.two p,
.margin-way__item.two a {
  position: relative;
  z-index: 2;
}
.margin-way__item.two img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.margin-way__item.two a {
  background: #fff;
}
.margin-way__item img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .margin-way__item img {
    width: 50%;
  }
}
.margin-way__item h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.margin-way__item p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .margin-way__item p {
    margin-bottom: 16px;
  }
}
.margin-way__item a {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-top: auto;
  transition: all 0.3s ease;
}
.margin-way__item a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.characteristics__title:focus {
  outline: none;
}

.characteristics__description.active {
  height: auto;
}

.characteristics__item-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.characteristics__list-description {
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.characteristics__list-description p a {
  display: inline-flex;
  font-weight: 400;
  line-height: 20px;
  color: #090909;
}
.characteristics__list-description a {
  color: #090909;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
}

.characteristics__item-description {
  padding: 15px 0;
}

.characteristics__item-description p {
  margin: 0 15px;
}

.characteristics__item-description p:last-child {
  text-align: right;
}

.characteristics__item-description:first-child {
  padding-top: 30px;
}

.characteristics__item-description:last-child {
  padding-bottom: 30px;
}

.characteristics__item[data-hidden] {
  display: none;
}

.custom-select {
  position: relative;
  width: 100%;
  margin-bottom: 13px;
}

.selected-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  display: flex;
  position: relative;
  gap: 6px;
  border-radius: 27px;
  border: 1px solid var(--gray-100, #ececec);
}

.selected-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.optionss {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: calc(100% - 1px);
  border-radius: 27px;
  border: 1px solid var(--gray-100, #ececec);
  background: var(--white, #fff);
  min-width: 100%;
  left: 0;
  padding: 10px 0 5px 0;
  display: block;
  overflow-y: auto;
  height: 0;
  overflow-x: hidden;
  z-index: 2;
  transition: opacity 0.7s ease-in-out, height 0.5s ease-in-out;
  opacity: 0;
}

.optionss.open {
  height: 280px;
  opacity: 1;
}

.option {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.option-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}

.selected-option:after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/chevron-down.svg) center/100% 100% no-repeat;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.selected-option.open:after {
  transform: rotate(180deg);
}

#amountSelectValue {
  margin-bottom: 13px;
}
#amountSelectValue .ss-arrow {
  flex-shrink: 0;
}
#amountSelectValue .select-box-input .input {
  background: transparent !important;
  border-radius: 12px !important;
  border: 1px solid #6f7a83 !important;
  height: 64px;
  color: #fff;
  outline: none;
  padding-right: 110px;
}
#amountSelectValue .select-box-input .input:focus {
  outline: none;
}
#amountSelectValue .select-box-input .input._form-focus {
  box-shadow: none;
}
#amountSelectValue .ss-single {
  margin: 0;
}
#amountSelectValue .ss-main .ss-arrow path {
  stroke: #000;
}
#amountSelectValue .custom-crypto-select__wrapper {
  width: -moz-fit-content;
  width: fit-content;
}
#amountSelectValue .ss-main {
  height: 50px;
  border-radius: 12px;
  border: 1px solid var(--other-fifty-three) !important;
  background: var(--bg-custom);
  right: 10px;
  top: 6px;
  left: auto;
  padding: 0 5px;
}
#amountSelectValue .custom-select-option img {
  width: 25.372px !important;
  height: 25.372px !important;
}
#amountSelectValue .custom-select-option span {
  color: #090909;
  font-size: 14.235px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.285px;
}
#amountSelectValue .ss-list .custom-select-option span {
  font-size: 12px;
}
#amountSelectValue .ss-arrow {
  width: 7.223px;
  height: 7.223px;
}

.custom-crypto-select {
  position: relative;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

select-box-currencies.select-box__has-input {
  min-height: 48px;
  display: flex;
  flex-wrap: nowrap;
}

.select-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 40px;
}

.custom-crypto-select .ss-content {
  top: 64px !important;
  left: 0 !important;
  width: 100% !important;
}

#amountSelectValue .custom-select-option img {
  width: 25.372px !important;
  height: 25.372px !important;
}

.select-box-currencies.select-box__has-input .select-box-input {
  min-width: 100%;
}

.custom-crypto-select .custom-crypto-select__wrapper {
  position: absolute;
  /* top: 0; */
  right: 0;
  width: 110px;
}

select {
  -webkit-appearance: menulist-button;
}

.custom-crypto-select .ss-main {
  padding: 3px 15px;
  height: 46px;
  border-radius: 0 4px 4px 0;
  margin: 1px;
  left: -2px;
  border: none;
  border-left: 1px solid var(--other-fifty-three);
  background: #f2f9f8 !important;
}

.custom-crypto-select .ss-main .ss-values {
  justify-content: center;
  color: var(--text-two);
  font-weight: 600;
  font-size: 15px;
}

.select__title {
  display: none;
}

.partner-promo {
  background: #090909;
  padding: 80px 0 145px;
  position: relative;
}
@media (max-width: 768px) {
  .partner-promo {
    padding: 100px 0 80px;
  }
}
.partner-promo .decor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 62vw;
}
@media (max-width: 1300px) {
  .partner-promo .decor {
    display: none;
  }
}
.partner-promo__wrapper {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .partner-promo__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .partner-promo .promo-img {
    transform: scale(1.1);
  }
}
.partner-promo__content h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .partner-promo__content h1 {
    font-size: 40px;
  }
}
.partner-promo__content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
  max-width: 448px;
}

.partner-block {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .partner-block {
    padding: 100px 0;
  }
}
.partner-block__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 992px) {
  .partner-block__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.partner-block__box-item {
  padding-top: 44px;
  padding-left: 24px;
  padding-bottom: 37px;
  border-left: 1px solid #04d3a3;
}
@media (max-width: 992px) {
  .partner-block__box-item {
    padding: 12px 0px 12px 16px;
  }
}
.partner-block__box-item h4 {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.partner-block__box-item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.partner-what {
  background: #090909;
  padding: 108px 0 100px;
  color: #fff;
}
@media (max-width: 768px) {
  .partner-what {
    padding: 80px 0 60px;
  }
}
.partner-what__top {
  max-width: 544px;
  text-align: center;
  color: #fff;
  margin: 0 auto 54px;
}
@media (max-width: 768px) {
  .partner-what__top {
    text-align: left;
    margin-bottom: 32px;
  }
}
.partner-what__top h2 {
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 768px) {
  .partner-what__top h2 {
    margin-bottom: 24px;
  }
}
.partner-what__top p {
  color: #f2f9f8;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .partner-what__top p {
    font-size: 16px;
    text-align: left;
  }
}
.partner-what__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1056px;
  margin: 0 auto 56px;
}
@media (max-width: 992px) {
  .partner-what__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .partner-what__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 40px;
  }
}
.partner-what__box-item {
  border-radius: 12px;
  background: #f2f9f8;
  padding: 40px 34px;
}
@media (max-width: 768px) {
  .partner-what__box-item {
    padding: 30px 34px;
  }
}
.partner-what__box-item svg {
  margin-bottom: 16px;
}
.partner-what__box-item p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 190px;
}

.button-link__wrapper {
  display: flex;
  justify-content: center;
}

.partner-bottom__block {
  position: relative;
  padding: 150px 0 70px;
}
@media (max-width: 768px) {
  .partner-bottom__block {
    padding-bottom: 160px;
    padding-top: 80px;
  }
}
.partner-bottom__block-grad {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, #090909 30.37%, rgba(0, 0, 0, 0) 101.52%);
  z-index: 1;
}
.partner-bottom__block img {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.partner-bottom__block-wrapper {
  max-width: 624px;
  position: relative;
  z-index: 3;
}
.partner-bottom__block-wrapper h2 {
  color: #fff;
  margin-bottom: 16px;
}
.partner-bottom__block-wrapper p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
  max-width: 528px;
}
.partner-bottom__block .form {
  position: relative;
}
.partner-bottom__block .form-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .partner-bottom__block .form-inputs {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.partner-bottom__block .form-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.partner-bottom__block .form-item input {
  border-radius: 12px;
  border: 1px solid #6f7a83;
  background: transparent;
  height: 64px;
  padding: 0px 6px 0px 24px;
  color: #fff;
}
.partner-bottom__block .form-item input:focus {
  outline: none;
}

.margin-main__promo {
  background: #090909;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.margin-main__promo-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  left: -11%;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .margin-main__promo-decor {
    display: none;
  }
}
.margin-main__promo-decor img {
  width: 100%;
  height: 100%;
}
.margin-main__promo-video {
  position: relative;
  z-index: 2;
}
.margin-main__promo h1 {
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  margin-bottom: 24px !important;
}
@media (max-width: 768px) {
  .margin-main__promo h1 {
    font-size: 40px;
  }
}
.margin-main__promo h1 span {
  color: #00b881;
}
.margin-main__promo .main-block__button {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
  text-wrap: nowrap;
}
.margin-main__promo .main-block__button:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.margin-main__promo .main-block__button.button.button--fw {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  border: 1px solid #fff;
  background: transparent;
}
.margin-main__promo-wrapper {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 70px;
  padding: 50px 0;
}
@media (max-width: 992px) {
  .margin-main__promo-wrapper {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .margin-main__promo-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px 0;
    padding-bottom: 62px;
  }
}
.margin-main__promo-button {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 16px;
  max-width: 507px;
  width: 100%;
}
@media (max-width: 768px) {
  .margin-main__promo-button {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}
.margin-main__promo-video video {
  border-radius: 30px;
}
.margin-main__promo-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
  max-width: 419px;
}
@media (max-width: 800px) {
  .margin-main__promo-text {
    margin-bottom: 46px;
  }
}

.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
    display: block;
  }
}

.desktop {
  display: block;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-content {
  padding-top: 70px;
}
@media (max-width: 1100px) {
  .slide-content {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .slide-content {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.slider-slide {
  width: 100%;
  transition: display 0.3s ease;
}

.slider-progress {
  position: absolute;
  bottom: 20px;
  left: 0%;
  display: flex;
  gap: 8px;
  z-index: 10;
}
@media (max-width: 768px) {
  .slider-progress {
    left: 15px;
    bottom: 60px;
  }
}

.margin-popular__input-coin {
  position: relative;
  height: 64px;
  border: 1px solid #ececec;
  border-radius: 27px;
}
.margin-popular__input-coin input {
  height: 100%;
  border: none;
}
.margin-popular__input-coin .custom-select {
  position: absolute;
  right: 7px;
  top: 4px;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
}
.margin-popular__input-coin .selected-image {
  margin-right: 0px;
}
.margin-popular__input-coin .optionss {
  right: 0;
  left: auto;
  width: 200px;
}
.margin-popular__input-coin .selected-option {
  padding: 10px;
}

.progress-bar {
  width: 24px;
  /* Inactive width */
  height: 4px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  cursor: pointer;
  transition: width 0.3s ease;
}

.progress-bar.active {
  width: 127px;
  /* Active width */
  background: transparent;
  position: relative;
  overflow: hidden;
}

.progress-bar.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}

.progress-bar.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -127px;
  width: 127px;
  height: 100%;
  background: #00d48c;
  animation: progressAnimation 5s linear;
}

@keyframes progressAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(127px);
  }
}
.margin-text {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 1024px) {
  .margin-text {
    font-size: 18px;
  }
}

/* SECOND SECTION */
.margin-strong {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .margin-strong {
    padding: 100px 0;
  }
}
.margin-strong__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 1300px) {
  .margin-strong__top {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .margin-strong__top {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .margin-strong__top {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 42px;
    gap: 24px;
  }
}
.margin-strong__content {
  display: flex;
  justify-content: space-between;
  gap: 110px;
}
@media (max-width: 1200px) {
  .margin-strong__content {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .margin-strong__content {
    gap: 26px;
    flex-direction: column;
  }
}
.margin-strong .margin-text {
  max-width: 388px;
}
.margin-strong__info {
  height: 100%;
}
.margin-strong .margin-strong__info {
  display: flex;
  gap: 20px;
}
.margin-strong .why-item-info__value {
  margin-bottom: 0;
}
.margin-strong .why-item-info__value .number {
  color: #090909;
  font-size: 82px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.82px;
}
@media (max-width: 992px) {
  .margin-strong .why-item-info__value .number {
    font-size: 46px;
  }
}
.margin-strong .why-item-info__value .number > span {
  font-size: 56px;
}
@media (max-width: 992px) {
  .margin-strong .why-item-info__value .number > span {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .margin-strong .why-item-info__text span.mob {
    color: #090909;
    font-size: 14px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: -0.14px;
  }
}
.margin-strong .why-item-info {
  padding-left: 6px;
  border-left: 1px solid #04d3a3;
}
@media (max-width: 768px) {
  .margin-strong .why-item-info {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media (max-width: 768px) {
  .margin-strong .why-item-info::after {
    display: none;
  }
}
.margin-strong .why-item-info__text {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .margin-strong .why-item-info__text {
    font-size: 14px;
  }
}

/* 3 Section RUN */
.margin-run__title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .margin-run__title {
    margin-bottom: 16px;
  }
}
.margin-run .swiper-slide {
  margin-top: 0 !important;
  height: 40px;
}
.margin-run__wrapper {
  border-radius: 12px;
  background: #f2f9f8;
  display: flex;
  padding: 60px 45px;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .margin-run__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3;
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding: 46px 24px;
  }
}
@media (max-width: 768px) {
  .margin-run__wrapper {
    display: none;
  }
}

.margin-run {
  overflow: hidden;
  width: 100%;
}
.margin-run__slider {
  width: 100%;
  overflow: hidden;
}

.marquee-wrapper {
  display: flex;
  animation: marquee 140s linear infinite;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: translateZ(0);
  min-width: 100%;
}
@media (max-width: 1700px) {
  .marquee-wrapper {
    animation: marquee 140s linear infinite;
  }
}
@media (max-width: 768px) {
  .marquee-wrapper {
    animation: marquee 140s linear infinite;
  }
}
.marquee-wrapper.paused {
  animation-play-state: paused;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 12px;
}
.marquee-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .marquee-item {
    padding: 0 12px;
  }
}
@media (max-width: 768px) {
  .marquee-item {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .marquee-item {
    padding: 0 8px;
  }
}
.margin-run__slider .marquee-wrapper {
  display: flex;
  transition-timing-function: linear;
  background: #f2f9f8;
  padding: 58px 0;
}
@media (max-width: 768px) {
  .margin-run__slider .marquee-wrapper {
    padding: 40px;
  }
}
.margin-run__slider .marquee-wrapper img {
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
  max-height: 30px;
  width: auto;
}
.margin-run__slider .marquee-wrapper img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.margin-run__slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
  padding: 0 20px;
}

.margin-run__slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #f2f9f8;
}

.margin-run__slider .swiper-wrapper {
  transition-timing-function: linear !important;
  will-change: transform;
}

.margin-run__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.margin-run__item img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* SECTION margin-step */
.top-block__content {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
}
@media (max-width: 768px) {
  .top-block__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}

.margin-step {
  padding: 126px 0;
  text-align: center;
  position: relative;
}
@media (max-width: 1200px) {
  .margin-step {
    padding-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .margin-step {
    padding: 100px 0;
  }
}
.margin-step__decor {
  position: absolute;
  top: -30%;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .margin-step__decor {
    display: none;
  }
}
.margin-step .top-block__content {
  margin-bottom: 60px;
  gap: 74px;
  grid-template-columns: 360px 1fr;
}
@media (max-width: 768px) {
  .margin-step .top-block__content {
    margin-bottom: 32px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.margin-step h2 {
  text-align: left;
}
@media (max-width: 768px) {
  .margin-step h2 {
    max-width: 270px;
  }
}
.margin-step__text {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 358px;
  text-align: left;
}
@media (max-width: 768px) {
  .margin-step__text {
    font-size: 18px;
  }
}
.margin-step__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .margin-step__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.margin-step__item {
  padding: 40px 43px;
  border-radius: 24px;
  box-shadow: 0px 3px 50px 0px rgba(31, 64, 60, 0.09);
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 550px;
}
@media (max-width: 768px) {
  .margin-step__item {
    padding: 32px;
    min-height: 400px;
    border-radius: 20px !important;
  }
}
.margin-step__item.three {
  border-radius: 24px;
  background: linear-gradient(194deg, #00b881 -31.34%, #96bbf2 126.99%);
}
.margin-step__item.three h6 {
  color: #fff;
}
.margin-step__item.three h4 {
  color: #fff;
}
.margin-step__item.three a {
  background: #000;
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 48px;
  max-width: 256px;
  width: 100%;
}
@media (max-width: 768px) {
  .margin-step__item.three a {
    left: 24px;
    right: 24px;
    width: 100%;
    max-width: 87%;
  }
}
.margin-step__item h6 {
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.36px;
  position: relative;
  z-index: 1;
  margin-bottom: 4px;
}
.margin-step__item h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.margin-step__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
/* SECTION margin-choose */
.margin-choose__wrapper {
  position: relative;
  padding: 100px 110px 80px;
}
@media (max-width: 1024px) {
  .margin-choose__wrapper {
    padding: 70px 42px;
  }
}
@media (max-width: 768px) {
  .margin-choose__wrapper {
    padding: 50px 16px 70px;
  }
}
.margin-choose__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  color: #fff;
  z-index: -1;
  border-radius: 12px;
}
.margin-choose__top {
  max-width: 312px;
  margin-bottom: 88px;
}
@media (max-width: 768px) {
  .margin-choose__top {
    margin-bottom: 32px;
    padding: 0 16px;
  }
}
.margin-choose__top h2 {
  color: #fff;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .margin-choose__top h2 {
    margin-bottom: 32px;
  }
}
.margin-choose__top p {
  color: #f2f9f8;
}
.margin-choose__bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  padding: 45px 29px;
}
@media (max-width: 768px) {
  .margin-choose__bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 16px;
  }
}
.margin-choose__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.margin-choose__item h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (max-width: 768px) {
  .margin-choose__item h4 {
    font-size: 16px;
  }
}

/* SECTION margin-popular */
@media (max-width: 1100px) {
  .margin-choose__top h2 {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .margin-choose__top h2 {
    font-size: 44px;
  }
}
@media (max-width: 767.98px) {
  .margin-choose__top h2 {
    font-size: 38px;
  }
}

.asked-text-bottom {
  text-align: center;
}

.margin-asked .asked-text-bottom {
  margin-top: 50px;
}

.margin-popular {
  padding-top: 110px;
  position: relative;
}
@media (max-width: 1024px) {
  .margin-popular {
    padding-top: 80px;
  }
}
.margin-popular__decor {
  position: absolute;
  inset: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.margin-popular__decor img {
  width: 100%;
}
.margin-popular h2 {
  text-align: center;
}
@media (max-width: 768px) {
  .margin-popular h2 {
    text-align: left;
  }
}
.margin-popular__wrapper {
  border-radius: 32px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 64px;
  gap: 4px;
}
@media (max-width: 1024px) {
  .margin-popular__wrapper {
    margin-top: 32px;
    grid-template-columns: 1fr;
    padding: 24px 0;
    gap: 8px;
    padding-top: 0;
  }
}
.margin-popular__wrapper-left {
  padding: 38px 50px;
  border-radius: 12px;
  background: #f2f9f8;
}
@media (max-width: 768px) {
  .margin-popular__wrapper-left {
    padding: 32px 24px;
  }
}
.margin-popular__result {
  border-radius: 12px;
  background: #d7f7eb;
  padding: 38px 50px;
}
@media (max-width: 768px) {
  .margin-popular__result {
    padding: 32px 24px;
  }
}
.margin-popular__result a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 64px;
  border-radius: 12px;
  background: #04d3a3;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  height: 64px;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .margin-popular__result a {
    width: 100%;
  }
}
.margin-popular__result-top-flex {
  display: flex;
  justify-content: space-between;
}
.margin-popular__result-top-flex-r {
  border-radius: 12px;
  border: 1px solid #000;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.margin-popular .form-item__label {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.margin-popular__label {
  display: flex;
  justify-content: start;
  gap: 8px !important;
  margin-bottom: 6px !important;
}
.margin-popular__label.tooltip-margin {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  align-items: center;
}
.margin-popular__label svg:hover {
  cursor: pointer;
}
.margin-popular__sum {
  display: flex;
  gap: 12px;
  align-items: end;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .margin-popular__sum {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .margin-popular .margin-popular__flex-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    width: 100%;
  }
}
.margin-popular__coin {
  color: #090909;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.64px;
}
@media (max-width: 768px) {
  .margin-popular__coin {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
.margin-popular__coin-name {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .margin-popular__coin-name {
    font-size: 18px;
  }
}
.margin-popular__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .margin-popular__flex {
    flex-direction: column;
    align-items: start;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.margin-popular__procent {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .margin-popular__procent {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .period-selector {
    flex-wrap: wrap;
  }
}

.slider-container-margin {
  width: 100%;
}

.token-call__custom {
  color: #999;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: -0.18px;
  margin-left: 24px;
}
.token-call__custom a {
  color: #090909;
  margin-left: 4px;
  font-weight: 400;
}
.token-call__custom a span {
  text-decoration: underline;
}

.characteristics__list-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.slider-header-margin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.leverage-label-margin {
  font-size: 14px;
  color: #1e293b;
  font-weight: 400;
}

.current-value-margin {
  font-size: 14px;
  color: #1e293b;
}

.slider-track-container-margin {
  position: relative;
  height: 8px;
  cursor: pointer;
}

.slider-track-margin {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 184, 129, 0.2);
  border-radius: 9999px;
}

.slider-fill-margin {
  position: absolute;
  height: 100%;
  background-color: #04d3a3;
  border-radius: 9999px;
  transition: width 0.1s ease;
}

.slider-thumb-margin {
  position: absolute;
  transition: left 0.1s ease;
  z-index: 1;
  top: 60%;
  transform: translate(-17%, -50%);
}
@media (max-width: 768px) {
  .slider-thumb-margin {
    transform: translate(-36%, -50%);
  }
}

.values-container-margin {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  position: relative;
}

.value-button-margin {
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  color: #6f7a83;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.24px;
}

.value-button-margin.active {
  color: #04d3a3;
}

.value-button-margin:hover {
  color: #64748b;
}

.value-button-margin.active:hover {
  color: #04d3a3;
}

.mb-24 {
  margin-bottom: 24px;
}

.period-selector {
  display: flex;
  gap: 8px;
}
@media (max-width: 768px) {
  .period-selector {
    align-items: center;
    justify-content: center;
  }
}

.period-option {
  padding: 14px 6px;
  font-size: 14px;
  text-align: center;
  height: 48px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  max-width: 100px;
  width: 100%;
}
@media (max-width: 768px) {
  .period-option {
    padding: 8px 19px;
    font-size: 14px;
    height: 36px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.period-option:hover {
  cursor: pointer;
}

.period-option.active {
  background: #04d3a3;
}

/* SECTION margin-digital */
.ss-open .ss-content {
  top: 100% !important;
  /* Завжди відкривати знизу */
  transform: translateY(0) !important;
}

.ss-content.ss-open-above {
  margin: 0px !important;
  flex-direction: column !important;
  border: none !important;
}

.ss-content.ss-open-below {
  flex-direction: column !important;
}

.margin-digital {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .margin-digital {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .margin-digital {
    padding: 100px 0;
  }
}
.margin-digital p {
  max-width: 412px;
}
.margin-digital p span {
  font-style: italic;
  font-weight: 700;
}
.margin-digital__top {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .margin-digital__top {
    padding: 0;
  }
}
.margin-digital__top .margin-popular__label {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.margin-digital__input {
  height: 32px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: flex;
  gap: 8px;
  padding-right: 10px;
  align-items: center;
  padding-left: 10px;
}
.margin-digital__input input:focus {
  outline: none;
}
.margin-digital .top-block__content {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .margin-digital .top-block__content {
    margin-bottom: 32px;
    gap: 32px;
  }
}
.margin-digital__content {
  border-radius: 8px;
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  gap: 4px;
}
@media (max-width: 1024px) {
  .margin-digital__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .margin-digital__content {
    grid-template-columns: 1fr;
  }
}
.margin-digital__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 32px 24px;
  position: relative;
  transition: all 0.3s ease;
  border-radius: 12px;
  border: 1px solid #ced9d7;
}
.margin-digital__item:hover {
  transition: all 0.3s ease;
  border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #f2f9f8;
}
.margin-digital__item:hover .margin-digital__item-procent {
  border-radius: 8px;
  background: #04d3a3;
  color: #090909;
  transition: all 0.3s ease;
}
.margin-digital__item a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.margin-digital__item a:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .margin-digital__item {
    padding: 24px 16px;
  }
}
.margin-digital__item h6 {
  color: #282828;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.margin-digital__item p {
  color: #646464;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}
.margin-digital__item-coin {
  display: flex;
  gap: 10px;
  align-items: center;
}
.margin-digital__item-coin .img-coin {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.margin-digital__item-coin .img-coin img {
  border-radius: 50%;
  overflow: hidden;
}
.margin-digital__item-procent {
  border-radius: 8px;
  background: #f2f9f8;
  display: inline-flex;
  height: 28px;
  padding: 4px 10px;
  align-items: center;
  gap: 8px;
  color: #3da287;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  text-wrap: nowrap;
}
.security-token {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .security-token {
    padding: 100px 0;
  }
}

.token-faq__wrapper {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
}
@media (max-width: 1024px) {
  .token-faq__wrapper {
    grid-template-columns: 1fr;
  }
}
.token-faq__show {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #090909;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.characteristics__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 36px;
}

.characteristics__item {
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
}

.characteristics__title {
  position: relative;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  width: 100%;
  text-align: left;
  display: flex;
  padding: 28px 24px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.characteristics__title svg {
  transition: all 0.3s ease;
}
.characteristics__title.active svg {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.characteristics__description {
  margin-top: -2px;
  border-style: solid;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  padding-left: 24px;
  padding-right: 24px;
  color: #525b63;
  max-width: 640px;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: 0.32px;
  padding-bottom: 0px;
}
.characteristics__description b {
  color: #090909;
  font-weight: 400;
}

.characteristics__title:focus {
  outline: none;
}

.characteristics__description.active {
  height: auto;
}

.characteristics__item-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.characteristics__list-description {
  padding-bottom: 28px;
}

.characteristics__item-description {
  padding: 15px 0;
}

.characteristics__item-description p {
  margin: 0 15px;
}

.characteristics__item-description p:last-child {
  text-align: right;
}

.characteristics__item-description:first-child {
  padding-top: 30px;
}

.characteristics__item-description:last-child {
  padding-bottom: 30px;
}

.characteristics__item[data-hidden] {
  display: none;
}

.margin-choose-img-one {
  position: relative;
}
.margin-choose-img-one .custom-svg {
  position: absolute;
  left: -3px;
  top: 55px;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .margin-choose-img-one .custom-svg {
    position: absolute;
    left: 6px;
    top: -11px;
    width: 40px;
    transform: scale(1);
  }
}

.margin-choose-img-two {
  position: relative;
}
.margin-choose-img-two .custom-svg {
  position: absolute;
  left: -61px;
  top: 8px;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .margin-choose-img-two .custom-svg {
    left: -24px;
    top: -16px;
    width: 70px;
    transform: scale(1);
  }
}
.margin-choose-img-two .custom-svg-2 {
  position: absolute;
  left: -89px;
  top: -4px;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .margin-choose-img-two .custom-svg-2 {
    left: -50px;
    top: -19px;
    width: 50px;
    transform: scale(1);
  }
}
.margin-choose-img-two .custom-svg-3 {
  position: absolute;
  bottom: -69px;
  right: -4px;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .margin-choose-img-two .custom-svg-3 {
    bottom: -46px;
    right: -4px;
    width: 65px;
    transform: scale(1);
  }
}

.token-driving {
  position: relative;
  color: #fff;
  height: 720px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .token-driving {
    height: 690px;
    padding-top: 90px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 86px;
    align-items: flex-end;
    overflow: hidden;
  }
}
.token-driving .token__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.token-driving__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .token-driving__img.desktop {
    display: none;
  }
}
.token-driving__img.mob {
  display: none;
}
@media (max-width: 768px) {
  .token-driving__img.mob {
    display: block;
  }
}
.token-driving .token__container {
  position: relative;
  z-index: 2;
}
.token-driving__wrapper {
  max-width: 398px;
}
@media (max-width: 768px) {
  .token-driving__wrapper {
    max-width: 232px;
  }
}
.token-driving h2 {
  color: #fff;
  margin-bottom: 24px;
}
.token-driving p {
  color: #fff;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}
.token-driving .button-link {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
}
.token-driving .button-link:hover {
  cursor: pointer;
  opacity: 0.8;
}

.expand-btn-more {
  margin-top: 42px;
  margin-bottom: 0 !important;
  color: #8a93a6;
}

.margin-choose-img-three {
  position: relative;
}
.margin-choose-img-three .custom-svg {
  position: absolute;
  left: 21px;
  top: -76px;
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .margin-choose-img-three .custom-svg {
    left: 26px;
    top: -45px;
    width: 70px;
    transform: scale(1);
  }
}

.slider-slide {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-slide.active {
  opacity: 1;
  z-index: 1;
}

.slider-slide:not(.active) {
  z-index: 0;
}
@media (max-width: 768px) {
  .slider-slide:not(.active) {
    z-index: 1;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  height: auto !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .slider-slide {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .slider-slide.active {
    opacity: 1;
    z-index: 1;
    position: relative;
  }
  .slider-slide:not(.active) {
    opacity: 0;
    z-index: 0;
    position: absolute;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .slider-slide {
    position: relative;
  }
}
.margin-digital__item.hidden {
  display: none;
}

.expand-btn__wrapper {
  display: flex;
  justify-content: center;
}

.expand-btn {
  color: #090909;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.margin-digital__input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-icon {
  cursor: pointer;
}

.search-input {
  flex: 1;
  font-size: 14px;
}

.private-caret__banner {
  position: relative;
  padding: 70px 67px 60px 70px;
  border-radius: 12px;
  overflow: hidden;
  min-height: 734px;
  height: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .private-caret__banner {
    padding: 52px 24px;
  }
}
@media (max-width: 768px) {
  .private-caret__banner {
    padding: 52px 16px 32px;
  }
}
.private-caret__banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .private-caret__banner-bg {
    display: none;
  }
}
.private-caret__banner-bg.mob {
  display: none;
}
@media (max-width: 768px) {
  .private-caret__banner-bg.mob {
    display: block;
  }
}
.private-caret__banner-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.private-caret__banner-inner h2 {
  color: #fff;
}
.private-caret__banner-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .private-caret__banner-box {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.private-caret__banner-item {
  border-radius: 12px;
  background: rgba(215, 247, 235, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 36px;
}
@media (max-width: 1024px) {
  .private-caret__banner-item {
    padding: 24px 16px;
  }
}
.private-caret__banner-item-svg {
  height: 40px;
  margin-bottom: 20px;
}
.private-caret__banner-item h6 {
  color: #f2f9f8;
  font-size: 56px;
  font-weight: 300;
  line-height: 115%;
  letter-spacing: -0.56px;
}
@media (max-width: 768px) {
  .private-caret__banner-item h6 {
    font-size: 32px;
  }
}
.private-caret__banner-item h6 span {
  font-size: 48px;
}
@media (max-width: 768px) {
  .private-caret__banner-item h6 span {
    font-size: 32px;
  }
}
.private-caret__banner-item p {
  color: #f2f9f8;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  /*  */
  letter-spacing: 0.32px;
}

/* SECTION asked */
.margin-asked {
  padding: 160px 0 140px;
  background: #fff;
}
@media (max-width: 1200px) {
  .margin-asked {
    padding: 120px 0 100px;
  }
}
@media (max-width: 768px) {
  .margin-asked {
    padding: 70px 0 70px;
  }
}
.margin-asked h2 {
  font-size: 34px;
}
@media (max-width: 768px) {
  .margin-asked h2 {
    text-align: center;
  }
}
.margin-asked__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .margin-asked__wrapper {
    grid-template-columns: 1fr;
  }
}
.margin-asked__questions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.margin-asked__question {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 768px) {
  .margin-asked__question {
    padding: 20px 16px;
  }
}
.margin-asked__question-ask {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.margin-asked__question-ask:hover {
  cursor: pointer;
}
.margin-asked__question-ask h6 {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.margin-asked__question-text {
  color: #52525b;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.28px;
  padding-left: 40px;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: all 0.35s ease;
  text-align: left;
}

.margin-asked__question-img {
  transition: all 0.35s ease;
}
.margin-asked__question-img.rotate {
  transition: all 0.35s ease;
  transform: rotate(180deg);
}

.margin-asked__question-text.active {
  max-height: 100%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  padding-top: 16px;
  margin-bottom: 10px;
}

.margin-asked__show-more {
  padding: 8px 24px;
  font-weight: 600;
  margin-top: 12px;
}

/* SECTION margin-trading */
.margin-trading .top-block__content {
  grid-template-columns: 368px 1fr;
}
@media (max-width: 768px) {
  .margin-trading .top-block__content {
    gap: 22px;
    grid-template-columns: 1fr;
  }
}
.margin-trading__top {
  padding: 91px 80px;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .margin-trading__top {
    padding: 90px 24px;
  }
}
.margin-trading__top-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  z-index: -1;
}
.margin-trading__top p {
  max-width: 412px;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.margin-trading__top h2 {
  color: #fff;
}
.margin-trading__box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .margin-trading__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
.margin-trading__box-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 89px;
}

/* SECTION margin-way */
.margin-way {
  padding: 120px 0;
}
@media (max-width: 1200px) {
  .margin-way {
    padding: 100px 0;
  }
}
.margin-way .top-block__content {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .margin-way .top-block__content {
    margin-bottom: 32px;
    gap: 30px;
  }
}
.margin-way .top-block__content p {
  max-width: 340px;
}
.margin-way__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .margin-way__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.margin-way__item {
  min-height: 500px;
  padding: 50px;
  border-radius: 12px;
  background: #090909;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 768px) {
  .margin-way__item {
    min-height: 384px;
    padding: 32px;
  }
}
.margin-way__item.two h4,
.margin-way__item.two p,
.margin-way__item.two a {
  position: relative;
  z-index: 2;
}
.margin-way__item.two img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.margin-way__item.two a {
  background: #fff;
}
.margin-way__item img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .margin-way__item img {
    width: 50%;
  }
}
.margin-way__item h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.margin-way__item p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .margin-way__item p {
    margin-bottom: 16px;
  }
}
.margin-way__item a {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-top: auto;
  transition: all 0.3s ease;
}
.margin-way__item a:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease;
}

/* SECTION margin-make */
.margin-make {
  padding: 70px 0 138px;
  position: relative;
  color: #fff;
  height: 787px;
}
@media (max-width: 1024px) {
  .margin-make {
    padding: 110px 0 170px;
    height: 100%;
  }
}
.margin-make__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .margin-make__img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.margin-make h2 {
  color: #fff;
  margin-bottom: 10px;
}
.margin-make p {
  color: #f9f9f9;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .margin-make p {
    margin-bottom: 24px;
  }
}
.margin-make a {
  width: -moz-fit-content;
  width: fit-content;
}
.margin-make__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
@media (max-width: 1200px) {
  .margin-make__wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .margin-make__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 64px;
  }
}
.margin-make__wrapper-top {
  padding-top: 70px;
}
@media (max-width: 768px) {
  .margin-make__wrapper-top {
    padding-top: 0;
  }
}
.margin-make__wrapper .mob {
  width: 100%;
}

.link-margin {
  text-decoration: underline;
  color: #00b881;
}

.custom-crypto-select {
  position: relative;
}

.mb-16 {
  margin-bottom: 16px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.select-box-currencies.select-box__has-input {
  min-height: 48px;
  display: flex;
  flex-wrap: nowrap;
}

.select-box {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 40px;
}

.custom-crypto-select .custom-crypto-select__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-field__input,
.input-group > .form-field__range-input {
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .form-field__input:hover ~ .form-field__unit,
.input-group > .form-field__range-input:hover ~ .form-field__unit,
.input-group > .form-field__input:focus ~ .form-field__unit,
.input-group > .form-field__range-input:focus ~ .form-field__unit {
  border-color: var(--other-forty-seven);
}

.input-group > .form-field__input:not(.form-field__unit_input):not(:last-child),
.input-group > .form-field__range-input:not(.form-field__unit_input):not(:last-child) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-field__input:not(:first-child),
.input-group > .form-field__range-input:not(:first-child) {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group__c2 {
  justify-content: space-between;
  align-items: flex-start;
}

.input-group__w2 {
  width: 50%;
  max-width: 160px;
}

@media (max-width: 336px) {
  .input-group__w2 {
    max-width: 138px;
  }
}
@media (max-width: 414px) {
  .input-group__w2 {
    max-width: 146px;
  }
}
.input-group__subtitle {
  position: absolute;
  width: 100%;
  font-size: 12px;
  color: var(--gray-two);
  top: 0;
  left: 0;
}

.input-group__titled {
  padding-top: 20px;
}

.lending__create .application .application__form-field-md > .input-group,
.borrowing__create .application .application__form-field-md > .input-group,
.loan_repayment .application .application__form-field-md > .input-group,
.application .application__form-field-md > .input-group {
  flex-direction: column;
}

.lending__create .application .application__form-field-md > .input-group .input-group,
.borrowing__create .application .application__form-field-md > .input-group .input-group,
.loan_repayment .application .application__form-field-md > .input-group .input-group,
.application .application__form-field-md > .input-group .input-group {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.lending__create .application .application__form-field-md > .input-group .input-group.input-group__titled,
.borrowing__create .application .application__form-field-md > .input-group .input-group.input-group__titled,
.loan_repayment .application .application__form-field-md > .input-group .input-group.input-group__titled,
.application .application__form-field-md > .input-group .input-group.input-group__titled {
  margin-bottom: 5px;
}

.lending__create .application .application__form-field-md > .input-group .input-group:first-child,
.lending__create .application .application__form-field-md > .input-group .input-group:last-child,
.borrowing__create .application .application__form-field-md > .input-group .input-group:first-child,
.borrowing__create .application .application__form-field-md > .input-group .input-group:last-child,
.loan_repayment .application .application__form-field-md > .input-group .input-group:first-child,
.loan_repayment .application .application__form-field-md > .input-group .input-group:last-child,
.application .application__form-field-md > .input-group .input-group:first-child,
.application .application__form-field-md > .input-group .input-group:last-child {
  width: 100%;
  max-width: 100%;
}

.lending__create .application .application__form-field-md > .input-group .input-group:last-child,
.borrowing__create .application .application__form-field-md > .input-group .input-group:last-child,
.loan_repayment .application .application__form-field-md > .input-group .input-group:last-child,
.application .application__form-field-md > .input-group .input-group:last-child {
  margin-bottom: 0;
}

#calculate .margin-popular__wrapper .select-box-input .input {
  border: none !important;
  height: 100% !important;
  border-radius: 0 !important;
  border-radius: 12px !important;
  border: 1px solid #ced9d7 !important;
  background: #fff !important;
  padding-bottom: 0;
  color: #090909;
}
#calculate .margin-popular__wrapper .select-box-input .input:focus {
  border: none;
}

.margin-popular__result-top-flex .form-item__top {
  justify-content: start;
}

.margin-main__promo-wrapper {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 70px;
  padding: 50px 0;
}

@media (max-width: 992px) {
  .margin-main__promo-wrapper {
    gap: 16px;
  }
}
@media (max-width: 800px) {
  .margin-main__promo-wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 24px 0;
    padding-bottom: 62px;
  }
}
.margin-popular__wrapper .custom-crypto-select .ss-main .ss-values {
  justify-content: center;
  color: var(--text-two);
  font-weight: 600;
  font-size: 15px;
}
.margin-popular__wrapper .custom-crypto-select .ss-main:focus {
  box-shadow: none;
}
.margin-popular__wrapper .custom-crypto-select .ss-content {
  top: 46px !important;
  left: 0 !important;
  width: 100% !important;
}
.margin-popular__wrapper .custom-crypto-select .custom-crypto-select__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
}
.margin-popular__wrapper .custom-crypto-select {
  position: relative;
}
.margin-popular__wrapper .custom-crypto-select .input {
  padding-right: 140px;
}
.margin-popular__wrapper .select-box-input {
  width: 100%;
}
.margin-popular__wrapper .custom-crypto-select .ss-main {
  padding: 3px 15px;
  height: 46px;
  border-radius: 0 4px 4px 0;
  margin: 1px;
  left: -2px;
  border: none;
  border-left: 1px solid var(--other-fifty-three);
}
.margin-popular__wrapper .custom-crypto-select .custom-crypto-select__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}
.margin-popular__wrapper .select-box-input input {
  width: 100%;
  height: 40px;
  /* border-radius: 4px 0 0 4px !important; */
  background-color: var(--card);
  border: 1px solid var(--other-forty-six);
  border-right: 0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: var(--other-forty-three);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1px;
}
.margin-popular__wrapper .select-box-input .input {
  /* border-radius: 4px !important; */
  border: 1px solid var(--other-fifty-three);
  height: 48px;
}
.margin-popular__wrapper .ss-content {
  position: absolute;
  display: flex;
  height: auto;
  flex-direction: column;
  width: auto;
  max-height: var(--ss-content-height);
  box-sizing: border-box;
  /* border: solid 1px var(--ss-border-color); */
  background-color: var(--ss-bg-color);
  transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
  opacity: 0;
  transform: scaleY(0);
  transform-origin: center top;
  overflow: hidden;
  z-index: 10000;
}
.margin-popular__wrapper .custom-crypto-select .ss-content {
  top: 63.8px !important;
  left: 0 !important;
  width: 100% !important;
}
.margin-popular__wrapper .select__title {
  display: none;
}
.margin-popular__wrapper .custom-crypto-select {
  position: relative;
  height: 64px;
  border: 1px solid #ececec;
  border-radius: 27px;
}
.margin-popular__wrapper ._form-focus {
  border: none;
  border-radius: 0;
}
.margin-popular__wrapper .input._form-focus {
  box-shadow: none;
}
.margin-popular__wrapper .custom-crypto-select .ss-main {
  height: 47px;
  border-radius: 12px;
  background: #f2f9f8;
  top: 6px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 8px;
  left: 16px;
}
.margin-popular__wrapper .option-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.margin-popular__wrapper .ss-main .ss-single-selected img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.margin-popular__wrapper .ss-content.ss-open-below {
  border: none;
}
.margin-popular__wrapper .ss-content .ss-search {
  border: 1px solid #ececec;
  border-radius: 16px 16px 0 0;
  border-bottom: none;
}
.margin-popular__wrapper .ss-content .ss-list {
  border: 1px solid #ececec;
  border-radius: 0px 0px 16px 16px;
}

@media (max-width: 768px) {
  .margin-step__item h4 {
    font-size: 18px;
  }
}

.main-custom-new {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-bottom: 120px;
}
.main-custom-new.padding-b-none {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .main-custom-new {
    gap: 100px;
    padding-bottom: 100px;
  }
}
.main-custom-new .page__container {
  width: 100%;
}

.link-dark {
  border-radius: 12px;
  background: #090909;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #f2f9f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #090909;
}
.link-dark:hover {
  transition: all 0.3s ease;
  background: #f2f9f8;
  color: #090909;
}
.custom-promo {
  position: relative;
  min-height: 770px;
  padding-top: 130px;
  padding-bottom: 60px;
}
@media (max-width: 1500px) {
  .custom-promo {
    padding-top: 80px;
    min-height: 635px;
  }
}
@media (max-width: 768px) {
  .custom-promo {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .custom-promo .button-link {
    width: 100%;
  }
}
.custom-promo__decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.custom-promo__wrapper {
  position: relative;
  z-index: 1;
}
.custom-promo__undertitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
}
.custom-promo h1 {
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .custom-promo h1 {
    font-size: 40px;
  }
}
.custom-promo p {
  margin-bottom: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 466px;
}

.custom-promo.travel-promo p {
  margin-bottom: 24px;
}
.custom-promo.travel-promo .custom-text {
  color: var(--Gray-Middle, #ced9d7);
  font-family: "SF Pro Display";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /*  */
  letter-spacing: -0.14px;
  margin-bottom: 40px;
}

.travel-plan h2 {
  color: #090909;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .travel-plan h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.travel-plan__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .travel-plan__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.travel-plan__item {
  border-radius: 12px;
  background: #f2f9f8;
  position: relative;
  padding: 35px 30px;
}
.travel-plan__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.travel-plan__item svg {
  width: 48px;
  margin-bottom: 40px;
}
.travel-plan__item h4 {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}
.travel-plan__item p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  position: relative;
  z-index: 1;
}
.travel-plan__text {
  color: #6f7a83;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
  margin-top: 16px;
  max-width: 423px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .travel-plan__text {
    margin-left: 0;
    text-align: left;
  }
}

.travel-places__wrapper {
  background: #090909;
  padding: 83px 112px 97px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .travel-places__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 768px) {
  .travel-places__wrapper {
    padding-top: 75vw;
    padding-bottom: 60px;
  }
}
.travel-places__wrapper .decor-point {
  position: absolute;
  right: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 380px;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .travel-places__wrapper .decor-point {
    top: 51px;
    height: 200px;
  }
}
.travel-places__wrapper img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.travel-places__content {
  max-width: 350px;
  position: relative;
  z-index: 1;
}
.travel-places__content h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .travel-places__content h2 {
    font-size: 32px;
  }
}
.travel-places__content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .travel-places__content p {
    margin-bottom: 16px;
  }
}
.travel-places__content .custom-text {
  color: #fff;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  font-style: italic;
  font-weight: 500;
}

.travel-mile__wrapper {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 140px;
}
@media (max-width: 1200px) {
  .travel-mile__wrapper {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .travel-mile__wrapper {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .travel-mile__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.travel-mile h2 {
  color: #090909;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .travel-mile h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.travel-mile p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.travel-properties__top {
  max-width: 487px;
  margin: 0 auto 42px;
}
@media (max-width: 768px) {
  .travel-properties__top {
    margin-bottom: 32px;
  }
}
.travel-properties__top h2 {
  margin-bottom: 36px;
  color: #090909;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  text-align: center;
}
.travel-properties__top h2 span {
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 768px) {
  .travel-properties__top h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.travel-properties__top p {
  color: #090909;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.travel-properties__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .travel-properties__content {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.travel-properties__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  min-height: 540px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .travel-properties__item {
    min-height: 400px;
  }
}
.travel-properties__item img.decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.travel-properties__item h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  position: relative;
  z-index: 1;
}
.travel-properties__item a {
  border-radius: 12px;
  background: #fff;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px 0px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transition: all 0.3s ease;
}
.travel-properties__item a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.travel-properties__item a img {
  width: 21px;
  height: 22px;
  flex-shrink: 0;
}
.travel-properties .link-dark {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.travel-roam__wrapper {
  background: #090909;
  border-radius: 12px;
  padding: 79px 98px 74px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 207px;
  position: relative;
  align-items: center;
}
@media (max-width: 1024px) {
  .travel-roam__wrapper {
    gap: 38px;
    padding: 40px 24px 70px;
  }
}
@media (max-width: 768px) {
  .travel-roam__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.travel-roam__wrapper .decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.travel-roam__wrapper .esim-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .travel-roam__wrapper .esim-img {
    width: calc(100vw - 120px);
    margin: 0 auto;
  }
}
.travel-roam__wrapper > div {
  position: relative;
  z-index: 1;
  max-width: 359px;
}
.travel-roam h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .travel-roam h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.travel-roam p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}

.travel-epic__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 112px;
}
@media (max-width: 1200px) {
  .travel-epic__wrapper {
    gap: 42px;
  }
}
@media (max-width: 768px) {
  .travel-epic__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.travel-epic__left {
  max-width: 560px;
}
.travel-epic h2 {
  color: #090909;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .travel-epic h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.travel-epic__text {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .travel-epic__text {
    margin-bottom: 16px;
  }
}
.travel-epic__underline {
  color: #6f7a83;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.travel-epic__images {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .travel-epic__images {
    order: -1;
  }
}
.travel-epic__images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.travel-epic__images-info {
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}
.travel-epic__images-box {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.travel-epic__images-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  width: 100%;
  background: #ced9d7;
}
.travel-epic__images-box-number {
  color: #ced9d7;
  font-size: 10px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.2px;
}
.travel-epic__images-box-text {
  color: #ced9d7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}

.travel-epic__images-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 1px;
  width: 0%;
  background: #00d4aa;
  z-index: 1;
}

.travel-epic__images-box-number,
.travel-epic__images-box-text {
  color: #ced9d7;
  font-size: 10px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.2px;
}

.travel-epic__images-box-text {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.32px;
}

.travel-epic__images-box:nth-child(1) {
  animation: cycle1 9s infinite;
}

.travel-epic__images-box:nth-child(1)::before {
  animation: progress1 9s infinite;
}

.travel-epic__images-box:nth-child(2) {
  animation: cycle2 9s infinite;
}

.travel-epic__images-box:nth-child(2)::before {
  animation: progress2 9s infinite;
}

.travel-epic__images-box:nth-child(3) {
  animation: cycle3 9s infinite;
}

.travel-epic__images-box:nth-child(3)::before {
  animation: progress3 9s infinite;
}

@keyframes cycle1 {
  0%, 33% {
    color: #00d4aa;
  }
  34%, 100% {
    color: #ced9d7;
  }
}
@keyframes cycle2 {
  0%, 33% {
    color: #ced9d7;
  }
  34%, 66% {
    color: #00d4aa;
  }
  67%, 100% {
    color: #ced9d7;
  }
}
@keyframes cycle3 {
  0%, 66% {
    color: #ced9d7;
  }
  67%, 100% {
    color: #00d4aa;
  }
}
@keyframes progress1 {
  0% {
    width: 0%;
  }
  33% {
    width: 100%;
  }
  34%, 100% {
    width: 0%;
  }
}
@keyframes progress2 {
  0%, 33% {
    width: 0%;
  }
  34% {
    width: 0%;
  }
  66% {
    width: 100%;
  }
  67%, 100% {
    width: 0%;
  }
}
@keyframes progress3 {
  0%, 66% {
    width: 0%;
  }
  67% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.travel-epic__images-box:nth-child(1) .travel-epic__images-box-number,
.travel-epic__images-box:nth-child(1) .travel-epic__images-box-text {
  animation: cycle1 9s infinite;
}

.travel-epic__images-box:nth-child(2) .travel-epic__images-box-number,
.travel-epic__images-box:nth-child(2) .travel-epic__images-box-text {
  animation: cycle2 9s infinite;
}

.travel-epic__images-box:nth-child(3) .travel-epic__images-box-number,
.travel-epic__images-box:nth-child(3) .travel-epic__images-box-text {
  animation: cycle3 9s infinite;
}

.travel-spend {
  background: #000;
  position: relative;
}
.travel-spend__inner {
  position: relative;
  padding: 117px 0 165px;
}
@media (max-width: 768px) {
  .travel-spend__inner {
    padding: 90px 0 86px;
  }
}
.travel-spend__inner .decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .travel-spend__inner .decor {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.travel-spend__wrapper {
  max-width: 766px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.travel-spend__wrapper-img {
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .travel-spend__wrapper-img {
    margin-bottom: 66px;
  }
}
.travel-spend__wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .travel-spend__wrapper h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.travel-spend__wrapper p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 588px;
  margin: 0 auto 30px;
}
@media (max-width: 768px) {
  .travel-spend__wrapper p {
    margin-bottom: 24px;
  }
}
.travel-spend__wrapper .custom-text {
  color: #6f7a83;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
}
.travel-spend__course-box {
  margin-bottom: 57px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .travel-spend__course-box {
    margin-bottom: 66px;
  }
}
.travel-spend__course {
  display: flex;
  width: 394.68px;
  height: 140.958px;
  padding: 28.991px 56.606px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8.772px;
  flex-shrink: 0;
  border-radius: 21.929px;
  border: 1.274px solid #10472b;
  background: rgba(16, 41, 38, 0.31);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media (max-width: 768px) {
  .travel-spend__course {
    width: 50vw;
    padding: 13px 26px;
    height: 65px;
    gap: 4px;
    border-radius: 10px;
  }
}
.travel-spend__course.custom-course {
  filter: blur(1px);
  margin-left: auto;
  margin-top: -68px;
  position: relative;
  z-index: -1;
  margin-right: 67px;
}
@media (max-width: 768px) {
  .travel-spend__course.custom-course {
    margin-right: 9px;
    margin-top: -30px;
    filter: blur(0.4678857028px);
  }
}
.travel-spend__course-top {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 768px) {
  .travel-spend__course-top {
    margin-bottom: 0;
  }
}
.travel-spend__course-top-info {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16.151px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .travel-spend__course-top-info {
    font-size: 7.5px;
    gap: 8px;
  }
}
@media (max-width: 768px) {
  .travel-spend__course-top-info img {
    width: 26px;
    height: 26px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.travel-spend__course-top-price {
  color: #fff;
  font-size: 16.151px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 768px) {
  .travel-spend__course-top-price {
    font-size: 7.5px;
  }
}
.travel-spend__course-bottom {
  color: #fff;
  font-size: 14.133px;
  font-weight: 400;
  line-height: 171.429%;
  letter-spacing: 0.283px;
}
@media (max-width: 768px) {
  .travel-spend__course-bottom {
    font-size: 6.6px;
  }
}
.travel-spend__course-bottom span {
  font-weight: 700;
}

.choose-plan h2 {
  color: #090909;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .choose-plan h2 {
    text-align: left;
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.choose-plan__box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .choose-plan__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .choose-plan__box {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.choose-plan__item {
  padding: 50px 34px;
  border-radius: 12px;
  background: #f2f9f8;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .choose-plan__item {
    grid-column: span 1;
  }
}
@media (max-width: 768px) {
  .choose-plan__item {
    padding: 40px 24px;
  }
}
.choose-plan__item:nth-child(4) {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .choose-plan__item:nth-child(4) {
    grid-column: span 1;
  }
}
.choose-plan__item:nth-child(5) {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .choose-plan__item:nth-child(5) {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .choose-plan__item:nth-child(5) {
    grid-column: span 1;
  }
}
.choose-plan__item > img {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
}
.choose-plan__item h4 {
  color: #090909;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
  font-weight: 400;
}
.choose-plan__item-free {
  color: #3da287;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.choose-plan__item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
.choose-plan__item a {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 8px;
  margin-top: auto;
}
.choose-plan__item a img {
  transition: all 0.3s ease;
}
.choose-plan__item a:hover img {
  transition: all 0.3s ease;
  transform: translateX(8px);
}

.custom-promo.cards-promo {
  background: #090909;
}
.custom-promo.cards-promo .cards-promo__inner {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .custom-promo.cards-promo .cards-promo__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.custom-promo.cards-promo .custom-promo__decor {
  right: 10vw;
  left: auto;
  bottom: 0;
  top: 0;
  width: auto;
  height: inherit;
  top: 50%;
  transform: translateY(-50%);
  max-height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1800px) {
  .custom-promo.cards-promo .custom-promo__decor {
    right: 0;
  }
}
@media (max-width: 1500px) {
  .custom-promo.cards-promo .custom-promo__decor {
    max-height: 590px;
  }
}
@media (max-width: 1100px) {
  .custom-promo.cards-promo .custom-promo__decor {
    max-height: 470px;
  }
}
@media (max-width: 800px) {
  .custom-promo.cards-promo .custom-promo__decor {
    max-height: 360px;
  }
}
@media (max-width: 768px) {
  .custom-promo.cards-promo .custom-promo__decor {
    max-height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.custom-promo.cards-promo .custom-promo__decor-custom {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.cards-new__wrapper {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 144px;
  align-items: center;
}
@media (max-width: 1024px) {
  .cards-new__wrapper {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cards-new__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
}
.cards-new__info {
  max-width: 420px;
}
@media (max-width: 768px) {
  .cards-new__info {
    order: 1;
    max-width: 100%;
  }
}
.cards-new__info .undertitle {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cards-new__info .undertitle {
    margin-bottom: 12px;
  }
}
.cards-new__info h2 {
  color: #090909;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cards-new__info h2 {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.cards-new__info p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
.cards-new__info .custom-text {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.14px;
}

.cards-virtually__wrapper {
  position: relative;
  padding: 124px 0px 124px 64px;
  overflow: hidden;
  border-radius: 14px;
}
.cards-virtually__wrapper .decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cards-virtually__wrapper .decor.desktop-custom {
    display: none;
  }
}
.cards-virtually__wrapper .decor.desktop-mob {
  display: none;
}
@media (max-width: 992px) {
  .cards-virtually__wrapper .decor.desktop-mob {
    display: block;
  }
}
@media (max-width: 992px) {
  .cards-virtually__wrapper {
    padding: 50px 0px;
  }
}
.cards-virtually__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 420px 1fr;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1100px) {
  .cards-virtually__content {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 992px) {
  .cards-virtually__content {
    grid-template-columns: 1fr;
    order: 1;
  }
}
@media (max-width: 992px) {
  .cards-virtually__content-one {
    order: 1;
    position: relative;
    padding: 0 24px;
  }
}
.cards-virtually__content h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-content: 768px) {
  .cards-virtually__content h6 {
    margin-bottom: 12px;
  }
}
.cards-virtually__content h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cards-virtually__content h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.cards-virtually__content p {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
.cards-virtually__content .custom-text {
  margin-bottom: 32px;
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.14px;
}
@media (max-width: 768px) {
  .cards-virtually__content .custom-text {
    margin-bottom: 40px;
  }
}

.cards-tabs {
  overflow: hidden;
}
@media (max-width: 768px) {
  .cards-tabs {
    background: #f2f9f8;
  }
}
.cards-tabs__wrapper {
  border-radius: 12px;
  background: #f2f9f8;
  padding: 40px 80px;
}
@media (max-width: 1024px) {
  .cards-tabs__wrapper {
    padding: 40px 16px;
  }
}
@media (max-width: 768px) {
  .cards-tabs__wrapper {
    background: transparent;
    padding: 40px 0px;
  }
}
.cards-tabs .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 36px;
}
.cards-tabs .tabs .crn-tabs__tab {
  border-radius: 12px;
  background: #fff;
  color: #090909;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  max-width: 124px;
  text-wrap: nowrap;
  transition: all 0.3s ease;
}
.cards-tabs .tabs .crn-tabs__tab.active {
  transition: all 0.3s ease;
  background: #090909;
  color: #fff;
}
.cards-tabs .cards-tabs__inner {
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
.cards-tabs .cards-tabs__inner .tabs {
  min-width: 484px;
  width: 100%;
}
@media (max-width: 768px) {
  .cards-tabs .cards-tabs__inner .tabs {
    align-items: start;
    justify-content: start;
  }
}
.cards-tabs .cards-tabs__content {
  display: grid;
  grid-template-columns: 0.65fr 0.35fr;
  gap: 78px;
}
@media (max-width: 1024px) {
  .cards-tabs .cards-tabs__content {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .cards-tabs .cards-tabs__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards-tabs .cards-tabs__content-info {
  padding-top: 32px;
}
@media (max-width: 1200px) {
  .cards-tabs .cards-tabs__content-info {
    padding-top: 0;
  }
}
.cards-tabs .cards-tabs__content-info h2 {
  color: #090909;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
}
.cards-tabs .cards-tabs__content-info p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}
.cards-tabs .cards-tabs__content-info p.custom-text {
  color: #6f7a83;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 32px;
}
.cards-tabs .cards-tabs__content-img {
  position: relative;
}
.cards-tabs .cards-tabs__content-img img {
  width: 100%;
}
.cards-tabs .crn-tabs__content {
  opacity: 0;
  visibility: 0;
  position: absolute;
  inset: 0;
}
.cards-tabs .crn-tabs__content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.cards-premium__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 604px;
  margin: 0 auto;
}
.cards-premium__wrapper img {
  margin-bottom: 32px;
  max-width: 478px;
  width: 100%;
}
.cards-premium__wrapper h2 {
  color: #090909;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cards-premium__wrapper h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.cards-premium__wrapper p {
  color: #090909;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 16px;
}
.cards-premium__wrapper p.custom-text {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cards-premium__wrapper p.custom-text {
    margin-bottom: 40px;
  }
}

.cards-choose__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  padding: 90px 60px;
}
@media (max-width: 1024px) {
  .cards-choose__wrapper {
    padding: 90px 10px;
  }
}
.cards-choose__wrapper .decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-choose__wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cards-choose__wrapper h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.cards-choose__wrapper .button-link {
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .cards-choose__wrapper .button-link {
    margin-bottom: 38px;
  }
}
.cards-choose__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cards-choose__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cards-choose__box {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 6px;
  }
}
.cards-choose__item {
  border-radius: 12.205px;
  background: #f2f9f8;
  padding: 4px;
}
.cards-choose__item img {
  border-radius: 7.709px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cards-choose__item-content {
  padding: 20px 21px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.cards-choose__item-content h4 {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
}
.cards-choose__item-content .price {
  color: #3da287;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.cards-choose__item-content p {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.cards-choose__item-content .info {
  color: #090909;
  font-size: 16px;
  line-height: 125%;
  font-style: italic;
  font-weight: 500;
  letter-spacing: -0.16px;
}

.protected-custom__top {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .protected-custom__top {
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 992px) {
  .protected-custom__top {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-bottom: 40px;
  }
}
.protected-custom__top h2 {
  color: #090909;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
}
@media (max-width: 992px) {
  .protected-custom__top h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .protected-custom__top h2 br {
    display: none;
  }
}
.protected-custom__top p {
  max-width: 516px;
  width: 100%;
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.protected-custom__top-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media (max-width: 992px) {
  .protected-custom__top-right {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.protected-custom__top-right .link-dark {
  text-wrap: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.protected-custom__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .protected-custom__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.protected-custom__item {
  position: relative;
  padding: 50px;
  border-radius: 12px;
  overflow: hidden;
  min-height: 500px;
  background: #090909;
}
@media (max-width: 1024px) {
  .protected-custom__item {
    padding: 50px 30px;
  }
}
.protected-custom__item.custom {
  background: #f2f9f8;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 16px;
}
.protected-custom__item.custom h4 {
  color: #090909;
}
.protected-custom__item.custom .decor {
  position: relative;
}
.protected-custom__item .decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  top: auto;
  height: auto;
}
.protected-custom__item h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  position: relative;
  z-index: 1;
}

.cards-ultra {
  background: #000;
  padding: 128px 0;
  position: relative;
}
.cards-ultra .decor {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cards-ultra__wrapper {
  position: relative;
  z-index: 1;
}
.cards-ultra__wrapper h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
.cards-ultra__wrapper h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
.cards-ultra__wrapper p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
  max-width: 359px;
}
.cards-ultra__wrapper p.custom-text {
  color: #6f7a83;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 32px;
}

.cards-edition__top {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cards-edition__top {
    flex-direction: column;
  }
}
.cards-edition__top-left {
  max-width: 416px;
  width: 100%;
}
.cards-edition__top-left h6 {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .cards-edition__top-left h6 {
    margin-bottom: 12px;
  }
}
.cards-edition__top-right {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 583px;
}
.cards-edition__top-right p {
  margin-bottom: 10px;
}
.cards-edition__top-right .custom-text {
  color: #6f7a83;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: 0.32px;
}

.cards-edition__row {
  display: grid;
  grid-template-columns: 21.53vw 28.89vw 28.89vw 13.89vw;
  gap: 2.22vw;
  margin-bottom: 32px;
}
.cards-edition__row img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-edition__row-two {
  display: grid;
  grid-template-columns: 7.64vw 28.89vw 28.89vw 27.78vw;
  gap: 2.22vw;
}
.cards-edition__row-two img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-edition__row-one-mob {
  display: none;
}
@media (max-width: 768px) {
  .cards-edition__row-one-mob {
    display: grid;
    grid-template-columns: 30.79vw 46.51vw 15.54vw;
    gap: 3.58vw;
    margin-bottom: 8px;
  }
}
.cards-edition__row-one-mob img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-edition__row-two-mob {
  display: none;
}
@media (max-width: 768px) {
  .cards-edition__row-two-mob {
    display: grid;
    grid-template-columns: 8.16vw 46.51vw 38.17vw;
    gap: 3.58vw;
    margin-bottom: 8px;
  }
}
.cards-edition__row-two-mob img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-edition__row-three-mob {
  display: none;
}
@media (max-width: 768px) {
  .cards-edition__row-three-mob {
    display: grid;
    grid-template-columns: 30.29vw 46.51vw 16.04vw;
    gap: 3.58vw;
  }
}
.cards-edition__row-three-mob img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-ultra {
  overflow: hidden;
}

.health-benefits h2 {
  max-width: 640px;
  margin: 0 auto 64px;
  text-align: center;
}
@media (max-width: 768px) {
  .health-benefits h2 {
    margin: 0 auto 40px;
  }
}
.health-benefits__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .health-benefits__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .health-benefits__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.health-benefits__box svg {
  margin-bottom: 12px;
}
.health-benefits__box h4 {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.health-benefits__box p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 198px;
}
.health-benefits__item {
  border-radius: 12px;
  background: #f2f9f8;
  height: 360px;
  padding: 40px 34px;
}
@media (max-width: 768px) {
  .health-benefits__item {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.margin-step.health-step {
  padding: 0;
}
.margin-step.health-step .top-block__content {
  grid-template-columns: repeat(1, 1fr);
}

.health-accident__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .health-accident__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.health-accident__content {
  max-width: 528px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .health-accident__content {
    max-width: 100%;
  }
}
.health-accident__content h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .health-accident__content h2 {
    margin-bottom: 32px;
  }
}
.health-accident__name {
  color: #090909;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
.health-accident ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.health-accident ul li {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.health-conditions__wrapper {
  border-radius: 12.205px;
  background: #f2f9f8;
  padding: 134px 75px;
  position: relative;
}
@media (max-width: 768px) {
  .health-conditions__wrapper {
    padding: 40px 32px;
  }
}
.health-conditions__wrapper img.decor {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.health-conditions__wrapper h2 {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .health-conditions__wrapper h2 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.health-conditions__wrapper p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  max-width: 403px;
}
@media (max-width: 768px) {
  .health-conditions__wrapper p {
    max-width: 100%;
  }
}
.health-conditions__inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .health-conditions__inner img {
    width: 100%;
  }
}

.health-actions h2 {
  max-width: 538px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .health-actions h2 {
    margin-bottom: 40px;
  }
}
.health-actions .esim-data__box {
  margin-bottom: 0;
}
.health-actions .esim-data__item div {
  top: 50px;
  bottom: auto;
  right: 50px;
  left: 50px;
}
@media (max-width: 768px) {
  .health-actions .esim-data__item div {
    font-size: 25px;
    left: 40px;
    right: 40px;
  }
}

.health-clients__wrapper {
  padding: 100px 70px 40px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
  .health-clients__wrapper {
    padding: 200px 16px 40px;
  }
}
.health-clients__wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .health-clients__wrapper img {
    bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.health-clients__inner {
  position: relative;
  z-index: 2;
}
.health-clients__inner h2 {
  color: #fff;
  margin-bottom: 12px;
  max-width: 520px;
}
.health-clients__inner h2 + p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 110px;
  max-width: 473px;
}
@media (max-width: 768px) {
  .health-clients__inner h2 + p {
    margin-bottom: 40px;
  }
}
.health-clients__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}
@media (max-width: 768px) {
  .health-clients__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.health-clients__item {
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 12px;
  background: hsla(0, 0%, 0%, 0.2);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .health-clients__item {
    border: 1px solid #ced9d7;
  }
}
.health-clients__item-top {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.health-clients__item p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  max-width: 286px;
}

.hover-arrow {
  transition: all 0.3s ease;
}
.hover-arrow img {
  transition: all 0.3s ease;
}
.hover-arrow:hover {
  transition: all 0.3s ease;
}
.hover-arrow:hover img {
  transition: all 0.3s ease;
  transform: translateX(5px);
}

.private-banking__unlock-wrapper {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 144px;
}
@media (max-width: 1024px) {
  .private-banking__unlock-wrapper {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .private-banking__unlock-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.private-banking__unlock-info h2 {
  color: #090909;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .private-banking__unlock-info h2 {
    font-size: 32px;
  }
}
.private-banking__unlock-info p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.private-banking__unlock-info p + p {
  margin-top: 18px;
}
.private-banking__unlock-info .button-link {
  margin-top: 50px;
  margin-bottom: 30px;
}
.private-banking__unlock-info .custom-link {
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.private-banking__benefits {
  position: relative;
  padding: 120px 0;
  background: #000;
}
.private-banking__benefits .decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.private-banking__benefits-wrapper {
  position: relative;
  z-index: 1;
}
.private-banking__benefits-wrapper h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .private-banking__benefits-wrapper h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.private-banking__benefits-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .private-banking__benefits-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.private-banking__benefits-item {
  border-radius: 12px;
  background: #fff;
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
}
.private-banking__benefits-item h4 {
  display: flex;
  gap: 16px;
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 32px;
  align-items: center;
}
.private-banking__benefits-item h4 svg {
  flex-shrink: 0;
}
.private-banking__benefits-item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .private-banking__benefits-item p {
    margin-bottom: 16px;
  }
}
.private-banking__benefits-item p span {
  color: #6f7a83;
  font-size: 14px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  top: 16px;
  display: block;
  margin-top: 16px;
}
.private-banking__benefits-item a {
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: underline;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.private-banking__banner-content {
  max-width: 300px;
  position: relative;
  z-index: 1;
}
.private-banking__banner-wrapper {
  position: relative;
  padding: 77px 70px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .private-banking__banner-wrapper {
    padding: 226px 16px 50px;
  }
}
.private-banking__banner-wrapper .decor {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .private-banking__banner-wrapper .decor {
    height: auto;
  }
}
@media (max-width: 768px) {
  .private-banking__banner-wrapper br {
    display: none;
  }
}
.private-banking__banner-wrapper h2 {
  color: #fff;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .private-banking__banner-wrapper h2 {
    font-size: 32px;
  }
}
.private-banking__banner-wrapper p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 40px;
}
.private-banking__might {
  background: #f2f9f8;
  padding: 80px 0;
}
.private-banking__might h2 {
  color: #090909;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .private-banking__might h2 {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.private-banking__might-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .private-banking__might-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.private-banking__might-item {
  padding: 34px 30px 50px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.private-banking__might-item svg {
  margin-bottom: 12px;
}
.private-banking__might-item h4 {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 14px;
}
.private-banking__might-item p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .private-banking__might-item p {
    margin-bottom: 24px;
  }
}
.private-banking__might-item .hover-arrow {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #090909;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.private-banking__might-item .hover-arrow svg {
  margin-bottom: 0;
}
.private-banking__might-item .hover-arrow:hover {
  text-decoration: underline;
}

.security-token.token-custom {
  padding: 0;
}

.custom-promo.licenses-promo {
  background: #090909;
  padding: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .custom-promo.licenses-promo {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .custom-promo.licenses-promo h1 {
    text-align: center;
  }
}
.custom-promo.licenses-promo p {
  max-width: 609px;
  text-align: center;
  margin-bottom: 0;
}
.custom-promo.licenses-promo .licenses-promo__decor {
  position: absolute;
  left: 0;
  right: 0;
  background: radial-gradient(51.82% 64.55% at 49.96% 50.09%, #000 0%, rgba(115, 115, 115, 0) 100%);
  mix-blend-mode: multiply;
  width: 100%;
  bottom: 27px;
  height: 100%;
}
@media (max-width: 768px) {
  .custom-promo.licenses-promo .licenses-promo__decor {
    display: none;
  }
}
.custom-promo.licenses-promo .custom-promo__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.licenses-official__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .licenses-official__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.licenses-official__photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .licenses-official__photo {
    gap: 16px;
  }
}

.licenses-blocks {
  padding: 85px 0 130px;
  background: #090909;
}
@media (max-width: 768px) {
  .licenses-blocks {
    padding: 60px 0;
  }
}
.licenses-blocks__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .licenses-blocks__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .licenses-blocks__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.licenses-blocks__item {
  border-radius: 12px;
  background: #f2f9f8;
  display: flex;
  padding: 24px 34px;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 0 0;
  min-height: 156px;
}
.licenses-blocks__item h4 {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.25px;
}
.licenses-blocks__item a {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .token-driving.licenses-driving {
    padding-top: 300px;
    padding-right: 16px;
    padding-bottom: 60px;
  }
}
.token-driving.licenses-driving .token-driving__wrapper {
  max-width: 457px;
}
@media (max-width: 768px) {
  .token-driving.licenses-driving .button-link {
    width: 100%;
  }
}
.token-driving.licenses-driving .token-driving__img.mob {
  top: 0;
  bottom: auto;
  height: auto;
}

.licenses-blocks-bottom {
  background: #090909;
}

.licenses-what__top {
  display: flex;
  gap: 34px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .licenses-what__top {
    flex-direction: column;
    gap: 24px;
  }
}
.licenses-what__top h2 {
  max-width: 521px;
}
.licenses-what__top p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 521px;
}
.licenses-what__table {
  border: 1px solid #ced9d7;
  border-radius: 12px;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
.licenses-what__table-head {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 31px 50px;
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  gap: 50px;
  border-bottom: 1px solid #ced9d7;
  min-width: 650px;
  width: 100%;
}
@media (max-width: 768px) {
  .licenses-what__table-head {
    font-size: 16px;
    padding: 31px 24px;
    gap: 18px;
  }
}
.licenses-what__table-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  padding: 29px 50px;
  min-width: 650px;
  width: 100%;
}
@media (max-width: 768px) {
  .licenses-what__table-row {
    font-size: 14px;
    gap: 18px;
    padding: 30px 24px;
  }
}
.licenses-what__table-row:nth-child(odd) {
  background: #f2f9f8;
}
.licenses-what__table-row .first {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (max-width: 768px) {
  .licenses-what__table-row .first {
    font-size: 16px;
  }
}

.instant-crypto__new-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 768px) {
  .instant-crypto__new-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.instant-crypto__new-content h2 {
  margin-bottom: 24px;
}
.instant-crypto__new-content p {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
  max-width: 520px;
}
.instant-crypto__new-content a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.token-steps.instant-steps .instant-steps__top {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .token-steps.instant-steps .instant-steps__top {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.token-steps.instant-steps .instant-steps__top h2 {
  max-width: 420px;
  margin-bottom: 0;
}
.token-steps.instant-steps .instant-steps__top p {
  max-width: 420px;
  margin-bottom: 0;
}
.token-steps.instant-steps .token-steps__item {
  padding: 32px 28px 20px 21px;
}
@media (max-width: 768px) {
  .token-steps.instant-steps .token-steps__item h6 {
    font-size: 25px;
  }
}

.instant-why__top {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .instant-why__top {
    margin-bottom: 32px;
    flex-direction: column;
  }
}
.instant-why__top h2 {
  max-width: 420px;
}
.instant-why__top p {
  max-width: 469px;
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.instant-why__inner {
  display: flex;
  flex-direction: column;
  gap: 96px;
}
@media (max-width: 768px) {
  .instant-why__inner {
    gap: 32px;
  }
}
.instant-why__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: center;
}
@media (max-width: 768px) {
  .instant-why__item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.instant-why__item:nth-child(odd) .instant-why__item-content {
  margin-left: auto;
}
.instant-why__item:nth-child(even) .instant-why__item-content {
  order: -1;
}
@media (max-width: 768px) {
  .instant-why__item:nth-child(even) .instant-why__item-content {
    order: 0;
  }
}
.instant-why__item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instant-why__item-content {
  max-width: 513px;
}
@media (max-width: 768px) {
  .instant-why__item-content {
    max-width: 100%;
  }
}
.instant-why__item-content h6 {
  color: #3da287;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .instant-why__item-content h6 {
    margin-bottom: 12px;
  }
}
.instant-why__item-content h4 {
  color: #090909;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .instant-why__item-content h4 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.instant-why__item-content p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.instant-how__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .instant-how__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.instant-how__content {
  max-width: 536px;
}
@media (max-width: 768px) {
  .instant-how__content {
    order: 1;
  }
}
.instant-how__content h2 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .instant-how__content h2 {
    margin-bottom: 24px;
  }
}
.instant-how__content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 24px;
}
.instant-how__content ul li {
  list-style: auto;
}
.instant-how__content ul li p.title {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.instant-how__content ul li p.text {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.instant-trust__wrapper {
  border-radius: 12.205px;
  background: #090909;
  padding: 60px 114px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 1024px) {
  .instant-trust__wrapper {
    padding: 60px;
  }
}
@media (max-width: 768px) {
  .instant-trust__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 60px 32px;
  }
}
@media (max-width: 768px) {
  .instant-trust__img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.instant-trust__content h2 {
  margin-bottom: 24px;
  color: #fff;
}
.instant-trust__content p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}

.instant-svgs__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  row-gap: 58px;
}
@media (max-width: 768px) {
  .instant-svgs__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.instant-svgs__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}
.instant-svgs__item p {
  color: #090909;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}
@media (max-width: 768px) {
  .instant-svgs__item p {
    font-size: 16px;
  }
}

.instant-more {
  background: #f2f9f8;
  padding: 80px 0 100px;
}
@media (max-width: 768px) {
  .instant-more {
    padding: 80px 0;
  }
}
.instant-more__top {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .instant-more__top {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .instant-more__top h2 br {
    display: none;
  }
}
.instant-more__top p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.instant-more__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .instant-more__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.instant-more__item {
  background: #fff;
  border-radius: 12px;
  padding: 34px 30px 46px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.instant-more__item svg {
  margin-bottom: 12px;
}
.instant-more__item h4 {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 14px;
}
.instant-more__item p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
.instant-more__item a {
  margin-top: auto;
}

.token-driving.licenses-driving.instant-driving p {
  max-width: 389px;
}
.token-driving.licenses-driving.instant-driving a {
  text-wrap: nowrap;
}
.token-driving.licenses-driving.instant-driving .instant-driving__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .token-driving.licenses-driving.instant-driving .instant-driving__bottom {
    flex-direction: column;
  }
}
.token-driving.licenses-driving.instant-driving .instant-driving__bottom div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  border: 1px solid #f2f9f8;
  border-radius: 12px;
  min-width: 155px;
  filter: blur(2px);
}
@media (max-width: 768px) {
  .token-driving.licenses-driving.instant-driving .instant-driving__bottom div {
    width: 100%;
  }
}

.custom-promo.instant-promo a {
  margin-bottom: 122px;
}
@media (max-width: 768px) {
  .custom-promo.instant-promo a {
    margin-bottom: 40px;
  }
}
.custom-promo.instant-promo .instanta-promo__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}
.custom-promo.instant-promo .instanta-promo__bottom div {
  color: #ddd;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .custom-promo.instant-promo .instanta-promo__bottom div {
    text-align: center;
  }
}
.custom-promo.instant-promo .instanta-promo__bottom div span {
  font-style: italic;
  font-weight: 600;
  margin-right: 3px;
}

.travel-mile.esim-alwaiys p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}

.esim-data__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.esim-data__top h2 {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .esim-data__top h2 {
    margin-bottom: 32px;
  }
}
.esim-data__top-text {
  color: #090909;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
.esim-data__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .esim-data__tabs {
    margin-bottom: 32px;
    gap: 16px;
  }
}
.esim-data__tab {
  border-radius: 12px;
  background: #f2f9f8;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  min-width: 170px;
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .esim-data__tab {
    min-width: 110px;
    padding: 12px 27px;
    font-size: 14px;
  }
}
.esim-data__box {
  margin-bottom: 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 768px) {
  .esim-data__box {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 32px;
  }
}
.esim-data__item {
  position: relative;
}
.esim-data__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esim-data__item div {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
}
.esim-data__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6f7a83;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.esim-data__bottom span {
  color: #090909;
  font-style: italic;
}

.travel-roam.esim-3g p span {
  font-style: italic;
  font-weight: 600;
}

.token-steps.esim-steps .token-steps__text {
  max-width: 640px;
}

.esim-stay {
  position: relative;
  padding: 144px 0;
  background: #000;
}
@media (max-width: 768px) {
  .esim-stay {
    padding: 308px 0 60px;
  }
}
.esim-stay .page__container {
  position: relative;
  z-index: 1;
}
.esim-stay__decor {
  position: absolute;
  inset: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: auto;
}
.esim-stay h2 {
  color: #f2f9f8;
  margin-bottom: 32px;
  max-width: 376px;
}
@media (max-width: 768px) {
  .esim-stay h2 {
    margin-bottom: 24px;
  }
}
.esim-stay p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
  max-width: 304px;
}
@media (max-width: 768px) {
  .esim-stay p {
    margin-bottom: 40px;
  }
}

.travel-plan.earn-crypto__plan .earn-crypto__plan-top {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
}
.travel-plan.earn-crypto__plan .earn-crypto__plan-top h2 {
  max-width: 304px;
  width: 100%;
  margin-bottom: 0;
}
.travel-plan.earn-crypto__plan .earn-crypto__plan-top p {
  max-width: 440px;
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .travel-plan.earn-crypto__plan .earn-crypto__plan-top {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.travel-plan.earn-crypto__plan .travel-plan__item {
  padding: 35px 24px;
}

.token-driving.earn-crypto__token-drive p {
  max-width: 400px;
}

.earn-utilize h2 {
  margin-bottom: 60px;
  max-width: 631px;
}
@media (max-width: 768px) {
  .earn-utilize h2 {
    margin-bottom: 32px;
  }
}
.earn-utilize__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .earn-utilize__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.earn-utilize__item {
  min-height: 500px;
  padding: 50px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .earn-utilize__item {
    padding: 50px 30px;
    min-height: 450px;
  }
}
.earn-utilize__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.earn-utilize__item-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.earn-utilize__item-inner h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}
.earn-utilize__item-inner p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.earn-utilize__item-inner a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  text-decoration: underline;
  display: inline-flex;
  margin-top: auto;
  justify-content: end;
}

.custom-promo.earn-promo {
  overflow: hidden;
  background: #000;
  min-height: 635px;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .custom-promo.earn-promo {
    padding-top: 200px;
  }
}
.custom-promo.earn-promo .custom-promo__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .custom-promo.earn-promo .custom-promo__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .custom-promo.earn-promo .custom-promo__decor {
    bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.custom-promo.earn-promo p {
  max-width: 473px;
}
.custom-promo.earn-promo .button-link {
  margin-bottom: 22px;
}
.custom-promo.earn-promo .earn-promo__bottom {
  display: flex;
  gap: 38px;
  color: #ddd;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .custom-promo.earn-promo .earn-promo__bottom {
    font-size: 16px;
    gap: 16px;
  }
}
.custom-promo.earn-promo .earn-promo__bottom span {
  font-style: italic;
  font-weight: 600;
}
.custom-promo.earn-promo .earn-promo__tabs {
  background: rgba(255, 255, 255, 0.6);
  padding: 23px 20px 12px;
  border-radius: 12px 12px 0 0;
  position: absolute;
  right: 100px;
  bottom: -62px;
  max-width: 434px;
  width: 100%;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
@media (max-width: 1250px) {
  .custom-promo.earn-promo .earn-promo__tabs {
    right: 0;
  }
}
@media (max-width: 1100px) {
  .custom-promo.earn-promo .earn-promo__tabs {
    position: relative;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .custom-promo.earn-promo .earn-promo__tabs {
    max-width: 100%;
    bottom: 0;
    margin-bottom: -62px;
  }
}
.custom-promo.earn-promo .earn-promo__tabs h4 {
  color: #090909;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.custom-promo.earn-promo .earn-promo__tabs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 14px;
  height: 32px;
}
.custom-promo.earn-promo .earn-promo__tabs-noactive {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6f7a83;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.24px;
  border-bottom: 1px solid #ced9d7;
}
.custom-promo.earn-promo .earn-promo__tabs-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  width: 100%;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
}
.custom-promo.earn-promo .earn-promo__tabs-item-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-promo.earn-promo .earn-promo__tabs-item-left .name {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 3px;
}
.custom-promo.earn-promo .earn-promo__tabs-item-left .short-name {
  color: #6f7a83;
  font-size: 10px;
  font-weight: 500;
}
.custom-promo.earn-promo .earn-promo__tabs-item-right {
  display: flex;
  padding: 4px 10px;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.85);
  color: #090909;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: 0.24px;
}
.custom-promo.earn-promo .earn-promo__tabs-item-right span {
  font-style: italic;
  font-weight: 600;
}
.custom-promo.earn-promo .earn-promo__tabs-active {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #090909;
  font-size: 12px;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.24px;
  border-bottom: 1px solid #000;
}
.custom-promo.earn-promo .earn-promo__tabs-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 9px;
}
.custom-promo.earn-promo .earn-promo__tabs-bottom-text {
  color: #090909;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.margin-digital.earn-digital {
  padding: 0;
}

.earn-wealth {
  padding: 120px 0;
  position: relative;
  background: #000;
  overflow: hidden;
}
@media (max-width: 768px) {
  .earn-wealth {
    padding: 170px 0 60px;
  }
}
.earn-wealth img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .earn-wealth img {
    bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.earn-wealth .page__container {
  position: relative;
}
.earn-wealth h2 {
  max-width: 503px;
  color: #fff;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .earn-wealth h2 {
    max-width: 288px;
    margin-bottom: 24px;
  }
}
.earn-wealth p {
  color: #ced9d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 449px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .earn-wealth p {
    max-width: 288px;
    margin-bottom: 40px;
  }
}

.token-meet.earn-meet .token-meet__categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .token-meet.earn-meet h2 {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .token-meet.earn-meet p {
    text-align: left;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .token-meet.earn-meet a {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .token-meet.earn-meet {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: baseline;
  }
}

.margin-strong.earn-strong {
  padding: 0;
}
.margin-strong.earn-strong .earn-strong__about {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.earn-taxes__wrapper {
  position: relative;
  padding: 128px 52px 122px;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
}
@media (max-width: 768px) {
  .earn-taxes__wrapper {
    padding: 340px 16px 32px;
  }
}
.earn-taxes__wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .earn-taxes__wrapper img {
    bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.earn-taxes__inner {
  position: relative;
  color: #fff;
  max-width: 476px;
  width: 100%;
  margin-left: auto;
}
.earn-taxes__inner h2 {
  margin-bottom: 32px;
  color: #fff;
}
@media (max-width: 768px) {
  .earn-taxes__inner h2 {
    margin-bottom: 24px;
  }
}
.earn-taxes__inner p {
  color: #ced9d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .earn-taxes__inner p {
    margin-bottom: 32px;
  }
}
.earn-taxes__inner ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.earn-taxes__inner ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.earn-your {
  padding: 90px 0 147px;
  background: #090909;
}
@media (max-width: 768px) {
  .earn-your {
    padding: 80px 0;
  }
}
.earn-your h2 {
  color: #fff;
  max-width: 531px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .earn-your h2 {
    margin-bottom: 40px;
  }
}
.earn-your__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 144px;
}
@media (max-width: 1200px) {
  .earn-your__wrapper {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .earn-your__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
  }
}
.earn-your__left a {
  height: 64px;
  margin-bottom: 42px;
  width: 100%;
  display: flex;
}
.earn-your__left p {
  color: #6f7a83;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  max-width: 420px;
}
.earn-your__left p span {
  color: #fff;
  margin-right: 2px;
}
.earn-your__left .form-group {
  margin-bottom: 10px;
}
.earn-your__left .form-group .form-label {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 8px;
  margin-left: 8px;
}
.earn-your__left .form-group .amount-input {
  border-radius: 12px;
  border: 1px solid #6f7a83;
  height: 64px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  background: transparent;
  width: 100%;
  padding: 8px 24px;
}
.earn-your__left .slider-container {
  margin-bottom: 16px;
  padding: 16px 0;
}
.earn-your__left .form-input:focus-within {
  border-color: #00d4aa;
  box-shadow: 0 0 0 3px rgba(0, 212, 170, 0.1);
}
.earn-your__left .current-value {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.earn-your__left .slider-track {
  position: absolute;
  top: 50%;
  left: 0;
  height: 6px;
  background: #00d4aa;
  border-radius: 3px;
  transform: translateY(-11px);
  pointer-events: none;
  z-index: 1;
}
.earn-your__left .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #3a3a3a;
  outline: none;
  position: relative;
}
.earn-your__left .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00d4aa;
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
.earn-your__left .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #00d4aa;
  cursor: pointer;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.earn-your__left .slider-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6f7a83;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  transform: translateY(8px);
}
.earn-your__right-top {
  display: flex;
  gap: 34px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .earn-your__right-top {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .earn-your__right-top p {
    max-width: 120px;
  }
}
.earn-your__right-top .number-custom {
  color: #04d3a3;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.96px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .earn-your__right-top .number-custom {
    font-size: 32px;
    text-wrap: nowrap;
  }
}
.earn-your__right-top .number {
  color: #ced9d7;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.96px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .earn-your__right-top .number {
    font-size: 32px;
  }
}
.earn-your__right p {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.earn-your__right-img {
  margin-bottom: 32px;
}
.earn-your__right-img img {
  width: 100%;
}
.earn-your__right-ind {
  display: flex;
  gap: 50px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .earn-your__right-ind {
    flex-direction: column;
    gap: 24px;
  }
}
.earn-your__right-ind-flex {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #f2f9f8;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.earn-your__right .text-two {
  margin-bottom: 10px;
}

.earn-your #amountSelectValue .custom-crypto-select__wrapper {
  position: relative;
  width: 100%;
  height: 64px;
  border-radius: 12px;
  border: 1px solid var(--Gray-Dark, #6f7a83);
}
.earn-your .custom-crypto-select .ss-main {
  background: transparent !important;
}
.earn-your #amountSelectValue .custom-select-option span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.earn-your .custom-crypto-select .ss-main .ss-values {
  justify-content: flex-start;
  color: var(--text-two);
  font-weight: 600;
  font-size: 15px;
  padding-left: 24px;
}
.earn-your #amountSelectValue .custom-select-option img {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
}
.earn-your .ss-main:focus {
  box-shadow: none;
}
.earn-your .ss-content .ss-list .ss-option {
  background: #000;
}
.earn-your .ss-content .ss-search {
  background: #000;
  color: #fff;
}
.earn-your .ss-content .ss-search input {
  background-color: #000;
  border: 1px solid #6f7a83;
  color: #fff;
}
.earn-your #amountSelectValue .ss-main .ss-arrow path {
  stroke: #fff;
}
.earn-your #amountSelectValue .ss-arrow {
  width: 13.223px;
  height: 21.223px;
}

.international-ways__wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 82px 67px 60px;
  background: #000;
}
@media (max-width: 768px) {
  .international-ways__wrapper {
    padding: 286px 16px 40px;
  }
}
.international-ways__wrapper .decor {
  position: absolute;
  inset: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .international-ways__wrapper .decor {
    bottom: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.international-ways__inner {
  position: relative;
  z-index: 2;
}
.international-ways__inner h2 {
  margin-bottom: 36px;
  color: #fff;
}
.international-ways__inner h2 span {
  font-style: italic;
  font-weight: 600;
}
.international-ways__inner a {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .international-ways__inner a {
    margin-bottom: 40px;
  }
}
.international-ways__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1024px) {
  .international-ways__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .international-ways__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.international-ways__item {
  position: relative;
  padding: 48px 35px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.international-ways__item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .international-ways__item img {
    opacity: 0.1;
  }
}
.international-ways__item h4 {
  color: #f2f9f8;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
}
.international-ways__item p {
  color: #f2f9f8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  max-width: 177px;
}

.international-help__wrapper {
  border-radius: 12px;
  background: #f2f9f8;
  padding: 40px 80px;
}
@media (max-width: 1024px) {
  .international-help__wrapper {
    padding: 40px 16px;
  }
}
.international-help__top {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .international-help .esim-data__tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
.international-help .esim-data__tab {
  background: #fff;
}
@media (max-width: 768px) {
  .international-help .esim-data__tab {
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 12px 11px;
    text-wrap: nowrap;
  }
}
.international-help__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .international-help__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .international-help__content img {
    order: -1;
  }
}
.international-help__content div {
  max-width: 386px;
}
.international-help__content h2 {
  margin-bottom: 30px;
}
.international-help__content p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}

.international-pay__wrapper {
  position: relative;
  height: 700px;
  padding: 98px 64px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .international-pay__wrapper {
    height: 667px;
    padding: 50px 24px;
  }
}
.international-pay__wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.international-pay__inner {
  position: relative;
  z-index: 2;
  max-width: 467px;
  color: #fff;
}
.international-pay__inner h2 {
  color: #fff;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .international-pay__inner h2 {
    font-size: 40px;
  }
}
.international-pay__inner p {
  margin-bottom: 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}

.international-global {
  background: #f2f9f8;
  padding: 80px 0;
}
.international-global__top {
  display: flex;
  gap: 93px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .international-global__top {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }
}
.international-global__top h2 span {
  font-style: italic;
  font-weight: 600;
  margin-right: 3px;
}
.international-global__top p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  max-width: 481px;
}
.international-global__box {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.international-global__item {
  display: flex;
  align-items: center;
  gap: 33px;
  justify-content: end;
}
@media (max-width: 992px) {
  .international-global__item {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.international-global__item-title {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
}
@media (max-width: 768px) {
  .international-global__item-title {
    font-size: 18px;
  }
}
.international-global__country-wrapper {
  border-radius: 12px;
  background: #fff;
  padding: 28px 54px;
  max-width: 982px;
  width: 100%;
  overflow-x: auto;
  width: 100%;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .international-global__country-wrapper {
    padding: 28px 24px;
  }
}
.international-global__country {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 48px;
  width: 100%;
  min-width: 600px;
  width: 100%;
}
.international-global__country-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.international-global__bottom {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  text-align: center;
}
@media (max-width: 768px) {
  .international-global__bottom {
    text-align: left;
  }
}
.international-global__bottom a {
  font-style: italic;
  font-weight: 600;
  display: inline-flex;
  text-decoration: underline;
}

.custom-promo.international-promo .custom-promo__wrapper {
  display: flex;
  width: 100%;
  gap: 60px;
}
@media (max-width: 768px) {
  .custom-promo.international-promo .custom-promo__wrapper {
    flex-direction: column;
    gap: 60px;
  }
}
.custom-promo.international-promo .international-promo__block {
  background: #000;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.custom-promo.international-promo .international-promo__block-label {
  color: #6f7a83;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 4px;
  margin-left: 8px;
}
.custom-promo.international-promo .international-promo__block-input {
  border-radius: 12px;
  border: 1px solid #6f7a83;
  display: flex;
  height: 64px;
  padding: 0px 6px 0px 24px;
  align-items: center;
  gap: 22px;
  align-self: stretch;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 12px;
}
.custom-promo.international-promo .international-promo__block-input .number {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.custom-promo.international-promo .international-promo__block-input .send-money {
  border-radius: 12px;
  border: 1px solid #000;
  background: #f2f9f8;
  display: flex;
  width: 94px;
  height: 52px;
  padding: 0px 8px;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  color: #090909;
  font-size: 14.235px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.285px;
}
.custom-promo.international-promo .international-promo__block-link {
  height: 64px;
  width: 100%;
  margin-bottom: 16px;
}
.custom-promo.international-promo .international-promo__block ul {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-promo.international-promo .international-promo__block ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-promo.international-promo .international-promo__block ul li .text {
  color: #ced9d7;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 0;
}
.custom-promo.international-promo .international-promo__block ul li div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ced9d7;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.custom-promo.international-promo .international-promo__block ul li div span {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.custom-promo.international-promo .international-promo__block-custom {
  color: #ced9d7;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 32px;
}
.custom-promo.international-promo .international-promo__block-custom span {
  font-style: italic;
  font-weight: 500;
}
.custom-promo.international-promo .international-promo__block-bottom {
  color: #3da287;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: 0.24px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: center;
  justify-content: center;
}
.custom-promo.international-promo .international-promo__block-bottom-text {
  color: #6f7a83;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.24px;
  margin-bottom: 8px;
}
.custom-promo.international-promo .international-promo__block-wrapper {
  width: 100%;
  max-width: 448px;
  padding: 1px;
  border-radius: 12px;
  border: 1px solid #04d3a3;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1);
  -webkit-backdrop-filter: blur(13.5px);
          backdrop-filter: blur(13.5px);
}
.custom-promo.international-promo .international-promo__block-wrapper-inner {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
@media (max-width: 1600px) {
  .custom-promo.international-promo .international-promo__block-wrapper-inner {
    justify-content: center;
  }
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.main-why__center-img {
  position: relative;
}
.main-why__center-img-decor {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0.89%, #fff 37.78%);
  height: 52vh;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-why .page__container {
  width: 100%;
}

.main-why__center-text,
.main-why__center-box {
  position: relative;
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 1342px !important;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 56px;
  border-radius: 32px;
  padding: 4px 24px;
  background: var(--secondary);
  font-weight: 600;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.button span {
  position: relative;
  z-index: 2;
}

.button:hover {
  background: rgba(0, 184, 129, 0.8);
}

.button--big {
  height: 64px;
}

.button--black {
  background: var(--primary);
}

.button--black:hover {
  background: #303131;
}

.button--border {
  background: 0 0;
  border: 1px solid var(--secondary);
  color: var(--primary);
}

.button--border:hover {
  color: #fff;
}

.button--fw {
  width: 100%;
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 8px !important;
  width: 100%;
  display: block;
  padding: 16px 24px;
  border-radius: 27px;
  border: 1px solid #ced9d7;
  background: #fff;
  height: 56px;
  outline: 0;
  line-height: 24px;
  letter-spacing: 0.32px;
  color: #000;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.input::-moz-placeholder {
  color: #6f7a83;
}

.input::placeholder {
  color: #6f7a83;
}

.input._form-focus {
  box-shadow: 0 0 0 2px #ececec;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
  padding: 0 0;
}

.options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(85px, 1fr));
  align-items: center;
  gap: 12px;
}

.options__item {
  position: relative;
  cursor: pointer;
  flex: 1 1 auto;
}

.options__item:not(:last-child) {
  margin-bottom: 5px;
}

.options__input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}

.options__input:checked + .options__label {
  border-radius: 12px;
  border: 0.89px solid #04d3a3;
  background: #d7f7eb;
  transition: all 0.3s ease;
}

.nomy-selector-top {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .nomy-selector-top {
    margin-bottom: 0;
  }
}
.nomy-selector-top .selected-option {
  width: -moz-fit-content;
  width: fit-content;
  background: #f2f9f8;
  border-radius: 12px;
  right: 6px;
  pointer-events: all;
}
.nomy-selector-top .optionss {
  top: calc(100% + 5px);
  border-radius: 12px;
  border-radius: 12px;
  border: 1px solid #ced9d7;
  pointer-events: all;
}
.nomy-selector-top .custom-select {
  position: absolute;
  right: 0px;
  top: 6px;
  display: flex;
  height: 52px;
  align-items: center;
  gap: 7px;
  border-radius: 12px;
  background: transparent;
  justify-content: end;
  pointer-events: none;
}
.nomy-selector-top .custom-select .selected-option {
  border: none;
}
.nomy-selector-top .input {
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
  height: 64px;
  padding: 0px 150px 0px 24px;
}

.options__label {
  display: flex;
  padding: 14px 10px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  background: #fff;
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .options__label {
    padding: 11px 10px;
    font-size: 14px;
  }
}
.options__label:hover {
  cursor: pointer;
}

.options__label:hover {
  opacity: 0.8;
}

.options__text {
  color: #090909;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.select {
  min-width: 0;
  position: relative;
}

.select__body {
  position: relative;
}

.select__title {
  color: inherit;
  text-align: left;
  border-radius: 27px;
  border: 1px solid var(--gray-100, #ececec);
  background: var(--white, #fff);
  cursor: pointer;
  height: 56px;
  width: 100%;
  padding: 12px;
}

.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
}

.select__value > * {
  flex: 1 1 auto;
}

.select__value:after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/chevron-down.svg) center/100% 100% no-repeat;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}

._select-open .select__value:after {
  transform: rotate(-180deg);
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}

.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 1px);
  border-radius: 27px;
  border: 1px solid var(--gray-100, #ececec);
  background: var(--white, #fff);
  min-width: 100%;
  left: 0;
  padding: 10px 0 5px 0;
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 15px;
  color: inherit;
}

.select__option._select-selected {
  background-color: #eee;
}

.select__row {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.select__asset {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.select__asset img {
  max-height: 100%;
  max-width: 100%;
}

.select__text {
  line-height: 24px;
  letter-spacing: 0.32px;
}

.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 1px);
  padding: 5px 0 10px 0;
}

._select-tag {
  cursor: pointer;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

.title-h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.56px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 4px;
  border-radius: 12px;
  background: var(--grey-black-10, rgba(12, 33, 51, 0.05));
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.06) inset, 0 1px 2px 0 rgba(0, 0, 0, 0.06) inset;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  padding: 4px;
}

.nav__item {
  padding: 7px 8px 9px;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  min-width: 205px;
}

.subtitle {
  color: #6f7a83;
  font-weight: 600;
  line-height: 24px;
}

.form__grid-layout-right {
  padding: 38px 50px;
  border-radius: 12px;
  background: #d7f7eb;
}
@media (max-width: 1024px) {
  .form__grid-layout-right {
    padding: 32px 16px;
  }
}

.form__grid-layout-left {
  border-radius: 12px;
  background: #f2f9f8;
  padding: 38px 50px;
}
@media (max-width: 1024px) {
  .form__grid-layout-left {
    padding: 32px 16px;
  }
}
.form__grid-layout-left .form-item__label {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.form__grid-layout-left .form-item__top {
  justify-content: start;
  gap: 8px;
}

.form__grid-layout-custom {
  gap: 4px !important;
}

.form__grid-layout-right.right-custom.right-custom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom {
    gap: 32px;
  }
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-left p {
  color: #0d0e0e;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  margin-bottom: 6px;
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-left #res_amount {
  color: #090909;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom .right-custom__top-left #res_amount {
    font-size: 40px;
  }
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-left #res_coin {
  color: #090909;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom .right-custom__top-left #res_coin {
    font-size: 18px;
  }
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-left .form-what__info-value p {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-left #res_usd {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-right {
  display: flex;
  width: 82px;
  height: 81px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  border-radius: 12px;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom .right-custom__top-right {
    display: flex;
    width: 41px;
    height: 41px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
.form__grid-layout-right.right-custom.right-custom .right-custom__top-right svg {
  flex-shrink: 0;
}
.form__grid-layout-right.right-custom.right-custom .right-custom__bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom .right-custom__bottom {
    flex-direction: column;
    gap: 16px;
  }
}
.form__grid-layout-right.right-custom.right-custom .right-custom__bottom a {
  text-wrap: nowrap;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom .right-custom__bottom a {
    width: 100%;
    height: 64px;
  }
}
.form__grid-layout-right.right-custom.right-custom .right-custom__bottom p {
  color: #6f7a83;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 166.667%;
  letter-spacing: 0.24px;
}
@media (max-width: 768px) {
  .form__grid-layout-right.right-custom.right-custom .right-custom__bottom p {
    text-align: left;
  }
}

.form-what__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .form-what__body {
    grid-template-columns: repeat(1, 1fr);
  }
}

.link {
  display: inline-block;
  padding: 8px 18.5px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  border-radius: 18px;
}

.link:hover {
  background: #f3f3f3;
}

.form-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.form-item__top:not(:last-child) {
  margin-bottom: 13px;
}

.form-item__label {
  line-height: 24px;
  letter-spacing: 0.32px;
}

.form-item__tippy {
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  flex-shrink: 0;
}

.nav-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
}

.nav-slider__arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.nav-slider__arrow.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.nav-slider__arrow:hover {
  background: #d1d1d1;
}

.nav-slider__pagination {
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.bottom-block {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 32px 24px 0 0;
  background: var(--green-light, #e5fbba);
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  z-index: 3;
  padding: 20px 24px 24px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transform: translateY(150%);
}

.down .bottom-block {
  transform: translateY(0);
}

.up .bottom-block {
  transform: translateY(0);
}

.hide-block .bottom-block {
  opacity: 0;
  transform: translateY(150%) !important;
}

.hide .bottom-block {
  opacity: 0;
  transform: translateY(150%) !important;
}

.bottom-block::after {
  content: "";
  border-radius: 10px;
  background: var(--property-1-diagram-300, #b0b0b0);
  position: absolute;
  height: 2px;
  width: 22px;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-block__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bottom-block__left {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

.bottom-block__icon {
  width: 32px;
  height: 32px;
}

.bottom-block__text {
  font-size: 14px;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.28px;
}

.bottom-block__button {
  width: 110px;
  flex-shrink: 0;
  height: 48px;
}

.header {
  position: relative;
  background: #0d0e0e;
}

.header__top {
  padding: 20px 0;
  background: #e5fbba;
  overflow: hidden;
  position: relative;
  width: 100% !important;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.header.dark .header__language-box {
  background-color: #000;
}

.header.dark .header__language-box-top {
  border-radius: 12px;
  background: #262626;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.06) inset;
}

.header.dark .header__language-box-button {
  color: #fff;
}

.header.dark .header-language__box-item {
  color: #fff;
}

.header.dark .header-currency__box-item.active {
  color: #fff;
}

.header.dark .header__language-box-button.active {
  /* background: #484848; */
}

.header.dark .header__language-box-span {
  background: #484848;
}

.close-banner .header__top {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

.header__top-row {
  position: relative;
  text-align: center;
}

.header__top-text {
  line-height: 24px;
  letter-spacing: 0.32px;
  padding: 0 30px;
}

.header__top-text a {
  font-family: Montserrat;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
  text-decoration-line: underline;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  margin-left: 5px;
  flex-shrink: 0;
}

.header__top-text a:hover {
  color: var(--secondary);
}

.header__top-close {
  position: absolute;
  top: 0;
  right: 0;
}

.header__main {
  width: 100%;
}

.open-menu-element-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 26, 23, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: -1;
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.open-menu-element-bg.visible {
  transition: all 0.3s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.header.dark {
  background: #000;
  z-index: 10;
}

.header.dark .header__link:hover {
  color: #00b881;
  cursor: pointer;
  background: #0c2515;
}

.header.dark .menu-mob__content {
  background: #000;
  color: #fff;
}

.header.dark .menu-mob__title {
  color: #fff;
}

.menu-mob__title.custom {
  color: #fff !important;
}

.header.dark .menu-mob__list a {
  color: #ced9d7;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.menu-mob__text-name {
  color: #6f7a83;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

@media (max-width: 1024px) {
  .menu__sublist-business .menu__sublist-markets-list {
    flex-direction: column;
    display: flex;
    gap: 4px;
  }
}
.menu-mob-follows {
  margin-top: auto;
  padding-top: 40px;
}
.menu-mob-follows .menu__top {
  margin-bottom: 8px;
}
.menu-mob-follows .menu-new-item-social div {
  width: 40px;
  height: 40px;
}

.header.dark .header__main {
  background: #000;
}

.header.dark .button--border {
  color: #fff;
}

.menu-mob__title .menu-mob__icon {
  color: #fff;
  transition: all 0.3s ease-in;
}

.menu-mob__title._spoller-active .menu-mob__icon {
  color: rgb(0, 184, 129);
}

@media (max-width: 1024px) {
  .header__main {
    padding: 10px 0;
  }
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.menu-mob__text svg {
  display: none;
}

.menu-mob__text.active {
  display: flex;
  gap: 10px;
  align-items: end;
}

.menu-mob__text.active svg {
  display: flex;
}

.header__logo {
  display: block;
  flex-shrink: 0;
}

.header__logo img {
  height: 24px;
}

.header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header__link {
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 32px;
  color: #fff;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__link:hover {
  opacity: 0.8;
}

.header__button {
  height: 40px;
  min-width: 104px;
  border-radius: 12px;
  background: #04d3a3;
  color: #0d0e0e;
  font-size: 16px;
  font-weight: 600;
  line-height: 171.429%;
  letter-spacing: 0.28px;
}

.header__language {
  position: relative;
}

.header__language:hover .header__language-box {
  /* display: block; */
}

.header__language-top-arrow.active {
  transition: all 0.3s ease-in;
}

.header__language-top-arrow.active {
  transform: rotate(180deg) translateY(3px);
}
.header__language-top-arrow.active svg path {
  stroke: #00b881;
}

.header__language-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 28px 16px;
  cursor: pointer;
}

.header__language-top-arrow {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg) translateY(0px);
  transition: all 0.3s ease-in;
}

.header__language-box {
  position: absolute;
  width: 307px;
  height: -moz-max-content;
  height: max-content;
  flex-shrink: 0;
  border-radius: 32px;
  background: var(--white, #fff);
  box-shadow: 0px 8.38944px 10.01724px 0px rgba(31, 64, 60, 0.07), 0px 67px 80px 0px rgba(31, 64, 60, 0.04);
  z-index: 100;
  left: -14rem;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  position: absolute;
  top: 85px;
  padding: 24px;
  z-index: 4;
  background: #fff;
  border-radius: 32px;
  opacity: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  pointer-events: all;
}

.header__language-box.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.3s ease-in;
}

.header__language-box-top {
  border-radius: 12px;
  background: rgba(12, 33, 51, 0.05);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.06) inset;
  display: flex;
  padding: 4px;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-bottom: 13px;
  position: relative;
}

@media (max-width: 768px) {
  html.watcher.webp.down .button_af6a {
    margin-bottom: 114px !important;
    transition: all 0.3s ease;
  }
  html.watcher.webp.down.hide-block .button_af6a {
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
  }
  html.watcher.webp.up .button_af6a {
    margin-bottom: 114px !important;
    transition: all 0.3s ease;
  }
  html.watcher.webp.hide .button_af6a {
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
  }
  html.watcher.webp.up.hide-block .button_af6a {
    margin-bottom: 20px !important;
    transition: all 0.3s ease;
  }
  .button_af6a {
    transition: all 0.3s ease;
  }
}
.header__language-box-button {
  color: rgba(12, 33, 51, 0.78);
  text-align: center;
  width: 50%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 9px;
  letter-spacing: 0.32px;
}

.header__language-box-button.active {
  color: var(--basic-safe-black, #000005);
}

.header__language-box-span {
  position: absolute;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  will-change: transform;
  transition-property: transform;
  top: 0.25rem;
  bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  box-shadow: rgba(12, 28, 49, 0.1) 0px 2px 6px, rgba(12, 28, 49, 0.05) 0px 1px 4px;
  width: calc(50% - 4px);
  transform: translateX(0%);
  border-radius: 8px;
  background: var(--basic-white, #fff);
  /* card-shadow/z-1 */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05), 0px 2px 5px 0px rgba(0, 0, 0, 0.06), 0px 6px 12px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease;
}

.header__language-box-span.active {
  transform: translateX(96%);
}

.header__language-box-language {
  transition: all 0.1s ease;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  opacity: 1;
}

.header__language-box-language.active {
  pointer-events: none;
  opacity: 0;
  height: 0px;
  transition: all 0.1s ease;
}

.header__language-box-language p {
  color: #8a93a6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
}

.header__language-box-currency p {
  color: #8a93a6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 12px;
}

.header-language__box-list {
  display: flex;
  flex-direction: column;
}

.header-currency__box-item {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-currency__box-item,
.header-language__box-item {
  padding: 12px 0;
  color: var(--black, #000);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-language__box-item svg {
  display: none;
}

.header-language__box-item.active svg {
  display: block;
}

.header-currency__box-item svg {
  display: none;
}

.header-currency__box-item.active svg {
  display: block;
}

.header__language-box-currency {
  opacity: 0;
  position: relative;
  pointer-events: none;
  height: 0;
}

.header__language-box-currency.active {
  opacity: 1;
  height: -moz-max-content;
  height: max-content;
  pointer-events: all;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 32px;
}

.menu__item:hover .menu__sublist-box {
  opacity: 1;
  z-index: 50;
  pointer-events: all;
  visibility: visible;
}

.menu__item:hover .menu__link {
  color: #ced9d7;
  transition: all 0.3s ease;
}

.menu__item:hover .menu__link img {
  transform: scaleY(-1);
}

.menu__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
}

.menu__sublist-subitem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu__item .menu__link svg {
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.menu__item:hover .menu__link svg {
  transform: rotate(180deg);
  /* fill: #00b881; */
}

.menu__item .menu__link svg path {
  transition: all 0.3s ease;
}

.menu__item:hover .menu__link svg path {
  stroke: #ced9d7;
  transition: all 0.3s ease;
}

.menu__sublist .menu__sublist-sublink {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.menu-sublist__container {
  display: flex;
  justify-content: space-between;
  gap: 49px;
}

.menu-sublist__new-left {
  position: relative;
  padding: 31px 27px;
  max-width: 323px;
}

.menu-sublist__new-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.menu-sublist__new-follow {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
}

.menu-sublist__new-follow-social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-sublist__new-follow-social a {
  border-radius: 8px;
  border: 1px solid #ced9d7;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.menu-sublist__new-left-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}

.menu-sublist__new-left-content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.menu-sublist__new-left-bottom {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.menu-sublist__new-left-bottom span {
  color: #04d3a3;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.28px;
}

.menu-sublist__new-line {
  width: 1px;
  height: 230px;
  background: #6f7a83;
  color: #6f7a83;
}

.menu-sublist__new-global {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 328px;
}

.menu-sublist__new-global h6 {
  color: #ced9d7;
  font-size: 14px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -0.14px;
}

.menu-sublist__new-global p {
  color: #ced9d7;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.12px;
}

.menu-sublist__new-global-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.menu-sublist__new-global-buttons .button-start-earning {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #0d0e0e;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.24px;
  transition: all 0.3s ease;
}

.menu-sublist__new-global-buttons .button-start-earning:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.menu-sublist__new-global-buttons .button-start-calculate:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
}

.menu-sublist__new-global-buttons .button-start-calculate {
  border-radius: 12px;
  border: 1px solid #fff;
  display: flex;
  transition: all 0.3s ease;
  padding: 12px 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.24px;
}

.header__language:hover .header__language-box {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.footer__socials-list li svg rect {
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.footer__socials-list li:hover svg rect {
  fill: #e5fbba;
}

.header__language:hover .header__language-top-arrow {
  transform: rotate(180deg) translateY(3px);
}

.header__language:hover .header__language-top-arrow svg path {
  stroke: #00b881;
}

.menu__link img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.menu__item {
  padding: 30px 0;
}

.menu__sublist-left-icon {
  width: 158px;
  height: 36px;
}

.menu__sublist-box {
  position: absolute;
  top: 84px;
  padding: 24px 0 52px;
  z-index: -1;
  left: 0;
  background: #090909;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  filter: drop-shadow(0px 8.389px 10.017px rgba(31, 64, 60, 0.07)) drop-shadow(0px 67px 80px rgba(31, 64, 60, 0.04));
}

.header.dark .menu__sublist-box {
  background: #000;
}

.header.dark .header__top {
  background: #141414;
}

.header.dark .menu__sublist li a {
  color: #fff;
}

.header.dark .menu__sublist-box-bottom {
  border-top: 1px solid #1f1f1f;
}

.header .menu__sublist-box.dots {
  width: 200px;
}

.header .menu__sublist-box.dots .menu__sublist {
  grid-template-columns: repeat(1, 1fr);
}

.footer.dark .footer__mob {
  border-top: 1px solid #323232;
}

.menu__sublist-right,
.menu__sublist-left {
  padding-top: 16px;
  padding-left: 22px;
}

.menu__sublist-right p,
.menu__sublist-left p {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  margin-bottom: 1rem;
}

.menu__sublist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 0px;
}

.menu-sublist__right-images {
  display: flex;
  gap: 1rem;
}

.menu__sublist-business {
  display: flex;
  gap: 38px;
}
.menu__sublist-business-left {
  border-radius: 12px;
  max-width: 323px;
  flex-shrink: 0;
  padding: 32px 24px 50px;
  background: linear-gradient(198deg, #090909 59.42%, #04d3a3 359.86%);
}
.menu__sublist-business-left h6 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 16px;
}
.menu__sublist-business-left p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  /*  */
  letter-spacing: 0.32px;
}
.menu__sublist-business-left.company-menu-custom {
  padding-bottom: 37px;
}
.menu__sublist-business-left.company-menu-custom .company-menu-custom-text {
  color: #f2f9f8;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 50px;
}
.menu__sublist-business-left.company-menu-custom .name {
  color: #ced9d7;
  font-size: 14px;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
  margin-bottom: 2px;
  margin-top: 50px;
}
.menu__sublist-business-left.company-menu-custom .profession {
  color: #ced9d7;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.menu__sublist-business ul.menu__sublist-business-list {
  display: flex;
  gap: 38px;
}
.menu__sublist-business ul.menu__sublist-business-list.grid-company-menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: -moz-fit-content;
  height: fit-content;
}
.menu__sublist-business.up .menu__sublist-markets-left.down {
  display: none;
}
.menu__sublist-business.down .menu__sublist-markets-left.up {
  display: none;
}
.menu__sublist-business.down .menu__sublist-markets-left.down h6 span {
  color: #d9512c;
}
.menu__sublist-business .menu__sublist-markets-left {
  max-width: 328px;
  gap: 8px;
}
@media (max-width: 1100px) {
  .menu__sublist-business .menu__sublist-markets-left {
    max-width: 200px;
  }
}
.menu__sublist-business .menu__sublist-markets-left h6 {
  color: #ced9d7;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 12px;
}
.menu__sublist-business .menu__sublist-markets-left h6 span {
  color: #04d3a3;
  margin-left: 16px;
  display: inline-block;
}
@media (max-width: 1100px) {
  .menu__sublist-business .menu__sublist-markets-left h6 span {
    margin-left: 0;
  }
}
.menu__sublist-business .menu__sublist-markets-left h6 span svg {
  transform: translate(-3px, 6px);
}
.menu__sublist-business .menu__sublist-markets-left p {
  color: #ced9d7;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}
.menu__sublist-business .menu__sublist-markets-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
@media (max-width: 1024px) {
  .menu__sublist-business .menu__sublist-markets-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.menu__sublist-business .menu__sublist-markets-list-item {
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(206, 217, 215, 0.2);
}
.menu__sublist-business .menu__sublist-markets-list-content {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__left {
  display: flex;
  gap: 12px;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__left-info .name-big {
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__left-info .name-short {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__right {
  text-align: right;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__right.up .down {
  display: none;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__right.up .up {
  color: #04d3a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  gap: 2px;
  text-align: right;
  justify-content: end;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__right.down .up {
  display: none;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__right.down .down {
  color: #d9512c;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  gap: 2px;
  text-align: right;
  justify-content: end;
}
.menu__sublist-business .menu__sublist-markets-list .menu-markets__right .price {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 4px;
  text-align: right;
}

.menu__sublist-private {
  display: flex;
  justify-content: space-between;
  gap: 49px;
}
.menu__sublist-private-right {
  border-radius: 12px;
  padding: 50px 32px;
  position: relative;
  border-radius: 12px;
  max-width: 369px;
  width: 100%;
  min-height: 500px;
}
@media (max-width: 1200px) {
  .menu__sublist-private-right {
    display: none;
  }
}
.menu__sublist-private-right img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu__sublist-private-right h6 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.menu__sublist-private-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  width: 100%;
}
.menu__sublist-private-left .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu__sublist-private-left .name {
  color: #6f7a83;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 32px;
}
.menu__sublist-private .menu-new-item {
  max-width: 334px;
}
@media (max-width: 1200px) {
  .menu__sublist-private .menu-new-item {
    max-width: 234px;
  }
}
.menu__sublist-private-line {
  background: #6f7a83;
  width: 1px;
}
@media (max-width: 1200px) {
  .menu__sublist-private-line {
    display: none;
  }
}

@media (max-width: 1024px) {
  .menu-mob__button {
    border-radius: 12px;
    background: #04d3a3;
    display: flex;
    padding: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    height: 56px !important;
    color: #090909;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 171.429%;
    letter-spacing: 0.28px;
  }
  .menu-mob__button.button--border {
    border-radius: 12px;
    border: 1px solid #f4f4f4;
    color: #fff;
    background: transparent;
  }
  .menu-mob-follows__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.menu-new-item {
  max-width: 205px;
}
.menu-new-item a {
  display: block;
  height: 100%;
}
.menu-new-item .menu__top {
  display: flex;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.28px;
  margin-bottom: 4px;
  gap: 10px;
  align-items: center;
}
.menu-new-item p {
  color: #6f7a83;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
}
.menu-new-item-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-new-item-social div {
  border-radius: 4px;
  background: #6f7a83;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}
.menu-new-item-social div a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu__sublist.d-block {
  display: none;
}

.menu__sublist-box-bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  margin-top: 1rem;
  border-top: 1px solid #ececec;
}

.menu__sublist li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 12px 12px 0px;
}

.menu__sublist li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.menu__sublist li:hover a {
  color: #00b881 !important;
}

.menu__sublist p {
  color: var(--gray, #6f7a83);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
}

.menu__sublist a {
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  font-family: Montserrat;
  font-weight: 600;
}

.menu__sublist a:hover {
  color: var(--secondary);
}

.icon-menu {
  display: none;
}

.lock.menu-open .icon-menu {
  display: none !important;
}
.lock.menu-open .menu-mob__close {
  display: flex;
}

.menu-mob__close {
  display: none;
}

.menu-mob {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0px 0px 64px 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.menu-open .menu-mob {
  transform: translateY(0);
}

.menu-mob__wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.menu-mob__content {
  min-height: 100%;
  background: #fff;
  width: 100%;
  box-shadow: 0 8.38944px 10.01724px 0 rgba(31, 64, 60, 0.07), 0 67px 80px 0 rgba(31, 64, 60, 0.04);
  padding: 24px 16px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.menu-mob__logo {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 60px;
}

.header.dark .menu__sublist li {
  transition: all 0.3s ease-in;
}

.header.dark .menu__sublist li:hover {
  background: #141414;
  border-radius: 16px;
}

@media (max-width: 1300px) {
  .header__button,
  .header__link {
    padding: 8px 16px;
    text-wrap: nowrap;
  }
  .menu__list {
    gap: 20px;
  }
  .header__buttons {
    font-size: 14px;
  }
  .menu__sublist p {
    text-wrap: wrap;
  }
}
@media (max-width: 1150px) {
  .header__left {
    gap: 30px;
  }
  .header__buttons {
    gap: 8px;
  }
  .header__language-top {
    padding: 0;
  }
  .header__language-box {
    top: 60px;
    left: -15rem;
  }
}
@media (max-width: 1024px) {
  .icon-menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 5;
  }
  .header__menu {
    display: none;
  }
  .header__language-box {
    left: -13rem;
    top: 55px;
  }
}
@media (max-width: 768px) {
  .header__language {
    display: none;
  }
}
.menu-mob__subject {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 20px;
  margin-top: auto;
}

.menu-mob__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 16px;
  line-height: 1.5;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.menu-mob__title._spoller-active .menu-mob__icon {
  color: var(--secondary);
  transform: scaleY(-1) rotate(180deg);
}

.menu-mob__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--primary);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transform: rotate(180deg);
}

.menu-mob__icon svg {
  max-width: 100%;
  stroke: #000;
}

.header.dark .menu-mob__icon svg {
  max-width: 100%;
  stroke: #fff;
}

.header.dark .header__language-top-arrow svg path {
  stroke: #fff;
}

.menu-mob__title._spoller-active .menu-mob__icon {
  color: var(--secondary);
  transform: scaleY(-1) rotate(180deg);
}

.menu-mob__list {
  display: grid;
  -webkit-box-flex: 1;
  overflow-y: auto;
  border-top: 1px solid #6f7a83;
}

.menu-mob__list a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.36px;
}

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

.menu-mob__item {
  padding: 10px 0;
  border-bottom: 1px solid #6f7a83;
}

.menu-mob__list span {
  color: #3f3f46;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.36px;
}

.menu-mob__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
  margin-bottom: 18px;
  padding-left: 20px;
}
.menu-mob__body.up {
  padding-left: 0;
}
.menu-mob__body.up .menu-mob__body-top.down {
  display: none;
}
.menu-mob__body.up .menu-mob__body-top span {
  color: #04d3a3;
  font-size: 18px;
  gap: 8px;
  font-weight: 400;
}
.menu-mob__body.up .menu-mob__body-top span svg {
  transform: translateY(7px);
  margin-left: 5px;
  margin-right: 5px;
}
.menu-mob__body.down {
  padding-left: 0;
}
.menu-mob__body.down .menu-mob__body-top.up {
  display: none;
}
.menu-mob__body.down .menu-mob__body-top span {
  color: #d9512c;
  font-size: 18px;
  gap: 8px;
  font-weight: 400;
}
.menu-mob__body.down .menu-mob__body-top span svg {
  transform: translateY(7px);
  margin-left: 5px;
  margin-right: 5px;
}
.menu-mob__body .menu-mob__body-top {
  color: #ced9d7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
}

.menu-mob__text a {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.menu-mob__buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 20px;
  margin-top: auto;
}

.menu-mob__button {
  height: 40px;
}

.menu-mob__bottom {
  padding-top: 16px;
  border-top: 1px solid rgba(221, 221, 221, 0.1);
}

.menu-mob__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-mob__row:not(:last-child) {
  margin-bottom: 2px;
}

.menu-mob__label {
  font-size: 12px;
  line-height: 162%;
  letter-spacing: 0.24px;
}

.menu-mob__copy {
  color: #8e939d;
  font-size: 10px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.2px;
}

.menu-mob__number {
  color: #4b4b4b;
  font-size: 10px;
  line-height: 162%;
  letter-spacing: 0.2px;
}

.button-link {
  border-radius: 12px;
  background: #04d3a3;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0d0e0e;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  width: -moz-fit-content;
  width: fit-content;
}
.button-link:hover {
  cursor: pointer;
  opacity: 0.8;
}

.main-support {
  padding: 100px 0;
  background: #f2f9f8;
}
@media (max-width: 768px) {
  .main-support {
    padding: 70px 0 100px;
  }
}
.main-support__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main-support__top {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.main-support__top p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .main-support__top p {
    margin-top: 0;
  }
}
.main-support__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .main-support__box {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .main-support__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-support__item {
  display: flex;
  min-height: 360px;
  padding: 40px 34px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 12px;
  background: #fff;
  gap: 32px;
}
@media (max-width: 1024px) {
  .main-support__item {
    gap: 16px;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.main-support__item svg {
  margin-bottom: 12px;
}
.main-support__item h4 {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.main-support__item p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.main-support__item a {
  color: #d7f7eb;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  /*  */
  letter-spacing: 0.32px;
  border-radius: 12px;
  display: flex;
  padding: 12px 36px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  gap: 10px;
  background: #090909;
}

@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}

.mob {
  display: none !important;
}
@media (max-width: 768px) {
  .mob {
    display: block !important;
  }
}

.main-thomas {
  padding: 190px 0 120px;
}
@media (max-width: 1100px) {
  .main-thomas {
    padding: 100px 0;
  }
}
.main-thomas .token-about__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .main-thomas .token-about__top {
    grid-template-columns: 0.35fr 0.65fr;
  }
}
@media (max-width: 992px) {
  .main-thomas .token-about__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .main-thomas .token-about__top {
    margin-bottom: 40px;
  }
}
.main-thomas .token-about__top-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 992px) {
  .main-thomas .token-about__top-text {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .main-thomas .token-about__top-text {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-thomas .token-about__top-text p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.main-thomas .token-about__owner {
  background: #f4f4f4;
  position: relative;
  border-radius: 12px;
  padding: 73px 65px 15px;
}
@media (max-width: 1100px) {
  .main-thomas .token-about__owner {
    padding: 50px;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .main-thomas .token-about__owner {
    padding: 47px 20px;
  }
}
.main-thomas .token-about__owner .main-thomas .token-about__owner-mob {
  width: 100%;
  margin-bottom: 16px;
}
.main-thomas .token-about__owner .main-thomas .token-about__owner-mob img {
  width: 100%;
}
.main-thomas .token-about__owner-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
  .main-thomas .token-about__owner-box {
    grid-template-columns: 0.5fr 0.5fr;
  }
}
@media (max-width: 1024px) {
  .main-thomas .token-about__owner-box {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .main-thomas .token-about__owner-box {
    gap: 24px;
  }
}
.main-thomas .token-about__owner img.decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.main-thomas .token-about__owner .owner-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 513px;
}
@media (max-width: 1100px) {
  .main-thomas .token-about__owner .owner-img {
    width: 40vw;
  }
}
@media (max-width: 1024px) {
  .main-thomas .token-about__owner .owner-img {
    width: 60vw;
    position: relative;
  }
}
@media (max-width: 768px) {
  .main-thomas .token-about__owner .owner-img {
    width: 100%;
    position: relative;
    margin-top: -120px;
  }
}
.main-thomas .token-about__owner-content {
  position: relative;
  z-index: 2;
}
.main-thomas .token-about__owner p {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .main-thomas .token-about__owner p {
    font-size: 24px;
    margin-bottom: 36px;
  }
}
.main-thomas .token-about__owner .name {
  color: #090909;
  font-size: 25px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .main-thomas .token-about__owner .name {
    font-weight: 400;
    font-size: 24px;
  }
}
.main-thomas .token-about__owner .profession {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.main-start__link {
  background: #04d3a3;
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main-start__link {
    padding: 18px;
  }
}
.main-start__link a {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .main-start__link a {
    font-size: 16px;
  }
}

.content-about-signature {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .content-about-signature {
    display: grid;
    grid-template-columns: 0.6fr 0.4fr;
    gap: 24px;
  }
  .content-about-signature img {
    width: 100%;
  }
}

.token-driving {
  position: relative;
  color: #fff;
  height: 720px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .token-driving {
    height: 100%;
    padding-top: 113px;
    padding-left: 16px;
    padding-right: 71px;
    padding-bottom: 113px;
    align-items: flex-end;
    overflow: hidden;
  }
}
.token-driving__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.token-driving__img.desktop {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .token-driving__img.desktop {
    display: none;
  }
}
.token-driving__img.mob {
  display: none;
}
@media (max-width: 768px) {
  .token-driving__img.mob {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    pointer-events: none;
  }
}
.token-driving .token__container {
  position: relative;
  z-index: 2;
  width: 100%;
}
.token-driving__wrapper {
  max-width: 398px;
}
@media (max-width: 768px) {
  .token-driving__wrapper {
    max-width: 100%;
  }
}
.token-driving h2 {
  color: #fff;
  margin-bottom: 24px;
}
.token-driving p {
  color: #fff;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}

.help__container {
  background: var(--primary);
  color: #fff;
}

.help__wrap {
  padding: 80px 0;
}

.help__subtitle {
  text-align: center;
}

.help__subtitle p {
  display: inline-block;
  background: var(--gradient, linear-gradient(90deg, #8cffb9 0, #8cfeb9 67.04%, #b2aafa 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 1.5;
}

.help__subtitle:not(:last-child) {
  margin-bottom: 16px;
}

.help__title {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.help__title:not(:last-child) {
  margin-bottom: 32px;
}

.help__grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  max-width: 720px;
  margin: 0 auto;
}

.help-card {
  border-radius: 24px;
  border: 1px solid #10100f;
  background: #0e0e0e;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  padding: 24px;
}

.help-card:hover {
  background: rgba(14, 14, 14, 0.8);
}

.help-card__icon {
  margin-bottom: 16px;
  width: 32px;
  height: 32px;
  padding: 6px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background: var(--gradient);
}

.help-card__icon--yellow {
  background: #e5fbba;
}

.help-card__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
  margin-bottom: 8px;
}

.help-card__text {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
  max-width: 296px;
}

.help-card__text:not(:last-child) {
  margin-bottom: 16px;
}

.help-card__button {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 32px;
  border: 1px solid #272c30;
  background: #1a1e22;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  font-family: Montserrat;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.help-card__button:hover {
  background: rgba(26, 30, 34, 0.8);
}

.help-card__button:hover img {
  transform: translateX(4px);
}

.help-card__button img {
  width: 16px;
  height: 16px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.faq {
  padding: 120px 0 80px;
}

.faq__title {
  text-align: center;
}

.faq__title:not(:last-child) {
  margin-bottom: 8px;
}

.faq__subtitle {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.faq__subtitle:not(:last-child) {
  margin-bottom: 72px;
}

.faq__nav:not(:last-child) {
  margin-bottom: 64px;
}

.faq-spollers {
  display: grid;
  gap: 16px;
}

.faq-spollers__item {
  border-radius: 8px;
  border: 1px solid var(--property-1-diagram-100, #ddd);
  background: #fff;
}

.faq-spollers__title {
  padding: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.faq-spollers__title._spoller-active .faq-spollers__icon {
  color: var(--secondary);
  transform: scaleY(-1) rotate(180deg);
}

.faq-spollers__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--primary);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transform: rotate(180deg);
}

.faq-spollers__icon svg {
  max-width: 100%;
  stroke: currentColor;
}

.faq-spollers__body {
  padding: 0 16px 16px;
}

.faq-spollers__text {
  color: #5e5e5e;
  line-height: 24px;
  letter-spacing: 0.32px;
  border-top: 1px solid #ddd;
  padding-top: 16px;
}

.main-block {
  background: linear-gradient(13deg, #fff 17.61%, #82c6c0 56.54%, #96bbf2 91.61%);
  z-index: 2;
  position: relative;
}

.main-spend__wrapper {
  background: #000;
  margin-bottom: 120px;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .main-spend__wrapper {
    margin-bottom: 100px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
@media (max-width: 768px) {
  .main-spend__right {
    order: -1;
  }
}
.main-spend__left {
  padding: 63px 112px;
  padding-right: 0;
  max-width: 522px;
}
@media (max-width: 992px) {
  .main-spend__left {
    padding: 40px 16px;
  }
}
.main-spend__left h6 {
  color: #f2f9f8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-spend__left h6 {
    margin-bottom: 12px;
  }
}
.main-spend__left h2 {
  margin-bottom: 32px;
  color: #f2f9f8;
}
@media (max-width: 768px) {
  .main-spend__left h2 {
    margin-bottom: 24px;
  }
}
.main-spend__left p {
  color: #ced9d7;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.18px;
}
.main-spend__left p span {
  font-style: italic;
  font-weight: 600;
}
.main-spend__left p + p {
  margin-top: 16px;
}
.main-spend__left a {
  margin-top: 32px;
}

.main-asset__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  padding: 108px 110px 46px 97px;
  border-radius: 12px;
  background: linear-gradient(-16deg, #f9f9f9 49.4%, #d6ece4 93.62%);
}
@media (max-width: 1200px) {
  .main-asset__wrapper {
    gap: 32px;
  }
}
@media (max-width: 1024px) {
  .main-asset__wrapper {
    padding: 70px 16px;
  }
}
@media (max-width: 768px) {
  .main-asset__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-asset__right {
  max-width: 400px;
}
.main-asset__right h6 {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-asset__right h6 {
    margin-bottom: 12px;
  }
}
.main-asset__right h2 {
  margin-bottom: 24px;
}
.main-asset__right p {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}

.main-block__row {
  display: flex;
  align-items: center;
  gap: 90px;
}

.main-block__content {
  padding: 100px 0;
  width: 49.2063492063%;
  flex-shrink: 0;
}

.main-block__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.64px;
}

.main-block__title:not(:last-child) {
  margin-bottom: 16px;
}

.main-block__text {
  max-width: 600px;
  font-size: 22px;
  font-family: Montserrat;
  line-height: 164%;
}

.main-block__text:not(:last-child) {
  margin-bottom: 48px;
}

.main-block__buttons {
  display: flex;
  gap: 13px;
}

.main-block__button {
  min-width: 164px;
}

.main-block__sliders {
  flex: 1 1 auto;
  display: grid;
  pointer-events: none;
  min-width: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.main-block__slider--3 {
  display: none !important;
}

@media (max-width: 768px) {
  .main-block__slider--3 {
    display: block !important;
  }
  .main-block__slider--1,
  .main-block__slider--2 {
    display: none !important;
  }
}
.main-block__sliders .swiper-wrapper {
  transition-timing-function: linear;
}

.main-block__sliders .swiper-slide {
  height: 340px;
}

.main-block__slider {
  width: 100%;
  min-width: 0;
  height: 740px;
}

.main-block__image-ibg {
  border-radius: 18px;
  overflow: hidden;
  height: 100%;
}

.main-page__promo-wrapper {
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.main-page__promo-wrapper.animate {
  opacity: 1;
  transform: translateY(0);
}

.main-page__decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(132deg, #000 -4.28%, rgba(0, 0, 0, 0) 58.84%);
  z-index: 1;
}
@media (max-width: 768px) {
  .main-page__decor {
    display: none;
  }
}

.main-page {
  position: relative;
}
@media (max-width: 768px) {
  .main-page {
    overflow: hidden;
    min-height: 670px;
  }
}
.main-page .slider-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.main-page .slider-slide.active {
  position: relative;
  z-index: 2;
}
.main-page .slider-slide.animate-in {
  opacity: 1;
  transform: translateY(0);
}
.main-page .slider-slide.animate-out {
  opacity: 0;
  transform: translateY(30px);
}
@media (max-width: 768px) {
  .main-page .slider-container {
    overflow: visible;
  }
}
.main-page__promo {
  height: 750px;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .main-page__promo {
    padding-top: 180px;
    height: 100%;
    padding-bottom: 80px;
  }
}
.main-page__promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .main-page__promo img {
    height: auto;
  }
}
.main-page__promo-wrapper {
  max-width: 441px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .main-page__promo-wrapper {
    max-width: 100%;
  }
}
.main-page__promo-wrapper.three {
  max-width: 531px;
}
.main-page .page__container {
  position: relative;
}
.main-page__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.64px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .main-page__title {
    font-size: 40px;
  }
}
.main-page p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  margin-bottom: 40px;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .main-page p {
    margin-bottom: 46px;
  }
}
.main-page__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .main-page__bottom a {
    width: 100%;
  }
}
.main-page__bottom-link {
  border-radius: 12px;
  border: 1px solid #fff;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.private-caret__banner-decor {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(287deg, rgba(9, 16, 1, 0.9) 13.55%, rgba(0, 0, 0, 0) 70.08%);
  z-index: 1;
}
@media (max-width: 768px) {
  .private-caret__banner-decor {
    display: none;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slide-content {
  padding-top: 70px;
}
@media (max-width: 1100px) {
  .slide-content {
    padding-top: 0;
  }
}
@media (max-width: 800px) {
  .slide-content {
    padding-top: 32px;
    padding-bottom: 64px;
  }
}

.slider-slide {
  width: 100%;
  transition: display 0.3s ease;
}

.main-page {
  background: #090909;
}

.slider-progress {
  position: absolute;
  bottom: 40px;
  left: 0%;
  display: flex;
  gap: 8px;
  padding-left: 16px;
  z-index: 2;
}
@media (max-width: 768px) {
  .slider-progress {
    bottom: 32px;
  }
}

.progress-bar {
  width: 24px;
  height: 4px;
  background: rgb(255, 255, 255);
  border-radius: 2px;
  cursor: pointer;
  transition: width 0.3s ease;
}

.progress-bar.active {
  width: 127px;
  background: transparent;
  position: relative;
  overflow: hidden;
}

.progress-bar.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
}

.progress-bar.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -127px;
  width: 127px;
  height: 100%;
  background: #00d48c;
  animation: progressAnimation 5s linear;
}

@keyframes progressAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(127px);
  }
}
.margin-text {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
@media (max-width: 1024px) {
  .margin-text {
    font-size: 18px;
  }
}

.slider-slide {
  display: none;
  /* Приховує всі слайди за замовчуванням */
}

.slider-slide.active {
  display: block;
  /* Показує тільки активний слайд */
}

.main-mete {
  background: #010101;
  padding: 200px 0 110px;
  min-height: 720px;
  position: relative;
}
@media (max-width: 768px) {
  .main-mete {
    min-height: 540px;
    padding-bottom: 75px;
    padding-top: 120px;
  }
}
.main-mete__top-line {
  position: absolute;
  top: 0;
  left: 50%;
}
@media (max-width: 768px) {
  .main-mete__top-line {
    height: 16%;
  }
}
.main-mete__top {
  max-width: 335px;
  text-align: center;
  margin: 0 auto 180px;
}
.main-mete__top-wrapper {
  position: relative;
}
.main-mete__top-wrapper .main-mete__top-center-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 67px;
}
@media (max-width: 768px) {
  .main-mete__top-wrapper .main-mete__top-center-line {
    top: 112px;
  }
}
.main-mete__top h6 {
  color: #f2f9f8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  margin-bottom: 20px;
  letter-spacing: -0.18px;
}
@media (max-width: 1024px) {
  .main-mete__top h6 {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.main-mete__top h2 {
  color: #f2f9f8;
}
@media (max-width: 1024px) {
  .main-mete__top h2 {
    font-size: 32px;
  }
}
.main-mete__photos {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1200px) {
  .main-mete__photos {
    gap: 28px;
  }
}
@media (max-width: 768px) {
  .main-mete__photos {
    position: absolute;
    gap: 20px;
  }
}
.main-mete__photos video {
  border-radius: 12px;
}
.main-mete__photos .meet__image-ibg {
  width: 100%;
  height: 100%;
}
.main-mete__photos .meet__image-ibg img {
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 12px;
}
.main-mete__photos .meet__image-ibg--one {
  width: 18.1%;
  margin-top: -18%;
}
@media (max-width: 768px) {
  .main-mete__photos .meet__image-ibg--one {
    width: 24.44vw;
    margin-top: -45%;
    left: -8%;
  }
}
.main-mete__photos .meet__image-ibg--two {
  width: 16.2%;
  margin-top: -11%;
}
@media (max-width: 768px) {
  .main-mete__photos .meet__image-ibg--two {
    width: 28.33vw;
    left: -19%;
    margin-top: -20%;
  }
}
.main-mete__photos .meet__image-ibg--three {
  width: 12.5%;
}
@media (max-width: 768px) {
  .main-mete__photos .meet__image-ibg--three {
    width: 30vw;
    left: -20%;
    margin-top: -14%;
    bottom: -7%;
  }
}
.main-mete__photos .meet__image-ibg--four {
  width: 13.7%;
  margin-top: -4%;
}
@media (max-width: 768px) {
  .main-mete__photos .meet__image-ibg--four {
    display: none;
  }
}
.main-mete__photos .meet__image-ibg--five {
  width: 18%;
  margin-top: -13%;
}
@media (max-width: 768px) {
  .main-mete__photos .meet__image-ibg--five {
    width: 28.89vw;
    margin-top: -24%;
    left: -21%;
  }
}
.main-mete__photos .meet__image-ibg--six {
  width: 21.5%;
  margin-top: -27%;
}
@media (max-width: 768px) {
  .main-mete__photos .meet__image-ibg--six {
    width: 25.28vw;
    margin-top: -49%;
    right: 0;
    left: -35%;
  }
}

.earth-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  perspective: 1000px;
  height: 596px;
  width: 752px;
  margin-bottom: -240px;
  margin-top: -32px;
}
@media (max-width: 768px) {
  .earth-wrapper {
    height: 100%;
    margin-bottom: -210px;
  }
}

.earth-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.earth-svg {
  width: 100%;
  height: 100%;
}

.png {
  display: block;
}

.png-moving {
  animation: moveInfinite 40s linear infinite;
  will-change: transform;
}

.png-moving.second {
  animation-delay: -20s;
}

@keyframes moveInfinite {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.main-why {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .main-why {
    padding: 100px 0;
  }
}
.main-why__wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media (max-width: 768px) {
  .main-why__wrapper {
    gap: 100px;
  }
}
.main-why__top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .main-why__top {
    flex-direction: column;
  }
}
.main-why__top-item {
  padding-left: 24px;
  display: flex;
  gap: 24px;
  border-left: 1px solid #04d3a3;
}
@media (max-width: 1024px) {
  .main-why__top-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 16px;
  }
}
.main-why__top-item h6 {
  color: #090909;
  font-size: 82px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.82px;
}
@media (max-width: 1024px) {
  .main-why__top-item h6 {
    font-size: 56px;
    line-height: 1.3;
  }
}
.main-why__top-item h6 span {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.8px;
  display: block;
}
@media (max-width: 1024px) {
  .main-why__top-item h6 span {
    font-size: 28px;
  }
}
.main-why__top-item p {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
  max-width: 137px;
}
@media (max-width: 1024px) {
  .main-why__top-item p {
    padding-top: 20px;
    font-size: 14px;
  }
}
.main-why__center-img {
  display: flex;
  justify-content: center;
}
.main-why__center-text {
  max-width: 961px;
  margin: 0px auto 54px;
  color: #090909;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
}
@media (max-width: 768px) {
  .main-why__center-text {
    margin-bottom: 100px;
    font-size: 28px;
  }
}
.main-why__center-text span {
  font-style: italic;
  font-weight: 600;
}
.main-why__center-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .main-why__center-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-why__center-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #6f7a83;
}
.main-why__center-item .number {
  color: #090909;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 112%;
  letter-spacing: -0.42px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .main-why__center-item .number {
    font-size: 32px;
  }
}
.main-why__center-item p {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.main-why__bottom {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 1100px) {
  .main-why__bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main-why__bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.main-why__bottom-item {
  padding: 28px 30px 40px;
  border-radius: 12px;
  background: #f2f9f8;
  display: flex;
  flex-direction: column;
}
.main-why__bottom-item img {
  margin-bottom: 28px;
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
}
@media (max-width: 768px) {
  .main-why__bottom-item img {
    margin-bottom: 20px;
    height: 94px;
  }
}
.main-why__bottom-item h6 {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
}
.main-why__bottom-item p {
  color: #090909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .main-why__bottom-item p {
    margin-bottom: 32px;
  }
}
.main-why__bottom-item a {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  text-decoration: underline;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-instant__wrapper {
  height: 656px;
  position: relative;
  padding: 80px 112px;
}
@media (max-width: 992px) {
  .main-instant__wrapper {
    padding: 47px 16px;
    height: 635px;
  }
}
.main-instant__wrapper img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 12px;
}
.main-instant__top {
  max-width: 416px;
}
@media (max-width: 768px) {
  .main-instant__top {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .main-instant__top a {
    margin-top: auto;
  }
}
.main-instant__top h6 {
  color: #f2f9f8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 12px;
}
.main-instant__top p {
  color: #ced9d7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 40px;
}
.main-instant__top h2 {
  color: #f2f9f8;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-instant__top h2 {
    margin-bottom: 24px;
  }
}

.main-vision {
  padding: 137px 0 110px;
  background: #010101;
}
@media (max-width: 768px) {
  .main-vision {
    padding: 80px 0;
  }
}
.main-vision__top {
  display: grid;
  grid-template-columns: 416px 1fr;
  gap: 32px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .main-vision__top {
    grid-template-columns: 300px 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .main-vision__top {
    margin-bottom: 100px;
    gap: 24px;
    grid-template-columns: 1fr;
  }
}
.main-vision__top-left h6 {
  color: #f2f9f8;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .main-vision__top-left h6 {
    margin-bottom: 12px;
  }
}
.main-vision__top-left h2 {
  color: #f2f9f8;
}
.main-vision__top-right .main-text {
  color: #f2f9f8;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  .main-vision__top-right .main-text {
    font-size: 25px;
    margin-bottom: 32px;
  }
}
.main-vision__top-right .bottom-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .main-vision__top-right .bottom-text {
    grid-template-columns: 1fr;
  }
}
.main-vision__top-right .bottom-text p {
  color: #f2f9f8;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.main-vision__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .main-vision__bottom {
    gap: 24px;
  }
}
@media (max-width: 850px) {
  .main-vision__bottom {
    grid-template-columns: repeat(1, 1fr);
  }
}
.main-vision__item {
  min-height: 515px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px 44px;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 1200px) {
  .main-vision__item {
    padding: 40px 35px;
  }
}
@media (max-width: 768px) {
  .main-vision__item {
    min-height: 420px;
  }
}
.main-vision__item.first-item {
  background: #d7f7eb;
}
.main-vision__item.second-item picture {
  position: absolute;
  inset: 0;
}
.main-vision__item.second-item h6 {
  color: #fff;
}
.main-vision__item.second-item h6 span {
  color: #fff;
}
.main-vision__item.second-item p {
  color: #fff;
}
.main-vision__item.second-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-vision__item.three-item {
  border-radius: 12px;
  background: #04d3a3;
}
.main-vision__item.three-item img {
  position: relative;
}
.main-vision__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  border-radius: 12px;
}
.main-vision__item h6 {
  color: #090909;
  font-size: 82px;
  font-weight: 300;
  line-height: 132%;
  letter-spacing: -0.82px;
  position: relative;
}
@media (max-width: 1200px) {
  .main-vision__item h6 {
    font-size: 56px;
  }
}
.main-vision__item h6 span {
  color: #090909;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: -0.25px;
  display: block;
}
.main-vision__item p {
  color: #090909;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  position: relative;
  min-height: 100px;
}
@media (max-width: 768px) {
  .main-vision__item p {
    min-height: auto;
  }
}

.main-key {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .main-key {
    padding: 100px 0;
  }
}
.main-key__top {
  max-width: 648px;
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .main-key__top {
    margin-bottom: 40px;
  }
}
.main-key__top h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-key__top h2 {
    margin-bottom: 24px;
  }
}
.main-key__top p {
  color: #090909;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .main-key__top p {
    margin-bottom: 0px;
  }
}
.main-key__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 992px) {
  .main-key__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .main-key__box {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.main-key__item {
  padding: 40px 34px;
  border-radius: 12px;
  background: #f2f9f8;
  min-height: 306px;
}
.main-key__item svg {
  margin-bottom: 6px;
}
.main-key__item h6 {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.main-key__item p {
  color: #6f7a83;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}

.main-your {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .main-your {
    margin-bottom: 100px;
  }
}
.main-your__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .main-your__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.main-your__left {
  position: relative;
  padding: 47px 49px;
}
@media (max-width: 768px) {
  .main-your__left {
    height: 558px;
    padding: 53px 16px;
    display: flex;
    flex-direction: column;
  }
}
.main-your__left img {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-your__left h6 {
  color: #fff;
  font-size: 18px;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .main-your__left h6 {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .main-your__left a {
    margin-top: auto;
  }
}
.main-your__left h2 {
  color: #fff;
  margin-bottom: 36px;
}
.main-your__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .main-your__right {
    gap: 8px;
  }
}
.main-your__right-item {
  padding: 24px 32px;
  border-radius: 12px;
  background: #090909;
  display: flex;
  min-height: 178px;
  gap: 8px;
}
@media (max-width: 768px) {
  .main-your__right-item {
    padding: 24px 16px;
    min-height: auto;
    flex-direction: column;
    gap: 10px;
  }
}
.main-your__right-item span {
  color: #6f7a83;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.32px;
}
@media (max-width: 768px) {
  .main-your__right-item span {
    line-height: 1;
  }
}
.main-your__right-item .title-your {
  padding-bottom: 7px;
  border-bottom: 1px solid #6f7a83;
  color: #f2f9f8;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.main-your__right-item p {
  color: #ced9d7;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: 0.28px;
  max-width: 367px;
}

.hear {
  padding: 120px 0;
  background: #f2f9f8;
}
@media (max-width: 768px) {
  .hear {
    padding: 100px 0;
  }
}

.hear.mob {
  display: none;
}

@media (max-width: 768px) {
  .hear.mob {
    display: block;
  }
}
.hear__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.hear__head:not(:last-child) {
  margin-bottom: 28px;
}

.hear__nav-mob {
  width: 100px;
}

.hear__head-left {
  max-width: 80%;
}

.hear__title:not(:last-child) {
  margin-bottom: 8px;
}

.hear__subtitle {
  color: #52525b;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.hear__nav {
  flex-shrink: 0;
  margin-top: 13px;
  width: 140px;
}

.hear__slider.swiper {
  overflow: visible;
}

.hear__slider.swiper-grid.swiper-grid-column .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 620px;
}

@media (max-width: 1300px) {
  .hear__slider.swiper-grid.swiper-grid-column .swiper-wrapper {
    display: flex;
    row-gap: 10px;
    flex-direction: inherit;
  }
  .hear__slider.swiper-grid.swiper-grid-column .swiper-wrapper + .swiper__slide {
    margin-top: 0px;
  }
}
.hear-card__descr {
  margin-top: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.video {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 2;
  position: relative;
}

.video.active::after {
  opacity: 0;
  visibility: hidden;
}

.video.active .video__btn {
  display: none;
}

.video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.video__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.3) 100%);
}

.video__image-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__image-prev img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.video__btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: rgba(244, 244, 244, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  width: 70px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}
@media (max-width: 768px) {
  .video__btn {
    width: 55px;
    height: 55px;
  }
}

.video__btn:hover {
  background: rgba(244, 244, 244, 0.4);
}

.video__btn .pause {
  display: none;
}

.main-earn {
  padding-top: 120px;
}
.main-earn__wrapper {
  display: grid;
  grid-template-columns: 0.55fr 0.45fr;
  gap: 110px;
}
@media (max-width: 1200px) {
  .main-earn__wrapper {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .main-earn__wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
  }
}
.main-earn__left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-earn__left-item {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid #000;
}
@media (max-width: 1024px) {
  .main-earn__left-item {
    grid-template-columns: 1fr;
  }
}
.main-earn__left-info {
  display: flex;
  gap: 16px;
  color: #090909;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.48px;
}
.main-earn__left p {
  color: #6f7a83;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
}
.main-earn__right img {
  border-radius: 12px;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .main-earn__right img {
    margin-bottom: 25px;
  }
}
.main-earn__right h6 {
  color: #090909;
  font-size: 18px;
  font-weight: 400;
  line-height: 155.556%;
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .main-earn__right h6 {
    margin-bottom: 12px;
  }
}
.main-earn__right h2 {
  margin-bottom: 32px;
  max-width: 420px;
}

.what {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .what {
    padding: 100px 0;
  }
}
.what .title-h2 {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .what .title-h2 {
    margin-bottom: 40px;
  }
}
.what .nav {
  justify-content: start;
  justify-content: start;
  align-items: start;
  margin: 0;
  margin-bottom: 8px;
  border-radius: 12px;
  background: #f2f9f8;
  height: 64px;
  padding: 4px;
}
.what .nav__item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #090909;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
}
.what .nav__item._tab-active {
  border-radius: 8px;
  background: #04d3a3;
}

.what__nav .nav__item {
  min-width: 289px;
  cursor: pointer;
}

.form-what__info {
  max-width: 622px;
  margin: 0 auto;
  padding: 32px 42px 32px 32px;
  border-radius: 30px;
  background: #e5fbba;
  box-shadow: 0 8.38944px 10.01724px 0 rgba(31, 64, 60, 0.07), 0 67px 80px 0 rgba(31, 64, 60, 0.04);
  margin-top: 80px;
}

.form-what__info:not(:last-child) {
  margin-bottom: 56px;
}

.form-what__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.form-what__label-info {
  max-width: 177px;
  line-height: 24px;
  letter-spacing: 0.32px;
}

.form-what__info-value b {
  font-size: 34px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.34px;
}

.form-what__info-value p {
  color: rgba(12, 33, 51, 0.58);
  line-height: 24px;
  letter-spacing: 0.32px;
}

.form-what__button {
  max-width: 622px;
  margin: 0 auto;
  display: flex;
}

.form-what__button:not(:last-child) {
  margin-bottom: 16px;
}

.form-what__descr {
  text-align: center;
  max-width: 703px;
  margin: 0 auto;
  color: #6f7a83;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
}

.form__grid-layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 1024px) {
  .form__grid-layout {
    grid-template-columns: repeat(1, 1fr);
  }
}

.private-partners .partners__swiper {
  overflow: visible;
}
.private-partners .partners__swiper-slide {
  border-radius: 12.881px;
  background: rgb(242, 249, 248);
  padding: 28px 24px;
  min-height: 387px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.private-partners .partners__swiper-slide-top {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.private-partners .partners__swiper-slide-top img {
  width: auto;
}
.private-partners .partners__swiper-slide p {
  color: #0d0e0e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.32px;
}

.main-world {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .main-world {
    padding: 100px 0;
  }
}
.main-world__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .main-world__top {
    margin-bottom: 40px;
  }
}
.main-world .main-world__top-arrows {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  .main-world .main-world__top-arrows {
    display: none;
  }
}
.main-world .main-world__top-arrows-right {
  width: 36px;
}
.main-world .main-world__top-arrows-right:hover {
  cursor: pointer;
}
.main-world .main-world__top-arrows-left {
  width: 36px;
}
.main-world .main-world__top-arrows-left:hover {
  cursor: pointer;
}
.main-world .swiper-button-disabled svg path {
  stroke: #ced9d7;
}
.main-world .main-world__top-arrows-count {
  display: none;
}
.main-world .swiper-slide {
  margin-top: 0px;
}

.marquee {
  position: relative;
}

.marquee::after {
  content: "";
  background: var(--gradient);
  width: 3000px;
  left: 50%;
  position: absolute;
  height: 100%;
  top: 0;
  transform: translateX(-50%);
}

.marquee__slider {
  position: relative;
  z-index: 3;
}

.marquee__slider .swiper-wrapper {
  transition-timing-function: linear;
}

.marquee .swiper-slide {
  width: auto;
}

.marquee__item {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
}

.meet {
  padding: 80px 0 60px;
}

.meet__row {
  display: flex;
  justify-content: center;
  gap: 34px;
  position: relative;
}

.meet__row:not(:last-child) {
  margin-bottom: 88px;
}

.meet__top-row {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  max-width: 632px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.meet__top-row:not(:last-child) {
  margin-bottom: 32px;
}

.meet__images {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.meet__images:last-child {
  align-items: flex-end;
}

.meet__images:last-child .meet__image-ibg--1 {
  margin-left: 0;
  margin-right: 314px;
}

.meet__images:last-child .meet__image-ibg--2 {
  margin-left: 0;
  margin-right: 70px;
}

.meet__image-ibg {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 189/250;
}

.meet__image-ibg--1 {
  width: 29.9050632911%;
}

.meet__image-ibg--2 {
  margin-bottom: -90px;
  margin-left: 70px;
  width: 21.9047619048%;
  z-index: 2;
}

.meet__image-ibg--3 {
  width: 18.4920634921%;
}

.meet__content {
  text-align: center;
  width: 489px;
  flex-shrink: 0;
  position: relative;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

.meet__content::after {
  content: "";
  border-radius: 900px;
  background: #e5f3fb;
  width: 938px;
  height: 938px;
  filter: blur(60px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.meet__subtitle {
  position: relative;
  z-index: 3;
}

.meet__subtitle:not(:last-child) {
  margin-bottom: 16px;
}

.meet__title {
  position: relative;
  z-index: 3;
}

.meet__video .video {
  aspect-ratio: auto;
  height: 400px;
}

.video__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 56px;
  color: #fff;
}

.video.active .video__content {
  display: none;
}

.video__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.video__title:not(:last-child) {
  margin-bottom: 8px;
}

.video__text {
  line-height: 24px;
  letter-spacing: 0.32px;
}

.went {
  padding: 60px 0;
}

.went__nav-mob {
  margin: 27px auto 0;
}

@media (max-width: 768px) {
  .went__nav-mob {
    margin: 0px auto 0;
  }
}
.went__slider .swiper-slide:first-child .nav-slider__arrow--prev {
  opacity: 0.3;
  pointer-events: none;
}

.went__slider .swiper-slide:last-child .nav-slider__arrow--next {
  opacity: 0.3;
  pointer-events: none;
}

.went__slider .swiper-slide.swiper-slide-active {
  z-index: 2;
}

.went__nav {
  width: 128px;
}

.went-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.went-card__content {
  max-width: 622px;
}

.went-card__title:not(:last-child) {
  margin-bottom: 64px;
}

.went-card__author:not(:last-child) {
  margin-bottom: 48px;
}

.went-card__company {
  font-size: 34px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.34px;
}

.went-card__company:not(:last-child) {
  margin-bottom: 24px;
}

.went-card__author-info {
  line-height: 24px;
  letter-spacing: 0.32px;
}

.went-card__image-mob-ibg {
  border-radius: 12.8px;
  aspect-ratio: 264/327;
  width: 100%;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 74px;
}

@media (max-width: 768px) {
  .header__buttons {
    display: none;
  }
}
.went-card__image-ibg {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8.38944px 10.01724px 0 rgba(31, 64, 60, 0.07), 0 67px 80px 0 rgba(31, 64, 60, 0.04);
  width: 39.3650793651%;
  aspect-ratio: 496/615;
  flex-shrink: 0;
}

.footer {
  padding: 80px 0 42px;
  color: #000;
  background: #fff;
}

.footer.dark {
  color: #fff;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  display: grid;
  grid-template-columns: 294px 1fr;
}

@media (max-width: 1100px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__top:not(:last-child) {
  margin-bottom: 46px;
}

.footer__logo {
  display: flex;
}
.footer__logo img {
  width: -moz-fit-content;
  width: fit-content;
}

.footer__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.footer__title:not(:last-child) {
  margin-bottom: 16px;
}

.footer__socials-list {
  display: flex;
  gap: 8px;
}

.footer__socials-list li {
  flex-shrink: 0;
}

.footer__socials-list a {
  border-radius: 12px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #f2f9f8;
}

.footer__socials-list a:hover {
  opacity: 0.8;
}

.footer__pilot {
  max-width: 190px;
}

.footer__pilot img {
  max-width: 100%;
}

.footer__bottom {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  margin-bottom: 46px;
}

.footer__menu {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex: 1 1 auto;
}

.footer__menu-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.32px;
}

.footer__menu-title:not(:last-child) {
  margin-bottom: 24px;
}

.footer__menu-list {
  display: grid;
  gap: 8px;
}

.footer__menu-list a {
  color: #000;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.28px;
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
}

.footer__menu-list a:hover {
  color: var(--secondary);
}

.form__item {
  width: 292px;
  display: flex;
  gap: 19px;
  padding: 8px 8px 8px 16px;
  border-radius: 12px;
  border: 1px solid #ced9d7;
  background: #fff;
  padding: 4px 4px 4px 16px;
}

.footer.dark .form__item {
  background: transparent;
  border: 1px solid #393939;
}

.footer.dark .footer-play {
  border-radius: 24px;
  background: #232222;
}

.footer.dark .footer-play__code::after {
  height: 0px;
}

.footer.dark .footer__mob-left-two {
  color: #8a93a6;
}

.footer.dark .footer__mob-left-one {
  color: #8a93a6;
}

.form__input {
  flex: 1 1 auto;
  background: 0 0;
  border: none;
  color: #6f7a83;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  padding: 0;
  height: auto;
}

.form__input._form-focus {
  box-shadow: none;
}

.form__button {
  width: 86px;
  height: 40px;
  border-radius: 8px;
  background: #0d0e0e;
  display: flex;
  width: 84px;
  height: 38px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.32px;
  transition: all 0.3s ease;
}

.form__button:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
  background: #0d0e0e;
}

.footer-play {
  position: relative;
}

.footer-play p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  color: #0d0e0e;
  text-align: center;
  text-overflow: ellipsis;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.footer-play__title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.44px;
}

.footer-play__title:not(:last-child) {
  margin-bottom: 30px;
}

.footer-play__code {
  width: 126px;
  height: 126px;
  margin: 0 auto;
  position: relative;
}

.footer-play__code::after {
  content: "";
  height: 37px;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  position: absolute;
  background: var(--gradient);
}

.footer-play__code::before {
  content: "";
  height: 4px;
  width: 190px;
  bottom: 33px;
  position: absolute;
  left: 50%;
  background: linear-gradient(90deg, rgba(140, 255, 185, 0) 0, #8cffb9 30%, #b2aafa 70%, rgba(178, 170, 250, 0) 100%);
  transform: translateX(-50%);
}

.footer-play__code img {
  max-height: 100%;
  max-width: 100%;
}

.footer-play__code:not(:last-child) {
  margin-bottom: 31px;
}

.footer-play__title-code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  z-index: 2;
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.44px;
  text-overflow: ellipsis;
}

.footer-play__title-code b {
  font-weight: 700;
  -webkit-line-clamp: 5;
}

.footer-play__img-code {
  opacity: 0.13;
}

.footer-play__buttons {
  display: grid;
  gap: 12px;
}

.footer-play__button {
  display: inline-block;
}

.footer-play__button img {
  max-width: 100%;
}

.footer__mob {
  margin-top: 50px;
  text-align: center;
}

.footer__top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.footer__mob-text {
  font-size: 12px;
  line-height: 162%;
  letter-spacing: 0.24px;
  margin-bottom: 9px;
}

.footer__code {
  color: #4b4b4b;
  text-align: center;
  font-size: 12px;
  line-height: 162%;
  letter-spacing: 0.24px;
  margin-bottom: 2px;
}

.footer__copy {
  color: #8e939d;
  font-size: 10px;
  line-height: 162%;
  letter-spacing: 0.2px;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  outline: 0;
  transition-property: transform, visibility, opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
  margin-top: 32px;
}

@media (max-width: 768px) {
  .swiper-slide {
    margin-top: 0px;
  }
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.footer__menu-right {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.footer__mob-left {
  display: flex;
  align-items: center;
  gap: 56px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.footer-bottom__text {
  padding-top: 22px;
  border-top: 1px solid #dce5ed;
  padding: 10px;
  margin-top: 12px;
}

.footer-bottom__text p {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.footer-bottom__text p a {
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  line-height: 110%;
  text-decoration: underline;
}

.footer-bottom__text p + p {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .footer-bottom__text {
    padding: 0px;
    padding-top: 24px;
  }
  .footer-bottom__text p {
    color: #6f7a83;
    line-height: 1.5;
  }
  .footer-bottom__text p a {
    color: #6f7a83;
    line-height: 1.5;
  }
}
@media (max-width: 1200px) {
  .footer__mob-left {
    flex-direction: column;
    gap: 20px;
  }
  .footer__mob-left-two {
    width: 100%;
  }
  .footer__mob-right {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer__bottom {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .footer__mob {
    flex-direction: column;
    gap: 20px;
  }
  .footer__mob-right {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .footer__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__menu-right {
    width: 100%;
  }
  .footer__mob-right {
    max-width: 100%;
  }
  .footer__mob-left {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer__menu-column:nth-child(4) {
    order: 1;
  }
}
.footer__mob-left-one {
  display: flex;
  gap: 13px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  align-items: center;
  letter-spacing: 0.24px;
}

.footer__mob-left-one span {
  text-wrap: nowrap;
  text-align: justify;
}

.footer__mob-left-two span {
  text-wrap: nowrap;
  text-align: justify;
  max-width: 186px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.24px;
}

.footer__mob-left-two {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.footer__mob-right p {
  color: #6f7a83;
  font-size: 11px;
  font-weight: 400;
  line-height: 162%;
  letter-spacing: 0.22px;
  text-align: justify;
}

@media (min-width: 767.98px) {
  .bottom-block {
    display: none;
  }
  .header {
    padding-top: 0 !important;
    top: 0 !important;
  }
  .hear__nav-mob .nav-slider__pagination {
    display: none;
  }
  .went__nav-mob {
    display: none;
  }
  .went-card__image-mob-ibg {
    display: none;
  }
}
.footer__mob {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__column.social {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__column.social .footer__title {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.36px;
  margin-bottom: 0;
}

@media (min-width: 1100px) {
  .earn__row {
    gap: 122px;
  }
}
@media (max-width: 1290px) {
  .meet__content {
    min-height: 400px;
    width: 400px;
  }
  .form__item {
    width: 260px;
  }
}
@media (max-width: 991.98px) {
  .options {
    flex-wrap: wrap;
  }
  .title-h1 {
    font-size: 44px;
    letter-spacing: -0.38px;
  }
  .header__logo {
    max-width: 220px;
  }
  .header__buttons {
    gap: 16px;
  }
  .menu__list {
    gap: 16px;
  }
  .menu__link {
    font-size: 15px;
    color: #fff;
  }
  .main-block__row {
    gap: 40px;
  }
  .main-block__content {
    padding: 50px 0;
  }
  .main-block__title {
    font-size: 44px;
  }
  .main-block__text {
    font-size: 18px;
  }
  .main-block__sliders {
    gap: 16px;
  }
  .main-block__sliders .swiper-slide {
    height: 180px;
  }
  .main-block__slider {
    height: 500px;
  }
  .hear__nav-mob {
    padding-top: 0;
  }
  .earn__head:not(:last-child) {
    margin-bottom: 64px;
  }
  .earn__items {
    gap: 24px;
  }
  .item-earn {
    gap: 16px;
  }
  .world__head {
    text-align: center;
  }
  .world__title {
    max-width: 100%;
  }
  .world__nav {
    width: 170px;
    margin: 32px auto 0;
  }
  .world__nav .nav-slider__pagination {
    display: block;
  }
  .world__slider.swiper {
    overflow: visible;
  }
  .world__slider .swiper-slide {
    width: 312px;
  }
  .world-card {
    flex-direction: column;
    gap: 12px;
  }
  .world-card__image-ibg {
    border-radius: 24px;
    position: relative;
    aspect-ratio: 2;
    width: 100%;
  }
  .world-card__image-ibg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
  }
  .footer__bottom {
    gap: 30px;
  }
  .form__item {
    width: 100%;
  }
}
.footer__play.footer-play img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .earn__row {
    gap: 30px;
  }
  .footer__play.footer-play img {
    display: none;
  }
  .footer__top-flex {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .footer__column.social {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .footer__column.social .footer__form.form {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .hide .header {
    top: 0px !important;
  }
  .title-h1 {
    font-size: 38px;
  }
  .nav__item {
    padding: 3px 8px 5px;
  }
  .subtitle {
    font-size: 14px;
  }
  .link {
    padding: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    letter-spacing: 0.32px;
    border-radius: 18px;
    background: #f3f3f3;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .form-item__top:not(:last-child) {
    margin-bottom: 8px;
  }
  .form-item__label {
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0.28px;
  }
  .header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background: #0d0e0e;
    transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  }
  .header__top {
    transform: translateY(0);
    max-height: 200px;
    padding: 15px 0;
  }
  /*.header._header-scroll:not(.show-top) .header__top {*/
  /*    -webkit-transform: translateY(-100%);*/
  /*    -ms-transform: translateY(-100%);*/
  /*    transform: translateY(-100%);*/
  /*    max-height: 0;*/
  /*    padding: 0*/
  /*}*/
  /*.show-top .header__top {*/
  /*    -webkit-transform: translateY(0);*/
  /*    -ms-transform: translateY(0);*/
  /*    transform: translateY(0);*/
  /*    max-height: 200px;*/
  /*    padding: 15px 0*/
  /*}*/
  .hide .header__top {
    transform: translateY(-100%);
    max-height: 0;
    padding: 0;
  }
  .header__top-row {
    text-align: left;
  }
  .header__top-text {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 34px;
    justify-content: space-between;
  }
  .header__top-close {
    display: none;
  }
  .header__main {
    padding: 0px 0;
  }
  .header__logo {
    max-width: 170px;
  }
  .menu {
    position: fixed;
    display: none;
    opacity: 0;
  }
  .icon-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 24px;
    height: 24px;
    z-index: 5;
  }
  .grow__wrap {
    padding: 32px 0 48px;
  }
  .grow__title:not(:last-child) {
    margin-bottom: 8px;
  }
  .grow__text {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
  .help__wrap {
    padding: 65px 0 32px;
  }
  .help__subtitle {
    font-size: 14px;
  }
  .help__subtitle:not(:last-child) {
    margin-bottom: 8px;
  }
  .help__title:not(:last-child) {
    margin-bottom: 48px;
  }
  .help__grid-layout {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
  .help-card {
    border-radius: 12px;
    padding: 32px 24px;
  }
  .help-card__title {
    font-size: 18px;
  }
  .help-card__text:not(:last-child) {
    margin-bottom: 32px;
  }
  .faq {
    padding: 50px 0;
  }
  .faq__title {
    text-align: left;
  }
  .faq__subtitle {
    text-align: left;
    font-size: 18px;
  }
  .faq__subtitle:not(:last-child) {
    margin-bottom: 32px;
  }
  .faq__nav {
    width: 100%;
    max-width: 100%;
  }
  .faq__nav:not(:last-child) {
    margin-bottom: 48px;
  }
  .faq__nav .nav__item {
    min-width: auto;
    flex: 1 1 auto;
  }
  .faq-spollers__title {
    font-size: 14px;
  }
  .faq-spollers__text {
    font-size: 14px;
  }
  .main-block__row {
    display: block;
  }
  .main-block__content {
    padding: 40px 0 65px;
    width: 100%;
  }
  .main-block__title {
    font-size: 38px;
  }
  .main-block__text {
    font-size: 16px;
  }
  .main-block__sliders {
    display: block;
  }
  .main-block__sliders .swiper-slide {
    width: 136px;
  }
  .main-block__sliders .swiper-slide:nth-child(even) {
    transform: translateY(15px);
  }
  .main-block__slider {
    height: auto;
  }
  .main-block__slider:last-child {
    display: none;
  }
  .main-block__slider.swiper {
    overflow: visible;
  }
  .hear {
    padding: 60px 0;
  }
  .hear__nav-mob {
    width: 140px;
    margin: 16px auto 0;
  }
  .hear__head-left {
    max-width: 100%;
  }
  .hear__title br {
    display: none;
  }
  .hear__title:not(:last-child) {
    margin-bottom: 16px;
  }
  .hear__subtitle {
    font-size: 14px;
  }
  .hear__nav {
    display: none;
  }
  .hear__slider .swiper-slide {
    width: 312px;
  }
  .hear-card__descr {
    font-size: 14px;
    text-align: center;
  }
  .video {
    aspect-ratio: 312/171;
  }
  .earn__subtitle:not(:last-child) {
    margin-bottom: 8px;
  }
  .earn__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .earn__title {
    max-width: 100%;
  }
  .earn__button {
    height: 56px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .earn__row {
    display: block;
  }
  .earn__image-ibg {
    max-width: 400px;
    width: 100%;
    border-radius: 13.907px;
    margin: 0 auto 48px;
  }
  .item-earn {
    gap: 0;
    position: relative;
  }
  .item-earn__icon {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .item-earn__content {
    padding-bottom: 12px;
  }
  .item-earn__title {
    font-size: 18px;
    letter-spacing: -0.36px;
    padding-left: 60px;
  }
  .item-earn__title:not(:last-child) {
    margin-bottom: 18.5px;
  }
  .item-earn__text {
    letter-spacing: 0.28px;
    font-size: 14px;
  }
  .what {
    padding: 100px 0 50px;
  }
  .what__title:not(:last-child) {
    margin-bottom: 32px;
  }
  .what__nav {
    width: 100%;
    max-width: 100%;
    height: 48px !important;
  }
  .what__nav .nav__item {
    min-width: auto;
    flex: 1 1 auto;
  }
  .form-what__info {
    margin-top: 48px;
    padding: 12px 32px;
  }
  .form-what__info:not(:last-child) {
    margin-bottom: 24px;
  }
  .form-what__row {
    display: block;
    gap: 18px;
    text-align: center;
  }
  .form-what__label-info {
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    margin-bottom: 18px;
  }
  .form-what__info-value b {
    font-size: 28px;
  }
  .form-what__info-value p {
    font-size: 14px;
  }
  .form-what__descr {
    font-size: 12px;
  }
  .form__grid-layout {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .world {
    padding: 63px 0 40px;
  }
  .world__head:not(:last-child) {
    margin-bottom: 32px;
  }
  .world-card__title {
    font-size: 18px;
  }
  .world-card__title:not(:last-child) {
    margin-bottom: 8px;
  }
  .world-card__text {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .meet {
    padding: 40px 0 50px;
  }
  .meet__row:not(:last-child) {
    margin-bottom: 32px;
  }
  .meet__top-row {
    display: none;
  }
  .meet__images {
    display: none;
  }
  .meet__content {
    width: 100%;
    text-align: left;
    min-height: auto;
    padding: 0;
  }
  .meet__content::after {
    display: none;
  }
  .meet__video .video {
    height: auto;
    aspect-ratio: 312/208;
    border-radius: 24px;
  }
  .video__content {
    padding: 8px;
    text-align: center;
  }
  .video__title {
    font-size: 14px;
  }
  .video__title:not(:last-child) {
    margin-bottom: 0;
  }
  .video__text {
    font-size: 14px;
  }
  .went {
    padding: 10px 0 50px;
  }
  .went__nav {
    display: none;
  }
  .went-card {
    display: block;
  }
  .went-card__content {
    max-width: 100%;
  }
  .went-card__title br {
    display: none;
  }
  .went-card__title:not(:last-child) {
    margin-bottom: 74px;
  }
  .went-card__author {
    text-align: center;
  }
  .went-card__company {
    font-size: 28px;
  }
  .went-card__company:not(:last-child) {
    margin-bottom: 4px;
  }
  .went-card__author-info {
    font-size: 14px;
  }
  .went-card__image-ibg {
    border-radius: 12.8px;
    aspect-ratio: 264/327;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: none;
  }
  .footer {
    padding: 64px 0 50px;
  }
  .footer__logo {
    order: 0;
  }
  .footer__column:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .footer__column:last-child {
    order: 2;
  }
  .footer__column:nth-child(2) {
    order: 3;
    width: 100%;
  }
  .footer__column:nth-child(3) {
    order: 4;
  }
  .footer__column:first-child {
    order: 2;
  }
  .footer__title {
    font-size: 18px;
  }
  .footer__title:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 42px;
    flex-direction: column;
  }
  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 24px;
    width: 100%;
  }
  .footer__menu-title {
    font-size: 14px;
  }
  .footer__menu-title:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer__menu-list a {
    font-size: 14px;
    line-height: 155%;
    color: #6f7a83;
  }
  .footer-play {
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    padding: 24px 16px;
    display: none;
  }
  .footer-play__title {
    font-size: 18px;
  }
  .footer-play__title:not(:last-child) {
    margin-bottom: 18px;
  }
  .footer-play__code::after {
    display: none;
  }
  .footer-play__code:not(:last-child) {
    margin-bottom: 24px;
  }
  .footer-play__title-code {
    font-size: 18px;
  }
  .footer__mob-text {
    display: none;
  }
  .footer__code {
    display: none;
  }
}
@media (max-width: 767.98px) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 479.98px) {
  .main-block__buttons {
    flex-direction: column;
  }
}
@media (max-width: 370px) {
  .world__slider .swiper-slide {
    width: 250px;
  }
}
@media (any-hover: hover) {
  .select__option:hover {
    color: var(--secondary);
  }
}
.meet-slider.main-block__sliders .main-block__slider {
  display: none;
}

@media (max-width: 767.98px) {
  .meet-slider.main-block__sliders .main-block__slider {
    display: block;
  }
}
.custom-select {
  position: relative;
  width: 100%;
}

.selected-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  display: flex;
  position: relative;
  gap: 6px;
  border-radius: 27px;
  border: 1px solid var(--gray-100, #ececec);
}

.selected-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.optionss {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  position: absolute;
  top: calc(100% - 1px);
  border-radius: 27px;
  border: 1px solid var(--gray-100, #ececec);
  background: var(--white, #fff);
  min-width: 100%;
  left: 0;
  padding: 10px 0 5px 0;
  display: block;
  overflow-y: auto;
  height: 0;
  overflow-x: hidden;
  z-index: 2;
  transition: opacity 0.7s ease-in-out, height 0.5s ease-in-out;
  opacity: 0;
}

.optionss.open {
  height: 280px;
  opacity: 1;
}

.option {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.option-image {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
}

.selected-option:after {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/chevron-down.svg) center/100% 100% no-repeat;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.selected-option.open:after {
  transform: rotate(180deg);
}

.amount_usd {
  padding: 8px 0 0 22px;
  font-size: 12px;
  color: rgba(12, 33, 51, 0.58);
}

video {
  width: 100%;
}

.marquee__slider .swiper-wrapper .swiper-slide {
  margin-top: 0px;
}

@media (max-width: 768xp) {
  .swiper-slide.adaptive__video {
    display: none;
  }
}
.swiper-slide.adaptive__video {
  display: none;
}

@media (max-width: 768xp) {
  .swiper-slide.adaptive__video {
    display: block;
  }
}
/* Стилі для оверлею */
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  /* Темний фон з прозорістю */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Вищий z-index, щоб перекрити всі інші елементи */
}

/* Стилі для лоадера */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(0, 184, 129);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.hear__box {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

@media (max-width: 768px) {
  .hear__slider {
    display: none;
  }
}
.hear__slider-mob {
  display: none;
}

@media (max-width: 768px) {
  .hear__slider-mob {
    display: block;
  }
}
@media (max-width: 500px) {
  .footer__top {
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-items: baseline;
    gap: 30px;
  }
}
@media (max-width: 340px) {
  .footer__menu {
    /* grid-template-columns: repeat(1, 1fr); */
  }
}
.media-main__link {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 65px;
  height: 65px;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.media-main__link:hover {
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.wrap_eb0b {
  z-index: 4 !important;
}

.header-language__box-item-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-language__box-item-label:hover {
  cursor: pointer;
}

.hear__prev.swiper-button-disabled svg path {
  stroke: #6f7a83;
}

.hear__next.swiper-button-disabled svg path {
  stroke: #6f7a83;
}

.hear__next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.hear__prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.hear__prev div {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 67px 80px 0px rgba(31, 64, 60, 0.04), 0px 3px 5px 0px rgba(31, 64, 60, 0.08);
}

.hear__next {
  border-radius: 52px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
}

.hear__prev {
  border-radius: 52px;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hear__prev:hover {
  background: transparent;
}

.hear__next:hover {
  background: transparent;
}

.world__prev.swiper-button-disabled svg path {
  stroke: #6f7a83;
}

.world__next.swiper-button-disabled svg path {
  stroke: #6f7a83;
}

.world__next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.world__prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.world__prev div {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 67px 80px 0px rgba(31, 64, 60, 0.04), 0px 3px 5px 0px rgba(31, 64, 60, 0.08);
}

.world__next div {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 67px 80px 0px rgba(31, 64, 60, 0.04), 0px 3px 5px 0px rgba(31, 64, 60, 0.08);
}

.world__next {
  border-radius: 52px;
  background: #fbfbfc;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06) inset, 0px 1px 8px 0px rgba(0, 0, 0, 0.02) inset;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.world__prev {
  border-radius: 52px;
  background: #fbfbfc;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06) inset, 0px 1px 8px 0px rgba(0, 0, 0, 0.02) inset;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.world__prev:hover {
  background: transparent;
}

.world__next:hover {
  background: transparent;
}

.went__prev.swiper-button-disabled svg path {
  stroke: #6f7a83;
}

.went__next.swiper-button-disabled svg path {
  stroke: #6f7a83;
}

.went__next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.went__prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.went__prev div {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 67px 80px 0px rgba(31, 64, 60, 0.04), 0px 3px 5px 0px rgba(31, 64, 60, 0.08);
}

.went__next div {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 67px 80px 0px rgba(31, 64, 60, 0.04), 0px 3px 5px 0px rgba(31, 64, 60, 0.08);
}

.went__next {
  border-radius: 52px;
  background: #fbfbfc;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06) inset, 0px 1px 8px 0px rgba(0, 0, 0, 0.02) inset;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.went__prev {
  border-radius: 52px;
  background: #fbfbfc;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06) inset, 0px 1px 8px 0px rgba(0, 0, 0, 0.02) inset;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.went__prev:hover {
  background: transparent;
}

.went__next:hover {
  background: transparent;
}

@media (max-width: 768px) {
  .menu__sublist-sublink svg {
    width: 32px;
  }
}/*# sourceMappingURL=style.css.map */