@font-face {
  font-family: Satoshi;
  src: url("/landing-assets/Satoshi-Variable.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --landing-bg: #040404;
  --black: #040404;
  --white: #eee;
  --electric-green: #9847ff;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--white);
  background: var(--landing-bg);
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  display: inline-block;
}

a {
  color: inherit;
  background-color: #0000;
  text-decoration: none;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-embed,
.w-script {
  display: block;
}

.w-dyn-list,
.w-dyn-items,
.w-dyn-item {
  display: block;
}

.no-selection {
  -webkit-user-select: none;
  user-select: none;
}

.body-light {
  background-color: var(--landing-bg);
}

.smooth-wrapper,
.smooth-content {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.home-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  min-height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-contain {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-text-wrap {
  justify-content: center;
  align-items: center;
  font-size: 100px;
  line-height: 92%;
  display: flex;
  position: relative;
}

.hero-text {
  position: relative;
  transform: translateY(-4vh);
}

.hero-h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: -.03em;
  text-shadow: 0 .04em .18em var(--landing-bg), 0 .1em .42em var(--landing-bg), 0 0 .7em var(--landing-bg);
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
  line-height: 85%;
  position: relative;
}

.flex-h1 {
  grid-column-gap: .04em;
  grid-row-gap: .1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.highlight-wrap {
  height: .85em;
  display: flex;
  position: relative;
}

.asterisk {
  color: var(--electric-green);
  text-align: center;
  margin-left: -.22em;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 92%;
  position: relative;
  top: -.02em;
  text-shadow: .06vw .2vw #000;
}

.tokens-created {
  --token-created-gradient: linear-gradient(90deg, #9847ff 0%, #c084ff 35%, #9847ff 70%, #7f2cff 100%);
  --tokens-created-font-size: .19em;
  --tokens-created-padding-y: .22em;
  --tokens-created-padding-x: .76em;
  --tokens-created-padding-left: .54em;
  z-index: 4;
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: var(--electric-green);
  background: linear-gradient(var(--landing-bg), var(--landing-bg)) padding-box, var(--token-created-gradient) border-box;
  background-size: auto, 240% 100%;
  border: 2px solid #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: var(--tokens-created-padding-y) var(--tokens-created-padding-x) var(--tokens-created-padding-y) var(--tokens-created-padding-left);
  font-family: Satoshi, Arial, sans-serif;
  font-size: var(--tokens-created-font-size);
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
  position: absolute;
  inset: auto 0% -8.5%;
  transform: rotate(-4deg);
  box-shadow: 0 0 .7em #00000054;
  animation: landingGradientLoop 3.2s ease-in-out infinite;
}

.tokens-created-text {
  background-image: var(--token-created-gradient);
  background-size: 240% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: landingGradientLoop 3.2s ease-in-out infinite;
}

.landing-get-started {
  z-index: 20;
  color: var(--black);
  text-align: center;
  letter-spacing: -.03em;
  background-color: var(--electric-green);
  border-radius: 999px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  min-width: 172px;
  min-height: 48px;
  padding: 14px 28px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 0;
  transition: margin-top .22s ease, box-shadow .22s ease;
  display: flex;
  position: absolute;
  top: calc(50% + 247px);
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 .9em #00000054;
}

.landing-get-started:hover {
  margin-top: -4px;
  box-shadow: 0 7px 14px #9847ff7d, 0 0 8px #9847ff59;
}

.token-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  position: relative;
  flex: none;
}

.tokens-created .token-icon-wrap img {
  opacity: 0;
}

.tokens-created .token-icon-wrap::before {
  content: "";
  background-image: var(--token-created-gradient);
  background-size: 240% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  animation: landingGradientLoop 3.2s ease-in-out infinite;
  -webkit-mask: url("/landing-assets/696eb8d1f6ae1c1e2394a169_tokens-icon.svg") center / contain no-repeat;
  mask: url("/landing-assets/696eb8d1f6ae1c1e2394a169_tokens-icon.svg") center / contain no-repeat;
}

.wall-wrapper {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collection-list {
  grid-column-gap: .375vw;
  grid-row-gap: 1vw;
  grid-template-columns: 5vw repeat(20, 1fr);
  grid-auto-flow: row;
  justify-items: end;
  padding-left: 1.25vw;
  display: grid;
}

.collection-item {
  opacity: .1;
  border: 1px solid #545454;
  border-radius: 50%;
  width: 6.5vw;
  height: 6.5vw;
  position: relative;
  overflow: hidden;
}

.token-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #6d6d6d;
  border-radius: 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: opacity .3s;
  overflow: hidden;
}

.anim-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 800px;
  transform-style: preserve-3d;
  pointer-events: none;
}

.gradient-contain {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0;
}

.gradient-top,
.gradient-bottom,
.gradient-left,
.gradient-right {
  position: absolute;
  pointer-events: none;
}

.gradient-top {
  background-image: linear-gradient(180deg, rgba(4, 4, 4, .68), #06060600);
  height: 18vh;
  inset: 0 0 auto;
}

.gradient-bottom {
  background-image: linear-gradient(0deg, rgba(4, 4, 4, .68), #06060600);
  height: 22vh;
  inset: auto 0 0;
}

.gradient-left {
  background-image: linear-gradient(270deg, #06060600, rgba(4, 4, 4, .68));
  width: 12vw;
  height: 100%;
  inset: 0 auto 0 0;
}

.gradient-right {
  background-image: linear-gradient(90deg, #06060600, rgba(4, 4, 4, .68));
  width: 12vw;
  height: 100%;
  inset: 0 0 0 auto;
}

.hero-text-reveal,
.hero-js {
  opacity: 0;
  width: 0;
  position: absolute;
  inset: 0 auto auto 0;
  overflow: hidden;
}

.top,
.bottom,
.hero-cta-wrapper,
.hero-cta,
.buttons-container,
.link-block,
.link {
  display: none !important;
}

@keyframes landingGradientLoop {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 991px) {
  .hero-text-wrap {
    font-size: clamp(56px, 9vw, 72px);
  }

  .collection-list {
    grid-column-gap: .5625vw;
    grid-row-gap: 1.5vw;
    grid-template-columns: 5vw repeat(12, 1fr);
    padding-left: 4.6875vw;
  }

  .collection-item {
    width: 11.34375vw;
    height: 11.34375vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    transform: none;
  }

  .hero-text-wrap {
    margin-top: -10vh;
    font-size: clamp(48px, 7vw, 72px);
    position: static;
  }

  .tokens-created {
    --tokens-created-font-size: .2625em;
    border-width: 1px;
    inset: 94% 0% auto;
  }

  .landing-get-started {
    top: calc(50% + 223px);
  }
}

@media screen and (max-width: 479px) {
  .collection-list {
    grid-column-gap: .5vw;
    grid-row-gap: 2.75vw;
    grid-template-columns: 5vw repeat(6, 1fr);
    align-items: center;
    padding-left: 15vw;
  }

  .collection-item {
    width: 22.6875vw;
    height: 22.6875vw;
  }

  .hero-text {
    grid-column-gap: .1em;
    grid-row-gap: .1em;
    flex-flow: column;
    display: flex;
  }

  .asterisk {
    text-shadow: .25vw .7vw #000;
  }

  .hero-text-wrap {
    margin-top: -6vh;
    font-size: clamp(40px, 12vw, 72px);
  }

  .tokens-created {
    --tokens-created-font-size: clamp(12px, .315em, 24px);
    top: 96%;
  }
}
