:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #001221;
  background-color: #f2f2f1;
  background-image: url('../images/pattern-1.svg');
  background-position: 0 0;
  background-size: auto;
  font-family: Sora, sans-serif;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

.navbar__logo-img {
  width: 10.63em;
}

.navbar__menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar__link {
  padding: 0;
  font-size: .88em;
  font-weight: 600;
}

.navbar__link:hover {
  text-decoration: underline;
}

.navbar__link.w--current {
  color: #2d73ff;
}

.css {
  position: fixed;
}

.content__button-text {
  color: inherit;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
}

.navbar__menu--mid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar__menu--buttons {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.content__button {
  text-align: center;
  border: 1px solid #000;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  min-width: 17.5em;
  min-height: 3.75em;
  text-decoration: none;
  display: flex;
}

.content__button.navbar__button {
  min-width: 10.75em;
  min-height: 2.5em;
}

.content__button.accent {
  color: #fff;
  background-color: #1a54c4;
  border-color: #2d73ff;
}

.content__button.outline {
  color: #fff;
  border-color: #fff;
}

.content__button.dark {
  color: #fff;
  background-color: #001221;
  border-color: #001221;
}

.container {
  max-width: 2560px;
}

.container.navbar__container {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(237, 237, 234, .9);
  border: 1px solid #c7c7be;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 1em 1em 1.5em;
  display: flex;
}

.container.intro__container {
  color: #fff;
  background-color: #001221;
  border-radius: 2em;
  flex: 1;
  max-width: 112.5em;
  height: calc(100svh - 3em);
  min-height: 47em;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}

.container.big__container {
  color: #fff;
  background-color: #000e1a;
  border-radius: 2em;
  max-width: 112.5em;
  padding-top: 7.5em;
  padding-bottom: 11.5em;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 1em;
  padding-left: 4.5em;
  padding-right: 4.5em;
  transition: padding .25s cubic-bezier(.47, 0, .745, .715);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.token__nav--help {
  z-index: 5;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 1em;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.body__overlay {
  z-index: -1;
  object-fit: cover;
  width: 100svw;
  max-width: none;
  height: 100%;
  position: fixed;
}

.intro__content {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 81.25em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.85em;
  padding-bottom: 7.85em;
  display: flex;
  position: relative;
}

.intro__content.intro__content--center {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.intro__logos-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.intro__title-wrapper {
  max-width: 42.69em;
}

.intro__bkg {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  padding-left: 4.5em;
  padding-right: 4.5em;
}

.section.intro__section {
  height: 100svh;
  min-height: 50em;
  max-height: 100%;
  padding: 1.5em;
}

.section.intro__section.intro__section--token {
  padding-top: 7.75em;
}

.section.content__section {
  padding-top: 5.25em;
}

.section.big__section {
  padding: 1.5em;
}

.section.footer__secion--bottom {
  border-top: 1px solid #c7c7be;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.section.footer__secion--top {
  border: 1px solid #c7c7be;
  border-style: solid none;
  padding-top: 5.28em;
  padding-bottom: 4.28em;
}

.intro__logo {
  max-width: 4.5em;
}

.intro__logo.intro__logo--plus {
  width: 2.5em;
}

.typo__copy--huge {
  font-size: 1.5em;
}

.intro__content--top {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.intro__content--top.intro__content--center {
  justify-content: flex-start;
  align-items: center;
  max-width: 37.5em;
}

.intro__btns-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.typo__copy--big {
  font-size: 1.25em;
}

.content__card-icon {
  width: 6.25em;
  min-width: 6.25em;
  height: 6.25em;
  min-height: 6.25em;
}

.content__card-icon.content__card-icon--big {
  width: 14.81em;
  min-width: 14.81em;
}

.content__quote-logo {
  max-width: 4em;
}

.content__tag-text {
  letter-spacing: -.02em;
  font-family: DM Mono, sans-serif;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.25;
}

.token__cards--grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3.5em;
  display: grid;
}

.flex--vertical {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex--vertical.token__card--content {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-start;
  align-items: center;
}

.flex--vertical.gap--point {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.flex--vertical.gap--small {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.token__card--big {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  background-color: #e1e1dc;
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2em;
  display: flex;
}

.typo__weight--sb {
  font-weight: 600;
}

.content__tag {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #001221;
  border-radius: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .5em 1em;
}

.content__tag.accent {
  color: #1a54c4;
  border-color: #1a54c4;
}

.content__tag.white {
  color: #fff;
  border-color: #fff;
}

.content__tag.full {
  color: #fff;
  background-color: #1a54c4;
  border-color: #1a54c4;
}

.token__card {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  color: #001221;
  text-align: center;
  background-color: #ededea;
  border: 1px solid #c7c7be;
  border-radius: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em;
  text-decoration: none;
  display: flex;
}

.content__quote {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 54em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content__card--home {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: rgba(0, 6, 10, .3);
  flex-flow: column;
  padding: 1.75em;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 0 0 .5px #2d73ff;
}

.home__content--big {
  width: 81.25em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content__quote--text {
  color: #9ca3af;
  font-family: DM Mono, sans-serif;
  font-size: .88em;
  font-weight: 500;
}

.home__content--grid-second {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  box-shadow: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 7.5em;
  margin-bottom: 12.5em;
  display: grid;
  position: relative;
  overflow: hidden;
}

.big__bkg {
  object-fit: cover;
  min-height: 80.94em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main__content-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer__social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content__icon--small {
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  min-height: 1.25em;
}

.content__icon--small.content__button--small-icon {
  margin-top: -.15em;
}

.footer__col--nav {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form__success-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.footer__privacy {
  font-size: .75em;
}

.content__icon--big {
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
}

.footer__col--right {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.footer__nav-col {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.form__label-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .285em;
  display: flex;
}

.footer__col-sec--left {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form__input {
  background-color: #fff;
  border: 1px solid #c7c7be;
  border-radius: 8px;
  flex: 1;
  height: 3em;
  max-height: 3em;
  margin-bottom: 0;
  padding: .75em .85em;
  font-size: 1.25em;
  line-height: 1.5;
}

.form__input:focus {
  border-color: #c7c7be;
}

.flex--horizontal {
  display: flex;
}

.flex--horizontal.y-cntr {
  align-items: center;
}

.form__success-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__col--left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  max-width: 24.63em;
  display: flex;
}

.footer__form-submit {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  min-height: 1.25em;
  padding: 0;
  position: absolute;
  right: 1.25em;
}

.content__button--small {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: #001221;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__form--help {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.form__label {
  margin-bottom: 0;
  font-size: .88em;
  font-weight: 400;
  line-height: 1.5;
}

.footer__nav-link {
  color: #3f4d62;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.footer__nav-link:hover {
  color: #2d73ff;
  text-decoration: underline;
}

.form__success-icon {
  background-color: #0e9f6e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 5.31em;
  min-width: 5.31em;
  height: 5.31em;
  min-height: 5.31px;
  padding-left: 1.75em;
  padding-right: 1.75em;
  display: flex;
  box-shadow: 0 0 30px rgba(14, 159, 110, .49);
}

.form__wrapper {
  margin-bottom: 0;
}

.footer__form {
  display: flex;
}

.typo__copy--small {
  font-size: .88em;
}

.footer__wrapper {
  background-color: #ededea;
}

.form__input-row {
  width: 100%;
  position: relative;
}

.span--link {
  color: #001221;
  font-weight: 600;
  text-decoration: none;
}

.div-block {
  background-color: #000e1a;
}

.quote__img {
  max-height: 1.88em;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .intro__content, .home__content--big {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  h2, h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.25em;
  }

  .content__button {
    width: 100%;
  }

  .container.big__container {
    border-radius: 0;
    padding-top: 3em;
    padding-bottom: 3em;
    overflow: visible;
  }

  .body__overlay {
    width: auto;
    height: 100svh;
  }

  .intro__title.intro__title--big {
    font-size: 1.88em;
  }

  .section, .section.intro__section {
    padding-left: .5em;
    padding-right: .5em;
  }

  .section.big__section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .typo__copy--huge {
    font-size: 1.13em;
  }

  .intro__btns-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .content__tag-text {
    font-size: .75em;
  }

  .token__cards--grid {
    flex-flow: column;
    display: flex;
  }

  .home__content--grid-second {
    flex-flow: column;
    margin-top: 6.25em;
    margin-bottom: 5em;
    display: flex;
  }

  .main__content-block {
    flex-flow: column;
    display: flex;
  }

  .footer__col--right {
    order: -1;
  }

  .footer__row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
  }

  .footer__col-sec--left {
    grid-column-gap: 2.25em;
    grid-row-gap: 2.25em;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer__col--left {
    max-width: 100%;
  }

  .content__button--small {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .footer__nav-link.typo__color--base.typo__copy--small, .m--hide {
    display: none;
  }
}

#w-node-af180147-3e0b-7787-9da2-aeac301b5f19-d5477955, #w-node-af180147-3e0b-7787-9da2-aeac301b5f2d-d5477955 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_5972de8a-71ae-2616-d8cf-a82a84b6bf1e-d5477955 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5972de8a-71ae-2616-d8cf-a82a84b6bf23-d5477955, #w-node-_5972de8a-71ae-2616-d8cf-a82a84b6bf2a-d5477955 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }
}


