@font-face {
  font-family: Jjannon Italic;
  src: url('../fonts/JJannon-Italic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Jjannondisplay;
  src: url('../fonts/JJannonDisplay-LightItalic.woff2') format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Offbit 101";
  src: url('../fonts/OffBit-101Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Everett Regular;
  src: url('../fonts/Everett-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Everett Light;
  src: url('../fonts/Everett-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #000;
  --white: white;
  --medium-blue: #132daa;
  --green: #31f385;
  --midnight-blue-3: #102796;
  --midnight-blue-2: #00023d;
}

.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;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--midnight-blue);
  color: var(--white);
  font-family: Everett Light, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.15;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Everett Regular, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.page-wrapper {
  padding-top: 0;
}

.main-wrapper {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section {
  position: relative;
}

.section.is-hero {
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--medium-blue), #00207b00 23%), radial-gradient(circle farthest-corner at 100% 0%, #132daa, #10279600 30%), radial-gradient(circle farthest-corner at 40% 50%, #00023db0, #00207b00 50%), radial-gradient(circle farthest-corner at 100% 50%, #00023deb, #00023d00 25%);
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 1.5rem;
  display: flex;
}

.section.is-intro {
  background-image: linear-gradient(180deg, #0000, #000), radial-gradient(circle farthest-corner at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle farthest-corner at 80% 30%, #102796, #10279600 23%), radial-gradient(circle farthest-corner at 30% 45%, #00023de6, var(--midnight-blue) 40%);
  filter: hue-rotate(304deg);
  letter-spacing: -.1rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 150vh;
  padding-bottom: 12rem;
  display: flex;
}

.section.is-savings {
  background-color: var(--midnight-blue);
  background-image: radial-gradient(circle at 35% 32%, #132daab3, #00207b00 35%), radial-gradient(circle at 60% 60%, #00023d96, #00207b00 40%);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150vh;
  padding-bottom: 0;
  display: flex;
}

.section.is-crypto {
  background-color: #0000;
  background-image: url('../images/3d-shape-02.png'), radial-gradient(circle at 80% 60%, #132daab3, #00207b00 40%), radial-gradient(circle at 35%, #00023d80, #00207b00 50%);
  background-position: 115%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: 30rem, auto, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 140vh;
  display: flex;
}

.section.is-credit {
  background-color: #1d1d1d;
}

.section.is-footer {
  background-image: radial-gradient(circle farthest-corner at 30% 38%, #132daab3, #00207b00 23%), radial-gradient(circle farthest-corner at 80% 100%, #00023d80, var(--midnight-blue) 40%);
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  position: fixed;
  top: 0;
}

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

.navbar-brand {
  color: var(--white);
  display: flex;
}

.navbar-brand.footer {
  padding-left: 0;
  font-size: 2rem;
}

.navbar-link {
  color: var(--white);
  font-family: Everett Light, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

.font-jjannon {
  font-family: "Offbit 101", Arial, sans-serif;
  font-weight: 300;
}

.font-jjannon.light {
  font-family: Jjannondisplay, sans-serif;
  font-weight: 300;
}

.container-main {
  z-index: 5;
  letter-spacing: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-5-row {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 7em 0 0;
}

.grid-5-row.padding-bottom {
  place-items: start;
  margin-bottom: 10rem;
}

.grid-shapes {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  inset: 0%;
}

.marquee-text-wrapper {
  z-index: 0;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 45%;
  overflow: hidden;
}

.text-marquee-xl {
  color: #ffffffe3;
  text-align: center;
  letter-spacing: -.35rem;
  text-transform: uppercase;
  font-size: 13.5rem;
  font-weight: 300;
  line-height: 1;
}

.marquee-gradient-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.marquee-gradient-wrapper.left {
  z-index: 1;
  background-image: linear-gradient(#000, #fff0 42%), linear-gradient(90deg, #00207be6, #00207b00);
  width: 20%;
  inset: 0% auto 0% 0%;
}

.marquee-gradient-wrapper.right {
  z-index: 1;
  background-image: linear-gradient(#000, #fff0 12%), linear-gradient(270deg, #00207be6, #00207b00);
  width: 20%;
  inset: 0% 0% 0% auto;
}

.marquee-text-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.text-link-anchor {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: var(--white);
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor.subtitle {
  width: 17.5rem;
}

._3d-wrapper.is-intro {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3d-wrapper.is-hero-1 {
  width: 16em;
  height: 16em;
  margin-top: 6rem;
}

._3d-wrapper.is-hero-2 {
  width: 26em;
  height: 26em;
}

._3d-wrapper.is-savings {
  border-radius: 100%;
  width: 37.5em;
  height: 60rem;
}

._3d-wrapper.is-footer {
  z-index: 0;
  width: 16rem;
  height: 16rem;
  position: absolute;
  inset: 0% 0 0% auto;
}

.image-contain {
  object-fit: contain;
  width: 80%;
  height: 80%;
}

._3d-container.is-intro {
  width: 36em;
  height: 36em;
  position: relative;
}

.grid-intro-text {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  padding: 0;
}

.underline-wrapper {
  color: #818181;
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: relative;
  overflow: hidden;
}

.underline-wrapper.footer {
  position: absolute;
  inset: auto 0% 0%;
}

.section-title.is-intro {
  max-width: 28rem;
  font-size: 1.85rem;
  font-weight: 300;
}

.section-title.is-hero {
  max-width: 40rem;
}

.section-title.is-crypto {
  max-width: 50rem;
  margin-bottom: 4rem;
}

.section-title.is-savings {
  max-width: 16rem;
}

.section-title.is-footer {
  text-align: center;
  max-width: 80em;
  margin-bottom: 8rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.underline-inner {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.underline-inner.unable {
  background-color: #505050;
}

.heading.is-hero {
  font-family: Everett Light, sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}

.heading.is-footer {
  z-index: 2;
  letter-spacing: -.35rem;
  margin-left: auto;
  font-family: Everett Light, sans-serif;
  font-size: 6rem;
  line-height: 1;
  position: relative;
}

.heading.is-investments {
  font-family: Everett Light, sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}

.button {
  color: var(--white);
  text-transform: uppercase;
  background-color: #ffffff26;
  border: 1px solid #fffc;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #00023d1a;
  background-image: none;
}

.button.is-small {
  min-width: 7.25em;
  padding: .8rem 1.2rem .75rem;
  font-size: .75rem;
}

.crypto-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.crypto-list {
  flex-direction: column;
  width: 70%;
  display: flex;
  position: relative;
}

.crypto-item-dropdown {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  overflow: hidden;
}

.crypto-item-trigger {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.crypto-item-left {
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  font-size: .9rem;
  display: block;
}

.crypto-item-right {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 45%;
  display: flex;
}

.crypto-item-right.info {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #fff;
  text-transform: none;
  justify-content: flex-start;
  font-size: .9rem;
}

.crypto-item-toggle {
  background-color: var(--white);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: .375rem;
  display: flex;
  position: relative;
}

.toggle-line-1 {
  background-color: var(--midnight-blue);
  width: .8rem;
  height: 1px;
  position: absolute;
}

.toggle-line-2 {
  background-color: var(--midnight-blue);
  width: 1px;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  display: flex;
  position: relative;
}

.crypto-item-wrapper {
  border-bottom: 1px solid #ffffff80;
  transition: background-color .3s;
}

.crypto-item-wrapper:hover {
  background-color: #ffffff0d;
}

.heading-all-caps {
  text-transform: uppercase;
}

.crypto-item-price {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: flex-start;
  display: flex;
}

.crypto-item-link {
  color: var(--white);
}

.grid-savings {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-columns: 1fr 2fr 1fr;
  justify-items: start;
}

.savings-container.outline {
  border: 1px solid #ffffffb3;
  border-radius: 50rem;
  width: 100%;
  height: 100%;
  padding: 1rem;
  position: relative;
}

.savings-container.inside {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-image: linear-gradient(#00023d80, #00023d80), url('../images/dynamic-wang-rQ014iEDx8Y-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  border-radius: 50rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
}

.text-size-medium {
  font-size: 1.5rem;
  line-height: 1.45;
}

.text-crypto-info {
  max-width: 26rem;
}

.text-color-light, .text-crypto-currency {
  color: #ffffffb3;
}

.grid-footer-bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-top: 1px #ffffff80;
  padding: 2rem 2em 0;
}

.text-link-footer {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .85rem;
  padding-bottom: .85rem;
  font-size: 1.13em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-link-footer-wrapper {
  width: 100%;
}

.text-link-left {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  line-height: 1;
  display: flex;
}

.icon-small {
  width: 1rem;
  height: 1rem;
}

.icon-medium {
  width: 2rem;
  height: 2rem;
}

.button-underline-progress {
  background-color: #fff;
  width: 0;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-text-link {
  z-index: 1;
  background-color: #0000;
  padding: 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.social-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.social-wrapper.left-aligned {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  align-items: flex-start;
  font-size: 1rem;
}

.button-arrow-wrapper {
  position: relative;
  overflow: hidden;
}

.image-author {
  border-radius: 50%;
  width: 4.125rem;
}

.icon-1x1-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

.copyright {
  color: #fff;
  font-size: 1.6rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-link {
  color: #fff;
  margin-right: 10px;
}

.button-link-content {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.button-underline {
  background-color: #ffffff40;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: .25rem;
  display: block;
  position: relative;
}

.copyright-info {
  background-color: #0000;
  padding-top: 8rem;
  padding-bottom: 0;
}

.social-author {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.icon-1x1-small-second {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-info {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.wrapper-info.bottom {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: grid;
}

.flex {
  justify-content: space-between;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: .75rem;
  display: flex;
}

.footer-brand-credit {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: row;
  display: flex;
}

.text-link-credit {
  color: var(--white);
}

.div-block {
  height: 120vh;
  margin-bottom: 0;
  padding-top: 20em;
  padding-left: 2em;
  padding-right: 2em;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.is-slide-in {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

.flex-vertical.margin-top-17vw {
  margin-top: 17vw;
}

.flex-vertical.text-small {
  flex-direction: column;
}

.icon-s6 {
  z-index: 2;
  width: 100vw;
  max-width: none;
  height: 160vw;
  position: absolute;
  inset: -5vw 0 auto auto;
}

.technology-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.technology-wrapper.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.leaf {
  align-self: flex-start;
  width: 1.5em;
}

.tag {
  z-index: 1;
  color: #888;
  text-transform: uppercase;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.tag.rotate-90 {
  transform: rotate(90deg);
}

.tag.rotate-90.absolute {
  inset: 0% auto auto 0%;
}

.tag.rotate-90.absolute.tag-abs1 {
  top: -1vw;
  left: -3.5vw;
}

.tag.card {
  font-size: 1.1vw;
  font-weight: 500;
}

.tag.card.margin-bottom-28vw {
  margin-bottom: 28vw;
}

.h2-big {
  font-size: 8vw;
}

.h2-big.margin-bottom-08vw.tablet-margin-bottom-1p5vw.mobile-margin-bottom-5vw {
  margin-bottom: 3vh;
  font-size: 7vw;
}

.h2-big.tablet-margin-bottom-1p5vw {
  margin-bottom: .2em;
  font-size: 4vw;
}

.bg-s6-wrapper {
  z-index: -1;
  width: 120vw;
  max-width: none;
  height: 100%;
  margin-top: 12em;
  position: absolute;
  inset: -60vh 0 auto auto;
}

.star-s6 {
  z-index: 1;
  opacity: .26;
  filter: blur(20px);
  width: 100vw;
  max-width: none;
  height: 100vw;
  position: absolute;
  inset: 0 0 auto auto;
}

.cosmos-sdk-wrapper {
  grid-column-gap: 10vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  margin-bottom: 8vw;
  margin-left: 7vw;
  display: grid;
}

.cosmos-sdk-wrapper.relative {
  grid-template-rows: auto 10em;
  margin-bottom: 10vw;
  padding-bottom: 10em;
}

.margin-bottom-1p5vw {
  margin-bottom: 1.5vw;
}

.carbon-footprint-wrapper {
  align-items: center;
  display: flex;
}

.section-2 {
  background-color: #0000;
  padding-left: 6.6em;
  padding-right: 6.6em;
}

.section-2.s6 {
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.gray-text {
  color: #cdcdcd;
  font-size: 1.5vw;
}

.gray-text.max-width-20p2em {
  max-width: 20.2em;
}

.gray-text.margin-bottom-2em.max-width-25em.text-align-center {
  text-align: center;
}

.gray-text.subhead {
  z-index: 10;
  position: relative;
}

.gray-text.text-small {
  margin-top: 1em;
}

.gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(225deg, #e3a6ff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.corner-top-left {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -4vw;
  left: -6vw;
  right: auto;
}

.cosmos-txt-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.absolute {
  position: absolute;
  inset: auto;
}

.absolute.text-icon-s7 {
  z-index: 99;
  inset: 65vw 48vw auto auto;
}

.absolute.i-black-coin-economy1 {
  z-index: 5;
  width: 18vw;
  max-width: 80%;
  inset: 1vw -3vw auto auto;
}

.absolute.s6 {
  z-index: 6;
  inset: 26vw 10vw auto auto;
}

.absolute.ecosystem-svg {
  z-index: -1;
  width: 36vw;
  top: -35vw;
  left: -8vw;
}

.absolute.ecosystem-svg.is--2 {
  z-index: 0;
  width: 2.5vw;
  height: 2.5vw;
  transition: transform 2s cubic-bezier(.645, .045, .355, 1);
  top: -28vw;
  bottom: auto;
  left: 20vw;
}

.absolute.i-black-coin-economy3 {
  z-index: 3;
  width: 18vw;
  inset: 5vw -3vw auto auto;
}

.absolute.discover-coin1 {
  width: 18vw;
  transition: transform 2s cubic-bezier(.645, .045, .355, 1);
  top: -3vw;
  left: 4vw;
  transform: rotate(15deg);
}

.absolute.i-black-coin-economy4 {
  z-index: 2;
  width: 18vw;
  inset: 7vw -1vw auto auto;
}

.absolute.discover-coin2 {
  z-index: 1;
  width: 20vw;
  transition: transform 2s cubic-bezier(.645, .045, .355, 1);
  top: 3.3vw;
  left: 2vw;
  transform: rotate(-20deg);
}

.absolute.coin-menu-2 {
  z-index: 2;
  width: 15em;
  left: -2.5vw;
}

.absolute.i-swoosh {
  width: 20%;
  inset: 15vw auto auto 10vw;
}

.absolute.discover-coin3 {
  width: 18vw;
  transition: transform 2s cubic-bezier(.645, .045, .355, 1);
  top: 10vw;
  left: 9vw;
  transform: rotate(25deg);
}

.absolute.ecosystem-bg {
  z-index: -2;
  filter: blur(5px);
  top: -33vw;
  left: -3vw;
}

.absolute.i-coin-fundraising2 {
  z-index: 1;
  width: 70%;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  top: 11vw;
  left: 8vw;
  transform: rotate(25deg);
}

.absolute.i-crystal {
  filter: hue-rotate(263deg);
  width: 120%;
  max-width: none;
  inset: 0 auto auto -20vw;
}

.absolute.i-black-coin-economy5 {
  z-index: 1;
  width: 18vw;
  inset: 9vw -3vw auto auto;
}

.absolute.s4 {
  z-index: 4;
  top: 40vw;
  bottom: auto;
  left: 17vw;
}

.absolute.s5 {
  z-index: 5;
  top: 24vw;
  bottom: auto;
  left: 7vw;
}

.absolute.s5.crypto-animation {
  z-index: 999;
}

.absolute.i-black-coin-economy2 {
  z-index: 4;
  width: 18vw;
  inset: 3vw -1vw auto auto;
}

.absolute.i-coin-fundraising1 {
  width: 70%;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  top: 11vw;
  left: 1vw;
}

.absolute.s3 {
  z-index: 3;
  top: 58vw;
  bottom: auto;
  left: 4vw;
}

.absolute.s2 {
  z-index: 2;
  inset: 45vw 2vw auto auto;
}

.absolute.planets-s7 {
  z-index: -1;
  object-fit: contain;
  width: 80vw;
  top: 10vw;
  left: 12vw;
}

.absolute.welcome-img {
  z-index: -1;
  width: 33vw;
  max-width: none;
  margin-top: -3vw;
  margin-left: -4vw;
  top: 0;
  left: 0;
}

.absolute.welcome-img._2 {
  z-index: 0;
  width: 10vw;
  margin-top: -6vw;
  top: 28vh;
  left: auto;
  right: -1vw;
}

.absolute.welcome-img.is--3 {
  z-index: 0;
  width: 3vw;
  transition: transform 2s cubic-bezier(.645, .045, .355, 1);
  top: 3vh;
  left: auto;
  right: 3vw;
}

.absolute.star-7 {
  z-index: -999;
  filter: blur(20px);
  object-fit: cover;
  max-width: none;
  height: 125vh;
  top: 0;
  left: -33vw;
}

.absolute.i-color-coin-economy {
  z-index: 6;
  filter: hue-rotate(273deg) blur(3px);
  width: 20vw;
  inset: 13vw 4vw auto auto;
}

.absolute.s1 {
  z-index: 1;
  inset: 52vw 21vw auto auto;
}

.absolute.crystal-menu {
  z-index: 1;
  width: 15em;
  max-width: none;
  top: -9vw;
  left: -5vw;
  transform: rotate(20deg);
}

.absolute.i-force-field {
  z-index: 0;
  width: 26vw;
  transition: transform .5s cubic-bezier(.645, .045, .355, 1);
  inset: -2vw auto auto 1vw;
}

.absolute.background-planet {
  filter: blur(20px);
  object-fit: cover;
  width: 130vw;
  max-width: none;
  left: -14vw;
  right: -14vw;
}

.max-width-5em {
  max-width: 5em;
}

.open-economy-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.black-text {
  color: #000;
  font-weight: 300;
  line-height: 1.2;
}

.black-text.t1 {
  z-index: 99;
  position: relative;
  transform: rotate(90deg);
}

.black-text.t1.margin-bottom-8vw {
  z-index: 99;
}

.black-text.t3 {
  z-index: 99;
  position: relative;
  transform: rotate(-90deg);
}

.container {
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-small {
  font-size: 1.2vw;
}

.text-small.max-width-16em {
  max-width: 16em;
}

.text-small.margin-bottom-08vw:hover {
  color: #fff;
}

.cross2 {
  position: absolute;
  inset: -8vw auto auto -8vw;
}

.corner-bottom-left {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 2vw;
  height: 2vw;
  position: absolute;
  inset: auto auto 0% -3vw;
}

.cross {
  position: absolute;
  inset: -6vw -4vw auto auto;
}

.padding-right-08em {
  padding-right: .8em;
}

.bg-black-planet {
  filter: blur(5px);
  object-fit: cover;
  width: 100vw;
  max-width: none;
  margin-left: -10vw;
  margin-right: -10vw;
}

.atom-container {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.coin7-bg {
  z-index: 5;
  filter: sepia(39%) blur(2px) hue-rotate(232deg) brightness(137%);
  width: 22em;
  position: absolute;
  inset: auto 8vw 32vw auto;
  transform: rotate(-40deg);
}

.button-wrapper {
  align-items: center;
  display: flex;
}

.section-3 {
  background-color: #0000;
  padding-left: 6.6em;
  padding-right: 6.6em;
}

.section-3.s5 {
  position: relative;
}

.section-3.s6 {
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
}

.section-3.s2 {
  float: none;
  margin-bottom: 10vw;
  padding-top: 14vw;
  position: relative;
}

.section-3.s2.relative {
  border-top: 1px solid #0000;
  height: 100vh;
  padding-top: 0;
}

.section-3.s7 {
  margin-bottom: 24vw;
  position: relative;
}

.section-3.s-enter {
  margin-top: 28vw;
  margin-bottom: 0;
  position: relative;
}

.section-3.nav {
  transition: transform .5s;
  position: fixed;
  inset: 0% 0% auto;
}

.section-3.s-worldwide, .section-3.s-network, .section-3.s4 {
  position: relative;
}

.section-3.turn-screen {
  display: none;
}

.section-3.s1 {
  z-index: 1;
  height: 130vh;
  margin-top: -6vw;
  padding-top: 6vw;
  position: relative;
}

.section-3.footer {
  padding: 0 6.6em 6em;
}

.section-3.s5 {
  margin-top: 0;
  margin-bottom: 10em;
  position: relative;
}

.button-content-wrapper {
  align-items: center;
  display: flex;
}

.margin-bottom-5vw {
  color: #fff;
  margin-bottom: 3vw;
}

.arrow {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
}

.coin6-bg {
  z-index: 5;
  filter: hue-rotate(270deg) blur(2px);
  width: 17em;
  position: absolute;
  inset: auto 11vw 40vw auto;
  transform: rotate(25deg);
}

.header-wrapper-atom {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em 3em;
  font-size: 1.45vw;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.button-3:hover {
  color: #000;
}

.button-3.margin-right-2em {
  margin-right: 2em;
}

.button-3.margin-right-2em:hover {
  color: #000;
  background-color: #fff;
}

.button-3.button-secondary {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.button-3.button-secondary:hover {
  color: #fff;
}

.bg-s6-wrapper-2 {
  z-index: -1;
  width: 120vw;
  max-width: none;
  height: 100%;
  margin-top: 12em;
  position: absolute;
  inset: -60vh 0 auto auto;
}

.star-s6-2 {
  z-index: 1;
  filter: blur(20px);
  width: 100vw;
  max-width: none;
  height: 150vw;
  position: absolute;
  inset: 0 0 auto auto;
}

.dark-gray-text {
  color: #888;
  text-align: left;
}

.dark-gray-text.usd {
  position: absolute;
  bottom: 18vw;
  right: 7vw;
  transform: rotate(90deg);
}

.h1-gradient {
  z-index: 8;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, #f1cefc 5%, #fff 50%, #fed4c7 95%);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}

.h1-gradient.margin-bottom-1p5vw {
  background-image: linear-gradient(45deg, #f1cefc 5%, #fff 50%, #fed4c7 95%);
}

.meet-community-wrapper {
  text-align: left;
  margin-right: 8vw;
}

.coin4_bg {
  z-index: -2;
  filter: blur(.5px);
  width: 16em;
  position: absolute;
  inset: auto auto -7vw 12vw;
  transform: rotate(-15deg);
}

.planet-popup {
  background-color: #fff;
  border-radius: 12px;
  padding: 1vw 2vw;
  display: none;
  position: absolute;
  bottom: -4.5vw;
  left: 25%;
}

.planet-popup._2 {
  left: 22%;
}

.explore-nav-wrapper-top {
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.explore-nav-wrapper-top.text-small {
  background-color: #242424;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.star-s8 {
  z-index: -999;
  filter: blur(30px);
  width: 120vw;
  max-width: none;
  height: 100vh;
  position: absolute;
  top: 4vw;
  right: -23vw;
}

.icon-s6-2 {
  z-index: 2;
  width: 160vw;
  max-width: none;
  height: 160vw;
  position: absolute;
  inset: -5vw -45vw auto auto;
}

.h3-big {
  font-size: 4vw;
  line-height: 1;
}

.orbit-s8 {
  z-index: -2;
  object-fit: contain;
  width: 70vw;
  max-width: none;
  height: 40vw;
  position: absolute;
  top: 20vw;
  left: auto;
  right: 20vw;
  transform: rotate(-60deg);
}

.coin3_bg {
  z-index: -3;
  filter: blur(1px);
  width: 10em;
  position: absolute;
  inset: auto auto -2.5vw 13vw;
  transform: rotate(45deg);
}

.bubble-planet {
  z-index: -1;
  border: 2vw solid #0000;
  border-bottom-color: #fff;
  position: absolute;
  top: -4vw;
}

.coin2_bg {
  z-index: -4;
  filter: blur(1.5px);
  width: 9em;
  position: absolute;
  inset: auto auto 3vw 12.5vw;
  transform: rotate(-45deg);
}

.nav-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-bottom-3vw {
  margin-bottom: 3vw;
}

.bg-hero-wrapper {
  z-index: -999;
  width: 120vw;
  max-width: none;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0 -10vw;
}

.worldwide-community-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.blockchains-popup {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  width: 22em;
  height: auto;
  padding: 1vw;
  position: absolute;
  top: auto;
  bottom: -2.8vw;
  right: -5.3vw;
}

.text-span-plus {
  font-size: 5vw;
}

.nav-icon {
  width: 2em;
}

.s7-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.swap-tokens-wrapper {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.bg-image-4 {
  width: 12vw;
  height: 12vw;
}

.arrow-diagonal {
  width: 2vw;
}

.arrow-diagonal.link {
  width: 1vw;
}

.corner-bottom-right {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 30px;
  height: 30px;
  font-size: .5rem;
  position: absolute;
  inset: auto 0% -5vw auto;
}

.bg-image-5 {
  width: 11vw;
  height: 11vw;
}

.social {
  width: 2em;
}

.orbit-hero {
  object-fit: contain;
  width: 110vw;
  max-width: none;
  height: 73vw;
  margin-top: 4vw;
  position: absolute;
  top: 3vw;
  left: -5vw;
  right: -7vw;
}

.bg-wrapper9 {
  z-index: -999;
  width: 120vw;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: -50vh auto auto 0;
  overflow: hidden;
}

.bg-image-2 {
  width: 12vw;
  height: 12vw;
}

.developers-wrapper {
  text-align: left;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.community-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.i_shooting_star {
  width: 120%;
  max-width: 120%;
  position: absolute;
  inset: .8vw auto auto -.8vw;
}

.planets-hero {
  z-index: 1;
  object-fit: contain;
  width: 160vw;
  max-width: none;
  height: 80vw;
  position: absolute;
  top: -14vw;
  left: -24vw;
  right: -24vw;
}

.bg-image-6 {
  width: 16vw;
  height: 16vw;
}

.corner-top-right {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  inset: -8vw 0% auto auto;
}

.tab-h-wrapper {
  display: none;
}

.coin-menu1 {
  z-index: 3;
  width: 15em;
  position: absolute;
  transform: rotate(10deg);
}

.enter-cosmos-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.div-block-4 {
  max-width: 80%;
}

.device {
  z-index: 1;
  background-color: #000;
  border: 1px solid #888;
  border-radius: 8px;
  width: 4vw;
  height: 11vh;
  position: absolute;
}

.device._1 {
  z-index: -1;
  border-color: #888c;
  left: 3vw;
  transform: rotate(55deg);
}

.device._2 {
  z-index: -2;
  border-color: #88888880;
  margin-top: 2vh;
  margin-left: 2vw;
  left: 3vw;
  transform: rotate(90deg);
}

.margin-bottom-5vw-2 {
  margin-bottom: 5vw;
}

.bg-s6-wrapper-3 {
  z-index: -1;
  width: 120vw;
  max-width: none;
  height: 100%;
  margin-top: 12em;
  position: absolute;
  inset: -60vh -10vw auto auto;
}

.margin-bottom-2vw {
  margin-bottom: 2vw;
}

.interchain-foundation {
  color: #fff;
  text-decoration: none;
}

.interchain-foundation:hover {
  color: #cdcdcd;
}

.bg-black-planet-2 {
  filter: blur(5px);
  object-fit: cover;
  width: 120vw;
  max-width: none;
  margin-left: -10vw;
  margin-right: -10vw;
}

.plus-line {
  width: 1.5em;
  position: absolute;
  inset: auto 0% 0 50vw;
}

.footer-2 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-top: 1px solid #242424;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: grid;
}

.star-s6-3 {
  z-index: 1;
  filter: blur(20px);
  width: 160vw;
  max-width: none;
  height: 150vw;
  position: absolute;
  inset: 0 -48vw auto auto;
}

.padding-right-p4em {
  padding-right: .4em;
}

.learn-nav-wrapper-top {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2vw;
  display: grid;
}

.bg-7-wrapper {
  z-index: -1;
  width: 120vw;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.interchain-popup {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  width: 19em;
  height: auto;
  padding: 1vw;
  position: absolute;
  inset: auto 23.3vw -6.5vw auto;
}

.s7-content-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s3-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cosmos-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.join-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.coin1_bg {
  z-index: -5;
  filter: blur(2px);
  width: 8em;
  position: absolute;
  inset: auto auto 7vw 12vw;
}

.get-atom-icon {
  width: 11.5em;
}

.interchain-popup-bubble {
  z-index: -1;
  border: 2vw solid #0000;
  border-bottom-color: #fff;
  position: absolute;
  inset: -3.5vw 40% auto;
}

.button-secondary {
  color: #fff;
  background-color: #0000;
  padding: 0;
  font-size: 1.45vw;
  font-weight: 500;
}

.button-secondary.button-text-small {
  font-size: 1.35vw;
}

.logo-wrapper {
  width: 41%;
}

.relative-menu {
  position: relative;
  top: 2vw;
}

.nav-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 6em;
  display: flex;
}

.nav-link-block-bottom {
  background-color: #171412;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 2em;
  display: flex;
}

.nav-bubble {
  border: 2vw solid #0000;
  border-bottom-color: #242424;
  position: absolute;
  top: -3vw;
  left: 45%;
  right: 52%;
}

.turn-screen-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer-text {
  font-size: 1vw;
}

.cosmos-logo {
  width: 8vw;
}

.footer-bottom {
  flex-direction: column;
  display: flex;
}

.bg-image-1 {
  width: 16vw;
  height: 16vw;
}

.header-wrapper-developers {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  margin-right: 20vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.tabs, .learn-wrapper {
  display: none;
}

.nav-link-wrap {
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: relative;
}

.link-category {
  font-weight: 500;
}

.i_crystal {
  width: 180%;
  max-width: 180%;
  position: absolute;
  inset: auto -2.2vw -4vw auto;
}

.s3-header-wrapper {
  text-align: left;
}

.s3-header-wrapper.margin-bottom-5vw-2.margin-right-15em {
  margin-right: 14em;
}

.s3-header-wrapper.margin-bottom-5vw-2.margin-right-15em.margin-left-7vw {
  margin-right: 15em;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.align-top {
  align-items: flex-start;
}

.flex-horizontal.align-top:hover {
  color: #cdcdcd;
}

.flex-horizontal.position-center {
  align-items: center;
}

.flex-horizontal.margin-bottom-1p5vw {
  flex: 0 auto;
}

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

.flex-horizontal.space-between.margin-left-7vw.tablet-flex-vertical {
  height: 90%;
}

.submit-button {
  color: #888;
  background-color: #171412;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 1.7vw;
}

.icon-bg {
  background-color: #242424;
  border-radius: 8px;
  width: 5vw;
  height: 5vw;
  position: relative;
}

.icon-bg.overflow-visible {
  overflow: visible;
}

.i_coin_b1 {
  width: 80%;
  max-width: 80%;
  position: absolute;
  inset: .8vw auto auto -1vw;
}

.max-width-9em {
  max-width: 9em;
}

.privacy-policy {
  font-weight: 400;
}

.bg-8-wrapper {
  z-index: -999;
  width: 120vw;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: -70vh auto auto 0;
  overflow: hidden;
}

.bg-8-wrapper.overflow-visible {
  height: auto;
  top: -75vh;
}

.bg-wrapper {
  position: absolute;
  top: 80vh;
  left: -65vw;
}

.input-field {
  color: #fff;
  background-color: #171412;
  border: 1px solid #171412;
  border-radius: 8px 0 0 8px;
  margin-bottom: 0;
  padding: 2vw 3vw;
  font-size: 1.4vw;
}

.planets-s3-bg {
  z-index: -98;
  width: 70vw;
  max-width: none;
  height: 70vw;
  position: absolute;
  inset: 27vw auto auto 22vw;
}

.relative-body {
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.planets-s8 {
  z-index: -1;
  object-fit: contain;
  width: 90vw;
  max-width: none;
  height: auto;
  position: absolute;
  top: 28vw;
  left: 0;
  right: auto;
}

.container-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.community-icon {
  width: 3em;
}

.community-icon.margin-right-3vw {
  margin-right: 3vw;
}

.community-grid {
  grid-column-gap: 16px;
  grid-row-gap: 3vh;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relative {
  position: relative;
}

.relative.blog-holder {
  width: 15em;
  bottom: 2vw;
}

.digital-asset-wrapper {
  display: flex;
}

.menu-hidden-learn {
  z-index: 2;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 33em;
  height: 26em;
  margin-top: 1em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.i_planet {
  width: 25%;
  max-width: 110%;
  position: absolute;
  inset: .5vw .8vw auto auto;
}

.bg-image-hero {
  z-index: -1;
  filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  object-fit: cover;
  width: 164vw;
  max-width: none;
  height: 150vh;
  position: absolute;
  inset: 0 -20vw auto;
}

.coin5_bg {
  z-index: -1;
  width: 17em;
  position: absolute;
  inset: auto auto -11vw 16vw;
  transform: rotate(25deg);
}

.menu-hidden-build {
  z-index: 2;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 33em;
  height: 21em;
  margin-top: 1em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.nav-link {
  color: #fff;
  padding: 0 1.2em;
  font-size: 1em;
  font-weight: 500;
}

.nav-link:hover {
  color: #fff;
}

.max-width-25em {
  max-width: 25em;
}

.max-width-25em.dev-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h3-mid {
  font-size: 2.5vw;
  line-height: 1;
}

.i_purple_planet {
  width: 120%;
  max-width: 120%;
  position: absolute;
  inset: auto -.8vw .8vw auto;
}

.text-span-2 {
  font-size: 5vw;
}

.header-wrapper-right {
  text-align: center;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
}

.header-wrapper-right.right-align {
  align-items: flex-end;
}

.coming_soon_wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cosmos-bg-s3 {
  z-index: -999;
  filter: hue-rotate(246deg) blur(30px);
  width: 160vw;
  max-width: none;
  height: 120vw;
  position: absolute;
  inset: 24vw auto auto -5vw;
  overflow: visible;
}

.subscribe-img {
  width: 20em;
}

.learn-nav-wrapper {
  z-index: 2;
  background-color: #242424;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 33em;
  height: 23em;
  margin-top: 1em;
  position: absolute;
  top: -1vw;
  overflow: hidden;
}

.orbit-s3 {
  z-index: -99;
  object-fit: cover;
  width: 120vw;
  max-width: none;
  height: 80vw;
  position: absolute;
  top: 40vw;
  left: 10vw;
  transform: rotate(-6deg);
}

.orbit-s7 {
  z-index: -2;
  object-fit: cover;
  width: 110vw;
  max-width: none;
  height: 73vw;
  position: absolute;
  top: 5vw;
  left: -35vw;
  right: -7vw;
  transform: rotate(-50deg);
}

.build-nav-wrapper {
  background-color: #242424;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.transmissions-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.explore-nav-wrapper {
  background-color: #171412;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.menu-hidden-explore {
  z-index: 2;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 33em;
  height: 28em;
  margin-top: 1em;
  display: none;
  position: absolute;
  overflow: hidden;
}

.card-background-black {
  background-color: #171412;
  border-radius: 10px;
  padding: 2vw;
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.card-background-black.open-economy-flex {
  display: flex;
}

.card-background-black.flex-horizontal.input-form {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  margin-top: -2vw;
  margin-bottom: 0;
  transition: color .3s;
}

.card-background-black.flex-vertical.card-hover.is-slide-in {
  transition: color .5s cubic-bezier(.645, .045, .355, 1), opacity .5s cubic-bezier(.645, .045, .355, 1);
}

.card-background-black.relative {
  min-height: 26vw;
}

.card-background-black.relative.card-flex {
  flex-direction: column;
  justify-content: space-between;
}

.card-background-black.relative.card-flex.starport-gradient {
  background-image: linear-gradient(315deg, #012825 11%, #0000);
}

.card-background-black.relative.card-flex.starport-gradient:hover {
  color: #fff;
}

.card-background-black.relative.card-flex.starport-gradient.card-build-hover.is-slide-in {
  transition: opacity .5s cubic-bezier(.645, .045, .355, 1), color .3s;
}

.card-background-black.relative.card-flex.starport-gradient.card-build-hover.is-slide-in:hover {
  opacity: .8;
}

.card-background-black.relative.card-flex.fundraising-gradient {
  background-image: linear-gradient(45deg, #121820 15%, #0000);
}

.card-background-black.relative.card-flex.fundraising-gradient:hover {
  color: #fff;
}

.card-background-black.enter-wrapper.relative {
  z-index: 1;
}

.card-background-black.enter-wrapper.relative.overflow-visible.mobile-height-95vw.enter-card-hover.is-slide-in, .card-background-black.enter-wrapper.relative.overflow-hidden.mobile-height-95vw.enter-card-hover.is-slide-in {
  transition: opacity 2s cubic-bezier(.645, .045, .355, 1), color .3s;
}

.blockchain-popup-bubble {
  z-index: -1;
  border: 2.4vw solid #0000;
  border-left-width: 2vw;
  border-right: 2vw solid #fff;
  position: absolute;
  inset: 10% auto 10% -3.5vw;
}

.button-4 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em 3em;
  font-size: 1.45vw;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.button-4:hover {
  color: #000;
}

.button-4.margin-right-2em {
  margin-right: 2em;
}

.button-4.margin-right-2em:hover {
  color: #000;
  background-color: #fff;
}

.button-4.button-secondary {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.button-4.button-secondary:hover {
  color: #fff;
}

.seperator-vertical {
  border-right: 1px solid #242424;
  padding-right: 1vw;
}

.bg-image-3 {
  width: 14vw;
  height: 14vw;
}

.margin-right-1vw {
  margin-right: 1vw;
}

.interchain-wrapper {
  flex-direction: column;
  align-items: flex-end;
  margin-right: 3vw;
  display: flex;
}

.footer-icon-wrapper {
  border-top: 1px solid #242424;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.community-content-wrapper {
  max-width: 70%;
}

.clickable-text {
  cursor: pointer;
  border-bottom: 1px dotted #cdcdcd;
}

.i_coin_c1 {
  width: 110%;
  max-width: 110%;
  position: absolute;
  inset: auto -1vw .8vw auto;
}

.s3-content {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.s3-content.margin-bottom-3vw.mobile-margin-bottom-8vw {
  grid-row-gap: 5em;
}

.i_planet_orbit1 {
  width: 120%;
  max-width: 120%;
  position: absolute;
  inset: 0% auto auto -.5vw;
}

.hero_img_wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 40em;
  display: flex;
  position: relative;
}

.container-3 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.125em;
  padding-right: 8.125em;
  display: flex;
}

.container-3.is_nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.container-3.is_cards {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.container-3.is_footer {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.container-3.is_2, .container-3.is_hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.feature_para {
  font-size: 1.125rem;
  font-weight: 300;
}

.success-message-2 {
  color: #fff;
  background-color: #000;
  width: 100%;
}

.news_input {
  color: #fff;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 4px;
  outline-style: none;
  outline-color: #0000;
  width: 100%;
  height: 43px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 100%;
}

.news_input:active, .news_input:focus, .news_input:focus-visible, .news_input[data-wf-focus-visible] {
  color: #000;
  background-color: #fff;
}

.news_input::placeholder {
  color: #e5e5ea;
  font-weight: 400;
  line-height: 100%;
}

.curve_img {
  position: absolute;
  inset: 21% 0% auto 73%;
}

.is_2 {
  margin-bottom: 10px;
  font-size: 1em;
}

.hero_btns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f_top {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.copyright-2 {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.d_btns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_wrap {
  background-image: linear-gradient(90deg, #ffffff80, #fff0);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 26.5rem;
  padding: 1px;
  display: flex;
}

.copy_span {
  color: #b9ff81;
  text-decoration: underline;
}

.hero_content {
  max-width: 29rem;
  margin-top: 100px;
}

.hero_float3 {
  z-index: 2;
  position: absolute;
  inset: auto 33% 9% auto;
}

.btn_secondary_text {
  color: #fff;
  flex: none;
  padding-top: 2px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 122%;
}

.nav_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.primary_icon {
  color: #000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.secondary_icon {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.card_gird {
  grid-column-gap: 8.125rem;
  grid-row-gap: 8.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav_primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #b9ff81;
  border: 1px solid #b9ff81;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer_links-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero_img_m {
  display: none;
}

.hero_span {
  color: #b9ff81;
}

.nav_left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_img {
  width: 20vw;
  margin-bottom: 1em;
}

.logo_img._2 {
  width: 10vw;
}

.footer_para {
  color: #fff;
  margin-top: 23px;
  margin-bottom: 23px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.hero_m_img {
  width: 100%;
}

.card {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.m_btns {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: none;
}

.features_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block {
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.curve_img2 {
  position: absolute;
  inset: 56% 0% auto 79%;
}

.hero_m_hading {
  font-size: 4em;
  display: block;
}

.hero_m_hading.is_3 {
  margin-bottom: 1em;
  line-height: 1em;
}

.hero_m_hading.big {
  font-size: 7em;
}

.hero_content_copy {
  max-width: 29rem;
}

.btn_primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #b9ff81;
  border: 1px solid #b9ff81;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.btn_primary.is_news {
  padding: .875rem .625rem;
}

.flink_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.footer-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2_wrap {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.nav_link {
  color: #fff;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  transition: color .3s;
}

.nav_link:hover {
  color: #b9ff81;
}

.nav_link.w--current {
  color: var(--green);
}

.btn_primary_text {
  color: #000;
  flex: none;
  padding-top: 2px;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 122%;
}

.hero_float2 {
  position: absolute;
  inset: -4% 6% auto auto;
}

.news_content {
  background-image: url('../images/Frame-55144.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.footer_icon {
  cursor: pointer;
  background-color: #15161d;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.5625rem;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  display: flex;
}

.footer_icon:hover {
  color: #000;
  background-color: #b9ff81;
}

.footer_content {
  max-width: 240px;
  margin-right: 75px;
}

.hero_float1 {
  z-index: 1;
  position: absolute;
  inset: auto auto 20% -13%;
}

.hero_bg_img {
  width: 100%;
  height: 100%;
}

.div_hide {
  margin-top: .75rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
}

.card_img {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.flink_title {
  color: #fff;
  margin-bottom: 9px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
}

.hero_img_wrap_copy {
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 35em;
  display: flex;
  position: relative;
}

.footer_link {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
}

.footer_link:hover {
  color: #929292;
}

.btn_seconary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.news_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 34rem;
  display: flex;
}

.navbar-2 {
  background-color: #080a1100;
  position: fixed;
  inset: 0% 0% auto;
}

.form {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1.125rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.dot {
  background-color: #b9ff81;
  border-radius: 100px;
  width: .75rem;
  height: .75rem;
}

.form_input {
  background-color: #14161d;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 6px 0 6px 8px;
  display: flex;
}

.hero_wrapper_copy.is_2 {
  background-color: #14161d;
}

.accordion-body {
  padding-top: 24px;
}

.swiper-arrow-wrap {
  width: 35.63em;
}

.product-img {
  width: 60%;
}

.nav-wrapper-2 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: transform .5s;
  position: fixed;
  inset: 0% 0% auto;
}

.recommnded-logo {
  height: 2.75em;
}

.logo {
  width: 7.5em;
  height: 2.5em;
  transition: transform .5s;
}

.p-subhead {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 130%;
}

.p-subhead.opacity80 {
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.p-subhead.opacity80._1 {
  margin-right: 19px;
}

.p-subhead.opacity80._2 {
  margin-right: 0;
}

.parallax-img {
  width: 100%;
  height: 100%;
}

.tab-menu {
  min-width: 22.5em;
  max-width: 22.5em;
}

.tab-link {
  opacity: .6;
  color: #fff;
  background-color: #0000;
  padding: 0;
  text-decoration: underline;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.tab-orange-bg {
  background-color: #fe5300;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.swiper.is--reviews {
  max-width: 35.63em;
  overflow: hidden;
}

.max-80ch {
  max-width: 80ch;
}

.p-text1 {
  font-size: 1.13em;
  line-height: 130%;
}

.p-text1.width-32px {
  justify-content: center;
  width: 2em;
  display: flex;
}

.card-img {
  width: 28.75em;
}

.position-relative {
  position: relative;
}

.btn {
  background-color: #fe5300;
  border-radius: .75em;
  justify-content: center;
  align-items: center;
  padding: 1.25em 3.88em 1.19em;
  font-size: 1.06em;
  font-weight: 600;
  text-decoration: none;
  transition: border-radius .4s;
  display: flex;
}

.btn:hover {
  border-radius: 2em;
}

.btn.is--secondary {
  grid-column-gap: .5em;
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  padding: 0;
  text-decoration: underline;
}

.max-420 {
  max-width: 42ch;
}

.max-420.p-r-150 {
  margin-right: 9.38em;
}

.interface-wrap {
  max-width: 35.63em;
}

.swiper-numbers {
  position: relative;
}

.swiper-wrapper.is--reviews {
  justify-content: space-between;
  display: flex;
}

.line {
  background-color: #ffffff80;
  width: 100%;
  height: 1px;
}

.p-numerals {
  font-size: 2.25em;
  line-height: 130%;
}

.max-16ch {
  max-width: 16ch;
}

.swiper-scrollbar {
  background-color: #ffffff80;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  display: flex;
}

.width-100 {
  width: 100%;
}

.width-100.h-750 {
  height: 46.88em;
}

.section-4 {
  margin-bottom: 0;
  padding-top: 18em;
  padding-bottom: 9em;
}

.section-4.is--sticky {
  height: 300vh;
  position: relative;
}

.section-4.is--hero {
  align-items: center;
  min-height: 100vh;
  margin-bottom: 6.25em;
  display: flex;
  position: relative;
}

.section-4.is--tabs {
  z-index: 1;
  margin-top: -25em;
  position: relative;
}

.swiper-btn-prev {
  cursor: pointer;
  width: 2.88em;
}

.bluetooth-icon {
  width: 1.5em;
  height: 1.5em;
}

.h1 {
  font-size: 5em;
  font-weight: 600;
  line-height: 1;
}

.auto-tab-link {
  grid-row-gap: .88em;
  border-radius: 8px;
  flex-direction: column;
  padding: 1.25em 1.19em;
  display: flex;
}

.auto-tab-link.color-white.bg-grey.w--current {
  background-color: #282828;
}

.dashboard-img {
  transform-origin: 50% 25%;
  width: 37.5em;
}

.btn__arrow-wrap {
  width: 1.13em;
  transition: transform .3s;
}

.swiper-slide.is--reviews {
  min-width: 35.63em;
  max-width: 35.63em;
}

.swiper-btn-next {
  cursor: pointer;
  width: 2.88em;
}

.tab-content.p-right-60 {
  margin-right: 3.75em;
}

.card-2 {
  border-radius: 1em;
  width: 100%;
  padding: 5.38em 4.69em;
}

.hero-bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-menu-wrap {
  grid-column-gap: 3em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.coin {
  width: 2.5em;
  height: 2.5em;
}

.coin.tether {
  opacity: .52;
}

.bluetooth-img {
  width: 39.38em;
}

.max-ch {
  max-width: 38ch;
}

.security-img {
  width: 22.5em;
  height: 100%;
}

.swiper-arrows-wrapper {
  justify-content: flex-end;
  display: flex;
}

.h2-2 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 130%;
}

.nav {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #1313130d;
  padding-top: 1.88em;
  padding-bottom: 1.88em;
  transition: transform .5s;
}

.container-4 {
  width: 100%;
  max-width: 86.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container-4.is--interface {
  padding-bottom: 80px;
}

.container-4.flex-2.j-space-between.tab-vert.tab-gap-v-40.mob-gap-v-32 {
  max-width: 100em;
  height: 40vh;
}

.container-4.flex-2.j-space-between.gap-h-3em {
  grid-column-gap: 3em;
}

.container-4.flex-2.j-space-around {
  justify-content: space-around;
}

.container-4.is--nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-2 {
  display: flex;
}

.flex-2.gap-h-16 {
  grid-column-gap: 16px;
}

.flex-2.gap-chain {
  grid-column-gap: 11.25em;
}

.flex-2.gap-chain.is--apps {
  height: 6em;
}

.flex-2.d-vertical {
  flex-direction: column;
}

.flex-2.d-vertical.gap-v-40.h-100 {
  height: 100%;
}

.flex-2.d-vertical.gap-v-40.tabs-n-40 {
  margin-top: -40px;
  margin-bottom: -40px;
}

.flex-2.d-vertical.gap-v-16.max-420.is--apps-tab.tab-max-w-600.slide-in-btm {
  justify-content: center;
  align-items: flex-start;
}

.flex-2.d-vertical.gap-v-16.width-100.h-100, .flex-2.d-vertical.gap-v-32.h-100 {
  height: 100%;
}

.flex-2.d-vertical.a-end.is--nav {
  display: none;
}

.flex-2.d-vertical.gap-tab {
  grid-row-gap: .88em;
}

.flex-2.d-vertical.gap-tab.position-relative.z-1 {
  z-index: 1;
}

.flex-2.gap-h-60 {
  grid-column-gap: 60px;
}

.flex-2.gap-h-4 {
  grid-column-gap: 4px;
}

.flex-2.a-center {
  align-items: center;
}

.flex-2.gap-eth {
  grid-column-gap: 4.25em;
}

.flex-2.gap-eth.is--apps {
  grid-column-gap: 6em;
  height: 6em;
}

.flex-2.j-space-between {
  justify-content: space-between;
  height: 6em;
}

.accordion-wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}

.nav-link-2 {
  color: #fff;
  font-size: 1.13em;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.nav-link-2.w--current {
  color: #fe5300;
}

.accordion-trigger {
  cursor: pointer;
}

.coins-wrap {
  width: 35.63em;
}

.coins-wrap.flex-2.d-vertical.gap-v-40.is--apps-tab.tab-gap-v-24.fade-in {
  justify-content: center;
  align-items: flex-start;
}

.sticky-overflow {
  padding-top: 200px;
}

.sticky-overflow.overflow-hidden {
  height: 100vh;
}

.sticky {
  position: sticky;
  top: 0;
}

.p-btn {
  color: #fff;
  font-size: 1.06vw;
  font-weight: 600;
  line-height: 120%;
}

.max-widtth-360 {
  max-width: 36ch;
}

.p-text2 {
  font-size: 1em;
  line-height: 130%;
}

.play {
  width: 8.75em;
  height: 8.75em;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
}

.swiper-scrollbar-drag {
  background-color: #fff;
  height: 2px;
}

.sticky-img {
  object-fit: cover;
  background-image: url('../images/usage_of_ledger_nano_x_1usage_of_ledger_nano_x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
}

.accordion-indicator {
  transform: rotate(45deg);
}

.cell {
  justify-content: flex-start;
  align-items: flex-end;
}

.bold-text {
  font-size: 6vw;
}

.unable {
  color: #8b8b8b;
}

.grid-2 {
  display: none;
}

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

._w-nav-social-media {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.nav-menu-overlay-bg {
  background-color: #fff;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
}

.inicio-white {
  clear: none;
  color: #fff;
  margin: 0 0 0 auto;
  padding-left: 0;
  font-size: 20px;
  line-height: 42px;
  display: block;
  position: relative;
  left: auto;
}

.inicio-white.menu {
  color: #000;
  margin-left: 0;
  font-size: 18px;
  left: 0;
}

.col-menu-header-text {
  transform-origin: 50% 100%;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.div-block-196 {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0;
}

.c-nav-social-contact-item {
  flex-direction: column;
  margin-bottom: 3em;
  display: flex;
}

.new-div {
  opacity: .79;
  border-top: 1px solid #3e3e3e;
  width: 228px;
  height: 0;
  display: block;
}

.new-div.menu {
  border-top-color: #ededed;
  width: 170px;
}

.c-nav-items {
  align-items: center;
  display: flex;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

._w-col-menu-links {
  display: inline-block;
}

._w-nav-menu-btn {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-col-menu-links {
  flex: 1;
}

.menu-item-text {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  font-weight: 200;
  line-height: 1em;
}

._w-menu-item-link {
  display: flex;
  position: relative;
}

.nav-menu-btn-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #666;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  position: relative;
}

.nav-menu-btn-line.short {
  background-color: #000;
  width: 70%;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.c-col-menu-header {
  color: #fff;
  padding-right: 40px;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.b-nav-menu-btn {
  background-color: #fff;
  border-radius: 5000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.b-nav-menu-btn.menu-opened {
  background-color: #333;
  display: none;
  position: absolute;
  inset: 0%;
}

.b-nav-menu-btn.default {
  color: #000;
  background-color: #68ff86;
  position: relative;
}

.c-nav-menu-overlay {
  z-index: 5000;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.c-nav-menu-content {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 40%;
  margin-top: 0;
  padding-right: 1em;
  display: flex;
  position: static;
}

._w-nav-menu-btn-icon {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

._w-nav-menu-btn-icon.menu-opened {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50%;
  position: relative;
}

.c-nav-logo {
  z-index: 5001;
  position: relative;
}

.c-menu-item {
  margin-bottom: 20px;
}

.c-menu-item-number {
  margin-right: 20px;
  display: none;
  position: absolute;
}

.c-col-menu-social {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.inicio-whit {
  color: #fff;
  margin-top: 135px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  line-height: 42px;
  position: relative;
}

.inicio-whit.menu {
  color: #fff;
  font-size: 18px;
}

.c-nav {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.nav-social-address {
  color: #fff;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2em;
}

.nav-social-address.head {
  color: #c6c6c6;
  padding-bottom: 0;
  font-size: 18px;
  display: flex;
}

.nav-social-address.head.menu, .nav-social-address.head.r {
  display: none;
}

.link-block-10 {
  color: #fff;
  order: 0;
  align-self: center;
  height: 5vh;
  padding-right: 34px;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  justify-content: center;
  align-items: center;
  margin-right: 3em;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-10._1 {
  padding-right: .5em;
}

.text-contact {
  text-decoration: none;
}

.menu-item-number {
  letter-spacing: 1px;
  font-size: .8em;
  font-weight: 200;
}

.c-nav-menu-btn {
  z-index: 5001;
  cursor: pointer;
  width: 45px;
  height: 45px;
  position: relative;
}

.heading-5 {
  color: #fff;
  margin-bottom: 3px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.heading-5.menu {
  color: #fff;
  font-size: 18px;
}

.link-block-6 {
  text-decoration: none;
}

.div-mascara {
  clear: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-menu {
  font-size: .8em;
  text-decoration: underline;
}

.link-menu._1 {
  color: #000000e3;
  mix-blend-mode: difference;
  background-color: #c9ffd3;
  border: 1px solid #ffffff5c;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.link-menu._1:hover {
  color: #ffffffe3;
  background-color: #00000078;
  transform: scale(1.05);
}

.link-menu._1.padding {
  color: #ffffffe3;
  background-color: #68ff8600;
}

._w-nav {
  padding: 40px 2.5%;
}

.c-nav-menu-btn-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.new-div-2 {
  border-top: 1px solid #939393;
  width: 228px;
  height: 0;
}

.new-div-2.menu {
  border-top-color: #a4a4a4;
  width: 170px;
}

.div-block-222 {
  position: absolute;
}

.c-nav-social-media {
  padding-top: 0;
}

.text-block-12 {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #fff;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

.nav-menu-btn-close-icon {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-menu-btn-close-icon._1 {
  transform: rotate(45deg);
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  transform: rotate(-45deg);
}

.div-hover {
  z-index: 1;
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cloneable-area {
  position: relative;
}

.caja-de-texto {
  color: #ff0389;
  position: absolute;
}

.c-menu-item-text {
  position: relative;
}

.c-nav-menu-overlay-bg {
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 40px 2.5% auto auto;
}

.div-magnetico {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 55px;
  display: flex;
}

.nav_link-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.whipe {
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.whipe.bg-light-blue {
  background-color: #c1cfdd;
}

.nav_link-line-active {
  transform-style: preserve-3d;
  background-color: #55a7dd;
  width: 100%;
  height: 1px;
  transition: transform .6s;
  transform: scale3d(0, 1, 1);
}

.nav_logo-link {
  z-index: 2;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 700;
}

.nav_logo-link.w--current {
  mix-blend-mode: exclusion;
  width: 100%;
}

.nav_menu-button {
  z-index: 30;
  padding: 0;
}

.nav_menu-button.w--open {
  background-color: #0000;
}

.nav_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav_link-line {
  background-color: #474747;
  width: 100%;
  height: 1px;
}

.nav_links-wrapper {
  grid-column-gap: 2.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: center;
  align-items: end;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  display: grid;
}

.nav_menu-container {
  z-index: 100000;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 2rem 2rem 0;
  display: flex;
  position: relative;
}

.nav_component-2 {
  filter: invert();
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1rem 1.5em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component-2.new {
  filter: none;
}

.nav_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  filter: invert();
  color: #fff;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  z-index: 11;
  color: #55a7dd;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  transition: height .5s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  overflow: auto;
}

.image-12 {
  max-width: 1.5em;
  max-height: 1.5em;
}

.nav_videos {
  width: 16rem;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.nav_link-small {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nav_link-small.w--current {
  color: #000;
}

.nav_videos-wrapper {
  width: 100%;
  padding-bottom: 10em;
}

.nav_link-text {
  color: #fff;
  text-align: left;
  margin-bottom: -5px;
  font-family: "Offbit 101", Arial, sans-serif;
  font-size: 2.5rem;
}

.image-13 {
  mix-blend-mode: difference;
  max-width: 9em;
}

.image-13._1 {
  max-width: none;
  max-height: 2em;
}

.nav_link-2 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nav_link-2.w--current {
  color: #000;
}

.div-hide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #68ff86;
  border-radius: 999px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: .5rem;
  display: flex;
  position: relative;
}

.nav_menu-wrapper {
  z-index: 15;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_background {
  z-index: 10;
  background-color: #0c0c0c;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_link-number {
  color: #fff;
  font-size: 1rem;
}

.nav_menu_bg-col {
  background-color: #000;
  width: 100%;
}

.nav_menu_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  width: 100%;
  max-width: 31.25rem;
  display: flex;
}

.nav_spacing {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.global-styles-2 {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav_logo-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.875rem;
  height: 1.5625rem;
  display: flex;
}

.nav_component {
  z-index: 999;
  filter: invert();
  position: absolute;
  inset: 0% 0% auto;
}

.nav_menu_component {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hide {
  display: none;
}

.nav_menu_social-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

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

.nav_menu_link {
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  text-decoration: none;
  transition: color .3s;
  overflow: hidden;
}

.nav_menu_link:hover {
  color: #2ea8ae;
}

.nav_menu_icon {
  color: #fbfafb;
  flex-direction: column;
  justify-content: space-between;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  overflow: hidden;
}

.container-medium {
  width: 100%;
  max-width: 73.75rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_menu_content-wrap {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6.25rem 2.5rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav_menu_social-wrap {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.nav_logo-wrapper {
  z-index: 2;
  color: #000;
  transition: color .3s;
  position: relative;
}

.nav_logo-wrapper:hover {
  color: #2ea8ae;
}

.nav_menu_content {
  justify-content: space-between;
  width: 100%;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu_icon-line {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  height: 3px;
  transition: background-color .3s;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav_menu_bg {
  z-index: 0;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_menu_social-link {
  opacity: .8;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
  transition: opacity .3s;
  display: inline-block;
}

.nav_menu_social-link:hover {
  opacity: 1;
}

.nav_menu-trigger {
  z-index: 2;
  color: #2ea8ae;
  cursor: pointer;
  margin: -.5rem;
  padding: .5rem;
  position: relative;
}

.nav_component-3 {
  z-index: 999;
  filter: invert();
  position: absolute;
  inset: 0% 0% auto;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.bg-black-planet-3 {
  filter: blur(5px);
  object-fit: cover;
  width: 120vw;
  max-width: none;
  margin-left: -10vw;
  margin-right: -10vw;
}

.section-7 {
  margin-bottom: 0;
  padding-top: 18em;
  padding-bottom: 9em;
}

.button-5 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em 3em;
  font-size: 1.45vw;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s, color .3s;
}

.button-5:hover {
  color: #000;
}

.button-5.button-secondary {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.button-5.button-secondary:hover {
  color: #fff;
}

.button-5.margin-right-2em {
  margin-right: 2em;
}

.button-5.margin-right-2em:hover {
  color: #000;
  background-color: #fff;
}

.navbar-brand-2 {
  color: #fff;
  display: flex;
}

.navbar-brand-2.footer-3 {
  padding-left: 0;
  font-size: 2rem;
}

.padding-global-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-223 {
  max-width: 80%;
}

.nav_component-4 {
  filter: invert();
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem 1rem 1.5em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_component-4.new {
  z-index: 30;
  filter: none;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-5 {
  position: relative;
}

.section-5.is-intro {
  filter: hue-rotate(304deg);
  letter-spacing: -.1rem;
  background-image: linear-gradient(#0000, #000), radial-gradient(circle at 70% 75%, #102796, #00207b00 24%), radial-gradient(circle at 80% 30%, #102796, #10279600 23%), radial-gradient(circle at 30% 45%, #00023de6, #000 40%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  min-height: 150vh;
  padding-bottom: 12rem;
  display: flex;
}

.nav_menu-2 {
  z-index: 20;
  color: #55a7dd;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100vw;
  height: 100dvh;
  transition: height .5s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  overflow: auto;
}

.container-5 {
  width: 100%;
  max-width: 86.5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.container-5.flex-3.j-space-between.tab-vert.tab-gap-v-40.mob-gap-v-32 {
  max-width: 100em;
  height: 40vh;
}

.margin-bottom-5vw-3 {
  margin-bottom: 5vw;
}

.text-link-anchor-2 {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  color: #fff;
  flex-direction: column;
  width: 100%;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.text-link-anchor-2.subtitle {
  width: 17.5rem;
}

.image-14 {
  mix-blend-mode: difference;
  max-width: 9em;
}

.image-14._1 {
  max-width: none;
  height: 100%;
  max-height: 3em;
}

.nav_link-3 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nav_link-3.w--current {
  color: #000;
}

.div-block-15 {
  height: 120vh;
  margin-bottom: 0;
  padding-top: 20em;
  padding-left: 2em;
  padding-right: 2em;
}

.font-jjannon-2 {
  font-family: "Offbit 101", Arial, sans-serif;
  font-weight: 300;
}

.page-wrapper-2 {
  padding-top: 0;
}

.flex-3 {
  display: flex;
}

.flex-3.j-space-between {
  justify-content: space-between;
  height: 6em;
}

.flex-3.d-vertical {
  flex-direction: column;
}

.flex-3.d-vertical.gap-v-16.max-420.is--apps-tab.tab-max-w-600.slide-in-btm {
  justify-content: center;
  align-items: flex-start;
}

.flex-3.gap-chain {
  grid-column-gap: 11.25em;
}

.flex-3.gap-chain.is--apps {
  justify-content: center;
  align-items: center;
  height: 6em;
}

.flex-3.gap-h-16 {
  grid-column-gap: 16px;
}

.card-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-end;
}

.container-6 {
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8.125em;
  padding-right: 8.125em;
  display: flex;
}

.container-6.is_hero {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.container-6.is_footer {
  padding-top: 8rem;
  padding-bottom: 3rem;
}

.container-6.is_cards {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
}

.button-6 {
  color: #fff;
  text-transform: uppercase;
  background-color: #ffffff26;
  border: 1px solid #fffc;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 2rem 1rem;
  line-height: 1;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-6:hover {
  background-color: #00023d1a;
  background-image: none;
}

.background-video-6 {
  z-index: -100;
  opacity: .8;
  filter: brightness(92%);
  width: 100vw;
  height: 120vh;
  transition: all .35s;
  display: block;
  position: absolute;
  inset: 0%;
}

.left {
  z-index: 100000;
  width: 100%;
  padding-bottom: 10em;
  position: relative;
}

.nav_link-text-secondary {
  color: #fff;
  text-align: left;
  margin-bottom: -5px;
  font-family: "Offbit 101", Arial, sans-serif;
  font-size: 2.5rem;
}

.div-block-224 {
  width: 60%;
}

@media screen and (min-width: 1280px) {
  .grid-2 {
    display: none;
  }

  .c-col-menu-links {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 65%;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .heading-5.menu {
    color: #000;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .nav_links-wrapper {
    height: 100vh;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .c-menu-item-number {
    display: none;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .background-video-6 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .div-block-196 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .new-div.menu {
    border-top-color: #ededed;
    width: 190px;
  }

  .c-nav-items {
    align-items: center;
  }

  ._w-col-menu-social {
    align-self: center;
  }

  .c-col-menu-links {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .c-nav-menu-overlay {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .c-nav-menu-content {
    justify-content: flex-start;
    align-items: stretch;
    width: 90%;
    height: 100vh;
  }

  .inicio-whit {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

  .inicio-whit.menu {
    color: #000;
    margin-top: 165px;
    font-size: 18px;
    display: block;
  }

  .nav-social-address.head {
    color: #c6c6c6;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 20px;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .heading-5.menu {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .div-mascara {
    justify-content: flex-start;
  }

  .link-menu {
    color: #fff;
    font-size: 20px;
  }

  .new-div-2.menu {
    border-top-color: #a4a4a4;
    width: 190px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .text-block-12.menu {
    color: #979797;
  }

  .div-hover {
    justify-content: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-magnetico {
    justify-content: center;
  }

  .nav_links-wrapper {
    height: 100vh;
  }
}

@media screen and (max-width: 991px) {
  .section.is-hero, .section.is-footer {
    overflow: hidden;
  }

  .navbar, .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  ._3d-wrapper.is-hero-2 {
    width: 22rem;
    height: 22rem;
  }

  ._3d-wrapper.is-savings {
    width: 80%;
  }

  .heading.is-footer {
    font-size: 6rem;
  }

  .button {
    border-color: #ffffffc9;
  }

  .crypto-list {
    width: 100%;
  }

  .crypto-item-dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .crypto-item-left {
    width: 100%;
  }

  .crypto-item-right.info {
    justify-content: flex-start;
    width: 100%;
  }

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

  .text-crypto-info {
    max-width: none;
  }

  .text-link {
    margin-right: 0;
  }

  .wrapper-info.bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .flex-vertical {
    text-align: left;
  }

  .flex-vertical.margin-top-17vw {
    margin-top: 28vw;
  }

  .technology-wrapper {
    align-items: center;
  }

  .leaf {
    width: 2.5em;
  }

  .tag {
    font-size: 2em;
  }

  .tag.rotate-90.absolute.tag-abs1 {
    top: -4vw;
    left: -5.5vw;
  }

  .tag.card {
    font-size: 1.8em;
  }

  .tag.card.margin-bottom-28vw {
    margin-bottom: 30vw;
  }

  .h2-big {
    font-size: 9em;
  }

  .bg-s6-wrapper {
    top: -45vh;
    bottom: auto;
  }

  .cosmos-sdk-wrapper {
    align-content: center;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }

  .section-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-2.s6 {
    margin-bottom: 3vw;
    padding-top: 70vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gray-text {
    font-size: 2.2em;
  }

  .gray-text.button-text-small {
    font-size: 2vw;
  }

  .gray-text.subhead {
    font-size: 2.4em;
  }

  .gray-text.max-width-30em {
    max-width: 30em;
  }

  .gray-text.max-width-30em.tablet-max-width-25em {
    max-width: 25em;
  }

  .corner-top-left {
    top: -4vw;
    left: 2vw;
  }

  .cosmos-txt-wrapper {
    text-align: left;
    margin-left: 7vw;
  }

  .cosmos-txt-wrapper.tablet-max-width-56em {
    max-width: 56em;
  }

  .absolute.text-icon-s7 {
    top: 65vw;
  }

  .absolute.i-black-coin-economy1 {
    width: 21vw;
    top: 3vw;
    right: -4vw;
  }

  .absolute.s6 {
    top: 33vh;
  }

  .absolute.ecosystem-svg {
    width: 50vw;
    top: -50vh;
    left: -6vw;
  }

  .absolute.ecosystem-svg.is--2 {
    width: 3vw;
    height: 3vw;
    top: -41vh;
    left: 30vw;
  }

  .absolute.i-black-coin-economy3 {
    width: 21vw;
    top: 7vw;
    right: -4vw;
  }

  .absolute.i-black-coin-economy4 {
    width: 21vw;
    top: 9vw;
  }

  .absolute.coin-menu-2 {
    inset: 5vw 25vw 0% auto;
  }

  .absolute.i-swoosh {
    left: 20vw;
  }

  .absolute.ecosystem-bg {
    width: 44vw;
    top: -46.5vh;
  }

  .absolute.i-crystal {
    width: 60%;
    top: -12vw;
    left: -24vw;
  }

  .absolute.i-black-coin-economy5 {
    width: 21vw;
    top: 11vw;
    right: -4vw;
  }

  .absolute.s4 {
    top: 58vh;
  }

  .absolute.s5 {
    top: 45vh;
    left: 6vw;
  }

  .absolute.s5.crypto-animation {
    z-index: 0;
  }

  .absolute.i-black-coin-economy2 {
    width: 21vw;
    top: 5vw;
  }

  .absolute.s3 {
    top: 81vh;
  }

  .absolute.s2 {
    top: 56vh;
    right: 12vw;
  }

  .absolute.welcome-img {
    width: 50vw;
    margin-top: -4vw;
    margin-left: -5vw;
  }

  .absolute.star-7 {
    top: -10vh;
    left: -30vw;
  }

  .absolute.i-color-coin-economy {
    width: 26vw;
    top: 16vw;
  }

  .absolute.s1 {
    top: 69vh;
  }

  .absolute.crystal-menu {
    width: 16em;
    inset: -5vw 22vw 0% auto;
  }

  .absolute.i-force-field {
    width: 30vw;
    top: -3vw;
    left: 4vw;
  }

  .black-text {
    font-size: 1.7em;
    font-weight: 300;
  }

  .text-small {
    font-size: 1.8em;
  }

  .text-small.max-width-16em {
    max-width: 30em;
  }

  .cross2 {
    width: 10em;
    max-width: none;
    top: -10vw;
    left: -10vw;
  }

  .corner-bottom-left {
    width: 3em;
    height: 3em;
  }

  .cross {
    width: 12em;
    height: 12em;
  }

  .coin7-bg {
    width: 30em;
    right: -10vw;
  }

  .section-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s5 {
    margin-top: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s6 {
    margin-bottom: 3vw;
    padding-top: 70vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s2 {
    padding-top: 6vw;
  }

  .section-3.s2.relative {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s7 {
    margin-top: 10vw;
    margin-bottom: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s-enter {
    margin-bottom: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.nav {
    background-color: #242424;
    width: 100%;
    max-width: 100%;
    padding-left: 6vw;
    padding-right: 6vw;
    position: fixed;
    inset: 0 0% auto;
  }

  .section-3.s-worldwide {
    margin-bottom: 20vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s-network {
    margin-top: 30vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s4 {
    z-index: 999;
    margin-top: 45vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s1 {
    height: 105vh;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .coin6-bg {
    width: 20em;
    right: 0;
  }

  .button-3 {
    font-size: 2.2em;
  }

  .bg-s6-wrapper-2 {
    top: -45vh;
    bottom: auto;
  }

  .dark-gray-text {
    font-size: 1.8em;
  }

  .dark-gray-text.usd {
    font-size: 1.8em;
    bottom: 15vw;
    right: 12vw;
  }

  .meet-community-wrapper {
    margin-left: 10vw;
  }

  .meet-community-wrapper.max-width-30em {
    max-width: 60em;
  }

  .coin4_bg {
    width: 20em;
    bottom: -13vw;
    left: 6vw;
  }

  .planet-popup {
    display: none;
    bottom: -5vw;
  }

  .star-s8 {
    top: 25vw;
  }

  .h3-big {
    font-size: 5em;
  }

  .h3-big.margin-bottom-10vw.tablet-max-width-12em {
    max-width: 12em;
  }

  .h3-big.margin-bottom-10vw.tablet-max-width-12em.tablet-margin-bottom-6vw {
    margin-bottom: 6vw;
  }

  .orbit-s8 {
    top: 60vw;
  }

  .coin3_bg {
    width: 16em;
    bottom: -11vw;
    left: 3vw;
  }

  .coin2_bg {
    width: 15em;
    bottom: -6vw;
    left: 0;
  }

  .nav-link-wrapper {
    background-color: #242424;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4vh;
  }

  .bg-hero-wrapper {
    margin-top: 16em;
  }

  .worldwide-community-wrapper {
    align-items: center;
  }

  .worldwide-community-wrapper.relative {
    align-items: flex-start;
  }

  .blockchains-popup {
    width: 32em;
    padding: 2vw;
    inset: auto 0% -18vw;
  }

  .explore-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    padding-left: 6vw;
    display: flex;
  }

  .bg-image-4 {
    width: 10vw;
    height: 10vw;
  }

  .arrow-diagonal.link {
    width: 1.5vw;
  }

  .blog-wrapper {
    background-color: #171412;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: center;
    width: 112vw;
    margin-left: -6vw;
    margin-right: -6vw;
    padding-top: 3vh;
    padding-bottom: 6vh;
    padding-left: 6vw;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .corner-bottom-right {
    width: 3em;
    height: 3em;
    bottom: 0;
    right: 0;
  }

  .bg-image-5 {
    width: 9vw;
    height: 9vw;
  }

  .social {
    width: 3em;
  }

  .bg-wrapper9 {
    top: -25vw;
  }

  .bg-image-2 {
    width: 10vw;
    height: 10vw;
  }

  .community-wrapper {
    flex-direction: column;
  }

  .bg-image-6 {
    width: 14vw;
    height: 14vw;
  }

  .corner-top-right {
    width: 3em;
    height: 3em;
    top: -4vw;
    right: 0;
  }

  .tab-h-wrapper {
    flex-direction: row;
    align-items: center;
    padding-left: 6vw;
    display: flex;
  }

  .coin-menu1 {
    inset: 6vw 18vw 0% auto;
    transform: rotate(15deg);
  }

  .enter-cosmos-wrapper {
    align-items: center;
  }

  .build-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    padding-left: 6vw;
    display: none;
  }

  .margin-bottom-5vw-2.tablet-margin-right-5vw.mobile-margin-right-8vw {
    margin-right: 8vw;
  }

  .menu-line {
    border-top: 1px solid #fff;
    border-radius: 13px;
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line._2 {
    width: 30px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .menu-line._1 {
    width: 30px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .bg-s6-wrapper-3 {
    top: -45vh;
    bottom: auto;
  }

  .tabs-menu {
    align-items: center;
    padding-left: 6.6vw;
    display: flex;
  }

  .tabs-menu.tablet-margin-bottom-6vw {
    padding-left: 6vw;
  }

  .plus-line {
    width: 2em;
    bottom: 2vw;
  }

  .footer-2 {
    grid-column-gap: 4vw;
    grid-row-gap: 6vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .bg-7-wrapper {
    top: 0;
    left: -8vw;
  }

  .interchain-popup {
    z-index: 2;
    width: 34em;
    height: auto;
    padding: 2vw;
    bottom: -10vw;
  }

  .s7-content-wrapper {
    grid-column-gap: 3vw;
  }

  .cosmos-wrapper {
    align-items: center;
  }

  .join-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .coin1_bg {
    width: 14em;
    bottom: -2vw;
    left: -3vw;
  }

  .get-atom-icon {
    width: 14em;
  }

  .interchain-popup-bubble {
    border-bottom-width: 3vw;
    border-left-width: 3.5vw;
    border-right-width: 3.5vw;
    top: -5vw;
  }

  .button-secondary.button-text-small {
    font-size: 1.8em;
  }

  .nav-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .cosmos-logo {
    width: 13vw;
  }

  .bg-image-1 {
    width: 14vw;
    height: 14vw;
  }

  .header-wrapper-developers {
    align-items: center;
    margin-right: 0;
    padding-top: 100px;
  }

  .div-block-7 {
    background-color: #171412;
    width: 100%;
  }

  .tabs {
    width: 100vw;
    display: block;
  }

  .learn-wrapper {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100vw;
    padding-left: 6vw;
    display: none;
  }

  .nav-link-wrap {
    justify-content: flex-start;
    width: auto;
    display: none;
  }

  .link-category {
    font-size: 1.8em;
  }

  .flex-horizontal.input {
    width: 100%;
  }

  .flex-horizontal.space-between.margin-left-7vw.tablet-flex-vertical {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-bg {
    width: 8vw;
    height: 8vw;
  }

  .tab {
    color: #888;
    background-color: #0000;
    font-size: 3em;
  }

  .tab.w--current {
    color: #fff;
    background-color: #0000;
  }

  .tab.first {
    color: #cdcdcd;
    display: block;
  }

  .max-width-9em {
    max-width: 123em;
  }

  .bg-8-wrapper.overflow-visible {
    top: -90vh;
  }

  .bg-wrapper {
    top: 50vh;
  }

  .input-field {
    flex: 1;
    min-width: 80.5vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    font-size: 2.2em;
  }

  .planets-s3-bg {
    height: 100vw;
    top: 25vw;
  }

  .planets-s8 {
    top: 64vw;
  }

  .community-grid {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .relative.blog-holder {
    width: 12em;
    left: 5vw;
  }

  .bg-image-hero {
    height: 95vh;
    top: -4vw;
  }

  .coin5_bg {
    width: 22em;
    bottom: -19vw;
    left: 13vw;
  }

  .nav-link {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 3em;
    font-weight: 700;
  }

  .max-width-25em.dev-content-wrapper.tablet-max-width-40em {
    max-width: 40em;
  }

  .h3-mid {
    font-size: 3.5em;
  }

  .header-wrapper-right {
    padding-top: 18vw;
  }

  .header-wrapper-right.right-align.margin-bottom-3vw.tablet-cosmos-hub-wrapper {
    align-items: flex-start;
  }

  .coming_soon_wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cosmos-bg-s3 {
    height: 130vw;
    top: 18vh;
  }

  .subscribe-img {
    width: 24em;
  }

  .tablet-margin-bottom-3vw {
    margin-bottom: 3vw;
  }

  .orbit-s3 {
    top: 35vw;
  }

  .build-nav-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 6vw 6vh;
  }

  .transmissions-wrapper {
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: stretch;
  }

  .statistic-wrapper {
    align-items: flex-start;
    display: flex;
  }

  .statistic-wrapper.relative {
    align-self: stretch;
  }

  .card-background-black {
    padding: 3vw;
  }

  .card-background-black.flex-horizontal.input-form {
    align-self: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .blockchain-popup-bubble {
    border-width: 5vw 3.5vw;
    border-bottom-color: #fff;
    border-right-color: #0000;
    inset: -8.5vw 40% auto;
  }

  .button-4 {
    font-size: 2.2em;
  }

  .bg-image-3 {
    width: 12vw;
    height: 12vw;
  }

  .footer-icon-wrapper {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .menu-burger {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30px;
    height: .5em;
    display: flex;
    position: relative;
  }

  .community-content-wrapper {
    max-width: 100%;
  }

  .get-atom-wrapper {
    background-color: #171412;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    align-items: center;
    width: 112vw;
    margin-left: -6vw;
    margin-right: -6vw;
    padding-top: 3vh;
    padding-bottom: 6vh;
    padding-left: 6vw;
    display: flex;
    overflow: hidden;
  }

  .hero_img_wrap {
    max-width: 100%;
    display: none;
  }

  .container-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-3.is_cards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container-3.is_footer {
    padding-top: 4rem;
  }

  .container-3.is_2, .container-3.is_hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .curve_img, .h2 {
    display: none;
  }

  .f_top {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .hero_content {
    max-width: 100%;
  }

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

  .hero_img_m {
    display: block;
  }

  .curve_img2 {
    display: none;
  }

  .hero_m_hading {
    display: block;
  }

  .hero_content_copy {
    max-width: 100%;
  }

  .nav_link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-2 {
    background-color: #b9ff81;
    border-radius: 100px;
    flex: none;
    height: 100%;
  }

  .menu-button-2.w--open {
    background-color: #a4ff5a;
  }

  .hero_m_hading_copy {
    display: block;
  }

  .hero_float1 {
    bottom: -13%;
    left: 22%;
  }

  .hero_img_wrap_copy {
    max-width: 100%;
    display: none;
  }

  .nav-menu {
    background-color: #080a11;
    padding: 1.25rem;
    box-shadow: 0 8px 2px -8px #b9ff81;
  }

  .nav-wrapper-2 {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .recommnded-logo {
    height: 44px;
  }

  .logo.w--current {
    width: 120px;
    height: 41px;
  }

  .p-subhead {
    font-size: 24px;
  }

  .tab-menu.flex-2.d-vertical.gap-v-24.tabs-grid {
    grid-row-gap: 32px;
    max-width: none;
  }

  .tab-menu.flex-2.d-vertical.gap-v-24.tabs-grid.btm-m-40 {
    margin-bottom: 40px;
  }

  .swiper.is--reviews {
    max-width: none;
  }

  .p-text1 {
    font-size: 18px;
  }

  .card-img {
    width: 284px;
  }

  .btn {
    border-radius: 12px;
    padding: 20px 62px 19px;
  }

  .btn:hover {
    border-radius: 30px;
  }

  .btn.is--secondary {
    grid-column-gap: 8px;
  }

  .p-numerals {
    font-size: 30px;
  }

  .section-4 {
    margin-bottom: 140px;
  }

  .section-4.is--sticky {
    height: auto;
    min-height: 300vh;
  }

  .section-4.is--hero {
    margin-bottom: 80px;
  }

  .section-4.is--tabs {
    margin-top: 0;
  }

  .bluetooth-icon {
    width: 24px;
    height: 24px;
  }

  .h1 {
    font-size: 60px;
  }

  .menu-line-2 {
    background-color: #fff;
    width: 30px;
    height: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .auto-tab-link {
    padding: 16px;
  }

  .dashboard-img {
    width: 100%;
  }

  .btn__arrow-wrap {
    width: 16px;
  }

  .swiper-slide.is--reviews {
    min-width: 100%;
    max-width: none;
  }

  .tab-content {
    width: 100%;
  }

  .tab-content.p-right-60 {
    margin-right: 0;
  }

  .card-2 {
    border-radius: 16px;
    padding: 20px;
  }

  .nav-menu-wrap {
    z-index: 1;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #1313130d;
    padding: 24px 2em;
    transition: transform .5s;
    display: none;
    position: absolute;
    top: 99%;
    left: 0%;
    right: 0%;
    transform: translate(0, -170%);
  }

  .coin {
    width: 40px;
    height: 40px;
  }

  .security-img {
    width: 285px;
  }

  .swiper-arrows-wrapper {
    display: none;
  }

  .h2-2 {
    font-size: 40px;
  }

  .nav {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .container-4.is--interface {
    padding-bottom: 40px;
  }

  .container-4.flex-2.j-space-between.gap-h-3em.is--vertical {
    flex-direction: column;
  }

  .container-4.flex-2.j-space-between.gap-h-3em.is--vertical.is--tab-nav {
    grid-row-gap: 12px;
  }

  .container-4.is--nav {
    z-index: 1;
  }

  .flex-2.gap-chain.is--apps {
    justify-content: space-between;
  }

  .flex-2.d-vertical.gap-v-16.max-420.is--grow {
    max-width: 285px;
  }

  .flex-2.d-vertical.a-end {
    padding-right: 0;
  }

  .flex-2.d-vertical.a-end.is--nav {
    display: flex;
  }

  .flex-2.d-vertical.a-end.is--nav.w--open {
    background-color: #0000;
  }

  .flex-2.gap-eth.is--apps {
    justify-content: space-between;
  }

  .flex-2.j-space-between.tab-vert.reverse {
    flex-direction: column-reverse;
  }

  .flex-2.tab-vert {
    flex-direction: column;
  }

  .flex-2.tab-vert.is--gap-nav {
    grid-row-gap: 10px;
  }

  .nav-link-2 {
    font-size: 18px;
    display: flex;
  }

  .coins-wrap.flex-2.d-vertical.gap-v-40.is--apps-tab {
    width: auto;
  }

  .sticky-overflow {
    padding-top: 120px;
  }

  .sticky-overflow.overflow-hidden {
    height: auto;
  }

  .tab-max-w-600 {
    max-width: 600px;
  }

  .p-btn {
    font-size: 17px;
  }

  .max-widtth-360.margin-r-270 {
    margin-right: 30px;
  }

  .p-text2 {
    font-size: 16px;
  }

  .p-text2.is--tab {
    font-size: 14px;
  }

  .play {
    width: 120px;
    height: 120px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: end;
    display: grid;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-col-menu-social {
    justify-content: center;
  }

  .nav_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .nav_links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav_menu-container {
    justify-content: flex-start;
  }

  .nav_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .nav_link-small, .nav_link-2 {
    font-size: 2.5rem;
  }

  .menu-icon {
    position: relative;
  }

  .nav_menu-wrapper {
    justify-content: flex-start;
  }

  .nav_container {
    grid-auto-columns: 1fr;
  }

  .nav_menu_social-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .nav_menu_content-wrap {
    justify-content: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_menu_content {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    height: auto;
  }

  .padding-global-2, .padding-global-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-7 {
    margin-bottom: 140px;
  }

  .button-5 {
    font-size: 2.2em;
  }

  .padding-global-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_menu-2 {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .margin-bottom-5vw-3.tablet-margin-right-5vw.mobile-margin-right-8vw {
    margin-right: 8vw;
  }

  .nav_link-3 {
    font-size: 2.5rem;
  }

  .flex-3.gap-chain.is--apps {
    justify-content: space-between;
  }

  .container-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .container-6.is_hero {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .container-6.is_footer {
    padding-top: 4rem;
  }

  .container-6.is_cards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-6 {
    border-color: #ffffffc9;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar-brand.footer {
    margin-bottom: 2rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .text-marquee-xl {
    font-size: 10rem;
  }

  ._3d-wrapper.is-hero-1 {
    width: 12rem;
    height: 12rem;
  }

  ._3d-wrapper.is-hero-2 {
    width: 20rem;
    height: 20rem;
  }

  ._3d-wrapper.is-savings {
    height: 40rem;
  }

  ._3d-container.is-intro {
    width: 30rem;
    height: 30rem;
  }

  .heading.is-hero {
    font-size: 2.5rem;
  }

  .heading.is-footer {
    font-size: 5rem;
  }

  .heading.is-investments {
    font-size: 1.8rem;
  }

  .social-wrapper {
    align-items: flex-start;
  }

  .social-wrapper.left-aligned {
    align-items: center;
  }

  .copyright-info {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .wrapper-info.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .icon-s6 {
    top: -30vw;
  }

  .technology-wrapper {
    padding-top: 60px;
  }

  .technology-wrapper.margin-left-7vw {
    margin-left: 5vw;
  }

  .technology-wrapper.left-align.padding-all-0 {
    padding-top: 0;
  }

  .tag {
    font-size: 1.8em;
  }

  .tag.rotate-90.absolute.tag-abs1 {
    top: -5vw;
  }

  .tag.card {
    font-size: 1.8em;
  }

  .tag.card.margin-bottom-3vw.mobile-margin-bottom-5vw {
    margin-bottom: 5vw;
  }

  .h2-big {
    font-size: 11vw;
  }

  .h2-big.margin-right-1vw {
    margin-right: 2vw;
  }

  .bg-s6-wrapper {
    top: -28vh;
    bottom: auto;
  }

  .star-s6 {
    top: -30vw;
  }

  .cosmos-sdk-wrapper {
    grid-row-gap: 8vw;
  }

  .section-2 {
    width: 100vw;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-2.s6 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gray-text {
    font-size: 1.7em;
  }

  .gray-text.max-width-20p2em {
    max-width: 21em;
  }

  .gray-text.button-text-small {
    font-size: 2.5vw;
  }

  .gray-text.subhead {
    max-width: 30em;
    font-size: 1.9em;
  }

  .gradient.max-width-9em {
    max-width: 9em;
  }

  .corner-top-left {
    width: 3em;
    height: 3em;
    left: 2vw;
  }

  .cosmos-txt-wrapper.tablet-max-width-56em {
    margin-left: 17vw;
  }

  .absolute.text-icon-s7 {
    top: 35vw;
  }

  .absolute.s6 {
    top: 30vh;
  }

  .absolute.ecosystem-svg {
    width: 54vw;
  }

  .absolute.discover-coin1 {
    width: 24vw;
    left: 8vw;
  }

  .absolute.discover-coin2 {
    width: 30vw;
    left: 6vw;
  }

  .absolute.i-swoosh {
    top: 17vw;
  }

  .absolute.discover-coin3 {
    width: 26vw;
    top: 14vw;
    left: 13vw;
  }

  .absolute.ecosystem-bg {
    width: 48vw;
    display: block;
  }

  .absolute.s4 {
    left: 16vw;
  }

  .absolute.s5 {
    top: 42vh;
    left: 4vw;
  }

  .absolute.welcome-img {
    width: 53vw;
  }

  .absolute.s1 {
    top: 68vh;
    right: 20vw;
  }

  .absolute.i-force-field {
    width: 34vw;
  }

  .black-text.margin-bottom-5vw {
    margin-bottom: 8vw;
  }

  .black-text.t1.margin-bottom-8vw {
    margin-bottom: 12vw;
  }

  .text-small {
    font-size: 1.4em;
  }

  .text-small.gray-text {
    font-size: 1.6em;
  }

  .text-small.max-width-16em {
    max-width: none;
  }

  .text-small.max-width-16em.gray-text {
    font-size: 1.8em;
  }

  .text-small.margin-bottom-08vw {
    font-size: 2.4vw;
  }

  .cross2 {
    width: 8em;
  }

  .corner-bottom-left {
    width: 2em;
    height: 2em;
  }

  .cross {
    width: 8em;
    height: 8em;
  }

  .coin7-bg {
    width: 20em;
    bottom: 22vw;
    right: 30vw;
    transform: rotate(-35deg);
  }

  .button-wrapper {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }

  .section-3 {
    width: 100vw;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-3.s5 {
    padding-bottom: 10vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s6, .section-3.s2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s7 {
    margin-top: 65vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s-enter {
    margin-top: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s-worldwide {
    margin-bottom: 16vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s-network {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s4 {
    margin-top: 56vw;
    margin-bottom: 20vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.turn-screen {
    z-index: 9999;
    background-color: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .section-3.s1 {
    height: 100vh;
    margin-bottom: 0;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.footer {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .coin6-bg {
    filter: blur(1px);
    width: 12em;
    bottom: 23vh;
    right: 42vw;
  }

  .header-wrapper-atom {
    padding-top: 60px;
  }

  .button-3 {
    font-size: 2em;
  }

  .bg-s6-wrapper-2 {
    top: -28vh;
    bottom: auto;
  }

  .star-s6-2 {
    top: -30vw;
  }

  .dark-gray-text {
    font-size: 1.8em;
  }

  .dark-gray-text.usd {
    bottom: 14vw;
    right: 3vw;
  }

  .meet-community-wrapper.max-width-30em {
    max-width: 40em;
  }

  .coin4_bg {
    width: 16em;
    bottom: -20vw;
    left: 3vw;
  }

  .planet-popup {
    border-radius: 8px;
    bottom: -6vw;
  }

  .icon-s6-2 {
    top: -30vw;
  }

  .h3-big {
    font-size: 4.6em;
  }

  .orbit-s8 {
    top: 78vw;
  }

  .coin3_bg {
    width: 14em;
    bottom: -16vw;
    left: 0;
  }

  .coin2_bg {
    width: 11em;
    bottom: -8vw;
    left: -2vw;
  }

  .bg-hero-wrapper {
    height: 100vh;
    margin-top: 10em;
    top: 0;
  }

  .worldwide-community-wrapper {
    padding-top: 60px;
  }

  .blockchains-popup {
    bottom: -19vw;
  }

  .bg-image-4 {
    width: 8em;
    height: 10vh;
  }

  .arrow-diagonal.link {
    width: 1.3em;
  }

  .corner-bottom-right {
    width: 2em;
    height: 2em;
  }

  .orbit-hero {
    top: 20vw;
  }

  .bg-wrapper9 {
    top: -20vh;
    left: 0;
  }

  .bg-image-2 {
    width: 8em;
    height: 10vh;
  }

  .planets-hero {
    top: 10vw;
  }

  .bg-image-6 {
    width: 12em;
    height: 14.5vh;
  }

  .corner-top-right {
    width: 2em;
    height: 2em;
  }

  .enter-cosmos-wrapper {
    padding-top: 60px;
  }

  .device {
    width: 7vw;
    height: 12vw;
  }

  .device._1 {
    left: 6vw;
  }

  .device._2 {
    top: 1vw;
    left: 8vw;
  }

  .bg-s6-wrapper-3 {
    top: -28vh;
    bottom: auto;
  }

  .plus-line {
    top: 120vw;
    bottom: auto;
  }

  .footer-2 {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 36px;
  }

  .star-s6-3 {
    top: -30vw;
  }

  .bg-7-wrapper {
    top: 0;
  }

  .interchain-popup {
    bottom: -10vw;
    right: 10vw;
  }

  .cosmos-wrapper {
    padding-top: 8vw;
  }

  .coin1_bg {
    width: 10em;
  }

  .social-media-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .interchain-popup-bubble {
    border-width: 2vw 4.9vw 5vw;
    left: 30%;
    right: 50%;
  }

  .button-secondary.button-text-small {
    font-size: 1.8em;
  }

  .cosmos-logo {
    width: 12em;
  }

  .bg-image-1 {
    width: 12em;
    height: 14.5vh;
  }

  .header-wrapper-developers {
    align-items: flex-start;
    padding-top: 60px;
  }

  .link-category {
    font-size: 2.2em;
  }

  .s3-header-wrapper.margin-bottom-5vw-2.margin-right-15em.margin-left-7vw {
    margin-left: 0;
  }

  .flex-horizontal.input {
    width: 100%;
  }

  .flex-horizontal.space-between.margin-left-7vw.tablet-flex-vertical {
    align-items: stretch;
  }

  .bg-8-wrapper {
    top: -75vh;
    left: 0;
  }

  .bg-wrapper {
    top: 50vh;
  }

  .input-field {
    min-width: 24em;
    padding-top: 4vw;
    padding-bottom: 4vw;
    font-size: 2.2em;
  }

  .relative-body {
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
    overflow: hidden;
  }

  .planets-s8 {
    top: 70vw;
  }

  .relative.turn-screen-relative {
    margin-left: -15vw;
  }

  .bg-image-hero {
    object-fit: contain;
    top: 0;
  }

  .coin5_bg {
    width: 18em;
    bottom: -30vw;
    left: 8vw;
  }

  .h3-mid {
    font-size: 3em;
  }

  .header-wrapper-right {
    padding-top: 60px;
  }

  .coming_soon_wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .cosmos-bg-s3 {
    top: 10vw;
  }

  .orbit-s3 {
    top: 35vw;
  }

  .transmissions-wrapper {
    align-content: flex-start;
    align-items: flex-start;
  }

  .card-background-black {
    padding: 4vw;
  }

  .card-background-black.flex-horizontal.input-form {
    justify-content: flex-start;
    width: 100%;
  }

  .blockchain-popup-bubble {
    border-bottom-width: 5vw;
    border-left-width: 4.6vw;
    border-right-width: 4.6vw;
  }

  .button-4 {
    font-size: 2em;
  }

  .bg-image-3 {
    width: 10em;
    height: 12vh;
  }

  .interchain-wrapper {
    margin-right: 0;
  }

  .footer-icon-wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 6vw;
  }

  .s3-content.margin-bottom-3vw.mobile-margin-bottom-8vw {
    grid-column-gap: 5em;
  }

  .d_btns {
    display: none;
  }

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

  .m_btns {
    margin-top: 20px;
    display: flex;
  }

  .flink_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .width_full {
    width: 100%;
  }

  .hero_float1 {
    bottom: -23%;
    left: -6%;
  }

  .news_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .p-subhead {
    font-size: 22px;
  }

  .p-text1 {
    font-size: 16px;
  }

  .card-img {
    width: auto;
  }

  .section-4 {
    margin-bottom: 80px;
  }

  .section-4.is--hero {
    margin-bottom: 40px;
  }

  .h1 {
    font-size: 46px;
  }

  .bluetooth-img {
    max-width: 285px;
  }

  .h2-2 {
    font-size: 28px;
  }

  .container-4 {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .flex-2 {
    flex-direction: row;
  }

  .flex-2.d-vertical.gap-v-40.tabs-n-40 {
    margin-top: -32px;
    margin-bottom: -32px;
  }

  .flex-2.d-vertical.gap-v-16.max-420.is--grow.mob-min-max-none {
    max-width: none;
  }

  .sticky-overflow {
    padding-top: 80px;
  }

  .p-text2 {
    font-size: 14px;
  }

  .play {
    width: 90px;
    height: 90px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .menu-item-text {
    font-size: 3em;
  }

  .c-nav-menu-content {
    width: 80%;
    display: block;
  }

  .c-menu-item {
    margin-bottom: 15px;
  }

  .nav_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_menu-container {
    padding-top: 4rem;
  }

  .nav_component-2 {
    min-height: 4rem;
  }

  .nav_menu {
    width: 100%;
    left: 0%;
  }

  .nav_link-small, .nav_link-2 {
    font-size: 1.5rem;
  }

  .nav_menu-wrapper {
    padding-top: 4rem;
  }

  .nav_menu_bg-col.is-mobile-hidden {
    display: none;
  }

  .nav_menu_content-wrap, .padding-global-2, .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-7 {
    margin-bottom: 80px;
  }

  .button-5 {
    font-size: 2em;
  }

  .navbar-brand-2.footer-3 {
    margin-bottom: 2rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_component-4 {
    min-height: 4rem;
  }

  .nav_menu-2 {
    width: 100%;
    left: 0%;
  }

  .container-5 {
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav_link-3 {
    font-size: 1.5rem;
  }

  .flex-3 {
    flex-direction: row;
  }
}

@media screen and (max-width: 479px) {
  .section.is-crypto {
    overflow: hidden;
  }

  .navbar-brand.footer {
    margin-bottom: 0;
  }

  .grid-5-row, .grid-5-row.padding-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .marquee-text-wrapper {
    top: 20%;
    bottom: 0%;
  }

  .text-marquee-xl {
    font-size: 8rem;
  }

  ._3d-wrapper.is-intro {
    justify-content: center;
    align-items: flex-start;
  }

  ._3d-wrapper.is-footer {
    inset: 0% auto auto 0%;
  }

  .image-contain {
    width: 100%;
    height: 100%;
  }

  .heading.is-footer {
    letter-spacing: -.2rem;
    font-size: 3rem;
  }

  .crypto-item-dropdown {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .crypto-item-left.info, .crypto-item-right.info {
    width: 100%;
  }

  .div-block {
    height: 140vh;
  }

  .technology-wrapper.margin-left-7vw {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .leaf {
    width: 2.8em;
  }

  .tag {
    font-size: 1.6em;
  }

  .tag.margin-bottom-3vw {
    margin-bottom: 3vw;
  }

  .tag.margin-bottom-3vw.mobile-margin-bottom-5vw {
    margin-bottom: 5vw;
  }

  .tag.rotate-90.absolute.tag-abs1 {
    top: -10vw;
    left: -10vw;
  }

  .tag.card {
    font-size: 1.8em;
  }

  .tag.card.margin-bottom-28vw {
    margin-bottom: 60vw;
  }

  .tag.card.margin-bottom-28vw.mobile-margin-bottom-50vw {
    margin-bottom: 50vw;
  }

  .tag.card.margin-bottom-1p5vw.tablet-margin-bottom-6vw.mobile-margin-bottom-60vw {
    margin-bottom: 60vw;
  }

  .h2-big {
    font-size: 7em;
  }

  .h2-big.margin-right-1vw {
    margin-right: 3vw;
  }

  .bg-s6-wrapper {
    top: -28vh;
    bottom: auto;
  }

  .cosmos-sdk-wrapper {
    grid-row-gap: 10vw;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .margin-bottom-1p5vw.gray-text.mobile-margin-bottom-3vw {
    margin-bottom: 3vw;
  }

  .section-2 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-2.s6 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .gray-text {
    margin-bottom: 0;
    font-size: 1.8em;
  }

  .gray-text.max-width-20p2em.margin-bottom-3vw.tablet-margin-bottom-6vw.mobile-margin-bottom-8vw.is-slide-in {
    margin-bottom: 4em;
  }

  .gray-text.text-small {
    font-size: 1.7em;
  }

  .gray-text.padding-left-6em {
    padding-left: 0;
  }

  .corner-top-left {
    width: 2em;
    height: 2em;
    left: -4vw;
  }

  .cosmos-txt-wrapper.tablet-max-width-56em {
    max-width: none;
    margin-left: 0;
  }

  .absolute.text-icon-s7 {
    top: 30vw;
    right: 42vw;
  }

  .absolute.i-black-coin-economy1 {
    width: 16em;
    top: 10vw;
    left: 0;
    right: auto;
  }

  .absolute.s6 {
    top: 28vh;
    right: 8vw;
  }

  .absolute.s6.crypto-animation {
    display: none;
  }

  .absolute.ecosystem-svg {
    width: 100%;
    top: 0;
  }

  .absolute.ecosystem-svg.is--2 {
    width: 10vw;
    height: 10vw;
    top: 20%;
    left: auto;
    right: 15%;
  }

  .absolute.i-black-coin-economy3 {
    width: 16em;
    top: 22vw;
    left: -2vw;
    right: auto;
  }

  .absolute.discover-coin1 {
    width: 66vw;
    top: -10vw;
  }

  .absolute.i-black-coin-economy4 {
    z-index: 1;
    width: 16em;
    top: 34vw;
    left: -2vw;
    right: auto;
  }

  .absolute.discover-coin2 {
    width: 60vw;
    max-width: none;
    top: 10vw;
    left: 14vw;
  }

  .absolute.coin-menu-2 {
    width: 10em;
    top: 10vw;
    right: 12vw;
  }

  .absolute.i-swoosh {
    width: 11em;
    max-width: none;
    top: 17vh;
    left: 30vw;
  }

  .absolute.discover-coin3 {
    width: 50vw;
    top: 35vw;
    left: 20vw;
  }

  .absolute.ecosystem-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .absolute.i-coin-fundraising2 {
    width: 24em;
    max-width: none;
    top: 14vw;
    left: 26vw;
    transform: rotate(20deg);
  }

  .absolute.i-crystal {
    width: 25em;
    max-width: none;
    top: -2vh;
    left: -30vw;
  }

  .absolute.i-black-coin-economy5 {
    z-index: 2;
    width: 16em;
    top: 28vw;
    left: -5vw;
    right: auto;
  }

  .absolute.s4 {
    top: auto;
    bottom: 8vh;
    left: 15vw;
  }

  .absolute.s4.crypto-animation {
    display: none;
  }

  .absolute.s5 {
    top: 31vh;
    left: 8vw;
  }

  .absolute.s5.crypto-animation {
    display: none;
    top: 35.2vh;
  }

  .absolute.i-black-coin-economy2 {
    width: 16em;
    top: 16vw;
    left: -5vw;
    right: 0;
  }

  .absolute.i-coin-fundraising1 {
    width: 24em;
    max-width: none;
    top: 18vw;
    left: 4vw;
  }

  .absolute.is--absolute {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .absolute.s3 {
    top: auto;
    bottom: -4vh;
  }

  .absolute.s2 {
    top: 46vh;
    right: 6vw;
  }

  .absolute.welcome-img {
    width: 102vw;
    top: -7vw;
    left: -4vw;
  }

  .absolute.welcome-img._2 {
    top: 48vw;
    right: 0;
  }

  .absolute.welcome-img.is--3 {
    width: 5vw;
    top: 5vh;
    right: 8vw;
  }

  .absolute.star-7 {
    width: 125vw;
    height: 100vh;
    top: -25vh;
    left: -15vw;
  }

  .absolute.i-color-coin-economy {
    width: 18em;
    top: 40vw;
    left: 24vw;
  }

  .absolute.s1 {
    top: auto;
    bottom: -2vh;
    right: 14vw;
  }

  .absolute.s1.crypto-animation {
    display: none;
  }

  .absolute.crystal-menu {
    top: -10vw;
    right: 4vw;
  }

  .absolute.i-force-field {
    width: 60vw;
    max-width: none;
    top: -7vw;
    left: 12vw;
  }

  .absolute.background-planet {
    filter: blur(16px);
    width: 150vw;
    margin-left: -12vw;
    margin-right: -12vw;
  }

  .open-economy-wrapper.margin-bottom-5vw-2.margin-left-7vw.tablet-margin-bottom-8vw {
    display: block;
  }

  .black-text {
    font-size: 1.5em;
  }

  .black-text.margin-bottom-5vw.padding-left-4vw {
    margin-bottom: 10vw;
  }

  .black-text.t1.margin-bottom-8vw {
    margin-bottom: 14vw;
  }

  .text-small {
    font-size: 1.6em;
  }

  .text-small.max-width-16em {
    max-width: 22em;
  }

  .text-small.margin-bottom-08vw {
    font-size: 4vw;
  }

  .cross2 {
    width: 8em;
    top: -16vw;
    left: -14vw;
  }

  .corner-bottom-left {
    width: 2em;
    height: 2em;
  }

  .cross {
    width: 10em;
    height: 10em;
    top: -20vw;
    right: -10vw;
  }

  .bg-black-planet {
    width: 140vw;
    margin-left: -20vw;
    margin-right: -20vw;
  }

  .coin7-bg {
    width: 15em;
    max-width: none;
    bottom: 10vw;
    right: 25vw;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .section-3 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-3.s5 {
    margin-bottom: 15vw;
  }

  .section-3.s6, .section-3.s2 {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-3.s2.relative {
    z-index: 999;
    height: 120vh;
  }

  .section-3.s7 {
    margin-top: 70vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-3.nav {
    position: fixed;
  }

  .section-3.s-network {
    margin-top: 60vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-3.s4 {
    margin-top: 65vw;
    margin-bottom: 40vw;
  }

  .section-3.turn-screen {
    display: none;
  }

  .section-3.s1 {
    height: 65vh;
    margin-bottom: 20vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .section-3.s5 {
    z-index: 1000;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .button-content-wrapper {
    justify-content: center;
  }

  .margin-bottom-5vw {
    margin-bottom: 5vw;
  }

  .coin6-bg {
    width: 5em;
    max-width: none;
    bottom: 15vh;
    right: 35vw;
  }

  .header-wrapper-atom {
    align-items: stretch;
  }

  .button-3 {
    align-self: stretch;
    padding: 1.2em 3vw;
    font-size: 3.8vw;
  }

  .button-3.margin-right-2em {
    margin-right: 0;
  }

  .bg-s6-wrapper-2 {
    top: -28vh;
    bottom: auto;
  }

  .dark-gray-text {
    font-size: 1.6em;
    line-height: 1.4;
  }

  .dark-gray-text.usd {
    font-size: 3.5vw;
    bottom: 10vw;
    right: 35vw;
  }

  .meet-community-wrapper.max-width-30em.tablet-margin-bottom-8vw {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .coin4_bg {
    bottom: -35vw;
  }

  .planet-popup {
    border-radius: 8px;
  }

  .planet-popup._2 {
    bottom: -7vw;
  }

  .star-s8 {
    top: 10vw;
    right: -20vw;
  }

  .h3-big {
    font-size: 3.1em;
    line-height: 1.1;
  }

  .orbit-s8 {
    width: 80vw;
    height: 50vw;
    top: 90vw;
    right: 15vw;
  }

  .coin3_bg {
    bottom: -25vw;
    left: -2vw;
  }

  .coin2_bg {
    bottom: -12vw;
    left: -6vw;
  }

  .margin-bottom-3vw.tablet-margin-bottom-1p5vw.mobile-margin-bottom-3vw {
    margin-bottom: 3vw;
  }

  .bg-hero-wrapper {
    margin-top: 0;
    top: 40vw;
  }

  .blockchains-popup {
    padding: 3vw;
    bottom: -27vw;
  }

  .text-span-plus {
    font-size: 12vw;
  }

  .swap-tokens-wrapper.max-width-30em {
    max-width: 38em;
  }

  .explore-wrapper {
    display: none;
  }

  .bg-image-4 {
    width: 6em;
    height: 6em;
  }

  .arrow-diagonal {
    width: 3.5vw;
    max-width: none;
  }

  .arrow-diagonal.link {
    width: 1.2em;
  }

  .bg-image-5 {
    width: 7em;
    height: 7em;
  }

  .social {
    width: 3.8em;
  }

  .social.tablet-margin-right-1vw {
    margin-right: 3vw;
  }

  .orbit-hero {
    top: 25vw;
    left: -4vw;
    right: -4vw;
  }

  .bg-wrapper9 {
    top: -15vh;
    left: 0;
  }

  .bg-image-2 {
    width: 6em;
    height: 6em;
  }

  .community-wrapper {
    align-self: stretch;
    align-items: stretch;
  }

  .i_shooting_star {
    left: -2vw;
  }

  .planets-hero {
    top: 15vw;
  }

  .bg-image-6 {
    width: 10em;
    height: 10em;
  }

  .coin-menu1 {
    width: 10em;
    top: 10vw;
    right: 2vw;
  }

  .margin-bottom-5vw-2 {
    margin-bottom: 8vw;
  }

  .bg-s6-wrapper-3 {
    top: -28vh;
    bottom: auto;
  }

  .bg-black-planet-2 {
    width: 140vw;
    margin-left: -20vw;
    margin-right: -20vw;
  }

  .plus-line {
    top: 140vw;
  }

  .footer-2 {
    grid-row-gap: 8vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 8vw;
  }

  .bg-7-wrapper {
    top: -35vh;
    overflow: visible;
  }

  .interchain-popup {
    width: 30em;
    padding: 3vw;
    bottom: -18vw;
  }

  .s7-content-wrapper {
    grid-row-gap: 6vw;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cosmos-wrapper {
    padding-top: 12vw;
  }

  .join-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 6vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .coin1_bg {
    bottom: -5vw;
    left: -7vw;
  }

  .interchain-popup-bubble {
    top: -6.5vw;
    left: 30%;
    right: 58%;
  }

  .cosmos-logo {
    width: 12em;
  }

  .bg-image-1 {
    width: 10em;
    height: 10em;
  }

  .learn-wrapper {
    display: block;
  }

  .link-category {
    font-size: 1.9em;
  }

  .i_crystal {
    width: 13em;
    max-width: none;
    bottom: -5vw;
    right: .5vw;
  }

  .s3-header-wrapper.margin-bottom-5vw-2 {
    margin-bottom: 5vw;
  }

  .s3-header-wrapper.margin-bottom-5vw-2.margin-right-15em.margin-left-7vw {
    margin-right: 0;
  }

  .flex-horizontal.space-between.margin-left-7vw {
    margin-left: 0;
  }

  .submit-button {
    font-size: 2.2vw;
  }

  .icon-bg {
    width: 16vw;
    height: 16vw;
  }

  .i_coin_b1 {
    width: 6em;
    max-width: none;
    left: -1.5vw;
  }

  .max-width-9em {
    max-width: 9em;
  }

  .max-width-9em.margin-bottom-08vw.tablet-margin-bottom-1p5vw.mobile-margin-bottom-3vw {
    margin-bottom: 3vw;
  }

  .bg-8-wrapper {
    top: -65vh;
    right: -10vw;
  }

  .bg-8-wrapper.overflow-visible {
    top: -60vh;
  }

  .bg-wrapper {
    z-index: -10000;
    top: 80vh;
    left: -60vw;
  }

  .input-field {
    min-width: 5em;
  }

  .planets-s3-bg {
    opacity: .77;
  }

  .relative-body {
    display: block;
  }

  .planets-s8 {
    top: 110vw;
  }

  .community-icon.margin-right-3vw {
    width: 5em;
    margin-right: 5vw;
  }

  .community-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .i_planet {
    width: 2em;
    top: 1.5vw;
  }

  .bg-image-hero {
    filter: blur(15px);
    object-fit: cover;
    width: 150vw;
    height: 80vh;
    margin-top: 0;
    top: -14vw;
    left: -10vw;
    right: -10vw;
  }

  .coin5_bg {
    bottom: -48vw;
    left: 7vw;
  }

  .max-width-25em.dev-content-wrapper.tablet-max-width-40em {
    max-width: none;
  }

  .h3-mid {
    font-size: 2.8em;
  }

  .i_purple_planet {
    width: 8em;
    max-width: none;
    right: -2vw;
  }

  .header-wrapper-right.right-align.margin-bottom-3vw.tablet-cosmos-hub-wrapper {
    align-items: stretch;
  }

  .coming_soon_wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cosmos-bg-s3 {
    opacity: .58;
  }

  .subscribe-img {
    width: 100%;
  }

  .orbit-s7 {
    width: 120vw;
    height: 80vw;
  }

  .statistic-wrapper {
    flex-direction: column;
  }

  .card-background-black.relative.card-flex.starport-gradient, .card-background-black.relative.card-flex.fundraising-gradient {
    align-items: flex-start;
  }

  .card-background-black.enter-wrapper.relative.overflow-visible.mobile-height-95vw {
    height: 95vw;
  }

  .blockchain-popup-bubble {
    top: -9.5vw;
    left: 45%;
    right: 45%;
  }

  .button-4 {
    align-self: stretch;
    padding: 1.2em 3vw;
    font-size: 3.8vw;
  }

  .button-4.margin-right-2em {
    margin-right: 0;
  }

  .button-4.margin-right-2em.mobile-margin-bottom-8vw {
    margin-bottom: 2em;
  }

  .button-4.margin-right-2em.mobile-margin-bottom-5vw {
    margin-top: 2em;
  }

  .seperator-vertical {
    margin-right: 2vw;
    padding-right: 3vw;
  }

  .bg-image-3 {
    width: 8em;
    height: 8em;
  }

  .interchain-wrapper {
    align-items: stretch;
  }

  .footer-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .i_coin_c1 {
    width: 8em;
    max-width: none;
  }

  .s3-content.margin-bottom-3vw {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .i_planet_orbit1 {
    width: 8em;
    max-width: none;
    top: 2vw;
    left: -2vw;
  }

  .container-3.is_footer {
    background-image: linear-gradient(0deg, #000, #0f0f0f 55%, #beffe154);
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }

  .news_input {
    text-align: center;
    border-color: #8c8aff;
  }

  .news_input::placeholder {
    text-align: center;
  }

  .nav_lottie {
    height: 100%;
  }

  .form_wrap {
    background-image: none;
    flex-flow: column;
  }

  .logo_img {
    width: 50vw;
  }

  .logo_img._2 {
    width: 40vw;
  }

  .hero_m_img {
    width: 100vw;
  }

  .form-block {
    flex-flow: column;
  }

  .hero_m_hading.big {
    font-size: 3em;
  }

  .btn_primary.is_news {
    width: 100%;
  }

  .menu-button-2 {
    height: 2.5em;
  }

  .form {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .form_input {
    flex-flow: column;
    padding-right: 16px;
  }

  .p-subhead.opacity80 {
    margin-top: 1em;
    margin-right: 0;
    font-size: 1em;
  }

  .tab-menu.flex-2.d-vertical.gap-v-24.tabs-grid.btm-m-40 {
    grid-row-gap: 16px;
  }

  .max-80ch.tab-max-w-600 {
    max-width: none;
  }

  .btn {
    width: 100%;
  }

  .max-420.tab-max-w-600, .max-420.p-r-150.tab-max-w-600 {
    max-width: none;
  }

  .section-4 {
    height: 80vh;
    margin-bottom: 0;
    padding-top: 10em;
  }

  .section-4.is--sticky {
    margin-bottom: 0;
  }

  .dashboard-img {
    transform-origin: 50% 0;
  }

  .coin {
    width: 2em;
    height: auto;
  }

  .bluetooth-img {
    width: 100%;
    max-width: none;
  }

  .container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-2.gap-h-16.a-center.tab-vert.tab-a-start.gap-v-16 {
    justify-content: center;
    align-items: center;
  }

  .flex-2.d-vertical.gap-v-16.max-420.tab-max-w-none.landscape-ptb-24 {
    padding-bottom: 32px;
  }

  .flex-2.d-vertical.gap-v-16.max-420.tab-max-w-600 {
    max-width: none;
  }

  .sticky-overflow {
    height: 100vh;
  }

  .sticky-overflow.overflow-hidden {
    min-height: 90vh;
  }

  .tab-max-w-600 {
    max-width: 300px;
  }

  .p-text2.opacity80.max-38ch.tab-max-w-600 {
    max-width: none;
  }

  .play {
    width: 80px;
    height: 80px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 10vw;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .grid-2 {
    opacity: .3;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: stretch;
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
  }

  .grid-2.menu {
    opacity: 1;
    grid-template-rows: auto;
    justify-content: stretch;
    place-items: start;
    width: 200px;
    height: 50px;
    margin-top: 0;
  }

  .c-nav-content {
    padding-left: 1em;
  }

  ._w-nav-social-media {
    display: none;
  }

  .image-9 {
    font-size: 20px;
  }

  .div-block-196 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-196.t {
    align-items: flex-start;
  }

  .c-nav-social-contact-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .new-div.menu {
    width: 10em;
  }

  .c-nav-items {
    justify-content: space-between;
  }

  ._w-col-menu-social {
    align-self: auto;
    padding-bottom: 0;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    border-bottom: 1px solid #000;
    padding-top: 18px;
    line-height: .3em;
  }

  .nav-menu-btn-line.short, .nav-menu-btn-line.long {
    background-color: #000;
  }

  .b-nav-menu-btn.default {
    background-color: #68ff86;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .c-nav-menu-content {
    width: 100vw;
    margin-top: -35px;
    padding-left: 0;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-menu-item {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-nav-social-address {
    margin-bottom: 0;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .nav-social-address.head.r {
    font-size: 15px;
    line-height: 1em;
    display: flex;
  }

  .link-block-10 {
    display: none;
  }

  .c-nav-menu-btn {
    width: 3em;
    height: 3em;
  }

  .heading-5 {
    color: #fff;
  }

  .heading-5.menu {
    color: #cacaca;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 20px;
  }

  .link-block-6 {
    display: none;
  }

  .c-nav-menu-btn-icon {
    width: 80%;
    height: 80%;
  }

  .new-div-2.menu {
    width: 100%;
  }

  .c-nav-social-media {
    display: none;
  }

  .text-block-12.menu {
    color: #000;
  }

  .nav_links-wrapper {
    grid-template-columns: 1fr;
  }

  .nav_videos {
    width: 0;
  }

  .nav_menu-wrapper {
    flex-flow: column;
  }

  .nav_spacing {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav_menu_content-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_menu_content {
    justify-content: center;
  }

  .padding-global-2, .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bg-black-planet-3 {
    width: 140vw;
    margin-left: -20vw;
    margin-right: -20vw;
  }

  .section-7 {
    height: 80vh;
    margin-bottom: 0;
    padding-top: 10em;
  }

  .button-5 {
    align-self: stretch;
    padding: 1.2em 3vw;
    font-size: 3.8vw;
  }

  .button-5.margin-right-2em {
    margin-right: 0;
  }

  .button-5.margin-right-2em.mobile-margin-bottom-8vw {
    margin-bottom: 2em;
  }

  .button-5.margin-right-2em.mobile-margin-bottom-5vw {
    margin-top: 2em;
  }

  .navbar-brand-2.footer-3 {
    margin-bottom: 0;
  }

  .nav_menu-2 {
    flex-flow: column;
  }

  .container-5 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .margin-bottom-5vw-3 {
    margin-bottom: 8vw;
  }

  .div-block-15 {
    height: 140vh;
  }

  .flex-3.gap-h-16.a-center.tab-vert.tab-a-start.gap-v-16 {
    justify-content: center;
    align-items: center;
  }

  .container-6.is_footer {
    background-image: linear-gradient(0deg, #000, #0f0f0f 55%, #beffe154);
    border-top-left-radius: 2em;
    border-top-right-radius: 2em;
  }

  .background-video-6 {
    opacity: 1;
    height: 100vh;
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-224 {
    width: 100%;
  }
}

#w-node-_09a802c2-454c-9b8c-d477-7f74cd150ab2-4c367190 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_09a802c2-454c-9b8c-d477-7f74cd150ab3-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150aba-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ac4-4c367190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09a802c2-454c-9b8c-d477-7f74cd150ad1-4c367190 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_09a802c2-454c-9b8c-d477-7f74cd150ad2-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ad7-4c367190 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09a802c2-454c-9b8c-d477-7f74cd150b5e-4c367190 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_09a802c2-454c-9b8c-d477-7f74cd150b6b-4c367190 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150b5e-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150bb0-4c367190 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ab2-4c367190 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ab3-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150aba-4c367190 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ad1-4c367190 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ad2-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ad7-4c367190 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ba2-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150ba9-4c367190 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d06c2a75-403b-3f1d-60cd-9eb7d2467565-4c367190, #w-node-d06c2a75-403b-3f1d-60cd-9eb7d2467566-4c367190, #w-node-d06c2a75-403b-3f1d-60cd-9eb7d2467567-4c367190, #w-node-_347d2ae6-005b-a33c-56fa-92deacd55cf5-4c367190, #w-node-_347d2ae6-005b-a33c-56fa-92deacd55cf6-4c367190, #w-node-_347d2ae6-005b-a33c-56fa-92deacd55cf7-4c367190 {
    place-self: center;
  }

  #w-node-_09a802c2-454c-9b8c-d477-7f74cd150b7d-4c367190, #w-node-_09a802c2-454c-9b8c-d477-7f74cd150b85-4c367190 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Jjannon Italic';
  src: url('../fonts/JJannon-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Jjannondisplay';
  src: url('../fonts/JJannonDisplay-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Offbit 101';
  src: url('../fonts/OffBit-101Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett Regular';
  src: url('../fonts/Everett-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Everett Light';
  src: url('../fonts/Everett-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}