:root {
  --blue: #5331cf;
  --plum: #c9a8fe;
  --slate-blue: #7f52df;
  --black: #111;
  --medium-purple: #aa79f2;
  --blue-2: #1d18ff;
}

a {
  text-decoration: none;
}

.home-viewport {
  height: auto;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.lottie-animation {
  width: 100vw;
}

.home-track {
  height: 271vw;
  position: relative;
  overflow: visible;
}

.body {
  background-color: #000;
}

.body.no-scroll {
  overflow: hidden;
}

.nav {
  z-index: 50;
  mix-blend-mode: normal;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  height: 50px;
}

.image {
  height: 100%;
  max-width: none;
  filter: invert(0%);
  mix-blend-mode: normal;
  display: inline-block;
  position: relative;
}

.nav-options {
  grid-column-gap: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

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

.home-sec1 {
  z-index: 3;
  width: 100vw;
  height: 57vw;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -90vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.h1 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 6.2em;
  line-height: 1;
}

.home-sec1-copy {
  max-width: 50em;
  grid-row-gap: .94em;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.paragraph {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
}

.home-pagination {
  z-index: 10;
  height: 100vh;
  grid-row-gap: 40px;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  left: 40px;
  right: auto;
}

.pagination-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100px;
}

.pagination-dot.current {
  width: 30px;
  height: 30px;
  border: 10px solid var(--blue);
}

.home-sec2 {
  z-index: 2;
  width: 100vw;
  height: 57vw;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
  top: auto;
  left: 0;
  right: 0;
}

.home-sec3 {
  z-index: 2;
  width: 100vw;
  height: 57vw;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
  top: auto;
  left: 0;
  right: 0;
}

.home-sec4 {
  z-index: 2;
  width: 100vw;
  height: 57vw;
  color: #fff;
  background-color: rgba(255, 255, 255, .07);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 171vw;
}

.home-gamma4 {
  z-index: 3;
  width: 100vw;
  height: 150vw;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: auto;
  overflow: visible;
  box-shadow: 6px 6px 40px rgba(0, 0, 0, .35);
}

.home-section-2 {
  height: auto;
  background-color: #fff;
  margin-top: 0%;
  padding-top: 5%;
  position: relative;
}

.button {
  width: 10.9em;
  height: 2.5em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button:hover {
  background-color: rgba(83, 49, 207, .3);
}

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

.button.dark {
  background-color: rgba(83, 49, 207, .5);
}

.button.hide {
  display: none;
}

.button-text {
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
  text-decoration: none;
}

.button-arrowbox {
  width: 2.63em;
  height: 100%;
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(33, 23, 193, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot-block {
  z-index: 40;
  width: 500px;
  height: 150px;
  margin-top: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.dot-block._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.home-infoblock-1 {
  max-width: 550px;
  border: 1px solid var(--blue);
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.h2 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 2em;
  line-height: 1.2;
  position: relative;
}

.h2.intro-icons {
  font-size: 1.5em;
}

.home-infoblock-2 {
  max-width: 34.38em;
  border: 1px solid var(--blue);
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}

.home-floatbox {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 4.38em;
  margin-right: 4.38em;
  display: grid;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.home-infoblock-holder-1 {
  max-width: 550px;
  grid-row-gap: 1.25em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 1%;
}

.home-infoblock-4 {
  max-height: 200px;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-infoblock-4:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(83, 49, 207, .3);
}

.home-infoblock-4.dark {
  background-color: rgba(83, 49, 207, .5);
  padding-top: 1.1em;
  padding-left: .94em;
  padding-right: .94em;
}

._3dicon-1 {
  width: 5em;
  max-width: none;
  margin-bottom: -15px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.dot-block1 {
  z-index: 40;
  width: 150px;
  height: 500px;
  margin-top: 0;
  position: absolute;
  bottom: auto;
  right: 100px;
  overflow: hidden;
}

.dot-block1._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block1._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-2 {
  z-index: 40;
  width: 150px;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 2%;
  overflow: hidden;
}

.dot-block-2._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block-2._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-3 {
  z-index: 40;
  width: 500px;
  height: 150px;
  margin-top: 0;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.dot-block-3._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block-3._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-3.token {
  position: relative;
  top: auto;
}

.dot-block-3.home {
  margin-bottom: 0;
  position: relative;
  top: auto;
}

.home-sec2-copy {
  z-index: 5;
  max-width: 33.75em;
  grid-row-gap: 40px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  right: auto;
}

.home-featured-block {
  width: 100%;
  max-width: 100em;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0%;
  padding-left: 6.25em;
  padding-right: 6.25em;
}

.img {
  width: 100%;
  max-width: none;
  display: block;
}

.featured-img {
  width: 11vw;
}

.featured-img-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.dot-block-4 {
  z-index: 40;
  width: 80%;
  height: 150px;
  margin: 10% auto;
  position: relative;
  top: -8%;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.dot-block-4._1 {
  width: 500px;
  height: 150px;
  position: relative;
  top: auto;
  left: auto;
  overflow: visible;
}

.dot-block-4._2 {
  width: 150px;
  height: 500px;
  position: absolute;
  top: auto;
  left: auto;
  right: 36px;
  overflow: visible;
}

.dot-block-4.hide-on-mobile {
  margin-top: 4%;
  margin-bottom: 4%;
}

.divider-black {
  width: 100%;
  height: 2px;
  opacity: .3;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #fff, #000 25%, #000 75%, #fff);
  border-radius: 20px;
}

.option-block {
  margin-left: auto;
  margin-right: auto;
}

.option-block.width80 {
  max-width: 100em;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  text-decoration: none;
  display: block;
  position: relative;
}

.horizontal-contain {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-arrowbox-solo {
  width: 45px;
  height: 35px;
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(33, 23, 193, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.option-block-img {
  width: 15vw;
  max-width: 250px;
  margin-top: -30px;
  margin-bottom: -30px;
  padding-top: 0;
  padding-bottom: 0;
}

.horizontal-contain-nowidth {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-sec2-contain-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.home-footer {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.footer {
  z-index: 100;
  width: 95%;
  max-width: 100em;
  background-color: var(--blue);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 23px;
  padding-bottom: 23px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 40px rgba(0, 0, 0, .35);
}

.footer-logo {
  width: 150px;
  margin-bottom: 25px;
}

.footer-line {
  width: 70%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5) 25%, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, 0));
}

.subscribe-block {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.text-field {
  width: 100%;
  color: rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 7px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 17px;
  font-family: Inconsolata, monospace;
  font-size: 1rem;
}

.form-block {
  width: 70%;
  margin-bottom: 0;
}

.form {
  position: relative;
}

.submit-button {
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 7px;
  padding-left: 44px;
  padding-right: 44px;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-links {
  width: 70%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 45px;
  margin-bottom: 45px;
  display: grid;
}

.footer-link {
  color: #fff;
  text-align: left;
  font-family: Outfit, sans-serif;
  font-size: .9375em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color .2s cubic-bezier(.455, .03, .515, .955);
}

.footer-link:hover {
  color: var(--plum);
}

.footer-h3 {
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3;
}

.footer-link-block {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-socials {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  width: 30px;
}

.nav-menu-icon {
  width: 60px;
  display: none;
}

.nav-trigger {
  width: 100%;
  height: 1px;
  display: block;
}

.nav-trigger.hide {
  display: none;
}

.menu-modal {
  z-index: 49;
  width: 100vw;
  height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #1c0d31;
  flex-direction: column;
  grid-template-rows: 2.25fr .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  padding-top: 75px;
  display: none;
  position: fixed;
  top: 0;
  overflow: visible;
}

.menu-block-holder {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.menu-option {
  width: 28vw;
  height: 100%;
  background-image: radial-gradient(circle at 50% 0, rgba(113, 94, 141, .5), rgba(21, 0, 56, .5));
  border: 1px solid rgba(255, 255, 255, .2);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.menu-bottom {
  width: 100vw;
  height: 120px;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.menu-arrow-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-link {
  width: 60px;
}

.menu-option-bottom {
  z-index: 2;
  width: 100%;
  height: 50%;
  grid-row-gap: 0px;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.menu-option-top {
  z-index: 2;
  width: 100%;
  height: 50%;
  color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
  position: relative;
}

.menu-option-img {
  width: 250px;
}

.small-number {
  font-family: Outfit, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

.menu-option-bg {
  z-index: 0;
  opacity: .89;
  background-image: url('../images/untitled2-1.png');
  background-position: 50%;
  background-size: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-option-bg._3 {
  background-image: url('../images/0001.webp');
  background-position: 70%;
  background-size: cover;
}

.menu-option-bg._2 {
  background-image: url('../images/image_51.webp');
  background-position: 42%;
  background-size: cover;
}

.menu-option-bg._1 {
  background-image: url('../images/Screenshot-2023-05-04-at-5.18.58-PM.png');
  background-size: cover;
}

.menu-option-bg._4 {
  background-image: url('../images/image_99.webp');
  background-position: 50%;
  background-size: cover;
}

.menu-option-bg._5 {
  background-image: url('../images/City-fight-Keyart-16.9-copy.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.menu-option-bottom-bg {
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: radial-gradient(circle at 50% 100%, rgba(83, 49, 207, .67), rgba(83, 49, 207, .19));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-track {
  align-items: stretch;
  display: flex;
  transform: none;
}

.lottie-animation-2 {
  filter: invert(0%);
}

.button-arrowbox-wide {
  width: 100%;
  height: 30px;
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(33, 23, 193, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-sec1-5 {
  z-index: 3;
  width: 100vw;
  height: 57vw;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
  display: flex;
  position: relative;
  top: auto;
}

.home-paragraph-limiter {
  max-width: 30.63em;
}

.copy-large {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.44em;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

.copy-small {
  margin-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.glare {
  z-index: 0;
  width: 400px;
  height: 400px;
  background-color: var(--blue);
  opacity: .2;
  filter: blur(50px);
  border-radius: 100%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.modal-orb-1 {
  z-index: 0;
  width: 70%;
  height: 90%;
  background-color: var(--slate-blue);
  opacity: .4;
  filter: blur(120px);
  border-radius: 100%;
  position: absolute;
}

.modal-orb-2 {
  z-index: 0;
  width: 70%;
  height: 90%;
  background-color: var(--blue);
  opacity: .4;
  filter: blur(120px);
  border-radius: 100%;
  position: absolute;
}

.token-footer {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.token-sec-1 {
  position: relative;
}

.token-sec1 {
  z-index: 5;
  width: 100vw;
  height: 57vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.token-sec1.minuspad {
  margin-top: -90vh;
}

.background-video {
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(to top, #000, rgba(83, 49, 207, .16) 15%);
  position: absolute;
}

.token-sec1-float {
  z-index: 5;
  width: 100vw;
  max-width: 100em;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -8em;
}

.token-buyblock {
  max-width: none;
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.exchangeicon-1 {
  width: 120px;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.home-buyblock-4 {
  max-height: none;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-buyblock-4:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(83, 49, 207, .3);
}

.token-buytitle {
  z-index: 10;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.scrub-section {
  z-index: auto;
  position: relative;
}

.button-bottomblock {
  width: 100%;
  height: 2.5em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.7em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-bottomblock:hover {
  background-color: rgba(83, 49, 207, .3);
}

.button-bottomblock.top-buffer {
  margin-top: 20px;
}

.button-arrowbox-extended {
  width: 4.7em;
  height: 100%;
  border: 1px solid var(--blue);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(33, 23, 193, .2);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-infobutton-1 {
  max-width: 34.38em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block {
  margin: 1.56em 1.7em;
}

.token-sec2-copy {
  max-width: 55em;
  grid-row-gap: 3.5em;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-info-1 {
  max-width: 21em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  margin-top: 1.56em;
  margin-left: 1.56em;
}

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

.lottie-animation-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.token-sequence {
  width: 100vw;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-element {
  width: 100vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.token-gradient-overlay {
  z-index: 10;
  background-image: linear-gradient(#000, rgba(0, 0, 0, .16) 15%, rgba(0, 0, 0, .16) 85%, #000);
  background-position: 0 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tempimg-overlay {
  z-index: 10;
  background-image: url('../images/untitled2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.token-discordquote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-2 {
  width: 95vw;
  height: 59vw;
  max-width: 100em;
  border-radius: 40px;
}

.video-embed-2 {
  width: 95vw;
  max-width: 100em;
  position: relative;
}

.discordquote-block {
  height: 53vw;
  max-height: 53em;
  border: 2px solid var(--blue);
  object-fit: fill;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.discordquote-copy {
  z-index: 2;
  width: 49%;
  grid-row-gap: 40px;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-embed-1 {
  width: 100vw;
  opacity: 1;
  position: absolute;
}

.vembed-1-overlay {
  z-index: 2;
  width: 100vw;
  height: 57vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 82%, #000);
  position: absolute;
}

.video-embed-3 {
  width: 100vw;
  opacity: 1;
  position: absolute;
}

.about-grid-1 {
  width: 95%;
  max-width: 100em;
  grid-column-gap: 5em;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-info-1 {
  max-width: 44em;
  border: 1px solid var(--blue);
  color: var(--blue);
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-info-2 {
  max-width: 26em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-embed-4 {
  width: 22vw;
  opacity: 1;
  position: relative;
}

.storage-sec2-copy {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.storage-sec2-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  margin-top: 3.13em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.storage-sec2 {
  z-index: 3;
  width: 100vw;
  height: 57vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec2.minuspad {
  margin-top: -90vh;
}

.storage-infobutton-1 {
  width: 28vw;
  min-height: 11.25em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.video-embed-5 {
  width: 100vw;
  opacity: 1;
  margin-top: -57vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.storage-sec3 {
  z-index: 3;
  width: 100vw;
  height: 57vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec3.minuspad {
  margin-top: -90vh;
}

.storage-sec3-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  display: flex;
  position: relative;
}

.storage-sec3-leftimg {
  width: 20em;
  position: relative;
}

.storage-sec3-copy1 {
  width: 24em;
  margin: 1.56em 1.7em;
}

.storage-sec4 {
  z-index: 3;
  width: 100vw;
  height: 55vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  padding-right: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec4.minuspad {
  margin-top: -90vh;
}

.storage-sec4-block {
  width: 100%;
  grid-row-gap: 3.13em;
  border: 1px solid var(--blue);
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
  position: relative;
}

.storage-sec4-copy {
  grid-row-gap: 1em;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.storage-infoblock-holder-1 {
  max-width: none;
  grid-column-gap: 1.25em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.button-long {
  width: 10.9em;
  height: 2.5em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-long:hover {
  background-color: rgba(83, 49, 207, .3);
}

.button-long.top-buffer {
  margin-top: 20px;
}

.button-long.dark {
  width: 15.2em;
  background-color: rgba(83, 49, 207, .5);
  transition: all .4s cubic-bezier(.455, .03, .515, .955);
}

.programlang-icon {
  width: 6.9em;
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.video-embed-6 {
  width: 100vw;
  opacity: 1;
  position: absolute;
}

.smol-arrow {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 2.25fr .25fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.smol-arrow.dropdown {
  transform: rotate(90deg);
}

.oracle-form-holder {
  z-index: 5;
  width: 32em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.text-margin {
  padding-left: 1.56em;
  padding-right: 1.56em;
}

.oracle-sec1 {
  z-index: 5;
  width: 100vw;
  height: 57vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.oracle-sec1.minuspad {
  margin-top: -90vh;
}

.oracle-form {
  width: 90%;
  position: relative;
}

.button-form {
  width: auto;
  height: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  font-size: 1.2em;
  line-height: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-form:hover {
  background-color: rgba(83, 49, 207, .3);
}

.button-form.top-buffer {
  margin-top: 20px;
}

.button-form.dark {
  background-color: rgba(83, 49, 207, .5);
}

.button-text-form {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
  text-decoration: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-formfx {
  width: 10.9em;
  height: 2.5em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  justify-content: flex-end;
  align-items: center;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.button-formfx:hover {
  background-color: rgba(83, 49, 207, .3);
}

.button-formfx.top-buffer {
  margin-top: 20px;
}

.button-formfx.dark {
  background-color: rgba(83, 49, 207, .5);
}

.button-formx {
  width: 10.9em;
  height: 2.5em;
  border: 1px solid var(--blue);
  color: #fff;
  text-align: center;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: .63em;
  font-family: Outfit, sans-serif;
  font-size: 1.2em;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-formx.top-buffer {
  margin-top: 20px;
}

.button-formx.dark {
  background-color: rgba(83, 49, 207, .5);
}

.form-grid {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  display: grid;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5em;
  display: flex;
}

.form-field {
  width: auto;
  height: 2.5em;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding-left: .63em;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.form-field:hover {
  background-color: rgba(83, 49, 207, .3);
}

.form-field.top-buffer {
  margin-top: 20px;
}

.form-field.dark {
  background-color: rgba(83, 49, 207, .5);
}

.oracle-infobutton-1 {
  width: 28vw;
  height: 100%;
  border: 1px solid var(--blue);
  color: #fff;
  background-color: rgba(83, 49, 207, .15);
  border-radius: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.gamma-sticky {
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.background-video-3 {
  z-index: 4;
  width: 100%;
  height: 100%;
  opacity: 1;
  mix-blend-mode: screen;
  position: absolute;
}

.citylight-bg {
  height: 100%;
  max-width: none;
  opacity: 1;
  position: relative;
}

.citylight-main {
  z-index: 4;
  height: 100%;
  max-width: none;
  opacity: 1;
  position: absolute;
}

.citylight-right {
  z-index: 4;
  height: 60%;
  max-width: none;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.citylight-left {
  z-index: 4;
  height: 60%;
  max-width: none;
  opacity: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.storage-sec1 {
  z-index: 5;
  width: 100vw;
  height: 57vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.storage-sec1.minuspad {
  margin-top: -90vh;
}

.mobile-menu-socials {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-option-socials {
  width: 28vw;
  height: 100%;
  background-image: radial-gradient(circle at 50% 0, rgba(113, 94, 141, .5), rgba(21, 0, 56, .5));
  border: 1px solid rgba(255, 255, 255, .2);
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.about-sec-2 {
  position: relative;
}

.about-sec1 {
  z-index: 5;
  width: 100vw;
  height: 57vw;
  grid-row-gap: .94px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.25em;
  display: flex;
  position: relative;
}

.about-sec1.minuspad {
  margin-top: -90vh;
}

.video-embed-7 {
  width: 100vw;
  opacity: 1;
  margin-top: -57vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.vembed-2-overlay {
  z-index: 2;
  width: 100vw;
  height: 57vw;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 82%, #000);
  position: absolute;
}

.div-block-3 {
  width: 90%;
  justify-content: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: none;
  }

  .home-sec1 {
    height: 65vw;
    align-items: center;
    padding-left: 0;
  }

  .h1 {
    font-size: 6em;
  }

  .h1.mobile-quote {
    font-size: 3.4em;
  }

  .home-sec1-copy {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .home-sec2, .home-sec3 {
    height: 65vw;
    align-items: center;
    padding-left: 0;
  }

  .dot-block.hide-on-mobile {
    display: none;
  }

  .h2 {
    font-size: 1.8em;
  }

  .home-floatbox {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    right: auto;
  }

  .home-infoblock-holder-1 {
    flex-direction: row;
    margin-top: 1.25em;
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .dot-block-2.hide-on-mobile, .dot-block-3.hide-on-mobile {
    display: none;
  }

  .home-featured-block {
    padding-bottom: 3.13em;
  }

  .dot-block-4.hide-on-mobile {
    display: none;
  }

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

  .footer-line, .form-block, .footer-links {
    width: 90%;
  }

  .social-link.menu-mobile {
    width: 50px;
  }

  .nav-menu-icon {
    display: block;
  }

  .menu-modal {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 2.25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menu-block-holder {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-option {
    width: 34vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-bottom {
    display: none;
  }

  .menu-option-bottom {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-option-top {
    height: auto;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-option-img {
    display: none;
  }

  .menu-track {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-sec1-5 {
    height: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .copy-small {
    font-size: 1.1em;
  }

  .token-sec-1.no-overflow {
    overflow: hidden;
  }

  .token-sec1 {
    height: auto;
    min-height: 65vw;
    align-items: center;
    padding-top: 1.88em;
    padding-bottom: 1.88em;
    padding-left: 0;
  }

  .token-sec1-float {
    justify-content: center;
    padding-top: 1.56em;
    padding-bottom: 1.56em;
    top: 0;
  }

  .token-sec2-copy {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .discordquote-block {
    height: 50vw;
  }

  .discordquote-copy {
    width: 85%;
  }

  .vembed-1-overlay.hide-on-mobile {
    display: none;
  }

  .storage-sec2-copy {
    align-items: center;
  }

  .storage-sec2-block {
    height: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .storage-sec2 {
    height: auto;
    min-height: 65vw;
    text-align: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .storage-infobutton-1 {
    height: 100%;
    min-height: auto;
  }

  .video-embed-5 {
    margin-left: -66%;
    overflow: visible;
  }

  .storage-sec3 {
    height: auto;
    min-height: 65vw;
    align-items: center;
    padding: 1.88em 1.85em;
  }

  .storage-sec3-block {
    margin-top: 2em;
  }

  .storage-sec4 {
    height: auto;
    min-height: 65vw;
    padding: 3.13em 2em;
  }

  .storage-sec4-block {
    text-align: center;
  }

  .storage-infoblock-holder-1 {
    grid-column-gap: 1.25em;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .video-embed-6 {
    width: 100vw;
  }

  .storage-sec1 {
    height: auto;
    min-height: 65vw;
    align-items: center;
    margin-top: -33.55em;
    padding-top: 1.88em;
    padding-bottom: 1.88em;
    padding-left: 0;
  }

  .mobile-menu-socials {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .menu-option-socials {
    width: 34vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-sec-2.no-overflow {
    overflow: hidden;
  }

  .about-sec1 {
    height: auto;
    min-height: 65vw;
    align-items: center;
    padding-top: 1.88em;
    padding-bottom: 1.88em;
    padding-left: 0;
  }

  .video-embed-7 {
    margin-left: -66%;
    overflow: visible;
  }

  .vembed-2-overlay.hide-on-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    padding-left: 22px;
    padding-right: 22px;
  }

  .home-sec1 {
    height: 140vw;
  }

  .h1 {
    font-size: 3.5em;
  }

  .h1.mobile-quote {
    font-size: 2.3em;
  }

  .home-sec1-copy {
    max-width: 100%;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .paragraph {
    font-size: 1em;
  }

  .paragraph.hide-on-phone, .home-pagination {
    display: none;
  }

  .home-sec2, .home-sec3 {
    height: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .home-gamma4 {
    height: 150vh;
    overflow: visible;
  }

  .home-section-2 {
    margin-top: 0;
    overflow: visible;
  }

  .button.top-buffer.hide-on-phone {
    display: none;
  }

  .home-infoblock-1 {
    width: 100%;
    max-width: none;
  }

  .h2 {
    font-size: 1.7em;
  }

  .home-infoblock-2 {
    max-width: none;
  }

  .home-floatbox {
    width: 100%;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .home-infoblock-holder-1 {
    max-width: none;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._3dicon-1 {
    width: 4em;
  }

  .home-sec2-copy {
    max-width: 19em;
  }

  .home-featured-block {
    text-align: center;
    padding-left: 1.05em;
    padding-right: 1.05em;
  }

  .featured-img {
    width: 32vw;
  }

  .featured-img-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .option-block.width80 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .option-block-img {
    width: 50vw;
    max-width: none;
  }

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

  .home-sec2-contain-grid {
    text-align: left;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-footer {
    overflow: visible;
  }

  .subscribe-block {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .text-field {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .submit-button {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .footer-links {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .social-link.menu-mobile {
    width: 2.2em;
  }

  .nav-menu-icon {
    width: 50px;
  }

  .menu-modal {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: 2.25fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menu-block-holder {
    overflow: visible;
  }

  .menu-option {
    width: auto;
  }

  .menu-option-bottom, .menu-option-top {
    padding-left: .94em;
    padding-right: .94em;
  }

  .menu-track {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 30px;
    overflow: visible;
  }

  .home-sec1-5 {
    width: 90vw;
  }

  .copy-large {
    font-size: 1.2em;
  }

  .token-sec-1 {
    overflow: hidden;
  }

  .token-sec1 {
    margin-top: 4.69em;
  }

  .token-buyblock {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .exchangeicon-1 {
    width: 60px;
  }

  .token-buytitle {
    position: relative;
  }

  .scrub-section {
    overflow: visible;
  }

  .token-sec2-copy {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-embed-2 {
    width: 180vw;
  }

  .discordquote-block {
    width: 94vw;
    height: 100vw;
  }

  .video-embed-1 {
    width: 320vw;
    margin-left: -106%;
  }

  .vembed-1-overlay {
    height: 116vw;
  }

  .vembed-1-overlay.hide-on-mobile {
    height: 180vw;
    display: none;
  }

  .video-embed-3 {
    width: 170vw;
    margin-top: 70px;
    margin-left: -53%;
  }

  .about-grid-1 {
    grid-column-gap: 0em;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .video-embed-4 {
    width: 90vw;
  }

  .storage-sec2-block {
    grid-template-columns: 1fr;
  }

  .storage-sec2 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .storage-infobutton-1 {
    width: 90vw;
  }

  .storage-sec3 {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }

  .storage-sec4-block {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .storage-infoblock-holder-1 {
    grid-template-columns: 1fr;
  }

  .video-embed-6 {
    width: 190vw;
    margin-left: -76%;
  }

  .citylight-right, .citylight-left {
    height: 100%;
  }

  .storage-sec1 {
    min-height: 130vw;
    margin-top: -37.25em;
  }

  .mobile-menu-socials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-option-socials {
    width: auto;
  }

  .about-sec-2 {
    height: 110vw;
    margin-top: 3.13em;
    overflow: hidden;
  }

  .about-sec1 {
    min-height: 130vw;
    margin-top: 4.69em;
  }

  .video-embed-7 {
    margin-top: -106vw;
    margin-left: -232%;
  }

  .vembed-2-overlay {
    height: 180vw;
  }

  .vembed-2-overlay.hide-on-mobile {
    height: 180vw;
    display: none;
  }
}

#w-node-_67404fe9-9a2c-e19b-3e62-f05b573c9eeb-7ded68ae {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec3f-7ded68ae {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
  justify-self: center;
}

#w-node-_379ce292-be3a-6201-963c-c07304bb6e52-7ded68ae, #w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec46-7ded68ae, #w-node-_4fbd4a80-b3fc-4900-4949-7d17eb8b0334-7ded68ae, #w-node-d062e0dc-a4db-0478-4049-9607929e251a-7ded68ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-a0fa5963-09da-072d-52fb-ad7139e102c1-7ded68ae {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
  justify-self: auto;
}

#w-node-aeff1681-1a9e-75c8-c980-151dd2004a29-7ded68ae {
  align-self: center;
  justify-self: stretch;
}

#w-node-e2c6a242-c599-966d-fe95-84e377ea8902-7ded68ae {
  align-self: center;
  justify-self: center;
}

#w-node-_8ad53dfe-0446-7253-448e-dd1bea581a82-7ded68ae {
  align-self: center;
  justify-self: end;
}

#w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a53a-7ded68ae {
  align-self: center;
  justify-self: stretch;
}

#w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a541-7ded68ae {
  align-self: center;
  justify-self: center;
}

#w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a542-7ded68ae {
  align-self: center;
  justify-self: end;
}

#w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec5e-7ded68ae {
  align-self: center;
  justify-self: stretch;
}

#w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec65-7ded68ae {
  align-self: center;
  justify-self: center;
}

#w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec66-7ded68ae {
  align-self: center;
  justify-self: end;
}

#w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9d5-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9dc-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9e3-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9ea-c1e6c9c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8b-d8052a8a, #w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8c-d8052a8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8d-d8052a8a {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: auto;
}

#w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052af5-d8052a8a {
  grid-area: 2 / 1 / 3 / 2;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dd5adeb7-c3c5-084c-7d8e-afbc15587a38-cd440111 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: center;
  justify-self: start;
}

#w-node-f697a8b4-1aae-d3b4-9053-1484fa04c20f-cd440111 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_54f7a446-b67b-4ce2-aeef-79cb68fb0d41-cd440111 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: end;
}

#w-node-_2a2b4b42-7986-dfd5-abb8-3b9af916d13c-cd440111 {
  align-self: center;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_67404fe9-9a2c-e19b-3e62-f05b573c9eeb-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec3f-7ded68ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_379ce292-be3a-6201-963c-c07304bb6e52-7ded68ae {
    grid-column: span 1 / span 1;
  }

  #w-node-aeff1681-1a9e-75c8-c980-151dd2004a29-7ded68ae {
    justify-self: stretch;
  }

  #w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8d-d8052a8a {
    align-self: stretch;
    justify-self: stretch;
  }

  #w-node-_4e55fe41-b48c-3969-12f3-e3a2d8052a8f-d8052a8a {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3f35a92e-0e14-c118-1084-2a4ffebdec3f-7ded68ae, #w-node-_379ce292-be3a-6201-963c-c07304bb6e52-7ded68ae, #w-node-_13c7d01d-e630-fc4a-23b6-c51b8f891412-7ded68ae, #w-node-_81f330be-9cfe-33fa-ae78-7f38ab0bb91d-7ded68ae, #w-node-_8b8f7ddd-3e1e-6ec4-605a-6ee3e3dca6c8-7ded68ae, #w-node-f93653f0-639f-908d-2193-cb2f60ef69d4-7ded68ae {
    align-self: center;
    justify-self: center;
  }

  #w-node-aeff1681-1a9e-75c8-c980-151dd2004a29-7ded68ae {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: stretch;
  }

  #w-node-e2c6a242-c599-966d-fe95-84e377ea8902-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ad53dfe-0446-7253-448e-dd1bea581a82-7ded68ae {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a53a-7ded68ae {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a541-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1ec8ee14-917d-2ef9-d849-d6bb9d35a542-7ded68ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec5e-7ded68ae {
    grid-area: 3 / 1 / 4 / 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec65-7ded68ae {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_393637e9-0839-f6b4-f97a-f3b7a552ec66-7ded68ae {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9d5-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9dc-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9e3-c1e6c9c1, #w-node-_8408af8a-7c5f-430e-0739-96bcc1e6c9ea-c1e6c9c1 {
    justify-self: start;
  }

  #w-node-dd5adeb7-c3c5-084c-7d8e-afbc15587a38-cd440111 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_54f7a446-b67b-4ce2-aeef-79cb68fb0d41-cd440111, #w-node-_2a2b4b42-7986-dfd5-abb8-3b9af916d13c-cd440111 {
    justify-self: center;
  }
}


