:root {
  --background: #020417;
  --blue: #3d4de1;
  --description: #bbb;
  --orange: #ff5b16;
  --orange-100: #e24300;
}

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

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

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

.body {
  background-color: var(--background);
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  line-height: 1.4em;
}

.heroheadh1 {
  width: 90%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 300;
  line-height: 1.2em;
}

.herosection {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.herocontainer {
  width: 100%;
}

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

.text-span {
  color: var(--blue);
}

.herodesctext {
  color: var(--description);
  width: 65%;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.primarybutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--orange);
  color: var(--orange);
  cursor: pointer;
  background-color: #0000;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  transition: border-color .3s, color .3s;
  display: flex;
}

.primarybutton:hover {
  border-color: var(--orange-100);
  color: var(--orange-100);
}

.heroactiondiv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 60px;
  display: flex;
}

.image {
  width: 16px;
  height: 16px;
}

.secondarybutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
  transition: color .3s, border-color .3s;
  display: flex;
}

.secondarybutton:hover {
  color: #bbb;
  border-color: #bbb;
}

.bluegradientbg {
  z-index: -1;
  width: 120vw;
  max-width: none;
  position: absolute;
  top: 30%;
  left: -32%;
}

.starbg {
  z-index: -3;
  mix-blend-mode: screen;
  background-image: url('../images/starBG-1.png');
  background-size: 1000px;
  position: absolute;
  inset: 0;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.herovideodiv {
  z-index: -4;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -25%;
}

.radialbg {
  z-index: 1;
  background-image: radial-gradient(circle, #02041700 27%, #020417 68%);
  position: absolute;
  inset: 0;
}

.bitcoinsection {
  padding-top: 120px;
  padding-bottom: 120px;
}

.bitcoindesctext {
  color: var(--description);
  text-align: right;
  width: 380px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.bitcoinheaddiv {
  display: flex;
}

.div-block-2 {
  border: 5px solid var(--orange);
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.bitcointitletext {
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.4em;
}

.bitcoinheadleftdiv {
  flex: 1;
}

.bitcoinheadrightdiv {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 52px;
  display: flex;
}

.bitcoinmsgtext {
  text-transform: uppercase;
  font-size: 16px;
}

.bitcoinmsgdiv {
  border: 1px solid var(--blue);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 8px 20px;
  position: relative;
}

.image-2 {
  width: 80px;
  position: absolute;
  bottom: -32px;
  left: -80px;
}

.image-3 {
  width: 128px;
  position: absolute;
  bottom: -5px;
  right: -8px;
}

.bitcoindiagramdiv {
  margin-top: 40px;
}

.image-4 {
  border: 1px solid #555;
  border-radius: 24px;
}

.statssection {
  mix-blend-mode: normal;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.statsbgdiv {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #0a0e3380;
  width: 100%;
  padding-top: 170px;
  padding-bottom: 170px;
}

.bitcoingazecirclebg {
  z-index: -1;
  width: 520px;
  position: absolute;
}

.statsnametext {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.statsnumbertext {
  text-align: center;
  font-size: 80px;
  line-height: 1.6em;
}

.statsitemdiv {
  flex: 1;
}

.statsdiv {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.bitcoinringbg {
  z-index: -1;
  filter: blur(60px);
  border: 30px solid #452de0;
  border-radius: 600px;
  width: 640px;
  height: 640px;
  position: absolute;
}

.bitcoingradientbg {
  z-index: -1;
  height: 760px;
  position: absolute;
}

.memesection {
  padding-top: 120px;
  padding-bottom: 120px;
}

.mememsgdiv {
  border: 1px solid var(--blue);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  margin-top: 20px;
  margin-left: 40px;
  padding: 16px 30px;
  display: none;
  position: relative;
}

.mememsgtext {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

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

.memetagtext {
  text-align: center;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 1.2em;
}

.memetitletext {
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-span-2 {
  color: var(--orange);
}

.text-span-3 {
  color: var(--description);
}

.image-5 {
  width: 100px;
  position: absolute;
  top: -25px;
  left: -100px;
}

.image-6 {
  width: 70px;
  position: absolute;
  top: -7px;
  left: 20px;
}

.image-7 {
  width: 150px;
  position: absolute;
  bottom: -3px;
  left: -10px;
}

.image-8 {
  width: 100%;
}

.networksection {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.text-block {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2em;
}

.networkdiv {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  max-width: 880px;
  margin-top: 60px;
  display: flex;
}

.networkitemdiv {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #020417cc;
  border: 1px solid #3d417d;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  padding: 28px;
  transition: border-color .3s;
  display: flex;
}

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

.networkitemlogodiv {
  background-color: #14132f;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.image-9 {
  width: 60px;
}

.networkitemtextdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.networkitemtext {
  color: #fff;
  font-size: 32px;
  line-height: 1.4em;
}

.image-10 {
  width: 32px;
  height: 32px;
  margin-bottom: 4px;
}

.oraclesection {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.oracletitle1text {
  color: var(--orange);
  text-transform: uppercase;
  font-size: 56px;
  line-height: 1.2em;
}

.oracletitle2text {
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}

.oracledesctext {
  color: var(--description);
  text-align: center;
  width: 70%;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.oraclediagramdiv {
  margin-top: 40px;
}

.image-4-copy {
  border: 1px solid #555;
  border-radius: 24px;
  padding: 60px;
}

.partnersection {
  padding-top: 140px;
  padding-bottom: 160px;
}

.partnerimagediv {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-size: 60px;
  line-height: 1.2em;
}

.image-11 {
  width: 200px;
}

.image-12 {
  width: 250px;
}

.image-13 {
  width: 270px;
}

.footersection {
  background-color: #3d4de11a;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footercontainer {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-14 {
  width: 200px;
}

.footeritemdiv {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 150px;
  display: flex;
}

.footertitletext {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
}

.footerlinktext {
  color: var(--description);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .3s;
}

.footerlinktext:hover {
  color: #fff;
}

.footerdiv {
  flex: 1;
  justify-content: space-between;
  margin-left: 120px;
  display: flex;
}

.networkitemlink {
  flex: 1;
  text-decoration: none;
}

.navbar {
  background-color: #0000;
  position: fixed;
  left: 0;
  right: 0;
}

.navcontainer {
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  display: block;
}

.image-15 {
  width: auto;
  height: 50px;
}

.navdiv {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navlink {
  color: var(--description);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  transition: color .3s;
}

.navlink:hover {
  color: #fff;
}

.navlink.w--current {
  color: var(--description);
}

.nav-menu {
  margin-left: 40px;
}

.text-block-3 {
  color: var(--description);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.icon {
  color: var(--description);
}

.dropdown-list {
  background-color: var(--background);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin-top: -5px;
}

.dropdown-list.w--open {
  background-color: #080a1dcc;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-link {
  color: var(--description);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
  transition: color .3s;
}

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

.dropdown-link.disabled {
  cursor: not-allowed;
}

.rotatestar {
  z-index: -1;
  width: 280px;
  position: absolute;
}

.starcontainer {
  z-index: -2;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0;
}

.star {
  background-color: #fff;
  position: absolute;
}

.star.bluestar {
  background-color: #7681e9;
}

.starhidden {
  display: none;
}

.bg3div {
  z-index: -2;
  width: 100vw;
  height: 1px;
  position: relative;
}

.image-16 {
  z-index: -2;
  max-width: none;
  height: 1200px;
  position: absolute;
  bottom: 15%;
  right: -30%;
}

.linearbottombg {
  z-index: 1;
  background-image: linear-gradient(#02041700 85%, #020417 97%);
  position: absolute;
  inset: 0;
}

.text-block-4, .text-block-5 {
  font-size: 16px;
}

.sectioncontainer {
  position: relative;
  overflow: hidden;
}

.fadeleftdiv, .faderightdiv {
  width: 10px;
  height: 10px;
  display: none;
}

.memediagramdiv {
  margin-top: 60px;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.blackholewrapper {
  z-index: -2;
  width: 100vw;
  height: 1400px;
  position: absolute;
}

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

.spherewrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 500px;
  margin-top: -250px;
  display: flex;
  position: absolute;
  top: 700px;
  overflow: hidden;
}

.spherehover {
  z-index: 1;
  height: 100%;
}

.sphereimage {
  z-index: 2;
  height: 100%;
}

.herodescriptiontext {
  color: #bbb;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.secondarybutton-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 42px;
  padding: 8px 24px;
  transition: border-color .3s;
  display: flex;
}

.secondarybutton-2:hover {
  border-color: #3d4de1;
}

.image-17 {
  max-width: 28px;
}

.herobutton {
  text-align: center;
  object-fit: fill;
  background-color: #ff5b16;
  border-radius: 30px;
  margin-top: 0;
  padding: 12px 24px;
  font-size: 18px;
  transition: background-color .3s;
  display: block;
}

.herobutton:hover {
  background-color: #d84508;
}

.heroh1text {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #3d4de1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2em;
}

.herobuttonwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.herobuttonlink {
  text-decoration: none;
}

.secondarybuttontext {
  font-size: 18px;
}

.herosection-2 {
  padding-top: 140px;
  padding-bottom: 500px;
}

.text-span-4 {
  color: #3d4de1;
}

.container-2 {
  z-index: 5;
}

.container-2.herocontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.secondarybutton-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 42px;
  padding: 8px 24px;
  transition: border-color .3s;
  display: flex;
}

.secondarybutton-3:hover {
  border-color: #3d4de1;
}

.apibuttonlink {
  margin-top: 100px;
  text-decoration: none;
}

.githubdiagramimage {
  flex: 0 auto;
  max-width: 360px;
  max-height: 500px;
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.text-span-5 {
  color: #3d4de1;
}

.image-18 {
  max-width: 28px;
}

.githubtextwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.githubbox {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #040512;
  border: 1px solid #4d4d4d;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  position: relative;
}

.githubdescriptiontext {
  color: #bbb;
  max-width: 400px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6em;
}

.githubsection {
  padding-top: 140px;
}

.githubheadtext {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2em;
}

.container-3 {
  z-index: 5;
}

.secondarybutton-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 42px;
  padding: 8px 24px;
  transition: border-color .3s;
  display: flex;
}

.secondarybutton-4:hover {
  border-color: #3d4de1;
}

.image-19 {
  max-width: 28px;
}

.container-4 {
  z-index: 5;
}

.container-4.apicontainer {
  flex-flow: column;
  display: flex;
}

.container-4.commucontainer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondarybutton-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 42px;
  padding: 8px 24px;
  transition: border-color .3s;
  display: flex;
}

.secondarybutton-5:hover {
  border-color: #3d4de1;
}

.image-20 {
  max-width: 28px;
}

.apilistrow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.apitabwrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.apisection {
  padding-top: 140px;
}

.capitalheading {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #3d4de1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3em;
}

.capitalheading.apiheadingtext {
  margin-top: 20px;
}

.secondarybutton-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  min-height: 42px;
  padding: 8px 24px;
  transition: border-color .3s;
  display: flex;
}

.secondarybutton-6:hover {
  border-color: #3d4de1;
}

.apitagtext {
  color: #ff5b16;
  text-align: center;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.externalicon {
  transition: all .4s;
}

.apitabtext {
  color: #fff;
}

.apititletext {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.4em;
}

.apilinkbox {
  flex: 1;
  text-decoration: none;
}

.apiicontext {
  color: #fff;
  text-align: center;
  font-size: 36px;
  line-height: 1.4em;
}

.apibox {
  background-color: #040512;
  border: 1px solid #3d417d;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 220px;
  padding: 24px;
  transition: border-color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.apibox:hover {
  border-color: #3d4de1;
}

.apitab {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  border: 1px solid #4d4d4d;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  transition: border .3s;
  display: flex;
}

.apitab:hover {
  border-color: #ff5b16;
}

.apitab.w--current {
  background-color: #0000;
  border-color: #ff5b16;
}

.apiboxtitlewrapper {
  z-index: 1;
  position: relative;
}

.apidocbuttonlink {
  text-decoration: none;
}

.paragraph {
  color: #bbb;
  max-width: 320px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
}

.apiboxgradient {
  z-index: 0;
  background-image: radial-gradient(circle, #0d113a, #090c2900);
  width: 150%;
  height: 100%;
  transition: right .4s;
  position: absolute;
  top: 0;
  right: -150%;
}

.apilistwrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.apilinktext {
  color: #fff;
  transition: color .4s;
}

.apibuttonwrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.apiboxactionwrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  position: relative;
}

.commusection {
  padding-top: 160px;
  padding-bottom: 160px;
}

.twitterlink {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: opacity .3s;
  display: flex;
}

.twitterlink:hover {
  opacity: .6;
}

.image-21 {
  width: 72px;
}

.footeritem {
  flex-flow: column;
  display: flex;
}

.footerlink {
  text-decoration: none;
}

.footerlistwrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-left: 20%;
  display: flex;
}

.footercontainer-2 {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 90%;
  display: flex;
}

.footersection-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #4a37c01a;
  padding-top: 60px;
  padding-bottom: 100px;
}

.footerlinktext-2 {
  color: #bbb;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
  transition: color .3s;
}

.footerlinktext-2:hover {
  color: #3d4de1;
}

.footerlinktext-2.disabled {
  color: #666;
  cursor: not-allowed;
  display: none;
}

.footeritemtitletext {
  color: #fff;
  font-size: 20px;
  line-height: 1.6em;
}

.body-2 {
  background-color: #020417;
  font-family: Lexend Deca, sans-serif;
  font-weight: 300;
  line-height: 1.4em;
}

.partnerrowdiv {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-13-copy {
  width: 270px;
}

.body-3 {
  background-color: var(--background);
  color: #fff;
  font-family: Lexend Deca, sans-serif;
  line-height: 1.4em;
}

.nftherosection {
  height: 100vh;
}

.nftprimarybutton {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ff5b16;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 32px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
  transition: border-color .3s, color .3s;
  display: flex;
}

.nftprimarybutton:hover {
  border-color: var(--orange-100);
  color: var(--orange-100);
}

.nftcontainer.nftherocontiner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.nftcontainer.nftequalcontainer {
  display: flex;
}

.nftcontainer.nfttimelinecontainer {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.nftheroheadtext {
  z-index: 1;
  text-align: center;
  white-space: nowrap;
  margin-top: -100px;
  margin-right: -30px;
  font-size: 80px;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}

.nftherodesctext {
  color: var(--description);
  text-align: center;
  width: 82%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.nftheroheadspan {
  color: var(--blue);
}

.nftheroactiondiv {
  margin-top: 20px;
}

.div-block-4 {
  height: 300px;
}

.lightbox-link {
  display: none;
}

.memediagramvideodiv.border {
  border: 1px solid #555;
  border-radius: 24px;
}

.spline-scene {
  z-index: 1;
  width: 1000px;
  height: 750px;
  margin-top: -100px;
  position: relative;
}

.nftcubediv {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.nftherobg {
  z-index: -2;
  background-image: url('../images/nft-bg-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 120%;
  height: 1400px;
  margin-top: -110px;
  position: absolute;
}

.nftherodescdiv {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 5vh;
}

.nftherospacespan {
  width: 28vw;
  max-width: 400px;
  display: inline-block;
}

.nfttimelinesection {
  padding-top: 160px;
  padding-bottom: 240px;
  overflow: hidden;
}

.nfttimelinediv {
  background-image: url('../images/gaze-orbit.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 95%;
  padding-top: 51%;
  position: relative;
}

.nfttimelineline {
  z-index: 0;
  background-color: #fff;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.nfttimelineposdiv {
  z-index: 1;
  width: 1px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.nfttimelineposdiv._2 {
  left: 332px;
}

.nfttimelineposdiv._3 {
  left: 520px;
}

.nfttimelineposdiv._4 {
  left: 706px;
}

.nfttimelineposdiv._5 {
  left: 892px;
}

.nfttimelinedotdiv {
  background-color: var(--orange);
  border-radius: 20px;
  width: 24px;
  height: 24px;
}

.nfttimelinedotdiv.inactive {
  background-color: var(--background);
  border: 1px solid #fff;
}

.nfttimelimetitletext {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.nfttimelinedesctext {
  color: var(--blue);
  text-align: center;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.nfttimelineposinnerdiv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 240px;
  margin-top: -12px;
  margin-left: -120px;
  display: flex;
}

.nftequalsection {
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-5 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 400px;
  margin-left: 40px;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: var(--orange);
  font-size: 48px;
  line-height: 1.2em;
}

.text-block-8 {
  color: var(--description);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.nftfaqsection {
  padding-top: 140px;
  padding-bottom: 180px;
}

.nftfaqheadtext {
  font-size: 52px;
  line-height: 1.4em;
}

.nftfaqlistdiv {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.nftfaqitemdiv {
  cursor: pointer;
  background-color: #040512;
  border: 1px solid #3d417d;
  border-radius: 16px;
  padding: 24px 20px;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.nftfaqitemdiv:hover {
  background-color: #04082a;
}

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

.image-23 {
  width: 24px;
  height: 24px;
}

.nftfaqitemtitletext {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.nftfaqdescdiv {
  width: 75%;
  margin-top: 24px;
  position: absolute;
  top: 52px;
  left: 20px;
}

.nftfaqitemdesctext {
  color: #ddd;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.link {
  color: var(--orange);
  text-decoration: none;
}

.nfttimelinedetaildiv {
  margin-top: 20px;
}

.nfttimelinelinemobile {
  z-index: 0;
  background-color: #fff;
  height: 1px;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
}

.nfttimeineorbitbg {
  display: none;
}

.nftheroloading {
  margin-top: -100px;
  position: absolute;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.image-24 {
  width: 80px;
  height: 80px;
  position: absolute;
}

.image-25 {
  width: 80px;
  height: 80px;
}

.background-video-3 {
  z-index: 1;
  width: 1000px;
  height: 750px;
}

.image-26, .image-26-copy {
  width: 100%;
  position: absolute;
}

.nftcometdiv {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.comet1 {
  width: 186px;
  position: absolute;
  bottom: -93px;
  left: 0;
}

.comet2 {
  width: 296px;
  position: absolute;
  bottom: -148px;
  left: 2px;
}

.comet3 {
  width: 442px;
  position: absolute;
  bottom: -218px;
  left: 4px;
}

.comet4 {
  width: 591px;
  position: absolute;
  bottom: -294px;
  left: 4px;
}

.comet5 {
  width: 816px;
  position: absolute;
  bottom: -406px;
  left: 2px;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1060px;
  }

  .statsnametext {
    font-size: 24px;
  }

  .statsnumbertext {
    font-size: 88px;
  }

  .networkdiv {
    max-width: 920px;
  }

  .networkitemdiv {
    height: 320px;
  }

  .partnerimagediv {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .image-11 {
    width: 220px;
  }

  .image-12 {
    width: 320px;
  }

  .image-13 {
    width: 270px;
  }

  .blackholewrapper {
    height: 1560px;
  }

  .spherewrapper {
    height: 560px;
    margin-top: -280px;
    top: 780px;
  }

  .herodescriptiontext {
    margin-top: 24px;
    font-size: 20px;
  }

  .heroh1text {
    font-size: 80px;
  }

  .herobuttonwrapper {
    margin-top: 48px;
  }

  .container-2 {
    max-width: 1240px;
  }

  .apibuttonlink {
    margin-top: 160px;
  }

  .githubdiagramimage {
    max-width: 420px;
    max-height: none;
    bottom: -6px;
    right: 80px;
  }

  .githubbox {
    padding: 60px;
    overflow: hidden;
  }

  .githubdescriptiontext {
    max-width: 540px;
    font-size: 18px;
  }

  .githubsection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .githubheadtext {
    font-size: 52px;
  }

  .container-3, .container-4 {
    max-width: 1240px;
  }

  .apisection {
    padding-left: 40px;
    padding-right: 40px;
  }

  .apibox {
    height: 220px;
  }

  .footerlistwrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .footercontainer-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1340px;
    display: flex;
  }

  .image-13-copy {
    width: 270px;
  }

  .nftcontainer {
    max-width: 1080px;
  }

  .nftherodesctext {
    width: 70%;
  }

  .nfttimelineposdiv._2 {
    left: 384px;
  }

  .nfttimelineposdiv._3 {
    left: 598px;
  }

  .nfttimelineposdiv._4 {
    left: 812px;
  }

  .nfttimelineposdiv._5 {
    left: 1024px;
  }

  .div-block-6 {
    height: 480px;
  }

  .text-block-7 {
    font-size: 56px;
  }

  .nftfaqdescdiv {
    width: 70%;
  }

  .comet1 {
    width: 214px;
    bottom: -108px;
  }

  .comet2 {
    width: 341px;
    bottom: -172px;
  }

  .comet3 {
    width: 508px;
    bottom: -250px;
  }

  .comet4 {
    width: 679px;
    bottom: -337px;
  }

  .comet5 {
    width: 939px;
    bottom: -469px;
  }
}

@media screen and (min-width: 1440px) {
  .heroheadh1 {
    font-size: 80px;
  }

  .container {
    max-width: 1120px;
  }

  .starbg {
    z-index: -2;
  }

  .bitcoindesctext {
    width: 480px;
    font-size: 20px;
  }

  .bitcointitletext {
    font-size: 36px;
  }

  .bitcoinmsgtext {
    font-size: 20px;
  }

  .bitcoinmsgdiv {
    padding: 12px 32px;
  }

  .image-2 {
    width: 84px;
    left: -84px;
  }

  .memetitletext, .text-block {
    font-size: 64px;
  }

  .oracletitle1text {
    font-size: 60px;
  }

  .oracletitle2text {
    font-size: 51px;
  }

  .oracledesctext {
    font-size: 20px;
  }

  .oraclediagramdiv {
    width: 100%;
  }

  .text-block-2 {
    font-size: 64px;
  }

  .starcontainer {
    z-index: -2;
  }

  .image-16 {
    right: -15%;
  }
}

@media screen and (min-width: 1920px) {
  .heroheadh1 {
    font-size: 92px;
  }

  .herodesctext {
    font-size: 24px;
  }

  .primarybutton {
    padding: 12px 24px;
  }

  .secondarybutton {
    padding: 12px 28px;
  }

  .text-block-4, .text-block-5 {
    font-size: 20px;
  }

  .nftprimarybutton {
    padding: 12px 24px;
  }

  .nftheroheadtext {
    margin-right: -45px;
    font-size: 92px;
  }

  .nftherodesctext {
    font-size: 18px;
  }

  .spline-scene {
    width: 1100px;
    height: 900px;
  }

  .nftherobg {
    height: 1600px;
    margin-top: -100px;
  }

  .nftherodescdiv {
    bottom: 7vh;
  }

  .nftherospacespan {
    max-width: 440px;
  }
}

@media screen and (max-width: 991px) {
  .heroheadh1 {
    text-align: center;
    width: 100%;
    font-size: 64px;
  }

  .herosection {
    justify-content: center;
    align-items: flex-start;
  }

  .container {
    width: 100vw;
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.herocontainer {
    height: 50%;
  }

  .herodesctext {
    text-align: center;
    width: 80%;
  }

  .primarybutton {
    justify-content: center;
    align-items: center;
    width: 230px;
  }

  .heroactiondiv {
    margin-top: 40px;
  }

  .secondarybutton {
    justify-content: center;
    align-items: center;
    width: 230px;
  }

  .herovideodiv {
    height: 65%;
    bottom: -5%;
    right: auto;
  }

  .radialbg {
    background-image: radial-gradient(circle, #02041700 25%, #020417 72%);
  }

  .bitcoindesctext {
    width: 340px;
    font-size: 16px;
  }

  .bitcointitletext {
    font-size: 30px;
  }

  .bitcoinheadrightdiv {
    padding-top: 58px;
  }

  .bitcoinmsgtext {
    font-size: 16px;
  }

  .statsnametext {
    font-size: 20px;
  }

  .statsnumbertext {
    font-size: 56px;
  }

  .mememsgdiv {
    padding: 12px 24px;
  }

  .mememsgtext {
    font-size: 16px;
  }

  .memetagtext {
    font-size: 48px;
  }

  .memetitletext {
    font-size: 52px;
  }

  .image-6 {
    width: 50px;
    top: -4px;
    left: 12px;
  }

  .image-7 {
    width: 130px;
    bottom: -4px;
    left: -9px;
  }

  .text-block {
    font-size: 52px;
  }

  .networkdiv {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .networkitemdiv {
    height: 280px;
  }

  .networkitemtext {
    font-size: 28px;
  }

  .oracletitle1text {
    text-align: center;
    font-size: 44px;
  }

  .oracletitle2text {
    text-align: center;
    font-size: 38px;
  }

  .oracledesctext {
    width: 80%;
    font-size: 16px;
  }

  .partnerimagediv {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .text-block-2 {
    font-size: 52px;
  }

  .image-14 {
    width: 180px;
  }

  .footeritemdiv {
    min-width: 140px;
  }

  .footerdiv {
    margin-left: 60px;
  }

  .navbar {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #02041780;
  }

  .navdiv {
    justify-content: space-between;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #080a1df2;
  }

  .navdropdown {
    display: block;
  }

  .text-block-4, .text-block-5 {
    font-size: 18px;
  }

  .herodiv {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 20px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #080a1df2;
  }

  .blackholewrapper {
    height: 1500px;
  }

  .spherewrapper {
    top: 750px;
  }

  .herodescriptiontext {
    font-size: 18px;
  }

  .heroh1text {
    font-size: 60px;
  }

  .container-2 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-2.herocontainer {
    margin-top: 10px;
  }

  .githubdiagramimage {
    max-height: 440px;
  }

  .githubdescriptiontext {
    max-width: 48%;
  }

  .githubsection {
    padding-top: 70px;
  }

  .githubheadtext {
    font-size: 40px;
  }

  .container-3, .container-4 {
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .apitabwrapper {
    overflow: hidden;
  }

  .apisection {
    padding-top: 100px;
  }

  .capitalheading {
    font-size: 40px;
  }

  .footerlink {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footerlistwrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
    margin-top: 40px;
    margin-left: 0%;
  }

  .footercontainer-2 {
    flex-flow: column;
    margin-left: 60px;
    margin-right: 60px;
  }

  .footeritemtitletext {
    margin-bottom: 4px;
  }

  .nftprimarybutton {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .nftcontainer.nftherocontiner {
    justify-content: flex-start;
    align-items: center;
  }

  .nftcontainer.nftequalcontainer {
    flex-flow: column;
  }

  .nftcontainer.nfttimelinecontainer {
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .nftheroheadtext {
    margin-top: 15vh;
    margin-bottom: 0;
    margin-right: 0;
  }

  .nftherodesctext {
    width: 80%;
  }

  .background-video-2 {
    max-height: 100%;
    position: absolute;
    inset: 0;
  }

  .memediagramvideodiv {
    justify-content: center;
    align-items: center;
    height: 0;
    padding-bottom: 50%;
    position: relative;
  }

  .spline-scene {
    width: 600px;
    height: 720px;
    margin-top: 0;
  }

  .nftherobg {
    width: 1400px;
    margin-top: 0;
  }

  .nftherodescdiv {
    bottom: 8vh;
  }

  .nftherospacespan {
    width: 24px;
  }

  .nfttimelinediv {
    background-image: url('../images/gaze-orbit-v.png');
    background-position: 0%;
    width: 480px;
    margin-left: 210px;
    padding-top: 960px;
  }

  .nfttimelineline {
    width: 1px;
    height: auto;
    inset: 0 auto 0 210px;
  }

  .nfttimelineposdiv {
    top: 0;
    bottom: auto;
  }

  .nfttimelineposdiv._2 {
    top: 358px;
    left: 0;
  }

  .nfttimelineposdiv._3 {
    top: 560px;
    left: 0;
  }

  .nfttimelineposdiv._4 {
    top: 758px;
    left: 0;
  }

  .nfttimelineposdiv._5 {
    top: 960px;
    left: 0;
  }

  .nfttimelinedotdiv {
    order: 1;
  }

  .nfttimelineposinnerdiv {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 200px;
    margin-top: -12px;
    margin-left: -188px;
  }

  .div-block-5 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 550px;
    margin-top: 40px;
    margin-left: 0;
    display: flex;
  }

  .text-block-7 {
    text-align: center;
    width: 620px;
    font-size: 60px;
  }

  .text-block-8 {
    text-align: center;
    width: 600px;
    margin-top: 20px;
  }

  .nfttimelinedetaildiv {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0;
    margin-right: 20px;
    display: flex;
  }

  .nfttimelinelinemobile {
    width: 1px;
    height: auto;
    inset: 0 auto 0 210px;
  }

  .nftheroloading {
    margin-top: 0;
  }

  .image-26, .image-26-copy {
    width: auto;
    height: 100%;
  }

  .comet1 {
    width: 201px;
    top: 0;
    bottom: auto;
    left: -103px;
  }

  .comet2 {
    width: 319px;
    top: 2px;
    bottom: auto;
    left: -161px;
  }

  .comet3 {
    width: 476px;
    top: 4px;
    bottom: auto;
    left: -234px;
  }

  .comet4 {
    width: 636px;
    max-width: none;
    top: 4px;
    bottom: auto;
    left: -316px;
  }

  .comet5 {
    width: 879px;
    max-width: none;
    top: 2px;
    bottom: auto;
    left: -438px;
  }
}

@media screen and (max-width: 767px) {
  .heroheadh1 {
    font-size: 48px;
  }

  .herosection {
    height: 1000px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.herocontainer {
    height: auto;
    padding-top: 100px;
  }

  .herodesctext {
    width: 100%;
    font-size: 16px;
  }

  .primarybutton {
    width: 100%;
  }

  .heroactiondiv {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .secondarybutton {
    width: 100%;
  }

  .bitcoinheaddiv {
    flex-flow: column;
  }

  .bitcoinheadrightdiv {
    padding-top: 32px;
  }

  .statssection {
    overflow: hidden;
  }

  .statsbgdiv {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .statsnumbertext {
    font-size: 80px;
    line-height: 1.4em;
  }

  .statsdiv {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .mememsgdiv {
    max-width: 70%;
  }

  .memetagtext {
    font-size: 32px;
  }

  .memetitletext {
    font-size: 40px;
  }

  .image-5 {
    width: 70px;
    top: -12px;
    left: -70px;
  }

  .text-block {
    font-size: 40px;
  }

  .networkdiv {
    flex-flow: column;
  }

  .networkitemdiv {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 160px;
  }

  .networkitemtextdiv {
    justify-content: flex-start;
    align-items: center;
  }

  .networkitemtext {
    font-size: 24px;
  }

  .image-10 {
    width: 24px;
    height: 24px;
  }

  .oracletitle1text {
    font-size: 36px;
  }

  .oracletitle2text {
    font-size: 32px;
  }

  .oracledesctext {
    width: 100%;
    font-size: 16px;
  }

  .image-4-copy {
    padding: 20px;
  }

  .partnerimagediv {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .image-11 {
    width: 240px;
  }

  .image-12 {
    width: 250px;
  }

  .image-13 {
    width: 270px;
  }

  .footercontainer {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footerdiv {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .navdiv {
    padding-left: 0;
    padding-right: 0;
  }

  .blackholewrapper {
    height: 1280px;
  }

  .spherewrapper {
    top: 640px;
  }

  .herodescriptiontext {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
  }

  .secondarybutton-2 {
    margin-left: 0;
  }

  .herobutton {
    font-size: 16px;
  }

  .heroh1text {
    text-align: center;
    font-size: 48px;
  }

  .herobuttonwrapper {
    margin-top: 30px;
  }

  .secondarybuttontext {
    font-size: 16px;
  }

  .herosection-2 {
    padding-top: 80px;
    padding-bottom: 440px;
  }

  .container-2 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .container-2.herocontainer {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-top: 0;
  }

  .secondarybutton-3 {
    margin-left: 0;
  }

  .apibuttonlink {
    margin-top: 40px;
  }

  .githubdiagramimage {
    max-width: none;
    height: 500px;
    max-height: 500px;
    margin: 60px auto -4px;
    position: static;
    right: auto;
  }

  .githubbox {
    padding: 32px 32px 0;
    overflow: hidden;
  }

  .githubdescriptiontext {
    max-width: none;
  }

  .container-3 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .secondarybutton-4 {
    margin-left: 0;
  }

  .container-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .secondarybutton-5 {
    margin-left: 0;
  }

  .apilistrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .apitabwrapper {
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
  }

  .apisection {
    padding-top: 140px;
  }

  .capitalheading {
    text-align: center;
    font-size: 40px;
  }

  .secondarybutton-6 {
    margin-left: 0;
  }

  .apitagtext {
    margin-top: 20px;
  }

  .apibox {
    height: 260px;
    padding: 20px;
  }

  .apilistwrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .apibuttonwrapper {
    margin-top: 30px;
  }

  .commusection {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .footerlistwrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footercontainer-2 {
    flex-flow: column;
    margin-left: 40px;
    margin-right: 40px;
    display: block;
  }

  .footerlinktext-2 {
    font-size: 16px;
  }

  .image-22 {
    display: block;
  }

  .partnerrowdiv {
    flex-flow: column;
  }

  .image-13-copy {
    width: 290px;
  }

  .nftherosection {
    height: 900px;
  }

  .nftprimarybutton {
    width: 100%;
  }

  .nftcontainer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nftcontainer.nfttimelinecontainer {
    justify-content: center;
    align-items: center;
  }

  .nftheroheadtext {
    margin-top: 80px;
  }

  .nftherodesctext {
    width: 100%;
  }

  .nftheroheadspan {
    display: block;
  }

  .nftheroactiondiv {
    width: 100%;
  }

  .lightbox-link {
    display: inline-block;
  }

  .memediagramvideodiv {
    display: none;
  }

  .nftherodescdiv {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 80px;
  }

  .nftherospacespan {
    width: 0;
  }

  .nfttimelinesection {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .nfttimelinediv {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 260px;
    margin-left: 170px;
    padding-top: 720px;
  }

  .nfttimelineline {
    display: none;
  }

  .nfttimelineposdiv._2 {
    top: 270px;
  }

  .nfttimelineposdiv._3 {
    top: 420px;
  }

  .nfttimelineposdiv._4 {
    top: 570px;
  }

  .nfttimelineposdiv._5 {
    top: 720px;
  }

  .div-block-5 {
    align-items: stretch;
  }

  .div-block-6 {
    height: 90vw;
  }

  .text-block-7 {
    width: auto;
    font-size: 52px;
  }

  .text-block-8 {
    width: auto;
    font-size: 16px;
  }

  .image-23 {
    margin-left: 20px;
  }

  .nftfaqitemtitletext {
    font-size: 18px;
  }

  .nftfaqdescdiv {
    top: 80px;
  }

  .nfttimelinelinemobile {
    display: block;
    left: 0;
  }

  .nfttimeineorbitbg {
    z-index: -1;
    background-image: url('../images/gaze-orbit-v.png');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
  }

  .image-26, .image-26-copy {
    width: 100%;
    height: auto;
  }

  .nftcometdiv {
    display: none;
  }

  .comet1 {
    width: 151px;
    left: -78px;
  }

  .comet2 {
    width: 239px;
    left: -120px;
  }

  .comet3 {
    width: 356px;
    top: 3px;
    left: -175px;
  }

  .comet4 {
    width: 477px;
    top: 2px;
    left: -237px;
  }

  .comet5 {
    width: 659px;
    top: 1px;
    left: -329px;
  }
}

@media screen and (max-width: 479px) {
  .heroheadh1 {
    font-size: 48px;
  }

  .herodesctext {
    width: 90%;
  }

  .bitcoindiagramdiv {
    padding-bottom: 12px;
    position: relative;
    overflow: scroll;
  }

  .image-4 {
    width: 600px;
    max-width: none;
  }

  .text-span-2 {
    display: block;
  }

  .image-8 {
    width: 600px;
    max-width: none;
  }

  .networkitemdiv {
    height: 140px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .networkitemlogodiv {
    width: 60px;
    height: 60px;
  }

  .image-9 {
    width: 40px;
  }

  .networkitemtext {
    font-size: 20px;
  }

  .oraclediagramdiv {
    padding-bottom: 12px;
    overflow: scroll;
  }

  .image-4-copy {
    width: 600px;
    max-width: none;
  }

  .footerdiv {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .fadeleftdiv {
    z-index: 2;
    background-image: linear-gradient(90deg, #020417, #02041700);
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .faderightdiv {
    z-index: 2;
    background-image: linear-gradient(270deg, #020417, #02041700);
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .div-block-3 {
    overflow: scroll;
  }

  .memediagramdiv {
    padding-bottom: 12px;
    overflow: scroll;
  }

  .blackholewrapper {
    height: 1380px;
  }

  .spherewrapper {
    height: 400px;
    margin-top: -200px;
    top: 690px;
  }

  .spherehover {
    display: block;
  }

  .sphereimage {
    max-width: none;
    display: block;
  }

  .herodescriptiontext {
    font-size: 16px;
  }

  .secondarybutton-2 {
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .herobutton {
    flex: 0 auto;
    align-self: stretch;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    display: block;
  }

  .heroh1text {
    font-size: 48px;
  }

  .herobuttonwrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-self: stretch;
    margin-top: 20px;
  }

  .herobuttonlink {
    align-self: stretch;
  }

  .secondarybuttontext {
    font-size: 16px;
  }

  .herosection-2 {
    padding-top: 80px;
    padding-bottom: 390px;
  }

  .container-2 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
  }

  .container-2.herocontainer {
    margin-top: 0;
  }

  .secondarybutton-3 {
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .apibuttonlink {
    align-self: stretch;
  }

  .githubdiagramimage {
    height: 370px;
    max-height: 370px;
    margin-top: 50px;
    inset: auto 13px 0% auto;
  }

  .githubbox {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .githubsection {
    padding-top: 50px;
  }

  .githubheadtext {
    font-size: 36px;
  }

  .container-3 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
  }

  .secondarybutton-4 {
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .container-4 {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
  }

  .secondarybutton-5 {
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .apilistrow {
    flex-flow: column;
    align-items: stretch;
  }

  .apitabwrapper {
    scrollbar-width: none;
    justify-content: flex-start;
    align-items: center;
    overflow: scroll hidden;
  }

  .capitalheading {
    font-size: 36px;
  }

  .secondarybutton-6 {
    align-self: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .apibox {
    text-align: left;
    align-self: stretch;
    height: 200px;
  }

  .apidocbuttonlink {
    align-self: stretch;
  }

  .apilistwrapper {
    margin-top: 20px;
  }

  .apibuttonwrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    align-self: stretch;
  }

  .footercontainer-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 60px;
    display: block;
  }

  .image-22 {
    max-width: 140px;
    display: block;
  }

  .nftcontainer.nftherocontiner {
    height: 100vh;
  }

  .nftheroheadtext {
    margin-top: 9vh;
    font-size: 64px;
  }

  .nftherodesctext {
    font-size: 14px;
  }

  .spline-scene {
    height: 70vh;
  }

  .nftherobg {
    height: 132vh;
  }

  .nftherodescdiv {
    bottom: 5vh;
  }

  .text-block-7 {
    font-size: 40px;
  }

  .nftfaqlistdiv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nftfaqitemdiv {
    padding: 20px 16px;
  }

  .image-23 {
    margin-left: 20px;
  }

  .nftfaqitemtitletext {
    font-size: 16px;
  }

  .nftfaqdescdiv {
    top: 62px;
  }
}


