@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
body {
  font-family: SW;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: normal;
}

section {
  overflow: visible;
}

* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: inherit;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased !important;
  font-feature-settings: "ss04" on, "ss03" on, "ss02" on, "ss01" on, "salt" on;
}

::-webkit-scrollbar-button, ::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb, ::-webkit-resizer, ::-webkit-scrollbar {
  display: none;
}

.container-fluid, .row, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding: 0;
  margin: 0;
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth .main__wrap {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

[data-scroll-direction=horizontal] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}

[data-scroll-direction=horizontal] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}

.c-scrollbar {
  position: fixed;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  display: block;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
  z-index: 150;
  mix-blend-mode: inverse;
}
.c-scrollbar ~ .c-scrollbar {
  display: none;
  pointer-events: none;
}

.c-scrollbar:hover {
  transform: scaleX(4);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

[data-scroll-direction=horizontal] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  transform: scaleY(1);
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
  transform: scaleY(1.3);
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.6;
  width: 6px;
  padding: 3px;
  border-radius: 3px;
  margin: 2px;
  cursor: grab;
}
.c-scrollbar_thumb:before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  width: 2px;
  height: auto;
  background: #888;
  pointer-events: none;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}

@font-face {
  src: url(/css/advanced/fonts/Switzer-Variable.ttf);
  font-family: SW;
}
.w-limit {
  max-width: 1280px;
  margin: 0 auto;
}

.btn {
  width: auto;
  display: inline-flex;
  padding: 8px 16px;
  background: rgba(245, 245, 245, 0.1);
  border: 1.5px solid #F5F5F5;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
}
.btn._dark {
  background: #111111;
  color: #fff;
  border-radius: 100px;
}
.btn._dark._primary {
  background: #111111;
  color: #fff;
}
.btn._primary {
  background: #F5F5F5;
  color: #000;
}

.point {
  position: absolute;
  width: 40vmin;
  height: 40vmin;
  border-radius: 50%;
  opacity: 0.2;
  z-index: 0;
  transform: translate(-50%, -50%) translate(-40vmin, -40vmin);
}
.point._lg {
  width: 70vmin;
  height: 70vmin;
  transform: translate(-50%, -50%) translate(-70vmin, -70vmin);
}

div.main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
div.main__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  z-index: 100;
}

main {
  overflow: hidden;
  z-index: 100;
  min-height: 100vh;
  background: #F0F0F0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150;
  padding: 0 16px;
  mix-blend-mode: difference;
}
@media (max-width: 1040px) {
  .nav._open {
    mix-blend-mode: normal;
  }
}
.nav__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #fff;
}
@media (max-width: 1040px) {
  .nav__body .nav__links {
    position: fixed;
    bottom: 100%;
    left: 0;
    width: 100%;
    padding: 100px 24px 24px;
    background: #fff;
    color: #000;
    flex-flow: row wrap;
    gap: 36px;
    z-index: -1;
  }
  .nav__body .nav__links .nav__act-btn {
    display: block !important;
    mix-blend-mode: difference;
  }
  .nav__body .nav__burger {
    display: flex !important;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 24px;
    gap: 6px;
    mix-blend-mode: difference !important;
    cursor: pointer;
  }
  .nav__body .nav__burger::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    bottom: -12px;
    right: -12px;
    width: auto;
    height: auto;
    z-index: 10;
  }
  .nav__body .nav__burger .nav__burger--line {
    width: 100%;
    height: 2px;
    background: #fff;
  }
  .nav__body .nav__brand {
    mix-blend-mode: difference !important;
  }
  .nav__body .nav__act-btn-wrap {
    display: none;
  }
}
.nav__body .nav__brand svg {
  height: 44px;
}
.nav__body .nav__links {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (min-width: 1041px) {
  .nav__body .nav__links .nav__act-btn {
    display: none !important;
  }
}
.nav__body .nav__links .nav__links--item {
  font-weight: 400;
}
.nav__body .nav__links .nav__links--item._lang {
  margin-left: auto;
}
.nav__body .nav__act-btn-wrap .nav__act-btn {
  padding: 8px 16px;
  background: rgba(245, 245, 245, 0.1);
  border: 1.5px solid #F5F5F5;
  border-radius: 100px;
}
.nav__body .nav__burger {
  display: none;
}

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 140;
  padding: 16px;
  transform: translate(0, 100%);
}
.cookie__body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  gap: 24px;
  background: rgba(13, 13, 13, 0.5);
  color: #fff;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 25px;
}
.cookie__body .cookie__info {
  flex: 1;
}
.cookie__body .cookie__info .cookie__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
.cookie__body .cookie__info .cookie__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  opacity: 0.8;
  margin-top: 8px;
}
.cookie__body .cookie__controls {
  flex: 0;
  display: flex;
  gap: 24px;
  white-space: nowrap;
  word-wrap: no-wrap;
}
.main-page .header {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  background: url(/img/uploads/Header-img.jpg) no-repeat center center;
  color: #fff;
  padding: 80px 16px;
  padding-top: 120px;
}
.main-page .header__body {
  flex: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
}
.main-page .header__body .header__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 32 + 40px);
  line-height: 1;
  max-width: 1100px;
}
@media (max-width: 770px) {
  .main-page .header__body .header__heading {
    line-height: 1.4;
  }
}
.main-page .header__body .header__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  max-width: 840px;
  opacity: 0.8;
}
.main-page .header__body .header__scroll-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 128px;
  cursor: pointer;
}
@media (max-width: 975px) {
  .main-page .header__body .header__scroll-btn {
    display: none;
  }
}
.what-we-do {
  width: 100%;
  padding: 80px 16px;
}
.what-we-do__body {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1071px) {
  .what-we-do__body .what-we-do__img-wrap {
    order: 2;
  }
  .what-we-do__body .what-we-do__img-wrap .what-we-do__img {
    width: 80%;
  }
}
.what-we-do__body .what-we-do__img-wrap {
  min-width: 49.999999%;
}
.what-we-do__body .what-we-do__img-wrap .what-we-do__img {
  width: 512px;
  max-width: 100%;
}
.what-we-do__body .what-we-do__content-wrap {
  min-width: 49.999999%;
  display: flex;
  flex-flow: column;
  gap: 24px;
  max-width: 512px;
}
.what-we-do__body .what-we-do__content-wrap .what-we-do__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 24 + 32px);
  line-height: 1.4;
}
.what-we-do__body .what-we-do__content-wrap .what-we-do__description {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 2 + 18px);
  line-height: 1.4;
}
.what-we-do .point.cyan-1 {
  top: 15%;
  left: 10%;
  box-shadow: 40vmin 40vmin 20vmin #73EEFF;
}
.what-we-do .point.pink-1 {
  top: 50%;
  left: 7%;
  box-shadow: 40vmin 40vmin 20vmin #E66DFF;
}
.what-we-do .point.cyan-2 {
  top: 100%;
  left: 95%;
  width: 60vmin;
  height: 60vmin;
  transform: translate(-50%, -50%) translate(-60vmin, -60vmin);
  box-shadow: 60vmin 60vmin 30vmin #73EEFF;
}

.quote {
  width: 100%;
  padding: 80px 16px;
}
.quote__body {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.quote__body .quote__text {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 24 + 32px);
  line-height: 140%;
  text-align: center;
  margin-bottom: 40px;
  max-width: 1000px;
}
.quote__body .quote__author {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
}
.quote__body .quote__position {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  opacity: 0.6;
}

.payment {
  width: 100%;
  padding: 80px 16px;
  background: url(/img/uploads/Payment-img.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 797px) {
  .payment {
    background-size: cover !important;
  }
}
.payment__body {
  display: flex;
  flex-flow: column;
  gap: 56px;
}
.payment__body .payment__top {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 16px;
}
.payment__body .payment__top .payment__heading-wrap {
  flex: 1;
}
.payment__body .payment__top .payment__heading-wrap .payment__heading {
  color: #111111;
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 24 + 32px);
  line-height: 1.4;
  max-width: 600px;
  min-width: 300px;
  word-wrap: normal;
}
.payment__body .payment__top .payment__description-wrap {
  flex: 1;
}
.payment__body .payment__top .payment__description-wrap .payment__description {
  color: #515558;
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 2 + 18px);
  line-height: 1.4;
  max-width: 560px;
  min-width: 300px;
}
.payment__body .payment__methods {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.payment__body .payment__methods .payment__methods--item {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 96px;
  min-width: 250px;
}
@media (max-width: 1297px) {
  .payment__body .payment__methods .payment__methods--item:nth-child(4), .payment__body .payment__methods .payment__methods--item:nth-child(5) {
    margin-top: 56px;
    min-width: 49.999999%;
  }
}
@media (max-width: 797px) {
  .payment__body .payment__methods .payment__methods--item {
    margin-top: 48px !important;
    flex-flow: row;
    gap: 12px !important;
    min-width: 100% !important;
  }
  .payment__body .payment__methods .payment__methods--item .payment__methods--item-num {
    width: 36px;
  }
}
.payment__body .payment__methods .payment__methods--item .payment__methods--item-num {
  font-weight: 600;
  font-size: calc((100vw - 360px) / 1006 * 4 + 20px);
  line-height: 1.4;
  color: #515558;
}
.payment__body .payment__methods .payment__methods--item .payment__methods--item-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #111111;
  max-width: 260px;
}

.business {
  width: 100%;
  padding: 80px 16px;
}
.business__body {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 56px;
}
.business__body .business__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 24 + 32px);
  line-height: 1.4;
  text-align: center;
  color: #111111;
  max-width: 800px;
}
.business__body .business__img {
  width: 850px;
  max-width: 100%;
}

.ecosystem {
  width: 100%;
  padding: 80px 16px;
}
.ecosystem__body {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 56px;
}
@media (max-width: 797px) {
  .ecosystem__body .ecosystem__main {
    min-width: 100%;
  }
}
.ecosystem__body .ecosystem__main {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 24px;
}
.ecosystem__body .ecosystem__main .ecosystem__mark {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #6D5FFF;
}
.ecosystem__body .ecosystem__main .ecosystem__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 24 + 32px);
  line-height: 1.4;
  color: #111111;
}
.ecosystem__body .ecosystem__main .ecosystem__description {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 2 + 18px);
  line-height: 1.4;
  color: #515558;
}
.ecosystem__body .ecosystem__list {
  flex: 1;
}
.ecosystem__body .ecosystem__list .ecosystem__list--item {
  padding: 27px 8px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;
  color: #111111;
}
.ecosystem__body .ecosystem__list .ecosystem__list--item:not(:last-child) {
  border-bottom: 1px solid #D8DFE3;
}
.ecosystem .pink-1 {
  top: 90%;
  left: 2%;
  box-shadow: 40vmin 40vmin 20vmin #E66DFF;
}

.ring {
  width: 100%;
  padding: 20vh 16px 40vh;
  background: url(/img/uploads/Ring-img.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 740px) {
  .ring {
    background: none !important;
  }
}
.ring__body {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 740px) {
  .ring__body {
    flex-flow: column;
    gap: 48px;
  }
  .ring__body .ring__item {
    top: 0 !important;
    min-width: 100% !important;
    margin-bottom: 0 !important;
  }
}
.ring__body .ring__item {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
}
.ring__body .ring__item:nth-child(2), .ring__body .ring__item:nth-child(3), .ring__body .ring__item:nth-child(4) {
  min-width: 33.333333%;
  margin-bottom: 25vh;
}
.ring__body .ring__item:nth-child(2):nth-child(3), .ring__body .ring__item:nth-child(3):nth-child(3), .ring__body .ring__item:nth-child(4):nth-child(3) {
  top: -15vh;
}
.ring__body .ring__item:nth-child(5), .ring__body .ring__item:nth-child(6), .ring__body .ring__item:nth-child(7), .ring__body .ring__item:nth-child(8) {
  min-width: 24.999999%;
}
.ring__body .ring__item:nth-child(5):nth-child(6), .ring__body .ring__item:nth-child(5):nth-child(7), .ring__body .ring__item:nth-child(6):nth-child(6), .ring__body .ring__item:nth-child(6):nth-child(7), .ring__body .ring__item:nth-child(7):nth-child(6), .ring__body .ring__item:nth-child(7):nth-child(7), .ring__body .ring__item:nth-child(8):nth-child(6), .ring__body .ring__item:nth-child(8):nth-child(7) {
  top: 25vh;
}
.ring__body .ring__item._img {
  display: none;
}
.ring__body .ring__item._img img {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 740px) {
  .ring__body .ring__item._img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.ring__body .ring__item .ring__item--name {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
.ring .pink-1 {
  top: 50%;
  left: 100%;
  box-shadow: 40vmin 40vmin 20vmin #E66DFF;
}

.mystic {
  width: 100%;
  padding: 20vh 16px;
  background-color: #0d0d0d;
  color: #f5f5f5;
}
.mystic__body {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 24px;
  background: url(/img/uploads/Blob-1-img.png) no-repeat center center;
  background-size: contain;
}
.mystic__body .mystic__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 12 + 32px);
  line-height: 1.4;
  text-align: center;
  color: #F5F5F5;
  max-width: 800px;
}
.mystic__body .mystic__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #F5F5F5;
  max-width: 800px;
}
.mystic__body .mystic__list {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-top: 24px;
}
.mystic__body .mystic__list .mystic__item {
  width: 100%;
  max-width: 630px;
  border-radius: calc((100vw - 360px) / 1006 * 2 + 34px);
  padding: 24px;
  font-weight: 500;
  font-size: calc((100vw - 360px) / 1006 * 4 + 20px);
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
.mystic__body .mystic__list .mystic__item--icon {
  position: absolute;
  top: 16px;
  left: 16px;
}
.mystic__body .mystic__list .mystic__item._btn {
  border: 1px solid #F5F5F5;
}
.mystic__body .mystic__list .mystic__item._img {
  padding: 0;
  overflow: hidden;
}
.mystic__body .mystic__list .mystic__item._img img {
  display: flex;
  width: 100%;
  max-width: 100%;
}
.mystic .purple-1._lg {
  top: 50%;
  left: 100%;
  box-shadow: 70vmin 70vmin 35vmin #6D5FFF;
  opacity: 0.4;
}
.mystic .purple-2._lg {
  top: 50%;
  left: 0%;
  box-shadow: 70vmin 70vmin 35vmin #6D5FFF;
  opacity: 0.4;
}
.mystic .floating {
  position: absolute;
  z-index: 0;
}
.mystic .floating.chimp {
  top: 30%;
  left: 8%;
  transform: translate(-50%, -50%) rotate(15deg);
  max-width: 170px;
}
.mystic .floating.blob {
  top: 60%;
  left: 2%;
  transform: translate(-50%, -50%);
  max-width: 100px;
}
.mystic .floating.blob._lg {
  top: 20%;
  left: 90%;
  transform: translate(-50%, -50%);
  max-width: 160px;
}
.mystic .floating.coin {
  top: 73%;
  left: 98%;
  transform: translate(-50%, -50%);
  max-width: 450px;
}
.mystic .floating.eth {
  top: 70%;
  left: 15%;
  transform: translate(-50%, -50%) rotate(-15deg);
  max-width: 100px;
}

.solutions {
  width: 100%;
  padding: 15vh 16px;
  background-color: #0d0d0d;
  color: #f5f5f5;
}
.solutions__body {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.solutions__body .solutions__main {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 36px;
  min-width: 300px;
}
.solutions__body .solutions__main .solutions__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 12 + 32px);
  line-height: 1.4;
  color: #F5F5F5;
}
.solutions__body .solutions__main .solutions__description {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #F5F5F5;
  max-width: 480px;
}
.solutions__body .solutions__roadmap-wrap {
  flex: 1;
  width: 100%;
  min-width: 300px;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap-legend {
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 4px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap-legend .solutions__roadmap-legend--item {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  min-width: 200px;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap-legend .solutions__roadmap-legend--item._ready div {
  background: #05E900;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap-legend .solutions__roadmap-legend--item._launching div {
  background: #E9DF00;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap-legend .solutions__roadmap-legend--item p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap-legend .solutions__roadmap-legend--item div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #F5F5F5;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap {
  margin-top: 72px;
  display: flex;
  flex-flow: column;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  gap: 36px;
  padding: 24px 0 24px 12px;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item._ready div {
  background: #05E900;
  box-shadow: 0 0 0 6px #0d0d0d, 0 0 0 10px #05E900;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item._ready:before {
  background: #05E900;
  opacity: 0.4;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item._ready._last:before {
  background: linear-gradient(180deg, #05E900 0%, #E9DF00 100%);
  opacity: 1;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item._launching div {
  background: #E9DF00;
  box-shadow: 0 0 0 6px #0d0d0d, 0 0 0 10px #E9DF00;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item._launching:before {
  background: #E9DF00;
  opacity: 0.4;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item._launching._last:before {
  background: linear-gradient(180deg, #E9DF00 0%, rgba(106, 106, 106, 0) 100%);
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item p {
  font-weight: 500;
  font-size: calc((100vw - 360px) / 1006 * 4 + 20px);
  line-height: 1.4;
  transform: translateY(-30%);
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item div {
  width: 12px;
  height: 12px;
  min-width: 12px;
  border-radius: 50%;
  box-shadow: 0 0 0 6px #0d0d0d, 0 0 0 10px #F5F5F5;
  background: #F5F5F5;
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 16px;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #6A6A6A 0%, rgba(106, 106, 106, 0) 100%);
}
.solutions__body .solutions__roadmap-wrap .solutions__roadmap .solutions__roadmap--item:last-child:before {
  display: none !important;
}

.contact {
  width: 100%;
  padding: 15vh 16px;
  background-color: #0d0d0d;
  color: #f5f5f5;
}
.contact__body {
  display: flex;
  flex-flow: row wrap;
  gap: 24px;
}
.contact__body .contact__main {
  flex: 1;
  display: flex;
  flex-flow: column;
  gap: 36px;
  min-width: 300px;
}
.contact__body .contact__main .contact__heading {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 12 + 32px);
  line-height: 1.4;
  color: #F5F5F5;
}
.contact__body .contact__main .contact__description {
  font-weight: 400;
  font-size: calc((100vw - 360px) / 1006 * 2 + 18px);
  line-height: 1.4;
  color: #F5F5F5;
  max-width: 480px;
}
.contact__body .contact__form-wrap {
  flex: 1;
  min-width: 300px;
}
.contact__body .contact__form-wrap .contact__form {
  display: flex;
  flex-flow: column;
  gap: 24px;
  max-width: 630px;
  width: 100%;
}
.contact__body .contact__form-wrap .contact__form .contact__heading {
  font-weight: 500;
  font-size: calc((100vw - 360px) / 1006 * 4 + 20px);
  line-height: 1.4;
}
.contact__body .contact__form-wrap .contact__form input, .contact__body .contact__form-wrap .contact__form textarea {
  width: 100%;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  padding: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 8px;
}
.contact .purple-1._lg {
  top: 0%;
  left: 100%;
  box-shadow: 70vmin 70vmin 35vmin #6D5FFF;
  opacity: 0.4;
}

.footer {
  width: 100%;
  z-index: 150;
  padding: 0 16px;
  color: #fff;
  background-color: #0d0d0d;
}
.footer__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  color: #fff;
}
@media (max-width: 730px) {
  .footer__body {
    flex-flow: column;
    gap: 24px;
  }
}
.footer__body .footer__brand svg {
  height: 44px;
}
.footer__body .footer__copytights {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F5F5F5;
  opacity: 0.8;
}
.footer__body .footer__links {
  display: flex;
  align-items: center;
  gap: 48px;
}
.footer__body .footer__links .footer__links--item {
  font-weight: 400;
}
.footer__body .footer__act-btn-wrap .footer__act-btn {
  padding: 8px 16px;
  background: rgba(245, 245, 245, 0.1);
  border: 1.5px solid #F5F5F5;
  border-radius: 100px;
}/*# sourceMappingURL=style.css.map */