/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.14; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.14; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

ul {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

html {
  min-height: 100dvh;
}

body {
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  height: 100%;
  width: 100%;
  min-height: 100dvh;
}
body.lock {
  overflow: hidden;
}

main {
  padding: 100px 0 0 0;
}
@media only screen and (max-width: 576px) {
  main {
    padding: 68px 0 0 0;
  }
}

.container {
  max-width: 1280px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 576px) {
  .container {
    padding: 0 16px;
  }
}

.header {
  background: #0E0E0E;
  position: fixed;
  width: 100%;
  z-index: 5000;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .header__inner {
    padding: 16px 0;
  }
}
.header__col:nth-last-child(1) {
  display: flex;
  align-items: center;
  gap: 180px;
}
@media only screen and (max-width: 1440px) {
  .header__col:nth-last-child(1) {
    gap: 100px;
  }
}
@media only screen and (max-width: 1280px) {
  .header__col:nth-last-child(1) {
    gap: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .header__col:nth-last-child(1) {
    gap: 24px;
  }
}
.header__nav.active {
  right: 0;
  padding: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    right: -100%;
    top: 100px;
    width: 50%;
    height: 100%;
    transition: all 0.8s;
    background-color: #0E0E0E;
    opacity: 1;
    overflow: auto;
    z-index: 3;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 10000;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .header__nav {
    top: 70px;
  }
}
.header__list {
  display: flex;
  align-items: center;
  gap: 52px;
}
@media only screen and (max-width: 1440px) {
  .header__list {
    gap: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__list {
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 576px) {
  .header__list {
    gap: 40px;
    padding: 40px 0;
  }
}
.header__link {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  white-space: nowrap;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
}
.header__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.header__link:hover::after {
  transform: scaleX(1);
}
.header__link span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(107.25deg, #A3E5F3 5.15%, #F8B3B8 99.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.header__burger {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__burger {
    display: block;
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 19px;
    z-index: 3;
    order: 3;
  }
  .header__burger:before {
    content: "";
    background: linear-gradient(87.43deg, #B0B4F5 -6.52%, #A3E5F3 48.69%, #F8B3B8 103.9%);
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    transition: transform 0.8s;
  }
  .header__burger:after {
    content: "";
    background: linear-gradient(87.43deg, #B0B4F5 -6.52%, #A3E5F3 48.69%, #F8B3B8 103.9%);
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    transition: transform 0.8s;
  }
  .header__burger span {
    background: linear-gradient(87.43deg, #B0B4F5 -6.52%, #A3E5F3 48.69%, #F8B3B8 103.9%);
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    height: 3px;
    transition: transform 0.8s;
  }
  .header__burger.active:before {
    transform: rotate(135deg);
    top: 6px;
  }
  .header__burger.active:after {
    transform: rotate(-135deg);
    bottom: 9px;
  }
  .header__burger.active span {
    transform: scale(0);
  }
}
.header__mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header__mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    padding: 40px 52px;
  }
}
.header__mobile-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.header__mobile-block:nth-child(2) ul {
  flex-direction: row;
  gap: 20px;
}
.header__mobile-block:nth-child(2) ul li:nth-child(1) {
  padding: 0 20px 0 0;
  border-right: 1px solid #fff;
}
.header__mobile-block:nth-child(2) ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__mobile-block:nth-child(2) ul li a.btn {
  padding: 12px 24px;
  background: #FFFFFF;
  border-radius: 70px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #000000;
}
.header__mobile-block:nth-last-child(1) {
  margin: 0 0 40px 0;
}
.header__mobile-block p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.5;
}
.header__mobile-block ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.header__mobile-block ul li a {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.footer {
  padding: 40px 0;
  background: #0E0E0E;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .footer__inner {
    flex-direction: column;
  }
}
@media only screen and (max-width: 992px) {
  .footer__inner {
    gap: 64px;
  }
}
@media only screen and (max-width: 992px) {
  .footer__col {
    width: 100%;
  }
}
.footer__col:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 992px) {
  .footer__col:nth-child(1) {
    align-items: center;
  }
}
.footer__col:nth-child(1) p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #868686;
}
.footer__col:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 992px) {
  .footer__col:nth-child(2) {
    flex-direction: column;
    gap: 64px;
  }
}
.footer__list {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 992px) {
  .footer__list {
    flex-direction: column;
    border-right: none;
  }
}
.footer__list li {
  margin: 0 32px 0 0;
}
@media only screen and (max-width: 992px) {
  .footer__list li {
    margin: 0 0 12px 0;
  }
  .footer__list li:nth-last-child(1) {
    margin: 0;
  }
}
.footer__list li a {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  white-space: nowrap;
  position: relative;
}
.footer__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s ease;
}
.footer__list li a:hover::after {
  transform: scaleX(1);
}
.footer__options {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .footer__options {
    flex-direction: column;
    gap: 8px;
    order: -1;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer__options li {
    max-width: 287px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .footer__options li:nth-child(1) {
    display: none;
  }
}
.footer__options li:nth-last-child(1) {
  display: none;
}
@media only screen and (max-width: 992px) {
  .footer__options li:nth-last-child(1) {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .footer__options li a {
    width: 100%;
  }
}

.btn {
  padding: 12px 24px;
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 70px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  transition: color 0.3s, background 0.3s;
}
.btn:hover {
  background: transparent;
  color: #fff;
}
.btn--transparent {
  background: transparent;
  color: #fff;
}
.btn--transparent:hover {
  background: #fff;
  color: #000;
}

.btn-gradient {
  padding: 2px;
  border-radius: 70px;
  position: relative;
  display: inline-block;
}
.btn-gradient span {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-gradient:hover p {
  background: linear-gradient(87.43deg, #B0B4F5 -6.52%, #A3E5F3 48.69%, #F8B3B8 103.9%);
}
.btn-gradient:hover span {
  color: #000;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  background: unset;
}
.btn-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 70px;
  background: linear-gradient(87.43deg, #B0B4F5 -6.52%, #A3E5F3 48.69%, #F8B3B8 103.9%);
  background-clip: border-box;
}
.btn-gradient p {
  background: black;
  position: relative;
  z-index: 2;
  border-radius: 70px;
  padding: 12px 24px;
  transition: background 0.3s;
}
@media only screen and (max-width: 576px) {
  .btn-gradient p {
    padding: 12px 24px;
  }
}
.btn-gradient span {
  white-space: nowrap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(87.43deg, #B0B4F5 -6.52%, #A3E5F3 48.69%, #F8B3B8 103.9%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 576px) {
  .btn-gradient span {
    font-size: 16px;
    line-height: 26px;
  }
}

.hero {
  padding: 120px 0 361px;
  background: #0e0e0e;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .hero {
    padding: 24px 0 32px 0;
  }
}
.hero__glass {
  position: absolute;
  left: -15%;
  bottom: 0;
  width: 130%;
  z-index: 150;
}
@media only screen and (max-width: 576px) {
  .hero__glass {
    top: 0;
    bottom: unset;
  }
}
.hero__glass img {
  width: 100%;
}
.hero__inner {
  display: flex;
  flex-direction: column;
  gap: 180px;
  position: relative;
  z-index: 200;
}
@media only screen and (max-width: 992px) {
  .hero__inner {
    gap: 32px;
  }
}
.hero__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 64px;
}
@media only screen and (max-width: 992px) {
  .hero__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
}
.hero__col {
  display: flex;
  flex-direction: column;
}
.hero__col:nth-child(1) {
  max-width: 665px;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .hero__col:nth-child(1) {
    max-width: unset;
  }
}
.hero__col:nth-child(2) {
  justify-content: space-between;
}
@media only screen and (max-width: 992px) {
  .hero__col:nth-child(2) {
    justify-content: flex-start;
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .hero__col {
    width: 100%;
  }
}
.hero__col h1 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 123.216px;
  line-height: 124px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 64px 0;
}
@media only screen and (max-width: 768px) {
  .hero__col h1 {
    font-size: 80px;
    line-height: 88px;
    margin: 0 0 16px 0;
  }
}
@media only screen and (max-width: 576px) {
  .hero__col h1 {
    max-width: 247px;
  }
}
.hero__col p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .hero__col p {
    font-size: 14px;
    line-height: 20px;
  }
}
.hero__col a {
  min-width: 240px;
}
@media only screen and (max-width: 576px) {
  .hero__col a {
    min-width: unset;
    width: 100%;
  }
}
.hero__quote {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hero__quote-textbox {
  display: flex;
  flex-direction: column;
}
.hero__quote-textbox p.top {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
.hero__quote-textbox p.bottom {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}
.hero__quote-textbox p.bottom span {
  font-weight: 900;
}
.hero__video {
  height: 350px;
  position: absolute;
  bottom: 29%;
  left: 0;
  width: 100%;
  z-index: 100;
  filter: blur(72px);
}
.hero__video video {
  width: 100%;
  height: 251px;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.partners h3 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #436893;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 768px) {
  .partners h3 {
    color: #565656;
  }
}
.partners__slider-wrapper {
  display: flex;
  gap: 64px;
}
.partners__slider-wrapper > * {
  flex: 0 0 100%;
}
.partners__list {
  will-change: transform;
  animation: scroll 50s linear infinite;
  display: flex;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 1024px) {
  .partners__list {
    gap: 28px;
  }
}
.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  cursor: pointer;
  width: 250px;
  height: 93px;
  flex-shrink: 0;
  transition: opacity 300ms linear;
}
@media only screen and (max-width: 768px) {
  .partners__item {
    width: 160px;
    height: 35px;
    opacity: 1;
  }
}
.partners__item-img {
  filter: invert(1);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-section {
  padding: 0 0 228px 0;
  background: #0E0E0E;
}
@media only screen and (max-width: 1024px) {
  .text-section {
    padding: 24px 0;
  }
}
.text-section__inner {
  display: flex;
  justify-content: space-between;
  gap: 118px;
}
@media only screen and (max-width: 1024px) {
  .text-section__inner {
    gap: 24px;
    flex-direction: column;
  }
}
.text-section__col h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 414px;
}
@media only screen and (max-width: 576px) {
  .text-section__col h2 {
    font-size: 58px;
    line-height: 76px;
    max-width: 359px;
  }
}
.text-section__textbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.text-section__textbox p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #6E6E6E;
}
@media only screen and (max-width: 576px) {
  .text-section__textbox p {
    font-size: 18px;
    line-height: 24px;
  }
}

.features {
  padding: 0 0 228px 0;
  background: #0E0E0E;
}
@media only screen and (max-width: 1024px) {
  .features {
    padding: 24px 0;
  }
}
.features__inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
}
@media only screen and (max-width: 768px) {
  .features__inner {
    gap: 40px;
  }
}
.features__slider-slide {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 0 24px;
}
@media only screen and (max-width: 1024px) {
  .features__slider-media img {
    width: 48px;
    height: 48px;
  }
}
.features__slider-textbox {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 342px;
}
.features__slider-textbox h3 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .features__slider-textbox h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.features__slider-textbox p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #B7B7B7;
}
.features__options-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .features__options-col {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .features__options-col:nth-child(2) {
    display: none;
  }
}
.features__options-col ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .features__options-col ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 576px) {
  .features__options-col ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .features__options-col ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .features__options-col ul li a {
    width: 100%;
  }
}
.features__options-col #featuresProgress.progress {
  height: 7px;
  width: 325px;
  background: #373737;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .features__options-col #featuresProgress.progress {
    width: 200px;
  }
}
.features__options-col #featuresProgress .progress__bar {
  --from: #74F2CE;
  --to: #3E7BFA;
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, var(--from), var(--to));
  border-radius: inherit;
  transition: width 160ms ease-out;
  will-change: width;
}

.voice {
  padding: 68px 0 140px 0;
  background: #0E0E0E;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .voice {
    padding: 24px 16px;
  }
}
.voice__inner {
  display: flex;
  flex-direction: column;
}
.voice__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 3;
  margin: 0 0 96px 0;
}
@media only screen and (max-width: 1024px) {
  .voice__header {
    margin: 0 0 40px 0;
  }
}
.voice__header h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 120px;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .voice__header h2 {
    font-size: 64px;
    line-height: 76px;
  }
}
.voice__header h3 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .voice__header h3 {
    font-size: 16px;
  }
}
.voice__main {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 1024px) {
  .voice__main {
    margin: 0 0 40px 0;
  }
}
.voice__content {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice__content .gradient-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: linear-gradient(90deg, rgba(255, 0, 150, 0.8), rgba(0, 150, 255, 0.8));
  pointer-events: none;
  mix-blend-mode: overlay;
  z-index: 2;
}
.voice__content video {
  max-width: 960px;
  margin: 0 auto;
  border-radius: 8px;
  mix-blend-mode: screen;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .voice__content video {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .voice__glass-left {
    position: absolute;
  }
}
.voice__video {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  width: 1280px;
  height: 600px;
  overflow: hidden;
  filter: blur(72px);
}
@media only screen and (max-width: 1024px) {
  .voice__video {
    width: 100%;
    height: 100%;
  }
}
.voice__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .voice__glass-right {
    display: none;
  }
}
.voice__links {
  position: relative;
  z-index: 3;
}
.voice__links ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .voice__links ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 576px) {
  .voice__links ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) and (max-width: 576px) {
  .voice__links ul li a {
    width: 100%;
  }
}

.graph {
  padding: 0 0 228px 0;
  background: #0E0E0E;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .graph {
    padding: 24px 0;
  }
}
.graph__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 1024px) {
  .graph__inner {
    flex-direction: column;
  }
}
.graph__textbox {
  width: 486px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .graph__textbox {
    width: 100%;
  }
}
.graph__textbox h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 48px 0;
}
@media only screen and (max-width: 768px) {
  .graph__textbox h2 {
    margin: 0 0 16px 0;
  }
}
.graph__textbox p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 377px;
  margin: 0 0 62px 0;
}
@media only screen and (max-width: 768px) {
  .graph__textbox p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 40px 0;
  }
}
.graph__textbox ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 576px) {
  .graph__textbox ul {
    flex-direction: column;
  }
}
.graph__textbox ul p {
  max-width: unset;
}
@media only screen and (max-width: 576px) {
  .graph__textbox ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .graph__textbox ul li a {
    width: 100%;
  }
}
.graph__textbox a p {
  margin: 0;
}
.graph__media {
  width: 100%;
  height: 100%;
}

.roadmap {
  padding: 0 0 96px 0;
  background: #0E0E0E;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .roadmap {
    padding: 24px 0;
  }
}
.roadmap__inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 1024px) {
  .roadmap__inner {
    gap: 40px;
  }
}
.roadmap__header-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 1024px) {
  .roadmap__header-inner {
    gap: 16px;
  }
}
.roadmap__header-inner h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.roadmap__header-inner p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .roadmap__header-inner p {
    font-size: 14px;
  }
}
.roadmap__map-container {
  width: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  justify-content: flex-start;
}
.roadmap__map-container::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.roadmap__map-container::-webkit-scrollbar-thumb, .roadmap__map-container::-webkit-scrollbar-track {
  background: transparent;
}
.roadmap__map-content {
  display: flex;
  margin: 0 0 0 40px;
  padding: 0 80px 0 0;
  gap: 10px;
}

.milestone {
  position: relative;
  background: #0E0E0E;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.milestone__quarter {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #ccc;
  margin: 40px 0;
  position: relative;
  z-index: 2;
}
.milestone__content {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  flex: 1;
}
.milestone__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  background-image: repeating-linear-gradient(to right, #17162B 0, #17162B 85px, transparent 85px, transparent 170px);
  z-index: 0;
}
.milestone__title {
  display: block;
  width: 100%;
  text-align: left;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  border: 1px dashed rgba(0, 200, 255, 0.5);
  padding: 8px 12px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 2;
  border-radius: 8px;
}
.milestone__tasks {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.milestone__task {
  padding: 8px 12px;
  border-radius: 6px;
  width: 220px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  position: relative;
}
.milestone__task:nth-child(2) {
  margin-left: 196px;
}
.milestone__task:nth-child(3) {
  margin-left: 392px;
}
.milestone__task:nth-child(4) {
  margin-left: 588px;
}
.milestone--blue .milestone__task {
  background: linear-gradient(180deg, #2AA1D3 0%, #127DAA 100%);
}
.milestone--blue .milestone__title {
  background: linear-gradient(180deg, rgba(42, 161, 211, 0.2) 0%, rgba(18, 125, 170, 0.2) 100%);
  border-color: rgba(42, 161, 211, 0.5);
}
.milestone--pink .milestone__task {
  background: linear-gradient(180deg, #EA90DD 0%, #FB49C0 100%);
}
.milestone--pink .milestone__title {
  background: linear-gradient(180deg, rgba(234, 144, 221, 0.2) 0%, rgba(251, 73, 192, 0.2) 100%);
  border-color: rgba(251, 73, 192, 0.5);
}
.milestone--purple .milestone__task {
  background: linear-gradient(180deg, #BA49FB 0%, #861EC1 100%);
}
.milestone--purple .milestone__title {
  background: linear-gradient(180deg, rgba(186, 73, 251, 0.2) 0%, rgba(134, 30, 193, 0.2) 100%);
  border-color: rgba(186, 73, 251, 0.5);
}

.wallet {
  padding: 120px 0 75px 0;
  background: #0E0E0E;
  overflow: hidden;
  isolation: isolate;
}
@media only screen and (max-width: 1024px) {
  .wallet {
    padding: 24px 0;
  }
}
.wallet__inner {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wallet__glass {
  position: absolute;
  top: -30%;
  right: -50%;
  z-index: 2;
  transform: translateZ(0);
}
@media only screen and (max-width: 1024px) {
  .wallet__glass {
    display: none;
  }
}
.wallet__glass img {
  width: 90%;
}
.wallet__video {
  position: relative;
  z-index: 0;
  border-radius: 999px;
  height: 600px;
  width: 1280px;
}
@media only screen and (max-width: 1024px) {
  .wallet__video {
    width: 100%;
    position: absolute;
    height: 350px;
  }
}
.wallet__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(40px);
}
.wallet__content {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 120px;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  .wallet__content {
    position: relative;
  }
}
.wallet__content::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 150%;
  border-radius: 23.7322px;
  background: rgba(0, 0, 0, 0.001);
  backdrop-filter: blur(14px) saturate(1.25);
  -webkit-backdrop-filter: blur(14px) saturate(1.25);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  .wallet__content::before {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .wallet__content {
    padding: 40px;
  }
}
.wallet__textbox {
  max-width: 486px;
}
@media only screen and (max-width: 1024px) {
  .wallet__textbox {
    max-width: unset;
  }
}
.wallet__textbox h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 768px) {
  .wallet__textbox h2 {
    margin: 0 0 16px 0;
  }
}
.wallet__textbox p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 62px 0;
}
@media only screen and (max-width: 768px) {
  .wallet__textbox p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 40px 0;
  }
}
.wallet__textbox ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  .wallet__textbox ul {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .wallet__textbox ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wallet__textbox ul li a {
    width: 100%;
  }
}

.solutions {
  padding: 0 0 120px 0;
  background: #0E0E0E;
}
@media only screen and (max-width: 1024px) {
  .solutions {
    padding: 24px 0 56px 0;
  }
}
.solutions__inner {
  display: flex;
  gap: 80px;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .solutions__inner {
    gap: 40px;
  }
}
.solutions__inner h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 76px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
.solutions__cards {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .solutions__cards {
    flex-direction: column;
    gap: 24px;
  }
}
.solutions__card {
  width: 50%;
  padding: 40px;
  box-shadow: 0px 4px 85px rgba(0, 0, 0, 0.1), inset 8px 20px 85.1px rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(37px);
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .solutions__card {
    width: 100%;
    padding: 24px;
    gap: 24px;
  }
}
.solutions__card--dark {
  background: linear-gradient(244.51deg, rgba(0, 0, 0, 0.3) 9.76%, rgba(56, 179, 255, 0.168) 94.7%), rgba(255, 255, 255, 0.01);
}
.solutions__card--bright {
  background: linear-gradient(244.51deg, rgba(251, 73, 192, 0.3) 9.76%, rgba(14, 14, 14, 0.3) 94.7%), rgba(255, 255, 255, 0.01);
}
.solutions__card p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #B8BCBE;
}
.solutions__card-top {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .solutions__card-top img {
    width: 48px;
    height: 48px;
  }
}
.solutions__card-top h3 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .solutions__card-top h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.not-found {
  background: #0E0E0E;
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.not-found__inner {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .not-found__inner {
    height: 100%;
  }
}
.not-found__main {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .not-found__main {
    top: -120px;
  }
}
@media only screen and (max-width: 1024px) {
  .not-found__main {
    top: unset;
    height: 100%;
  }
}
.not-found__glass-left {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .not-found__glass-left {
    display: none;
  }
}
.not-found__video {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  filter: blur(72px);
}
@media only screen and (max-width: 1024px) {
  .not-found__video {
    width: 100%;
    height: 100%;
  }
}
.not-found__video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.not-found__content {
  position: relative;
  z-index: 40;
}
.not-found__content h1 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 221.924px;
  line-height: 224px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .not-found__content h1 {
    font-size: 140px;
    line-height: normal;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .not-found__content h1 {
    font-size: 66px;
  }
}
.not-found__content h2 {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 402.64px;
  line-height: 406px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (max-width: 1440px) {
  .not-found__content h2 {
    font-size: 180px;
    line-height: normal;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .not-found__content h2 {
    font-size: 86px;
  }
}
.not-found__content p {
  font-family: "Anton SC";
  font-style: normal;
  font-weight: 400;
  font-size: 61.7758px;
  line-height: 62px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 42px 0;
}
@media only screen and (max-width: 1440px) {
  .not-found__content p {
    width: 800px;
  }
}
@media only screen and (max-width: 1024px) {
  .not-found__content p {
    width: 700px;
  }
}
@media only screen and (max-width: 768px) {
  .not-found__content p {
    font-size: 34px;
    line-height: normal;
    width: 550px;
  }
}
@media only screen and (max-width: 576px) {
  .not-found__content p {
    width: 100%;
  }
}
.not-found__content a {
  width: 100%;
}
.not-found__content a p {
  margin: 0;
}
.not-found__glass-right {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .not-found__glass-right {
    display: none;
  }
}