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

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

img {
  display: block;
  max-width: 100%;
}

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

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

body {
  min-height: 100%;
  line-height: 1.5;
}

svg * {
  transition-property: fill, stroke;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
dialog {
  padding: 0;
}

@font-face {
  font-family: "Gilroy";
  src: url("") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-accent: #aca9ff;
  --color-accent-card: #e5e6fb;
  --color-accent-card-header: #c7c8eb;
  --color-accent-step: #8581dc;
  --color-accent-dark: #212048;
  --color-accent-light: #e1e0ff;
  --color-accent-hover: #9895eb;
  --color-dark: #2f2e52;
  --color-white: #ffffff;
  --color-bright: #ecf167;
  --color-bright-alt: #e3ff34;
  --color-bright-hover: #e2e75d;
  --color-gray: #999999;
  --color-gray-alt: #dddddd;
  --border-header: 0.0625rem solid rgba(33, 32, 72, 0.1);
  --outline-card: 0.25rem solid rgba(172, 169, 255, 0.2);
  --text-shadow: 0 0 0.625rem rgba(236, 241, 103, 0.5);
  --border-radius-xl: 2.5rem;
  --border-radius-lg: 2.125rem;
  --border-radius-sd: 1.9375rem;
  --border-radius-sm: 1.25rem;
  --border-radius-xs: 0.75rem;
  --font-family-base: "SF Pro Display", Arial, sans-serif;
  --font-family-logo: "Gilroy", Arial, sans-serif;
  --container-width: 73.75rem;
  --container-padding-x: 1rem;
  --transition-duration: 0.2s;
}

.container {
  max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
  margin-inline: auto;
  padding-inline: var(--container-padding-x);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(100%) !important;
          clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (width <= 47.99875rem) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (width > 47.99875rem) {
  .visible-mobile {
    display: none !important;
  }
}

@media (width <= 63.99875rem) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (width > 63.99875rem) {
  .visible-tablet {
    display: none !important;
  }
}

.text-left {
  text-align: left !important;
}

.absolute-copyright {
  position: absolute;
  bottom: 2rem;
  padding-inline: 1.5rem;
  width: 100%;
}

.no-avatar {
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: var(--color-emerald-2d);
  border: 0.0625rem solid var(--color-accent);
  border-radius: 50%;
}

.logo {
  white-space: nowrap;
}

.separator-y {
  width: 0.0625rem;
  height: 1.125rem;
  border: none;
  background-color: var(--color-dark);
  opacity: 0.5;
}

.separator-x {
  width: 18.75rem;
  height: 0.0625rem;
  border: none;
  background-color: var(--color-dark);
  opacity: 0.3;
}

.reverse-x {
  flex-direction: row-reverse;
}

.no-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent-light);
}
.no-avatar > span {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.max-w-820 {
  max-width: 51.25rem;
}

.max-w-800 {
  max-width: 50rem;
}

.max-w-650 {
  max-width: 40.625rem;
}

.max-w-715 {
  max-width: 44.6875rem;
}

[data-js-deposit-multiply-word] {
  white-space: nowrap;
}

html.is-lock {
  overflow: hidden;
}

body {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  font-family: var(--font-family-base);
  font-weight: 400;
  line-height: 1.28;
  color: var(--color-dark);
  background-color: var(--color-white);
  position: relative;
}

a,
button,
input,
textarea,
svg * {
  transition-duration: var(--transition-duration);
}

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

h1,
h2,
h3,
h4 {
  font-weight: 500;
}

h1 {
  font-size: clamp(2.1875rem, 1.6299019608rem + 2.2875816993vw, 4.375rem);
}

h2 {
  font-size: clamp(1.5rem, 1.4044117647rem + 0.3921568627vw, 1.875rem);
}

h3 {
  font-size: clamp(1.375rem, 1.3431372549rem + 0.1307189542vw, 1.5rem);
}

h4 {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}

hr {
  margin: 0;
}

main {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.75rem;
}

::-webkit-scrollbar-track {
  background-color: var(--color-white);
  border-left: 0.0625rem solid rgba(33, 32, 72, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-accent);
  cursor: pointer;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 200;
  top: 0;
}
.header__promo {
  width: 100%;
  height: 3.5rem;
  background-color: var(--color-accent);
}
.header__promo-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (width <= 63.99875rem) {
  .header__promo-inner {
    justify-content: center;
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
}
.header__promo-text {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--color-dark);
  font-weight: 800;
  line-height: 120%;
}
.header__places {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (width <= 63.99875rem) {
  .header__places {
    width: 100%;
    max-width: 31.25rem;
  }
}
.header__places-remaining {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.header__places-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  white-space: nowrap;
}
.header__places-number {
  width: 3.75rem;
  height: 2.5rem;
  font-size: clamp(1.75rem, 1.6862745098rem + 0.2614379085vw, 2rem);
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 800;
  line-height: 140%;
  border-radius: 6.25rem;
  background: var(--color-bright);
  padding-right: 0.3125rem;
}
.header__places-arrow {
  animation: arrowMove 2s ease-in-out infinite;
  display: inline-block;
}
.header__places-arrow .desktop-arrow {
  display: block;
}
.header__places-arrow .mobile-arrow {
  display: none;
}
@media (width <= 63.99875rem) {
  .header__places-arrow .desktop-arrow {
    display: none;
  }
  .header__places-arrow .mobile-arrow {
    display: block;
    width: 1.6875rem;
    height: 0.375rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  color: var(--color-dark);
}
.header__logo > span {
  font-size: 1.25rem;
  font-family: var(--font-family-logo);
  font-weight: 600;
  letter-spacing: -0.02rem;
}
.header__body {
  height: 5.25rem;
  border-bottom: var(--border-header);
  background-color: var(--color-white);
  -webkit-backdrop-filter: blur(1rem);
          backdrop-filter: blur(1rem);
}
@media (width <= 63.99875rem) {
  .header__body {
    height: 4.75rem;
  }
}
.header__body-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.header__nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (width > 63.99875rem) {
  .header__overlay {
    display: contents;
  }
}
@media (width <= 63.99875rem) {
  .header__overlay {
    position: fixed;
    inset: 0;
    height: 90dvh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2.8125rem;
    padding: 5.625rem 1.5rem 1.5rem;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
  }
  .header__overlay.is-active {
    transform: translateX(0);
  }
}
@media (width <= 63.99875rem) {
  .header__menu {
    overflow-y: auto;
  }
}
.header__menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (width <= 63.99875rem) {
  .header__menu-list {
    flex-direction: column;
    row-gap: 2rem;
  }
}
.header__menu-link {
  font-size: 1rem;
  color: var(--color-dark);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02rem;
  opacity: 0.5;
}
@media (width <= 63.99875rem) {
  .header__menu-link {
    opacity: 1;
    overflow-y: scroll;
  }
}
@media (any-hover: hover) {
  .header__menu-link:hover {
    opacity: 1;
    color: var(--color-accent);
  }
}
@media (any-hover: none) {
  .header__menu-link:active {
    opacity: 1;
    color: var(--color-accent);
  }
}
.header__menu-link.is-active {
  color: var(--color-white);
  font-weight: 500;
  background-color: var(--color-black);
  border: var(--border);
  border-radius: 0.625rem;
  pointer-events: none;
}
.header__button {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  height: 2.5rem;
  min-width: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 140%;
  background-color: var(--color-bright);
  border-radius: var(--border-radius-lg);
  border: none;
  color: var(--color-dark);
  padding: 0.75rem 2rem;
  cursor: pointer;
}
@media (any-hover: hover) {
  .header__button:hover {
    background-color: var(--color-bright-hover);
  }
}
@media (any-hover: none) {
  .header__button:active {
    background-color: var(--color-bright-hover);
  }
}
.header__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.header__badge-img {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header__badge-text {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
}
.header__badge-text > span {
  color: var(--color-accent);
}

.backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background: var(--color-accent-card);
  -webkit-backdrop-filter: blur(1.125rem);
          backdrop-filter: blur(1.125rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.backdrop.is-active {
  opacity: 1;
  pointer-events: all;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.3125rem);
  }
  100% {
    transform: translateX(0);
  }
}
.button {
  display: flex;
  width: 100%;
  height: 3.75rem;
  padding: 1.25rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  border-radius: var(--border-radius-xs);
  color: var(--color-accent-dark);
  background: var(--color-accent);
}
@media (any-hover: hover) {
  .button:hover {
    background: var(--color-accent-hover);
  }
}
@media (any-hover: none) {
  .button:active {
    background: var(--color-accent-hover);
  }
}

.burger-button {
  width: 2.125rem;
  height: 2.125rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.53125rem 0.265625rem;
  color: var(--color-dark);
  background-color: transparent;
  border: none;
  position: relative;
}
@media (any-hover: hover) {
  .burger-button:hover {
    color: var(--color-accent);
  }
}
@media (any-hover: none) {
  .burger-button:active {
    color: var(--color-accent);
  }
}
.burger-button.is-active .burger-button__line:first-child {
  rotate: 45deg;
  transform-origin: 0;
  translate: 0.25em -0.1em;
}
.burger-button.is-active .burger-button__line:nth-child(2) {
  rotate: -45deg;
}
.burger-button.is-active .burger-button__line:last-child {
  width: 0;
}
.burger-button__line {
  width: 100%;
  height: 0.125rem;
  background-color: currentColor;
  transition-duration: var(--transition-duration);
}

.welcome {
  margin-top: 8.75rem;
  background: url("background-welcome.webp") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
@media (width <= 63.99875rem) {
  .welcome {
    margin-top: 8.25rem;
    position: relative;
    background: none;
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .welcome::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-image: url("background-welcome_mobile.webp");
    background-color: lightgray;
    background-position: center -10.625rem;
    background-size: 185%;
    background-repeat: no-repeat;
    border-radius: 0 0 2.5rem 2.5rem;
    z-index: -1;
  }
}
.welcome__main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 4.5625rem;
  padding-block: 5.5rem 2.5rem;
}
@media (width <= 63.99875rem) {
  .welcome__main {
    padding-block: 2.5rem 0;
    row-gap: 10.75rem;
  }
}
.welcome__title {
  position: relative;
  max-width: 42.25rem;
  font-size: clamp(2rem, 1.8725490196rem + 0.522875817vw, 2.5rem);
  font-weight: 600;
  color: var(--color-dark);
  text-align: center;
  z-index: 1;
}
.welcome__image {
  display: contents;
}
.welcome__image-coin {
  position: absolute;
}
.welcome__image-coin:nth-child(1) {
  bottom: -7.5rem;
  left: 0;
}
@media (width <= 63.99875rem) {
  .welcome__image-coin:nth-child(1) {
    width: 5.9375rem;
    height: 6.5625rem;
    right: -1.25rem;
    left: auto;
    bottom: -3.375rem;
  }
}
.welcome__image-coin:nth-child(2) {
  bottom: -2.25rem;
  right: -7.5rem;
  filter: blur(0.3125rem);
}
@media (width <= 63.99875rem) {
  .welcome__image-coin:nth-child(2) {
    width: 7.375rem;
    height: 6.1875rem;
    top: 7.8125rem;
    left: -4.0625rem;
  }
}
.welcome__image-coin:nth-child(3) {
  bottom: -2.25rem;
  top: 52%;
  left: 75%;
  translate: -50% -50%;
}
@media (width <= 63.99875rem) {
  .welcome__image-coin:nth-child(3) {
    width: 15.625rem;
    height: 18.75rem;
    top: 40%;
    left: 50%;
  }
}
.welcome__image-coin--absolute {
  position: absolute;
}
.welcome__image-coin--absolute:nth-child(1) {
  top: 9.375rem;
  left: -11.25rem;
  filter: blur(0.4375rem);
}
@media (width <= 63.99875rem) {
  .welcome__image-coin--absolute:nth-child(1) {
    width: 10rem;
    height: 6.25rem;
    top: auto;
    left: -5rem;
    bottom: 2.5rem;
    filter: none;
  }
}
.welcome__image-coin--absolute:nth-child(2) {
  top: 0;
  right: -9.375rem;
  filter: blur(0.4375rem);
}
@media (width <= 63.99875rem) {
  .welcome__image-coin--absolute:nth-child(2) {
    width: 7rem;
    height: 4.375rem;
    right: -4.0625rem;
    top: 12.5rem;
    filter: blur(0.3125rem);
  }
}

.leaders {
  margin-top: 11.25rem;
}
@media (width <= 63.99875rem) {
  .leaders {
    margin-top: 6.25rem;
  }
}
.leaders__main {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}
@media (width <= 47.99875rem) {
  .leaders__main {
    row-gap: 2.5rem;
  }
}
.leaders__content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (width <= 47.99875rem) {
  .leaders__content {
    row-gap: 2rem;
  }
}
.leaders__card {
  position: relative;
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  z-index: 10;
}
@media (width <= 47.99875rem) {
  .leaders__card {
    max-width: 27.25rem;
    margin-inline: auto;
    flex-direction: column;
  }
}
.leaders__card-coin {
  position: absolute;
  z-index: -1;
  right: -20.6875rem;
  bottom: -8.4375rem;
  filter: blur(0.4375rem);
}
@media (width <= 47.99875rem) {
  .leaders__card-coin {
    right: -3.75rem;
    bottom: 1.75rem;
    filter: none;
    z-index: 1;
  }
}
.leaders__card-banknotes {
  position: absolute;
  z-index: -1;
  left: -8.75rem;
  bottom: -8.125rem;
  transform: rotate(275deg) scaleY(-1);
}
@media (width <= 47.99875rem) {
  .leaders__card-banknotes {
    width: 7.8125rem;
    height: 9.375rem;
    left: auto;
    right: 0;
    bottom: -5rem;
    z-index: 1;
  }
}
.leaders__image {
  flex: 1 1 50%;
  height: auto;
}
.leaders__image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-xl);
}
@media (width <= 47.99875rem) {
  .leaders__image > img {
    max-height: 13.75rem;
    -o-object-position: center 25%;
       object-position: center 25%;
    border-radius: 2.5rem 2.5rem 0.75rem 0.75rem;
  }
}
.leaders__info {
  flex: 1 1 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: var(--border-radius-xl);
  background-color: var(--color-accent-card);
  padding: 2rem 2rem 2.5rem;
}
@media (width <= 47.99875rem) {
  .leaders__info {
    row-gap: 3.75rem;
    border-radius: 0.75rem 0.75rem 2.5rem 2.5rem;
    padding-bottom: 2.25rem;
  }
}
.leaders__info-header {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  border-radius: var(--border-radius-xl);
  background-color: var(--color-accent-card-header);
  padding: 0.5rem 1.25rem;
}
@media (width <= 63.99875rem) {
  .leaders__info-header {
    max-width: 100%;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
    justify-content: space-between;
  }
}
.leaders__info-title {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02rem;
  opacity: 0.5;
}
.leaders__text {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}
.leaders__text-description {
  font-size: clamp(1rem, 0.9044117647rem + 0.3921568627vw, 1.375rem);
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02rem;
}
.leaders__text-description-accent {
  color: var(--color-accent);
  font-style: italic;
}
.leaders__text-celeb {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  line-height: 120%;
  font-style: normal;
  opacity: 0.5;
}
.leaders__text-name {
  font-size: clamp(1rem, 0.8725490196rem + 0.522875817vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.03rem;
}
.leaders__text-position {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  font-weight: 500;
  letter-spacing: -0.0175rem;
}

.form {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 27.25rem;
  padding: 2.5rem;
  border-radius: 1.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.5625rem 0 #d0cfe2;
  -webkit-backdrop-filter: blur(1.125rem);
          backdrop-filter: blur(1.125rem);
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .form {
    margin-inline: auto;
  }
}
.form__title {
  max-width: 14.75rem;
  margin-inline: auto;
  font-size: 1.25rem;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.025rem;
}

@keyframes blink {
  0%, 100% {
    box-shadow: 0 0 0 0 transparent;
  }
  50% {
    box-shadow: 0 0 10px 0 var(--color-accent);
  }
}
[data-js-form].blink {
  animation: blink 1s ease-in-out 2;
}

.subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: default;
}
.subtitle__statistics {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.subtitle-h2 {
  font-size: clamp(1.5rem, 1.3725490196rem + 0.522875817vw, 2rem);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.04rem;
  scroll-margin-block-start: 11.25rem;
}

.steps {
  margin-top: 8.75rem;
}
@media (width <= 63.99875rem) {
  .steps {
    margin-top: 10rem;
  }
}
.steps__main {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}
.steps__content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (width <= 63.99875rem) {
  .steps__content {
    row-gap: 2.5rem;
  }
}
.steps__inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (width <= 63.99875rem) {
  .steps__inner {
    flex-direction: column;
    row-gap: 3.75rem;
  }
}
.steps__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media (width <= 63.99875rem) {
  .steps__card {
    align-items: center;
  }
}
.steps__card:nth-child(1) .steps__card-header {
  background-color: var(--color-accent-light);
}
.steps__card:nth-child(2) .steps__card-header {
  border: 0.0625rem solid var(--color-accent-light);
  background: var(--color-white);
}
.steps__card:nth-child(3) .steps__card-header {
  background-color: var(--color-accent-dark);
}
.steps__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-sm);
  padding: 2.1875rem;
}
@media (width <= 63.99875rem) {
  .steps__card-header {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.steps__card-body {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media (width <= 63.99875rem) {
  .steps__card-body {
    align-items: center;
    text-align: center;
  }
}
.steps__card-title {
  color: var(--color-accent-step);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.steps__card-description {
  color: var(--color-accent-dark);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.steps__button {
  max-width: 22.25rem;
  margin-inline: auto;
}
.steps__image-coin {
  position: absolute;
  left: -5rem;
  filter: blur(0.25rem);
}

.trades {
  margin-top: 10rem;
}
@media (width <= 63.99875rem) {
  .trades {
    margin-top: 6.25rem;
  }
}
.trades__main {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 8.125rem;
}
@media (width <= 63.99875rem) {
  .trades__main {
    row-gap: 6.25rem;
  }
}
.trades__card {
  display: flex;
  justify-content: center;
  border-radius: 0 0 3.75rem 3.75rem;
  background: url("background-grid.svg") bottom repeat, linear-gradient(180deg, rgba(212, 206, 240, 0) 40%, #d4cef0 100%);
}
@media (width <= 63.99875rem) {
  .trades__card {
    flex-direction: column-reverse;
    background-image: url("background-grid.svg"), linear-gradient(180deg, rgba(212, 206, 240, 0) 10%, #d4cef0 100%);
  }
}
.trades__list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-bottom: 9.375rem;
}
@media (width <= 63.99875rem) {
  .trades__list {
    width: 80%;
    max-width: 25rem;
    margin-inline: auto;
    padding-bottom: 4.125rem;
  }
}
.trades__item {
  width: -moz-fit-content;
  width: fit-content;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  font-family: var(--font-family-logo);
  padding: 0.75rem 0.5rem 0.75rem 1.25rem;
  border-radius: var(--border-radius-sd);
}
@media (width <= 63.99875rem) {
  .trades__item {
    width: 100%;
  }
}
.trades__item-name {
  font-size: 1rem;
  color: var(--color-white);
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.02rem;
  padding: 0.75rem 1.25rem;
  border-radius: var(--border-radius-sd);
  background-color: var(--color-accent-dark);
}
.trades__item-right {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  background-color: var(--color-accent);
  border-radius: var(--border-radius-sd);
  padding: 0.375rem 0.5rem 0.375rem 1.25rem;
}
@media (width <= 63.99875rem) {
  .trades__item-right {
    width: 100%;
  }
}
.trades__item-value {
  font-size: 1.25rem;
  color: var(--color-accent-dark);
  width: 100%;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.4px;
}
@media (width <= 63.99875rem) {
  .trades__item-value {
    text-align: left;
  }
}
.trades__item-plus > svg {
  width: 2.25rem;
  height: 2.25rem;
  float: inline-end;
}
.trades__image {
  position: relative;
  width: 50%;
}
@media (width <= 63.99875rem) {
  .trades__image {
    width: 100%;
    max-width: 15.0625rem;
  }
}
@media (width <= 63.99875rem) and (width <= 63.99875rem) {
  .trades__image {
    margin-inline: auto;
  }
}
.trades__image > img {
  position: absolute;
  height: auto;
  right: 0;
  bottom: 7.5rem;
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .trades__image > img {
    position: relative;
    width: 15.0625rem;
    right: 0;
    bottom: 2.5rem;
  }
}
.trades__image-coin {
  position: absolute;
}
.trades__image-coin:nth-child(1) {
  top: 0.3125rem;
  right: 0.3125rem;
}
@media (width <= 63.99875rem) {
  .trades__image-coin:nth-child(1) {
    width: 2.5rem;
    height: 2.25rem;
    top: -1.5625rem;
    right: 0.3125rem;
  }
}
.trades__image-coin:nth-child(2) {
  bottom: 2.5rem;
  right: 13%;
}
@media (width <= 63.99875rem) {
  .trades__image-coin:nth-child(2) {
    width: 4.875rem;
    height: 3.8125rem;
    bottom: 0.9375rem;
    right: 20%;
    z-index: 0;
  }
}
.trades__image-coin:nth-child(3) {
  top: -6.25rem;
  right: 7.5rem;
}
@media (width <= 63.99875rem) {
  .trades__image-coin:nth-child(3) {
    width: 2.5rem;
    height: 2.125rem;
    top: -5rem;
    right: 40%;
    z-index: 10;
  }
}
.trades__image-coin:nth-child(4) {
  top: -1.875rem;
  right: 60%;
}
@media (width <= 63.99875rem) {
  .trades__image-coin:nth-child(4) {
    width: 2.8125rem;
    height: 3.0625rem;
    left: 3.125rem;
    top: -3.125rem;
    z-index: 0;
  }
}
@media (width <= 63.99875rem) {
  .trades__image-coin:nth-child(5) {
    bottom: 55%;
    left: -2.5rem;
    z-index: 0;
  }
}
.trades__image-coin_dollar {
  position: absolute;
  z-index: -1;
  right: -17.3125rem;
  bottom: -11.25rem;
  filter: blur(0.5625rem);
}

.advantages {
  margin-top: 10rem;
}
@media (width <= 63.99875rem) {
  .advantages {
    margin-top: 7.5rem;
  }
}
.advantages__main {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (width <= 63.99875rem) {
  .advantages__main {
    row-gap: 3.75rem;
  }
}
.advantages__swiper {
  position: relative;
}
.advantages__inner {
  display: flex;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (width <= 63.99875rem) {
  .advantages__inner {
    overflow-x: auto;
    scroll-behavior: smooth;
    cursor: grab;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-overflow-scrolling: touch;
    margin-inline: -1rem;
    padding-inline: 1rem;
    padding-bottom: 1.5rem;
    scrollbar-width: none;
  }
  .advantages__inner::-webkit-scrollbar {
    display: none;
  }
}
@media (width <= 63.99875rem) {
  .advantages__inner:active {
    cursor: grabbing;
  }
}
@media (width <= 63.99875rem) {
  .advantages__scrollbar {
    height: 0.5rem;
    background: rgba(172, 169, 255, 0.1);
    border-radius: var(--border-radius-sm);
  }
}
@media (width <= 63.99875rem) {
  .advantages__scrollbar-thumb {
    position: absolute;
    height: 0.5rem;
    background: rgba(172, 169, 255, 0.3);
    border-radius: var(--border-radius-sm);
  }
}
.advantages__swiper:hover .advantages__scrollbar-thumb {
  opacity: 1;
}
.advantages__card {
  max-height: 24.375rem;
  position: relative;
  flex: 1;
  display: grid;
  grid-template-rows: 1fr 1fr;
  border-radius: 5rem 5rem 1.25rem 1.25rem;
  overflow: hidden;
}
@media (width <= 63.99875rem) {
  .advantages__card {
    min-width: 15.9375rem;
    height: auto;
    grid-template-rows: 1fr minmax(9.0625rem, auto);
  }
}
.advantages__card-picture {
  background: linear-gradient(180deg, rgba(172, 169, 255, 0) 0, #aca9ff calc(100% - 1.25rem));
}
.advantages__card-picture > img {
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media (width <= 63.99875rem) {
  .advantages__card-picture > img {
    height: 12.5rem;
  }
}
.advantages__card-text {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  color: var(--color-white);
  background: linear-gradient(180deg, rgba(172, 169, 255, 0) 0%, #aca9ff 5%);
  padding: 1.125rem 1.75rem 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  
  justify-content: space-between;
  min-height: 40%;
}
@media (width <= 63.99875rem) {
  .advantages__card-text {
    position: relative;
    /* justify-content: flex-end; */
    text-align: center;
    background-color: var(--color-accent);
    row-gap: 1rem;
    padding: 0.75rem 0.75rem 2rem;
  }
}
.advantages__card-title {
  font-size: clamp(1.25rem, 1.1862745098rem + 0.2614379085vw, 1.5rem);
}
.advantages__card-description {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  font-weight: 300;
}
.advantages__card-icon {
  position: absolute;
  top: 2.25rem;
  left: 2.25rem;
  pointer-events: none;
}
@media (width <= 63.99875rem) {
  .advantages__card-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.advantages__card-icon > img {
  width: 3rem;
  height: 3rem;
}

.statistics {
  margin-top: 8.75rem;
}
@media (width <= 63.99875rem) {
  .statistics {
    margin-top: 7.5rem;
  }
}
.statistics__main {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
.statistics__description {
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.statistics__description > span {
  font-style: italic;
  color: var(--color-accent);
  font-weight: 600;
}
@media (width <= 63.99875rem) {
  .statistics__description > span {
    font-weight: 700;
  }
}
@media (width <= 63.99875rem) {
  .statistics__description-mobile {
    font-size: 0.875rem;
  }
}
.statistics__content {
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.statistics__inner {
  display: flex;
  gap: 1.25rem;
}
@media (width <= 63.99875rem) {
  .statistics__inner {
    flex-wrap: wrap;
  }
}
@media (width <= 47.99875rem) {
  .statistics__inner {
    flex-direction: column;
  }
}
.statistics__card {
  flex: 1;
  width: 100%;
  min-height: 13.75rem;
  display: flex;
  flex-direction: column;
  border-radius: var(--border-radius-xs);
  background-color: var(--color-accent-light);
  padding: 1.5rem;
}
@media (width <= 63.99875rem) {
  .statistics__card {
    max-width: 28.125rem;
    margin-inline: auto;
    justify-content: space-between;
  }
}
.statistics__card-header {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 1.875rem;
  border: 0.0625rem solid var(--color-accent-step);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 80%;
  color: var(--color-accent-step);
}
.statistics__card-body {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0rem 0.5rem 0.25rem;
}
.statistics__card-title {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  text-shadow: var(--text-shadow);
}
.statistics__card-value {
  font-size: clamp(3.25rem, 3.1225490196rem + 0.522875817vw, 3.75rem);
  color: var(--color-accent-dark);
  font-style: normal;
  line-height: 80%;
  font-weight: 700;
}
.statistics__card-denomination {
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
  opacity: 0.5;
}
.statistics__card-image {
  transform: rotateY(180deg);
  min-width: 7.0625rem;
  min-height: 4.375rem;
  position: relative;
}
.statistics__card-image img {
  position: relative;
  z-index: 1;
}
@media (width <= 63.99875rem) {
  .statistics__card-image img {
    width: 5.5rem;
    height: 3.4375rem;
  }
}
.statistics__card:nth-child(2) .statistics__card-image::before {
  content: "";
  position: absolute;
  width: 7.0625rem;
  height: 4.375rem;
  background: url("coin-statistics.webp") no-repeat;
  background-size: contain;
  transform: translateY(-2rem) rotate3d(1, 1, -30, 30deg);
  z-index: 2;
}
@media (width <= 63.99875rem) {
  .statistics__card:nth-child(2) .statistics__card-image::before {
    width: 5.5rem;
    height: 3.4375rem;
  }
}
.statistics__card:nth-child(3) .statistics__card-image::before, .statistics__card:nth-child(3) .statistics__card-image::after {
  content: "";
  position: absolute;
  width: 7.0625rem;
  height: 4.375rem;
  background: url("coin-statistics.webp") no-repeat;
  background-size: contain;
}
@media (width <= 63.99875rem) {
  .statistics__card:nth-child(3) .statistics__card-image::before, .statistics__card:nth-child(3) .statistics__card-image::after {
    width: 5.5rem;
    height: 3.4375rem;
  }
}
.statistics__card:nth-child(3) .statistics__card-image::before {
  transform: translateY(-2rem) rotate3d(1, 1, -30, 30deg);
  z-index: 2;
}
.statistics__card:nth-child(3) .statistics__card-image::after {
  transform: translateY(-8rem) rotate3d(1, 1, 0, 0deg);
  z-index: 3;
}
@media (width <= 63.99875rem) {
  .statistics__separator {
    margin-block: 0.5rem;
  }
}
.statistics__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--border-radius-xs);
  background-color: var(--color-accent-light);
  padding: 1rem 1.25rem 1rem 2.5rem;
}
@media (width <= 63.99875rem) {
  .statistics__footer {
    flex-direction: column-reverse;
    max-width: 28.125rem;
    margin-inline: auto;
    row-gap: 1.25rem;
    padding: 1.25rem 1rem 1.5rem;
  }
}
.statistics__footer-description {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.statistics__footer-text {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (width <= 63.99875rem) {
  .statistics__footer-text {
    text-align: center;
  }
}
@media (width <= 63.99875rem) {
  .statistics__footer > img {
    width: 2.3125rem;
    height: 2.8125rem;
    transform: rotate(270deg) scaleY(-1);
  }
}

.feedback {
  position: relative;
  margin-top: 7.5rem;
}
@media (width <= 63.99875rem) {
  .feedback {
    margin-top: 6.25rem;
  }
}
.feedback__main {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (width <= 63.99875rem) {
  .feedback__main {
    row-gap: 2.5rem;
  }
}
.feedback__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 23.75rem));
  grid-template-rows: repeat(2, auto);
  justify-content: center;
  gap: 5rem 1.25rem;
}
@media (width <= 63.99875rem) {
  .feedback__list {
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 1.5rem;
  }
}
@media (width <= 47.99875rem) {
  .feedback__list {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 1.5rem;
  }
}
.feedback__item {
  max-width: 23.75rem;
  height: auto;
  min-height: 26.5625rem;
  display: flex;
  flex-direction: column;
  background-color: var(--color-white);
  outline: var(--outline-card);
  border-radius: var(--border-radius-xl);
}
@media (width <= 63.99875rem) {
  .feedback__item {
    min-height: 23.25rem;
  }
}
.feedback__header {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding: 2rem;
}
@media (width <= 63.99875rem) {
  .feedback__header {
    padding: 1.5rem;
  }
}
.feedback__header-avatar {
  position: relative;
  display: inline-block;
  min-width: 3rem;
  min-height: 3rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.feedback__header-avatar > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  border: 0.0625rem solid var(--color-accent);
}
.feedback__header-name {
  font-size: 1.25rem;
  color: var(--color-accent-dark);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}
.feedback__header-value {
  height: 3.4375rem;
  position: absolute;
  right: -0.5625rem;
  top: -1.875rem;
  font-size: clamp(1.5rem, 1.3725490196rem + 0.522875817vw, 2rem);
  font-style: italic;
  font-weight: 700;
  line-height: 80%;
  padding: 1rem 2rem;
  border-radius: 1.875rem;
  background-color: var(--color-bright-alt);
  z-index: 10;
}
@media (width <= 63.99875rem) {
  .feedback__header-value {
    height: 3.125rem;
    top: 7.8125rem;
    right: 1rem;
  }
}
.feedback__body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1rem;
  color: var(--color-white);
  border-radius: 0 0 2.5rem 2.5rem;
  background: #9191e9 url("background-grid-feedback.svg") right no-repeat;
  padding: 2.25rem 3.625rem 2.5rem 2.25rem;
}
@media (width <= 63.99875rem) {
  .feedback__body {
    padding: 1.75rem 2rem 2rem 1.5rem;
  }
}
@media (width <= 63.99875rem) {
  .feedback__body > img {
    margin-top: 0.5rem;
  }
}
.feedback__body-description {
  font-size: clamp(0.875rem, 0.8431372549rem + 0.1307189542vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.feedback__background > img {
  position: absolute;
}
.feedback__background > img:nth-child(1) {
  top: 50%;
  left: -1.875rem;
  transform: rotate(30deg) scale(-1);
  z-index: -1;
}
.feedback__background > img:nth-child(2) {
  top: 25%;
  right: -1.5625rem;
  z-index: -1;
}
.feedback__background > img:nth-child(3) {
  bottom: 2.25rem;
  top: 65%;
  right: -6.875rem;
  filter: blur(0.4375rem);
  z-index: -1;
}

.footer {
  margin-top: 7.5rem;
  border-radius: 3.75rem 3.75rem 0 0;
  background: linear-gradient(180deg, #dfd8e7 0%, rgba(223, 216, 231, 0) 100%);
}
@media (width <= 63.99875rem) {
  .footer {
    margin-top: 5rem;
  }
}
.footer__main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  grid-template-areas: "title form" "list form" "bottom bottom";
  gap: 1.25rem;
  padding-top: 3.75rem;
  overflow: hidden;
}
@media (width <= 63.99875rem) {
  .footer__main {
    justify-items: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "title" "form" "list" "image" "bottom";
    gap: 2.8125rem;
    padding-top: 3.25rem;
  }
}
.footer__title {
  grid-area: title;
  font-size: clamp(1.75rem, 1.431372549rem + 1.3071895425vw, 3rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.05625rem;
}
.footer__title-text {
  font-size: inherit;
  font-weight: 600;
}
.footer__title-logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
@media (width <= 63.99875rem) {
  .footer__title-logo {
    flex-direction: column;
    line-height: 90%;
    row-gap: 0.25rem;
    padding-top: 0.5rem;
  }
}
.footer__form {
  width: 100%;
  grid-area: form;
  position: relative;
  z-index: 1;
}
.footer__nav {
  position: relative;
  z-index: 1;
}
.footer__list {
  grid-area: list;
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
}
@media (width <= 63.99875rem) {
  .footer__list {
    align-items: center;
  }
}
.footer__link {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (width <= 63.99875rem) {
  .footer__link {
    font-size: 1.25rem;
    font-weight: 500;
  }
}
@media (any-hover: hover) {
  .footer__link:hover {
    color: var(--color-accent);
  }
}
@media (any-hover: none) {
  .footer__link:active {
    color: var(--color-accent);
  }
}
.footer__bottom {
  position: relative;
  width: 100%;
  grid-area: bottom;
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.25rem;
  border-top: 0.0625rem solid rgba(33, 32, 72, 0.1254901961);
  opacity: 0.5;
  z-index: 1;
}
@media (width <= 63.99875rem) {
  .footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    row-gap: 1.3125rem;
    padding: 1.5rem 0 2rem;
  }
  .footer__bottom > *:nth-child(1) {
    grid-column: 1;
    grid-row: 2;
    white-space: nowrap;
  }
  .footer__bottom > *:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
  }
  .footer__bottom > *:nth-child(3) {
    grid-column: 2;
    grid-row: 1;
    margin-left: auto;
  }
  .footer__bottom > *:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
    margin-left: auto;
  }
}
.footer__background {
  position: absolute;
  bottom: -7.5rem;
  transform: translateX(-50%);
  left: 50%;
  z-index: 0;
}
@media (width <= 63.99875rem) {
  .footer__background {
    grid-area: image;
    position: relative;
    bottom: auto;
    transform: none;
    left: auto;
    width: 12.125rem;
    height: 13rem;
  }
}

.logo-dark {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.logo-dark > span {
  font-size: clamp(1rem, 0.9362745098rem + 0.2614379085vw, 1.25rem);
  font-family: var(--font-family-logo);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.025rem;
}
.logo-light {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  z-index: 10;
}
.logo-light > span {
  font-size: clamp(1.75rem, 1.5588235294rem + 0.7843137255vw, 2.5rem);
  color: #9191e9;
  font-family: var(--font-family-logo);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.05rem;
}/*# sourceMappingURL=main.css.map */