:root {
  --plus: "Plus Jakarta Sans", sans-serif;
  --color: white;
  --body-background: #131314;
  --popins: Poppins, sans-serif;
  --blue: #0858fe;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: var(--plus);
  color: var(--color);
  background-color: #131314;
  background-image: url('../images/Gradient-1.png');
  background-position: 0 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 0;
  font-size: 1rem;
  line-height: 1.3rem;
}

.navbar {
  background-color: transparent;
  padding-top: 10px;
  transition: all 0.3s ease;
}

.navbar.scrolled {
  background: rgba(19, 19, 20, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.large-container {
  width: 100%;
  max-width: 91.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 5vw;
}

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

.menu-desktop {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header-button.mobile-button {
  display: flex;
  margin-left: 1rem;
  margin-right: 1rem;
}

.language-selector {
  display: flex;
  align-items: center;
}

.image {
  width: 10rem;
}

.nav-link {
  font-family: var(--popins);
  color: var(--color);
  padding: 0 15px 0 5px;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .725s;
}

.nav-link:hover {
  color: var(--blue);
}

.nav-link.footer-link {
  padding: 0;
  margin: 0;
  color: var(--color);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.nav-link.footer-link:hover {
  opacity: 1;
}

.join-the-waitlist {
  background-color: var(--blue);
  border-radius: .7rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14.375rem;
  height: 3.75rem;
  padding: 1.2rem 1.25rem;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1rem;
  transition: box-shadow .7s;
  display: flex;
}

.join-the-waitlist:hover {
  box-shadow: 0 15px 45px #0858feb3;
}

.join-the-waitlist.white-button {
  background-color: var(--color);
  color: var(--blue);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 800;
}

.join-the-waitlist.white-button:hover {
  box-shadow: 0 15px 45px 0 var(--color);
}

.join-the-waitlist.mobo-b {
  width: auto;
  height: 3.125rem;
  line-height: 1;
}

.main-wraper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
}

.baner {
  background-image: linear-gradient(#131314 48%, #fff0 64%);
  background-position: 0 0;
  padding-top: 60px;
  padding-bottom: 100px;
}

.main-container {
  width: 100%;
  max-width: 91.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.main-container.footer-conatiner {
  max-width: 1300px;
}

.grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  align-items: center;
}

.h1 {
  margin-top: 1.25rem;
  margin-bottom: .8rem;
  font-size: 3.75rem;
  line-height: 70px;
}

.paragraph {
  max-width: none;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.688rem;
}

.paragraph.baner-pargraph {
  max-width: 400px;
  font-size: 1rem;
}

.paragraph._511-px {
  width: 100%;
  max-width: 510px;
  font-size: 1rem;
}

.paragraph.fixed-widths {
  width: 100%;
  max-width: 18.75rem;
  font-size: 1rem;
}

.paragraph.li-patgraph {
  margin-top: -5px;
  font-size: 1rem;
}

.paragraph.footer-pargrap {
  max-width: 190px;
  font-size: .9rem;
  line-height: 1.5rem;
}

.div-block {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.h6 {
  font-size: 1.5rem;
  line-height: 32px;
}

.earning-header {
  margin-top: 1rem;
}

.earning-header.canter-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.earning-header.right-aligned {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 1.25rem;
  display: flex;
}

.h2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.063rem;
}

.h2.baner-h2 {
  color: var(--blue);
  margin-top: 1rem;
  font-weight: 800;
  line-height: 3.063rem;
}

.h2.baner-h2.white-text {
  color: var(--color);
  margin-top: 30px;
  margin-bottom: 15px;
}

.h2.baner-h2.gap {
  margin-bottom: -8px;
  font-size: 2.5rem;
}

.div-block-3 {
  margin-top: 30px;
}

.div-block-3.start-earning {
  margin-top: 1rem;
}

.div-block-3.cnater-aligned {
  margin-top: 1.875rem;
}

.grid--sec {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  place-items: start stretch;
}

.grid--sec.top-space {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  margin-top: 0;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading.canter-algined {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.section-heading.mobile-heading-canter {
  margin-bottom: 1.875rem;
}

.section-sub-heading {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 700;
}

.section-sub-heading.white-etxt {
  color: var(--color);
}

.border-line {
  background-color: var(--color);
  width: 8.75rem;
  height: .3rem;
  margin-top: 20px;
}

.border-line.blue-border {
  background-color: var(--blue);
}

.bold {
  font-weight: 800;
}

.home-image-sec {
  padding-left: 3.75rem;
}

.home-image-one {
  padding-right: 2.5rem;
  position: relative;
}

.home-sec-left {
  padding-top: 2rem;
}

.how-it-works {
  margin-top: 40px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem;
}

.token-box {
  border: 1px solid #4d4d4d;
  border-radius: 15px;
  padding: 1.875rem;
  position: relative;
}

.paragraph-2 {
  height: auto;
}

.div-block-5 {
  height: 15px;
}

.number {
  color: #0858fe52;
  margin-top: 0;
  font-size: 8.125rem;
  line-height: 10.625rem;
  position: absolute;
  top: 0;
  right: 1.25rem;
}

.blockchain {
  border-bottom: 1px none var(--color);
  background-image: url('../images/cris-ovalle-gOm-Ho8GKYo-unsplash-1-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 47% 600px;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.blockchain.faq {
  background-image: none;
  height: 424px;
}

.blockchain.border-bootom {
  background-image: none;
  border: 1px #000;
  max-width: 91.25rem;
  margin: 7.5rem auto 3.75rem;
  padding-bottom: 6.25rem;
}

.grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.grid-4.faq-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.ul-boxes {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  margin-top: .8rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.li-icon {
  width: 10%;
  margin-top: 10px;
}

.li-text-box {
  width: 90%;
}

.h5 {
  color: var(--blue);
  font-size: 1.5rem;
  line-height: 1.3rem;
}

.li-image {
  width: 3.75rem;
}

.faq-box {
  width: 90%;
  margin-top: 30px;
}

.faq-dropdown {
  border: 1px solid #4d4d4d;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 1.875rem;
}

.faq-dropdown-block {
  border-radius: 14px;
  width: 100%;
  padding: .9rem 2.5rem .9rem 1.25rem;
}

.faq-dropdown-icon {
  color: #4d4d4d;
  font-size: 20px;
}

.faq-dropdown-heading {
  color: var(--color);
  font-size: 1.2rem;
  font-weight: 600;
}

.faq-dropdown-list {
  position: static;
}

.faq-dropdown-list.w--open {
  background-color: #ddd0;
  padding: 15px 15px 10px;
}

.roadmap {
  margin-top: 100px;
}

.div-block-6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-6.desktop-road-map {
  margin-top: -50px;
}

._100 {
  width: 100%;
  margin-bottom: 40px;
  padding-top: 200px;
  position: relative;
}

._100.top-adding-50px {
  padding-top: 70px;
}

._10 {
  width: 10%;
  padding-top: 200px;
}

.xxx-fonts {
  opacity: .05;
  font-size: 12.5rem;
  font-weight: 600;
  line-height: 13.75rem;
  position: absolute;
  top: 19px;
}

.xxx-fonts.booton-arrow {
  top: auto;
  bottom: -161px;
}

.xxx-fonts.right {
  right: 0;
}

._12 {
  background-color: var(--blue);
  background-image: url('../images/Frame-11.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  padding: 60px 20px 20px 30px;
  position: relative;
}

._12.canter-blocks {
  margin-right: auto;
}

.div-block-7 {
  background-color: var(--color);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.number-series {
  background-color: var(--color);
  color: var(--blue);
  border-top-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  padding: 10px;
  font-size: 1.375rem;
  font-weight: 800;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.image-4 {
  width: 1.875rem;
}

.div-block-8 {
  border: 2px none var(--color);
  background-image: url('../images/Vector-1.png');
  background-position: 0 0;
  background-size: contain;
  width: 2px;
  height: 210px;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team {
  padding-top: 2rem;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-5.mobo-team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.image-5 {
  width: 100%;
}

.team-bio {
  text-align: center;
  border: 1px solid #4d4d4d;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 22rem;
  padding: 1.875rem .8rem 1.25rem;
}

.h4 {
  height: 4rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.625rem;
  line-height: 1.8rem;
}

.team-desigantion {
  font-family: var(--popins);
  height: 3rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 700;
}

.get-early-access {
  background-color: var(--body-background);
  margin-top: 13.75rem;
  padding-bottom: 10rem;
}

.access-box {
  background-color: #0858fe00;
  background-image: url('../images/Frame-11.png');
  background-position: 100% 0;
  background-size: cover;
  border-radius: 50px;
  height: 22.5rem;
  padding: 3.75rem 1.25rem 0;
  box-shadow: 0 15px 15px #0858fe7a;
}

.grid-6 {
  grid-template-rows: auto;
}

.access-image {
  object-fit: cover;
  border-radius: 3rem;
  width: 100%;
  height: 400px;
  margin-top: -9.75rem;
  transform: none;
}

.div-block-11 {
  padding-bottom: 40px;
}

.footer {
  border-top: 1px solid var(--color);
  background-color: var(--body-background);
  margin-top: 0;
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.grid-7 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.image-7 {
  margin-left: -1rem;
}

.email {
  font-family: var(--popins);
  color: var(--color);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  text-decoration: none;
  display: block;
}

.email:hover {
  color: var(--blue);
}

.social-link-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
  display: block;
}

.social-link-icon:hover {
  opacity: .4;
  transition: opacity 0.3s ease;
}

.div-block-12 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}

.div-block-12.mid {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.menu-link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.div-block-13 {
  flex-flow: column;
  display: flex;
}

.div-block-13.spread {
  justify-content: flex-start;
  margin-top: 0;
}

.div-block-14 {
  margin-top: 1rem;
}

.div-block-15 {
  text-align: center;
  margin-top: 20px;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

.earning-image {
  z-index: 99;
  vertical-align: baseline;
  background-image: url('../images/cris-ovalle-gOm-Ho8GKYo-unsplash-1-3.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 3rem;
  display: inline-block;
  position: static;
}

.operate-image {
  background-image: url('../images/jason-pineda-3VaowY_WUXE-unsplash-1.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 3rem;
}

.chain-faq {
  width: 100%;
}

.chain-faq-heading {
  color: var(--blue);
  width: 100%;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 1.875rem;
  font-weight: 500;
}

.chain-faq-icon {
  color: var(--color);
  font-size: 25px;
}

.chain-faq-nav {
  background-color: #ddd0;
  padding-left: 20px;
  position: static;
}

.image-11 {
  width: 40px;
}

.fractional-ownership-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobo-div, .mobo-road-map {
  display: none;
}

.div-block-17 {
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 50px;
  position: relative;
}

.image-12 {
  object-fit: contain;
  width: 10px;
  height: 50px;
}

.image-13 {
  width: 25px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.div-block-18 {
  background-color: var(--color);
  width: 2px;
  height: 20px;
  margin-bottom: 10px;
}

.div-block-19 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.popup {
  z-index: 99999;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #0000;
  background-image: none;
  background-size: auto;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  display: none;
  position: fixed;
  top: 0;
  overflow: scroll;
}

.popup-conatiner {
  width: 94%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.form-block {
  margin-top: 20px;
}

.label {
  font-size: 1.2rem;
  font-weight: 600;
}

.input {
  background-color: var(--body-background);
  color: var(--color);
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 3.125rem;
  margin-top: .9375rem;
  margin-bottom: .625rem;
  padding: .5rem .75rem;
}

.form-block {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -10px;
  margin-bottom: -20px;
  display: flex;
}

.samll-span {
  font-size: 14px;
  font-weight: 400;
}

.submit-button {
  margin-top: 20px;
}

.submit-button.join-the-waitlist.submit {
  width: 9.375rem;
  margin-top: 1rem;
  font-size: 1.125rem;
}

.text-block-2 {
  font-family: var(--popins);
  padding-top: 1rem;
  font-size: .7rem;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-21 {
  background-color: var(--body-background);
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 20px 45px #0858fe96;
}

.image-14 {
  cursor: pointer;
  width: 20px;
  transition: opacity .625s;
  position: absolute;
  top: 20px;
  right: 20px;
}

.image-14:hover {
  opacity: .66;
}

.div-block-22 {
  margin-top: -38px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.block-mid {
  margin-top: 0;
}

.div-block-23 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  margin-top: 0;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-25 {
  display: flex;
  align-items: flex-start;
  margin-top: 0.5rem;
}

.social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.social-link, .w-inline-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.menu-mobile {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.success-message {
  background-color: #ddd0;
}

.error-message {
  background-color: #ffdede00;
}

.text-block-3 {
  color: #f50000;
}

.text-field, .select-field {
  background-color: var(--body-background);
}

.social-flow-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-right: .5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.social-flow-desktop.mid {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}

.social-flow-mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-right: .3rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.social-flow-mobile.mid {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}

.team-carousel-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.team-carousel {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.carousel-item {
  flex: 0 0 300px;
  margin-right: 20px;
}

.carousel-controls {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.carousel-prev,
.carousel-next {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.carousel-prev:hover,
.carousel-next:hover {
  background: #0056b3;
}

@media (max-width: 768px) {
  .carousel-item {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1280px) {
  .body {
    line-height: 16px;
  }

  .nav-link {
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .nav-link.footer-link {
    padding-bottom: 0;
    padding-right: 0;
  }

  .join-the-waitlist {
    padding-top: 13px;
    font-size: 1rem;
  }

  .nav-menu {
    padding-right: 40px;
  }

  .h1 {
    line-height: 4.375rem;
  }

  .paragraph.fixed-widths {
    max-width: 25rem;
  }

  .h6 {
    line-height: 2rem;
  }

  .section-sub-heading {
    line-height: 1rem;
  }

  .border-line {
    width: 8.75rem;
    height: .3rem;
  }

  .home-sec-left {
    padding-top: 90px;
  }

  .div-block-5 {
    line-height: 1rem;
  }

  .number {
    font-size: 11.25rem;
  }

  .blockchain {
    background-size: 45% 650px;
    height: 850px;
    margin-bottom: 20px;
  }

  .blockchain.faq {
    background-size: contain;
    height: 499px;
  }

  .blockchain.border-bootom {
    padding-bottom: 100px;
  }

  .h5 {
    line-height: 1.3rem;
  }

  .xxx-fonts {
    font-size: 300px;
  }

  ._12 {
    max-width: 430px;
  }

  .div-block-8 {
    height: 150px;
  }

  .email {
    margin-top: 0;
  }

  .menu-link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .text-block {
    line-height: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .paragraph.fixed-widths {
    max-width: 30.625rem;
  }

  .border-line {
    line-height: 1rem;
  }

  .home-sec-left {
    padding-top: 140px;
  }

  .blockchain {
    background-size: 45% 750px;
    height: 850px;
  }

  .blockchain.faq {
    height: 560px;
  }

  .blockchain.border-bootom {
    border-bottom-style: none;
  }

  ._12 {
    max-width: 390px;
    line-height: 1rem;
  }

  .team-desigantion {
    line-height: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  .paragraph.fixed-widths {
    max-width: 31.25rem;
  }

  .blockchain {
    background-size: contain;
    height: 850px;
  }

  .blockchain.faq {
    background-position: 100% 0;
    background-size: 750px;
    height: 680px;
    margin-top: 140px;
  }

  .blockchain.border-bootom {
    background-size: 37%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-4 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .navbar-row {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-desktop {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 1rem;
    display: none;
  }

  .header-button.mobile-button {
    justify-content: space-around;
    align-items: center;
    width: 200px;
    margin-left: auto;
    margin-right: 0;
  }

  .nav-link {
    padding-bottom: 10px;
    font-size: 16px;
  }

  .nav-link:hover {
    color: var(--body-background);
  }

  .join-the-waitlist.mobo-b {
    white-space: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    background-color: var(--blue);
    width: 100%;
    margin-top: 0;
    padding: 10px 20px 5px;
    display: block;
    position: absolute;
  }

  .baner {
    padding-bottom: 40px;
  }

  .grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .h1 {
    line-height: 4.2rem;
  }

  .paragraph.baner-pargraph, .paragraph._511-px, .paragraph.fixed-widths {
    max-width: none;
  }

  .div-block {
    text-align: center;
  }

  .h6 {
    line-height: 2rem;
  }

  .earning-header.canter-box {
    display: none;
  }

  .earning-header.canter-box.top-gaps {
    margin-top: 6rem;
  }

  .earning-header.right-aligned {
    justify-content: center;
    align-items: center;
  }

  .div-block-3.start-earning.cnater-box {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-3.cnater-aligned {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid--sec {
    grid-template-columns: 1fr;
  }

  .section-heading.mobile-heading-canter {
    text-align: center;
  }

  .border-line.blue-border.white-border-mobo {
    background-color: var(--color);
  }

  .border-line.auto {
    margin-left: auto;
    margin-right: auto;
  }

  .home-image-sec {
    padding-right: 60px;
  }

  .home-image-one {
    padding-right: 0;
  }

  .home-sec-left {
    text-align: center;
    padding-top: 40px;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .blockchain.faq {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
  }

  .blockchain.border-bootom {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-4, .grid-4.faq-grid {
    grid-template-columns: 1fr;
  }

  .faq-box {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .roadmap {
    margin-top: 6.25rem;
  }

  .div-block-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    position: relative;
  }

  .div-block-6.desktop-road-map {
    display: none;
  }

  ._100 {
    padding-top: 0;
  }

  ._100.top-adding-50px {
    padding-top: 10px;
  }

  ._10 {
    padding-top: 61px;
    display: none;
    position: absolute;
  }

  .xxx-fonts {
    display: none;
  }

  .team {
    padding-top: 5rem;
    padding-bottom: 1.25rem;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .grid-5.desktop-team {
    display: none;
  }

  .grid-5.mobo-team {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .get-early-access {
    padding-bottom: 6rem;
  }

  .access-box {
    height: auto;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    text-align: center;
    padding-top: 40px;
  }

  .grid-7 {
    grid-template-columns: 1fr 1fr;
  }

  .social-link.hide {
    display: none;
  }

  .social-link-icon {
    width: 2.5rem;
  }

  .social-link-icon.mob {
    width: 2rem;
  }

  .social-link-icon.mob2 {
    width: auto;
    height: 1.85rem;
  }

  .earning-image, .operate-image {
    opacity: 1;
    width: 100%;
  }

  .menu-button {
    background-color: #0858fe00;
    order: 1;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    right: 0;
  }

  .menu-button.w--open {
    text-align: right;
    background-color: #0858fe00;
    order: 1;
    width: auto;
  }

  .icon {
    display: none;
  }

  .image-10 {
    cursor: pointer;
    width: 1.875rem;
  }

  .div-block-16 {
    margin-top: 40px;
  }

  .chain-faq {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .chain-faq-heading {
    color: var(--color);
    font-size: 1.5rem;
  }

  .desktop-div {
    display: none;
  }

  .mobo-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mobo-road-map {
    display: block;
  }

  .block-mid {
    margin-top: 0;
  }

  .menu-mobile {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    display: block;
  }

  .social-flow-desktop {
    display: none;
  }

  .social-flow-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: .5rem;
    margin-right: 0;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding-bottom: 20px;
    font-size: 18px;
  }

  .nav-link:hover {
    text-decoration: underline;
  }

  .roadmap {
    margin-top: 4rem;
  }

  .grid-5.mobo-team {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-12 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .chain-faq {
    width: 100%;
  }

  .social-flow-desktop {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .header-button.mobile-button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image {
    width: 7rem;
  }

  .join-the-waitlist {
    height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .join-the-waitlist.mobo-b {
    height: 40px;
    font-size: .7rem;
  }

  .baner {
    padding-top: 20px;
  }

  .h1 {
    font-size: 2.3rem;
    line-height: 50px;
  }

  .paragraph.baner-pargraph {
    font-size: .8rem;
  }

  .paragraph.footer-pargrap {
    max-width: none;
  }

  .h6 {
    font-size: 1.3rem;
    line-height: 29px;
  }

  .earning-header.canter-box.top-gaps {
    margin-top: 2rem;
  }

  .h2 {
    font-size: 1.5rem;
    line-height: 33px;
  }

  .h2.baner-h2.gap {
    font-size: 1.6rem;
  }

  .h2.h2-popup {
    margin-bottom: 0;
    font-size: 23px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-heading.poup-heading {
    margin-bottom: 0;
  }

  .section-sub-heading {
    font-size: 1rem;
    line-height: 26px;
  }

  .border-line {
    margin-top: 10px;
  }

  .home-image-sec {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-image-one {
    padding-right: 0;
  }

  .grid-3 {
    margin-top: 30px;
  }

  .token-box {
    padding: 1.2rem;
  }

  .blockchain.faq {
    margin-top: 60px;
  }

  .blockchain.border-bootom {
    margin-top: 60px;
    padding-bottom: 50px;
  }

  .faq-dropdown-block {
    padding-left: 10px;
  }

  .faq-dropdown-heading {
    white-space: break-spaces;
    word-break: break-all;
    overflow-wrap: anywhere;
    font-size: 15px;
  }

  .roadmap {
    margin-top: 1rem;
  }

  ._12 {
    padding-left: 20px;
    padding-right: 10px;
  }

  .team {
    padding-top: 40px;
  }

  .grid-5.mobo-team {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .get-early-access {
    margin-top: 12rem;
    padding-bottom: 7rem;
  }

  .access-image {
    margin-top: -11.5rem;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .grid-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-13 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-13.spread {
    margin-bottom: 1rem;
  }

  .menu-button.w--open {
    width: auto;
  }

  .chain-faq {
    width: 100%;
  }

  .chain-faq-heading {
    white-space: pre-wrap;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }

  .image-11 {
    width: 35px;
  }

  .label {
    margin-bottom: 0;
    font-size: 16px;
  }

  .input {
    height: 40px;
  }

  .form-block.mobile-gaps {
    margin-bottom: 0;
  }

  .form-block.mobile-gaps._01 {
    margin-top: 0;
  }

  .div-block-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .div-block-21 {
    padding: 10px;
  }

  .div-block-22 {
    margin-top: 0;
  }

  .header {
    padding-bottom: 10px;
  }

  .brand {
    padding-left: 0;
    display: block;
  }

  .social-flow-mobile {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .grid-7 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .div-block-12 {
    justify-content: center;
  }

  .div-block-13.spread {
    align-items: center;
  }

  .div-block-23, .div-block-24 {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .menu-link {
    align-items: center;
  }

  .div-block-25 {
    justify-content: center;
  }

  .section-sub-heading {
    text-align: center;
  }

  .nav-link.footer-link {
    text-align: center;
  }

  .image-7 {
    margin-left: 0;
  }

  .div-block-14 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .footer-pargrap {
    margin: 0.5rem 0;
  }
}

#w-node-bdc363e2-3b29-08f2-6fad-08224f3fdc78-f06c1495 {
  align-self: start;
}

#w-node-_77147bb2-f71e-e317-fa2b-6bfcf9594fc4-f06c1495 {
  align-self: center;
}

#w-node-_9837452f-0026-7522-4567-5c99983c17c5-f06c1495 {
  align-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_77147bb2-f71e-e317-fa2b-6bfcf9594fc4-f06c1495 {
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_10d2609a-471b-8385-ffbe-d1e07cca9001-f06c1495 {
    order: -9999;
  }

  #w-node-_6ac2336a-5ad3-e6f5-a4ad-d77cd5db589c-f06c1495 {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f967f82b-882c-43ee-ee12-414b9ed0bf04-f06c1495 {
    justify-self: stretch;
  }
}
