main > section {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding: 0 142px;
}

.token-section {
  padding: 0;
}

@media (max-width: 1300px) {
  main > section {
    padding: 0 60px;
  }
}
@media (max-width: 900px) {
  main > section {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  main > section {
    padding: 0px 20px;
  }
}
.accordion {
  border-radius: 2px;
}

.accordion-item + .accordion-item {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-button {
  cursor: pointer;
  padding: 36px 0px 36px;
  width: 100%;
  text-align: left;
  border: none;
}

.accordion-heading.active .accordion-button {
  padding: 36px 0px 0;
}
.accordion-heading.active .accordion-button .rounded-full {
  transform: rotate(0);
  background-color: #fff;
}
.accordion-heading.active .accordion-button .rounded-full svg {
  stroke: #000;
}

.accordion-button svg {
  transition: all 0.3s ease;
}

.accordion-button:hover .rounded-full svg {
  stroke: #000;
}

.accordion-button:hover .rounded-full {
  background-color: #fff;
}

[hidden] {
  display: none;
}

.accordion-panel {
  padding: 5px 0px 36px;
  animation: fadein 0.35s ease-in;
}

.inherit-cormorant {
  font-family: "Cormorant Garamond", serif;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* SF MONO light, 12pt
INTER semibold, 24
INTER regular, 16pt
INTER bold, 44pt
INTER bold, 70pt
GT FLEXA , bold, 32pt
GT FLEXA bold, 56pt
GT FLEXA bold, 70pt */
.drop-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 70px;
  line-height: 90%;
  letter-spacing: -4.6px;
}

.hero-title {
  margin-left: -10px;
  font-size: 200px;
  line-height: 70%;
}

.section-title-lg {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: -1.6px;
}

.section-title {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.heading-2-custom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
}

.heading-3-custom {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
}

.heading-2-5-custom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  letter-spacing: -1.6px;
}

.body-xl-custom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 130%;
}

.body-lg-custom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

.label-2-custom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
}

.body-2-custom {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.6px;
}

.label-1-custom {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -1.2px;
}

.label-1-custom-faq {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.label-1-5-custom {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -1.32821px;
}

.label-12-custom {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 44px;
  line-height: 53px;
  letter-spacing: -1.2px;
  color: #ebebeb;
  font-weight: 600;
}

@media (max-width: 900px) {
  .section-title {
    font-size: 36px;
  }
  .heading-3-custom {
    font-size: 28px;
  }
  .label-12-custom {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -1px;
  }
  .label-1-custom {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -1.25px;
  }
  .label-1-custom-faq {
    font-size: 20px;
    line-height: 1.5;
  }
  .heading-2-5-custom {
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -1px;
  }
  .heading-2-custom {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.6px;
  }
  .body-xl-custom {
    font-size: 16px;
    line-height: 130%;
  }
  .label-1-5-custom {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -1px;
  }
  .drop-title {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: bold;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 500px) {
  .hero-title {
    margin-left: 0px;
    font-size: 85px;
    line-height: 100%;
  }
}
button.primary {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  background: #1f1f1f;
  border-radius: 8px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  transition: all 0.3s ease;
}

button.primary:hover {
  opacity: 0.6;
}

canvas {
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.grid-f {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  grid-gap: 0px;
  background: linear-gradient(purple 0%, red 90%), linear-gradient(to right, purple 0%, yellow 90%);
  background-blend-mode: screen, difference, lighten;
  opacity: 0.1;
}

.li {
  box-sizing: border-box;
  background: #000;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.5);
  transition-delay: 1s;
}

.li:hover {
  background: rgb(0, 0, 0);
  transition-delay: 0s;
  opacity: 1 !important;
  filter: blur(20px);
}

@keyframes pulse {
  0% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes line {
  0% {
    width: 0%;
    height: 2px;
  }
  20% {
    width: 100%;
    height: 2px;
  }
  40% {
    width: 100%;
    height: 842px;
    transform: translate3d(0, 0, 0);
  }
  60% {
    height: 842px;
    width: 100%;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    height: 842px;
    width: 100%;
    transform: translate3d(0, 100%, 0);
  }
}
.img {
  opacity: 0;
  animation: pic 2.8s forwards;
}

.line {
  top: -2px;
  z-index: 11;
  height: 2px;
  width: 0%;
  margin: auto;
  background: black;
  animation: line 3.2s 0.5s ease forwards;
}

@keyframes pic {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  50% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.glitch {
  position: relative;
  background-size: cover;
  overflow: hidden;
  transform: rotate(0deg) scale(1);
  transition: all 0.3s ease;
}

.glitch:hover {
  /* transform: rotate(4deg) scale(1.1); */
}

.glitch .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover; /* contain for split effect */
  opacity: 0.4;
  mix-blend-mode: hard-light;
  animation: glitch2 10s ease infinite;
}

.glitch:hover .inner {
  animation: glitch1 0.3s linear forwards;
}

@keyframes glitch1 {
  0% {
    filter: hue-rotate(0deg);
    opacity: 0.5;
  }
  100% {
    filter: hue-rotate(0deg);
    opacity: 0;
  }
}
@keyframes glitch2 {
  0% {
    filter: hue-rotate(0deg);
  }
  20% {
    filter: hue-rotate(40deg);
  }
  40% {
    filter: hue-rotate(80deg);
  }
  60% {
    filter: hue-rotate(120deg);
  }
  80% {
    filter: hue-rotate(40deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}
.glitch2 .inner {
  opacity: 1;
  mix-blend-mode: hard-light;
  animation: lights 4s ease infinite;
}

@keyframes lights {
  0% {
    filter: hue-rotate(0deg);
  }
  10% {
    filter: hue-rotate(120deg);
    opacity: 0.3;
  }
  20% {
    filter: hue-rotate(20deg);
    opacity: 1;
  }
  30% {
    filter: hue-rotate(20deg);
  }
  40% {
    filter: hue-rotate(20deg);
    opacity: 0.7;
  }
  60% {
    filter: hue-rotate(120deg);
    opacity: 0.1;
  }
  70% {
    filter: hue-rotate(50deg);
    opacity: 1;
  }
  80% {
    filter: hue-rotate(80deg);
    opacity: 0.1;
  }
  90% {
    filter: hue-rotate(40deg);
  }
  100% {
    filter: hue-rotate(120deg);
    opacity: 0.6;
  }
}
.cx_description__IXY_z {
  font-size: 24px;
}

.cx-sub-title {
  font-size: 24px;
  font-weight: 400;
  color: #666;
}