h1 {
  color: #ededef;
  letter-spacing: -3.12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Geist, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 70px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Geist, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 66px;
}

h3 {
  color: #101012;
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Geist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.section.black {
  background-color: #161618;
  overflow: hidden;
}

.navbar {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #161618;
  position: relative;
  inset: 0 0% auto;
}

.container-1280 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container-1280.is-navbar {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-1280.vh-100 {
  height: 96vh;
  position: relative;
}

.button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: .5px solid #ffffff2b;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button.full-yellow {
  background-color: #fdd33f;
  border-color: #fdd33f;
}

.button.ghost-yellow {
  border-color: #fdd33f;
}

.regular-text {
  color: #fff;
  font-family: Geist, sans-serif;
  text-decoration: none;
}

.regular-text.yellow {
  color: #fdd33f;
}

.regular-text.black {
  color: #101012;
}

.content-container {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.left-container {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  position: absolute;
}

.right-container {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 0%;
  display: flex;
}

.h1.special {
  letter-spacing: -5.5px;
  font-size: 110px;
  line-height: 98px;
}

.is-grey {
  color: #706f79;
}

.paragraph-16 {
  color: #4a4a4a;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 16px;
}

.paragraph-16._w-60 {
  color: #9e9da3;
  width: 60%;
  margin-bottom: 0;
}

.paragraph-16.is-light-grey {
  color: #777584;
}

.hero_buttons-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.hero-coin-image {
  position: absolute;
  bottom: 137.5px;
  left: 285px;
}

.absolute-div-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-14 {
  color: #9e9da3;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  line-height: 16px;
}

.paragraph-14.is-white {
  color: #ededef;
}

.paragraph-14.is-darkgrey {
  color: #4a4a4a;
}

.features-dots-hero {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-big {
  height: 128px;
}

.content-trading {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #101012;
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading.is-white {
  color: #fff;
}

.heading.centered {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.trading-grid {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.content-trading-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-subheading {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pills-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.inside-pills-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pill {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #e7e7e7;
  border-radius: 500px;
  padding: 2px 8px 2px 2px;
  display: flex;
}

.pill-text {
  color: #101012;
  font-size: 16px;
  line-height: 24px;
}

.content-details {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._3-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.col-details {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.details-column-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bento-content-container {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bento-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-2, .image-3, .image-4, .image-5, .image-6, .image-7 {
  border-radius: 24px;
}

.faq-content-container {
  grid-column-gap: 170px;
  grid-row-gap: 170px;
  display: flex;
}

.questions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.paragraph-18 {
  color: #101012;
  margin-bottom: 0;
  font-family: Geist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.question {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block {
  background-color: #e5e7eb;
  height: 1px;
}

.footer-content-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-centered {
  text-align: center;
}

.footer-tag {
  border-top: 1px solid #323138;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.divider-footer {
  background-color: #323138;
  width: 100%;
  height: 1px;
}

.logo-bottom-company, .socialmedia-follow {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.image-8 {
  width: 140%;
  margin-top: 80px;
}

.container-full {
  height: 100svh;
  margin-left: 5%;
  margin-right: auto;
}

.container-full.is-navbar {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-full.vh-100 {
  height: 96vh;
  position: relative;
}

.code-embed {
  mix-blend-mode: lighten;
  height: 100%;
  margin-right: -10%;
  transform: none;
}

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body {
  background-color: #161618;
}

@media screen and (min-width: 1440px) {
  .right-container {
    justify-content: flex-end;
    align-items: center;
    margin-right: 0%;
  }
}

@media screen and (min-width: 1920px) {
  .content-container {
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .left-container {
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .right-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin-right: 0%;
  }

  .code-embed {
    height: 140%;
    margin-right: -5%;
    padding-bottom: 0%;
  }

  .body {
    background-color: #161618;
  }
}

@media screen and (max-width: 991px) {
  .content-container {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
  }

  .left-container {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    position: static;
    inset: auto 0% 0%;
  }

  .right-container {
    order: -9999;
    justify-content: flex-end;
    align-items: center;
    height: 45%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .h1.special {
    font-size: 80px;
    line-height: 75px;
  }

  .container-full {
    margin-left: 0%;
    margin-right: 0%;
  }

  .code-embed {
    width: 160%;
    height: 155%;
    margin-top: 0%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  .left-container {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 10%;
  }

  .right-container {
    justify-content: center;
    align-items: center;
  }

  .h1.special {
    letter-spacing: -2.5px;
    font-size: 50px;
    line-height: 45px;
  }

  .code-embed {
    width: 140%;
    height: 100%;
  }

  .div-block-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }
}

#w-node-_58f478f4-1d3a-ba00-80ba-8ec9d97a48a6-69b47800 {
  order: 9999;
}

#w-node-_10c2a72b-a83b-738e-74be-ce6f3b23bc01-69b47800, #w-node-_235287e6-4da9-3272-00f3-1372faaa7f69-69b47800 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


