@font-face {
  font-display: swap;
  font-family: HelloHeadlineW00;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/HelloHeadlineW00-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: FoolishTalk;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/FoolishTalk.woff2) format("woff2");
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  display: inline-block;
}
body,
html {
  height: 100%;
}
body {
  line-height: 1;
  scrollbar-gutter: stable;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
body {
  background-color: #f8c714;
  color: #fff;
  font-family: HelloHeadlineW00;
  font-size: 1rem;
  min-width: 20rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.menu-open-bg {
  backdrop-filter: blur(0.375rem);
  background: rgba(0, 0, 0, 0.65);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease 0s;
  width: 100%;
  z-index: 5;
}
[data-fls-menu-open] .menu-open-bg {
  opacity: 1;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  margin: 0 auto;
  max-width: 106.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
*,
a,
button {
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}
.menu__body,
.menu__list {
  position: relative;
}
.menu__list {
  align-items: center;
  column-gap: 1.25rem;
  display: flex;
  z-index: 4;
}
.menu__link {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 120%;
  text-transform: uppercase;
  transition: color 0.3s ease 0s;
}
.icon-menu {
  display: none;
}
.header {
  left: 0;
  padding: 0.625rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 10%;
  min-width: 100px;
}
.header__actions,
.header__social {
  align-items: center;
  column-gap: 0.3125rem;
  display: flex;
  flex-shrink: 0;
}
.header__social-item {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  position: relative;
  width: 2.25rem;
  z-index: 2;
}
.header__social-item i {
  background-color: #bc6fd5;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.header__social-item i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.header__social-item i:nth-child(2) {
  inset: 0.1875rem;
  opacity: 0.5;
  z-index: 2;
}
.header__social-item i:nth-child(3) {
  inset: 0.375rem;
  opacity: 1;
  z-index: 3;
}
.header__social-item svg {
  height: auto;
  position: relative;
  width: 40%;
  z-index: 4;
}
.header__button {
  align-items: center;
  border-radius: 2.25rem;
  display: inline-flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  position: relative;
  width: 8.25rem;
  z-index: 2;
}
.header__button i {
  background-color: #bc6fd5;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.header__button i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.header__button i:nth-child(2) {
  inset: 0.1875rem;
  opacity: 0.5;
  z-index: 2;
}
.header__button i:nth-child(3) {
  inset: 0.375rem;
  opacity: 1;
  z-index: 3;
}
.header__button span {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
  z-index: 4;
}
.footer {
  background-color: #ad5db0;
  margin-top: -0.125rem;
  padding: 0.625rem 0;
  position: relative;
  z-index: 5;
}
.footer__container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.footer__container > span {
  color: #fff;
  font-family: FoolishTalk;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__container > span:first-child {
  flex-shrink: 0;
}
.footer__container p {
  color: #fff;
  font-family: FoolishTalk;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.00625rem;
  line-height: 1;
  opacity: 0.3;
  text-align: center;
  text-transform: uppercase;
}
.footer__container > a {
  align-items: center;
  column-gap: 0.25rem;
  display: inline-flex;
  flex-shrink: 0;
}
@keyframes play-dec {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-50%) scale(2);
  }
}
@keyframes play {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.025);
  }
  to {
    transform: scale(1);
  }
}
.music-toggler {
  aspect-ratio: 202/198;
  position: fixed;
  width: 7.5rem;
  z-index: 8;
}
.music-toggler.play img,
.music-toggler.play:after {
  animation: none;
}
.music-toggler.play img:first-child {
  opacity: 1;
}
.music-toggler.play img:nth-child(2) {
  opacity: 0;
}
.music-toggler:before {
  z-index: 3;
}
.music-toggler:after {
  animation: play-dec 1.2s ease infinite;
  z-index: 4;
}
.music-toggler img {
  animation: play 0.6s ease infinite;
  height: 100%;
  left: 0;
  object-fit: contain;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease 0s;
  user-select: none;
  width: 100%;
}
.music-toggler img:first-child {
  opacity: 0;
  z-index: 1;
}
.music-toggler img:nth-child(2) {
  z-index: 2;
}
#music {
  display: none;
}
.coming-soon {
  display: none;
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}
.coming-soon__bg {
  pointer-events: none;
  user-select: none;
}
.coming-soon__bg,
.coming-soon__bg-bg {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.coming-soon__bg-bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.coming-soon__bg-title {
  aspect-ratio: 2199/456;
  left: 50%;
  position: absolute;
  top: 10%;
  transform: translateX(-50%) translateY(-100vh);
  width: 70%;
  z-index: 3;
}
[data-fls-loaded] .coming-soon__bg-title {
  animation: fall-2 1s ease-in-out 0.8s forwards;
}
.coming-soon__bg-title img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.coming-soon__bg-back {
  inset: 0;
  position: absolute;
  transform: scale(10);
  z-index: 2;
}
[data-fls-loaded] .coming-soon__bg-back {
  animation: bg 1s ease-in-out forwards;
}
.coming-soon__bg-back img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.coming-soon__bg-hero {
  aspect-ratio: 531/897;
  bottom: 5%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) translateY(-100vh);
  width: 18%;
  z-index: 5;
}
[data-fls-loaded] .coming-soon__bg-hero {
  animation: fall 0.6s ease-in 0.8s forwards;
}
.coming-soon__bg-hero img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.coming-soon__bg-front {
  inset: -10%;
  mix-blend-mode: soft-light;
  opacity: 1;
  position: absolute;
  transform: scale(10);
  z-index: 6;
}
[data-fls-loaded] .coming-soon__bg-front {
  animation: bg 1s ease-in-out forwards;
}
.coming-soon__bg-front img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@keyframes fall {
  0% {
    transform: translateX(-50%) translateY(-100vh) scaleX(0.95) scaleY(1.05);
  }
  85% {
    transform: translateX(-50%) translateY(5vh) scaleX(1.05) scaleY(0.95);
  }
  to {
    transform: translateX(-50%) translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes fall-2 {
  0% {
    transform: translateX(-50%) translateY(-100vh);
  }
  85% {
    transform: translateX(-50%) translateY(5vh);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes bg {
  0% {
    transform: scale(10);
  }
  to {
    transform: scale(1);
  }
}
.hero {
  position: relative;
  width: 100%;
}
.hero__bg {
  height: 100%;
  pointer-events: none;
  position: absolute;
  user-select: none;
  width: 100%;
}
.hero__bg-bg {
  position: absolute;
  z-index: 2;
}
.hero__bg-bg img {
  height: 100%;
  object-fit: cover;
  object-position: 40% bottom;
  top: 0;
  will-change: transform;
  z-index: 1;
}
.hero__bg-bg img,
.hero__bg-front {
  left: 0;
  position: absolute;
  width: 100%;
}
.hero__bg-front {
  top: -1%;
  z-index: 5;
}
.hero__bg-front img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50%;
  position: absolute;
  top: 0;
  transition: transform 0.3s ease-out 0s;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.hero__container {
  position: relative;
}
.hero__title {
  position: relative;
  width: 100%;
  z-index: 3;
}
.hero__title img {
  width: 100%;
}
.hero__actions {
  column-gap: 0.5rem;
  display: flex;
  z-index: 7;
}
.hero__actions,
.hero__button {
  align-items: center;
  position: relative;
}
.hero__button {
  border-radius: 3.75rem;
  display: inline-flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  width: 14rem;
  z-index: 2;
}
.hero__button i {
  background-color: #bc6fd5;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.hero__button i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.hero__button i:nth-child(2) {
  inset: 0.3125rem;
  opacity: 0.5;
  z-index: 2;
}
.hero__button i:nth-child(3) {
  inset: 0.625rem;
  opacity: 1;
  z-index: 3;
}
.hero__button span {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
  z-index: 4;
}
.hero__socail {
  align-items: center;
  column-gap: 0.3125rem;
  display: flex;
  flex-shrink: 0;
}
.hero__social-item {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  position: relative;
  width: 3.75rem;
  z-index: 2;
}
.hero__social-item i {
  background-color: #bc6fd5;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.hero__social-item i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.hero__social-item i:nth-child(2) {
  inset: 0.3125rem;
  opacity: 0.5;
  z-index: 2;
}
.hero__social-item i:nth-child(3) {
  inset: 0.625rem;
  opacity: 1;
  z-index: 3;
}
.hero__social-item svg {
  height: auto;
  position: relative;
  width: 40%;
  z-index: 4;
}
.about {
  position: relative;
  width: 100%;
}
.about__bg {
  height: 127%;
  pointer-events: none;
  top: -17%;
  user-select: none;
}
.about__bg,
.about__bg img {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.about__bg img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  top: 0;
  will-change: transform;
}
.about__top {
  aspect-ratio: 2880/1694;
  display: none;
  pointer-events: none;
  transform: translateY(-51%);
  user-select: none;
}
.about__top,
.about__top img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about__top img {
  height: 100%;
  object-fit: cover;
}
.about__container {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 3;
}
.about__title {
  pointer-events: none;
  user-select: none;
}
.about__title img {
  width: 100%;
}
.about__text {
  display: flex;
  flex-direction: column;
  position: relative;
}
.about__text p {
  color: #fff;
  font-family: FoolishTalk;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 120%;
}
.about__image {
  pointer-events: none;
  position: relative;
  user-select: none;
}
.about__image img {
  animation: fly 4s ease-in-out infinite;
  width: 100%;
}
.tokenomics {
  position: relative;
  width: 100%;
}
.tokenomics__bg {
  height: 110%;
  pointer-events: none;
  position: absolute;
  top: -10%;
  user-select: none;
  width: 100%;
  z-index: 1;
}
.tokenomics__bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.tokenomics__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 3;
}
.tokenomics__container-bubble {
  aspect-ratio: 2225/2232;
  pointer-events: none;
  position: absolute;
  user-select: none;
}
.tokenomics__container-bubble img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tokenomics__container-bubble:first-child {
  bottom: -15%;
  left: 0;
  width: 30%;
}
.tokenomics__container-bubble:nth-child(2) {
  bottom: 0;
  right: 5%;
  width: 25%;
}
.tokenomics__title {
  pointer-events: none;
  position: relative;
  user-select: none;
  z-index: 1;
}
.tokenomics__title img {
  width: 100%;
}
.tokenomics__items {
  pointer-events: none;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 2;
}
.tokenomics__item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tokenomics__item h3 {
  color: #fff;
  font-family: FoolishTalk;
}
.tokenomics__item h3,
.tokenomics__item span {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 120%;
}
.tokenomics__item span {
  color: #ffffff;
  text-shadow: 0 0.25rem 1.25rem rgba(173, 93, 176, 0.5);
  text-transform: uppercase;
}
.tokenomics__item.tax {
  aspect-ratio: 725/728;
  background: url(../assets/img/tokenomics/1.png) 50% / contain no-repeat;
  position: relative;
}
.tokenomics__item.lp {
  aspect-ratio: 842/876;
  background: url(../assets/img/tokenomics/1.png) 50% / contain no-repeat;
  position: relative;
}
.tokenomics__item.ts {
  aspect-ratio: 688/690;
  background: url(../assets/img/tokenomics/1.png) 50% / contain no-repeat;
  padding-right: 1%;
  padding-top: 2%;
  position: relative;
}
.tokenomics__ca {
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
  position: relative;
  z-index: 3;
}
.tokenomics__ca-body {
  align-items: center;
  border-radius: 3.75rem;
  display: inline-flex;
  justify-content: center;
  min-height: 3.75rem;
  padding: 0.3125rem 1.875rem;
  position: relative;
  z-index: 2;
}
.tokenomics__ca-body i {
  background-color: #ad5db0;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.tokenomics__ca-body i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.tokenomics__ca-body i:nth-child(2) {
  inset: 0.3125rem;
  opacity: 0.5;
  z-index: 2;
}
.tokenomics__ca-body i:nth-child(3) {
  inset: 0.625rem;
  opacity: 1;
  z-index: 3;
}
.tokenomics__ca-body span {
  align-items: center;
  color: #fff;
  column-gap: 0.5rem;
  display: flex;
  font-family: FoolishTalk;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: center;
  word-break: break-all;
  z-index: 4;
}
.tokenomics__ca-body span:before {
  content: "CA:";
  pointer-events: none;
  text-wrap: nowrap;
  user-select: none;
  white-space: nowrap;
}
.tokenomics__ca-button {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  position: relative;
  width: 3.75rem;
  z-index: 2;
}
.tokenomics__ca-button svg {
  position: relative;
  z-index: 5;
}
.tokenomics__ca-button i {
  background-color: #ad5db0;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.tokenomics__ca-button i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.tokenomics__ca-button i:nth-child(2) {
  inset: 0.3125rem;
  opacity: 0.5;
  z-index: 2;
}
.tokenomics__ca-button i:nth-child(3) {
  inset: 0.625rem;
  opacity: 1;
  z-index: 3;
}
.how {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
  width: 100%;
}
.how__top {
  aspect-ratio: 2880/1694;
  top: -15%;
  transform: translateY(-50%);
  z-index: 2;
}
.how__top,
.how__top img {
  left: 0;
  position: absolute;
  width: 100%;
}
.how__top img {
  object-fit: cover;
}
.how__bg,
.how__top img {
  height: 100%;
  top: 0;
  z-index: 1;
}
.how__bg {
  left: 0;
  pointer-events: none;
  position: absolute;
  user-select: none;
  width: 100%;
}
.how__bg-bg {
  inset: 0;
  position: absolute;
  will-change: transform;
  z-index: 1;
}
.how__bg-bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 60% bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.how__bg-labubu {
  inset: 0;
  z-index: 2;
}
.how__bg-labubu,
.how__bg-labubu img {
  position: absolute;
  will-change: transform;
}
.how__bg-labubu img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 60% bottom;
  top: 0;
  width: 100%;
  z-index: 1;
}
.how__bg-front {
  inset: 0;
  position: absolute;
  will-change: transform;
  z-index: 3;
}
.how__bg-front img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 60% bottom;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.how__container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}
.how__column {
  flex-shrink: 0;
}
.how__title,
.how__title img {
  width: 100%;
}
.how__items {
  display: flex;
  flex-direction: column;
}
.how__item h3 {
  color: #ffffff;
  font-size: 2.5rem;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
}
.how__item h3,
.how__item p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 120%;
}
.how__item p {
  color: #ffffff;
  font-family: FoolishTalk;
}
.how__item p a {
  text-decoration: underline;
}
.join {
  position: relative;
  width: 100%;
}
.join__top {
  pointer-events: none;
  transform: translateY(-60%);
  user-select: none;
  z-index: 3;
}
.join__top,
.join__top img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.join__top img {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
}
.join__bg {
  height: 102%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.join__bg-bg {
  inset: 0;
  position: absolute;
  z-index: 1;
}
.join__bg-bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
.join__bg-front {
  inset: 0;
  position: absolute;
  z-index: 4;
}
.join__bg-front img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.join__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 3.75rem;
  position: relative;
  height: 90%;
}
.join__title {
  position: relative;
  width: 71%;
  z-index: 2;
}
.join__title img {
  width: 100%;
}
.join__actions {
  column-gap: 0.5rem;
  display: flex;
  z-index: 5;
}
.join__actions,
.join__button {
  align-items: center;
  position: relative;
}
.join__button {
  border-radius: 3.75rem;
  display: inline-flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  width: 14rem;
  z-index: 2;
}
.join__button i {
  background-color: #bc6fd5;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.join__button i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.join__button i:nth-child(2) {
  inset: 0.3125rem;
  opacity: 0.5;
  z-index: 2;
}
.join__button i:nth-child(3) {
  inset: 0.625rem;
  opacity: 1;
  z-index: 3;
}
.join__button span {
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
  z-index: 4;
}
.join__socail {
  align-items: center;
  column-gap: 0.3125rem;
  display: flex;
  flex-shrink: 0;
}
.join__social-item {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 3.75rem;
  justify-content: center;
  position: relative;
  width: 3.75rem;
  z-index: 2;
}
.join__social-item i {
  background-color: #bc6fd5;
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  transition: transform 0.15s ease-out 0s, opacity 0.15s ease-out 0s,
    inset 0.15s ease-out 0s;
  user-select: none;
}
.join__social-item i:first-child {
  inset: 0;
  opacity: 0.2;
  z-index: 1;
}
.join__social-item i:nth-child(2) {
  inset: 0.3125rem;
  opacity: 0.5;
  z-index: 2;
}
.join__social-item i:nth-child(3) {
  inset: 0.625rem;
  opacity: 1;
  z-index: 3;
}
.join__social-item svg {
  height: auto;
  position: relative;
  width: 40%;
  z-index: 4;
}
@keyframes fly {
  0% {
    transform: translateY(0);
  }
  20% {
    rotate: -0.5deg;
  }
  50% {
    rotate: 0.5deg;
    transform: translateY(-1.25rem);
  }
  75% {
    rotate: -0.5deg;
  }
  to {
    transform: translateY(0);
  }
}
.bubbles {
  transition: all 0.9s ease 0s;
}
.bubbles.scroll-up {
  transform: translateY(3%) scaleX(0.995) scaleY(1.1);
  transform-origin: top;
}
.bubbles.scroll-down {
  transform: translateY(-3%) scaleX(0.995) scaleY(1.1);
  transform-origin: bottom;
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .menu__body > i {
    pointer-events: none;
    position: absolute;
    user-select: none;
  }
  .menu__body > i:first-child {
    background-color: #7f30ce69;
    border-radius: 0.625rem;
    inset: 0.3125rem;
    z-index: 1;
  }
  .menu__body > i:nth-child(2) {
    background-color: hsla(0, 0%, 100%, 0.8);
    border-radius: 0.5rem;
    inset: 0.625rem;
    z-index: 2;
  }
  .menu__body {
    background-color: #7f30ce69;
    border-radius: 0.75rem;
    height: auto;
    overflow: auto;
    padding: 1.875rem;
    position: fixed;
    right: -100%;
    top: 4.375rem;
    transition: right 0.3s;
    width: auto;
  }
  [data-fls-menu-open] .menu__body {
    right: 0.9375rem;
  }
  .menu__list {
    flex-direction: column;
    margin-bottom: 0.9375rem;
    row-gap: 0.9375rem;
  }
  .menu__link {
    color: #bc6fd5;
  }
  .icon-menu {
    background-color: #7f30ce69;
    border-radius: 50%;
    display: block;
    height: 2.75rem;
    position: relative;
    width: 2.75rem;
    z-index: 5;
  }
  .icon-menu i:first-child {
    background-color: rgba(195, 109, 156, 0.5);
    border-radius: inherit;
    inset: 0.25rem;
    position: absolute;
    z-index: 1;
  }
  .icon-menu i:nth-child(2) {
    background-color: #bc6fd5;
    border-radius: inherit;
    inset: 0.5rem;
    position: absolute;
    z-index: 1;
  }
  .icon-menu:after,
  .icon-menu:before {
    background-color: #fff;
    content: "";
    height: 0.125rem;
    position: absolute;
    right: 0.8125rem;
    transition: all 0.3s ease 0s;
    width: 1.125rem;
    z-index: 4;
  }
  .icon-menu:before {
    top: 1.125rem;
  }
  .icon-menu:after {
    bottom: 1.125rem;
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu:before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu:after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .header__actions {
    flex-direction: column-reverse;
    position: relative;
    row-gap: 0.625rem;
    z-index: 4;
  }
  .footer {
    padding: 1.25rem 0 0.9375rem;
  }
  .footer__container {
    column-gap: 1.25rem;
    flex-direction: column;
  }
  .footer__container > span {
    font-size: 0.875rem;
  }
  .footer__container > span:first-child {
    order: 1;
  }
  .footer__container p {
    font-size: 0.75rem;
    margin-top: 1.25rem;
    order: 3;
  }
  .footer__container > a {
    margin-top: 0.25rem;
    order: 2;
  }
  .footer__container > a span {
    font-size: 0.875rem;
  }
  .footer__container > a img {
    width: 5.75rem;
  }
  .music-toggler {
    aspect-ratio: 202/198;
    bottom: 1.875rem;
    right: 0.4375rem;
    width: 5rem;
  }
  .coming-soon {
    height: 100svh;
  }
  .coming-soon__bg-title {
    top: 15%;
    width: calc(100% - 1.875rem);
  }
  .coming-soon__bg-hero {
    width: 70%;
  }
  .hero__bg-bg {
    height: 154%;
    left: 0;
    top: -10%;
    width: 100%;
  }
  .hero__bg-front {
    inset: 5%;
    transform: translateY(5%);
  }
  .hero__container:before {
    background-position: 60%;
    height: 60%;
    left: -0.9375rem;
    top: 10%;
    width: calc(100% + 1.875rem);
  }
  .hero__container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100svh;
    padding: 5rem 0.9375rem;
  }
  .hero__title {
    margin: 0 -0.9375rem;
    width: calc(100% + 1.875rem);
  }
  .about {
    padding-top: 3.75rem;
  }
  .about__container {
    flex-direction: column;
  }
  .about__title {
    margin-left: -6%;
    width: 100%;
    width: 106%;
  }
  .about__text {
    margin-top: -1.25rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    row-gap: 1.25rem;
  }
  .about__text:before {
    bottom: -10%;
    left: -13%;
  }
  .about__text p {
    font-size: 1.125rem;
  }
  .tokenomics__bg:before {
    width: 60%;
  }
  .tokenomics__container-bubble:first-child {
    bottom: -20%;
    width: 50%;
  }
  .tokenomics__container-bubble:nth-child(2) {
    width: 40%;
  }
  .tokenomics__title {
    align-self: flex-start;
    margin: 0 -0.9375rem -2.8125rem;
    width: calc(100% + 3.75rem);
  }
  .tokenomics__items {
    display: flex;
    flex-direction: column;
  }
  .tokenomics__item.tax {
    align-self: flex-start;
    transform: translateX(-20%);
  }
  .tokenomics__item.lp {
    align-self: flex-end;
    margin-top: -35%;
    transform: translateX(20%);
  }
  .tokenomics__item.ts {
    margin-top: -35%;
    transform: translateX(10%);
  }
  .tokenomics__ca {
    max-width: 100%;
  }
  .tokenomics__ca-body span {
    font-size: 1.125rem;
  }
  .how {
    padding-top: 3.75rem;
  }
  .how__bg:before {
    left: 130%;
    width: 120%;
  }
  .how__bg-bg img,
  .how__bg-front img,
  .how__bg-labubu img {
    object-position: 39% bottom;
  }
  .how__container {
    align-items: center;
    flex-direction: column;
    row-gap: 2.1875rem;
  }
  .how__title {
    margin: 0 -1.875rem 1.25rem 0;
    width: calc(100% + 1.875rem);
  }
  .how__items {
    row-gap: 2.1875rem;
  }
  .how__item {
    max-width: 85%;
  }
  .how__item p {
    font-size: 1.25rem;
  }
  .join__top {
    min-height: 31.25rem;
    top: -7%;
  }
  .join__container {
    min-height: 85svh;
    padding-bottom: 26.75rem;
  }
  .join__title {
    margin: 0 -0.9375rem;
    width: calc(100% + 1.875rem);
  }
  .join__actions {
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
@media (max-width: 20em) {
  .tokenomics__item h3 {
    font-size: 1rem;
  }
  .tokenomics__item span {
    font-size: 2.625rem;
  }
  .tokenomics__item.tax {
    width: 12.5rem;
  }
  .tokenomics__item.lp {
    width: 14.4375rem;
  }
  .tokenomics__item.ts {
    width: 11.8125rem;
  }
}
@media (min-width: 20em) and (max-width: 47.99875em) {
  .tokenomics__item h3 {
    font-size: clamp(1rem, 0.7321308987rem + 1.3393455065vw, 1.375rem);
  }
  .tokenomics__item span {
    font-size: clamp(2.625rem, 1.9106823965375rem + 3.5715880173vw, 3.625rem);
  }
  .tokenomics__item.tax {
    width: clamp(12.5rem, 8.03551497835rem + 22.3224251083vw, 18.75rem);
  }
  .tokenomics__item.lp {
    width: clamp(14.4375rem, 9.21405252466875rem + 26.1172373767vw, 21.75rem);
  }
  .tokenomics__item.ts {
    width: clamp(11.8125rem, 7.57123922943125rem + 21.2063038529vw, 17.75rem);
  }
}
@media (min-width: 47.99875em) and (max-width: 106.875em) {
  .footer__container {
    column-gap: clamp(1.25rem, -4.8643606292875rem + 12.7385830449vw, 8.75rem);
  }
  .footer__container > a span,
  .footer__container > span {
    font-size: clamp(0.875rem, 0.7730939895125rem + 0.2123097174vw, 1rem);
  }
  .footer__container > a img {
    width: clamp(5.75rem, 4.93475191609375rem + 1.6984777393vw, 6.75rem);
  }
  .hero__container {
    padding-top: clamp(0.625rem, 6.2976502622rem + -5.3077429354vw, 3.75rem);
  }
  .hero__actions {
    margin-left: clamp(
      2.1875rem,
      -1.63397539330625rem + 7.9616144031vw,
      6.875rem
    );
  }
  .about__container {
    column-gap: clamp(1.25rem, -0.27859015731875rem + 3.1846457612vw, 3.125rem);
  }
  .about__title {
    margin-left: clamp(
      -3.75rem,
      0.22085518354375rem + -3.7154200548vw,
      -1.5625rem
    );
    width: clamp(24.25rem, -3.00985780556875rem + 56.7928494087vw, 57.6875rem);
  }
  .about__text {
    margin-top: clamp(-3.75rem, 0.7881202097625rem + -4.2461943483vw, -1.25rem);
    padding-left: clamp(
      0.9375rem,
      -4.412565550625rem + 11.1462601643vw,
      7.5rem
    );
    padding-right: clamp(
      0.9375rem,
      -4.412565550625rem + 11.1462601643vw,
      7.5rem
    );
    row-gap: clamp(1.25rem, 0.7404699475625rem + 1.0615485871vw, 1.875rem);
  }
  .about__text p {
    font-size: clamp(1.125rem, 0.8192819685375rem + 0.6369291522vw, 1.5rem);
  }
  .tokenomics {
    margin-top: clamp(-5rem, 4.076240532975rem + -8.4923888028vw, 6.25e-8rem);
  }
  .tokenomics__items {
    height: clamp(28.125rem, 7.74379790238125rem + 42.4619434832vw, 53.125rem);
    margin-top: clamp(-8.75rem, 0.326240419525rem + -8.4923886966vw, -3.75rem);
  }
  .tokenomics__item h3 {
    font-size: clamp(1.375rem, 0.8654699475625rem + 1.0615485871vw, 2rem);
  }
  .tokenomics__item span {
    font-size: clamp(3.625rem, 1.688785800725rem + 4.0338846309vw, 6rem);
  }
  .tokenomics__item.tax {
    width: clamp(18.75rem, 9.4256000403375rem + 19.4263391435vw, 30.1875rem);
  }
  .tokenomics__item.lp {
    width: clamp(21.75rem, 10.89700988301875rem + 22.6109849048vw, 35.0625rem);
  }
  .tokenomics__item.ts {
    width: clamp(17.75rem, 8.8841770875375rem + 18.4709454152vw, 28.625rem);
  }
  .tokenomics__ca {
    margin-top: clamp(
      -3.125rem,
      -0.85593989511875rem + -2.1230971742vw,
      -1.875rem
    );
  }
  .tokenomics__ca-body span {
    font-size: clamp(1.125rem, 0.66642295280625rem + 0.9553937284vw, 1.6875rem);
  }
  .how__column {
    width: clamp(18.75rem, 3.4640984267875rem + 31.8464576124vw, 37.5rem);
  }
  .how__column:nth-child(2) {
    padding-top: clamp(
      1.25rem,
      -0.27859015731875rem + 3.1846457612vw,
      3.125rem
    );
  }
  .how__items {
    row-gap: clamp(2.1875rem, 1.4232049213375rem + 1.5923228806vw, 3.125rem);
  }
  .how__item p {
    font-size: clamp(1.25rem, 1.046187979025rem + 0.4246194348vw, 1.5rem);
  }
  .join__container {
    margin-top: clamp(
      -6.25rem,
      5.09530063785625rem + -10.6154859769vw,
      6.25e-8rem
    );
    padding-bottom: clamp(
      3.75rem,
      -5.93107099636875rem + 20.1694231545vw,
      15.625rem
    );
  }
}
@media (min-width: 47.99875em) and (any-hover: hover) {
  .menu__link:hover {
    color: #bc6fd5;
  }
  .header__social-item:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .header__social-item:hover i:first-child {
    opacity: 0;
    transform: scale(3);
  }
  .header__social-item:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(2);
  }
  .header__social-item:hover i:nth-child(3) {
    inset: 0;
  }
  .header__button:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .header__button:hover i:first-child {
    opacity: 0;
    transform: scale(2);
  }
  .header__button:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(1.5);
  }
  .header__button:hover i:nth-child(3) {
    inset: 0;
  }
  .footer__container > a:hover span {
    text-decoration: underline;
  }
  .hero__button:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .hero__button:hover i:first-child {
    opacity: 0;
    transform: scale(2);
  }
  .hero__button:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(1.5);
  }
  .hero__button:hover i:nth-child(3) {
    inset: 0;
  }
  .hero__social-item:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .hero__social-item:hover i:first-child {
    opacity: 0;
    transform: scale(3);
  }
  .hero__social-item:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(2);
  }
  .hero__social-item:hover i:nth-child(3) {
    inset: 0;
  }
  .tokenomics__ca-button:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .tokenomics__ca-button:hover i:first-child {
    opacity: 0;
    transform: scale(3);
  }
  .tokenomics__ca-button:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(2);
  }
  .tokenomics__ca-button:hover i:nth-child(3) {
    inset: 0;
  }
  .how__item p a:hover {
    text-decoration: none;
  }
  .join__button:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .join__button:hover i:first-child {
    opacity: 0;
    transform: scale(2);
  }
  .join__button:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(1.5);
  }
  .join__button:hover i:nth-child(3) {
    inset: 0;
  }
  .join__social-item:hover i {
    transition: transform 0.45s ease-out 0s, opacity 0.45s ease-out 0s,
      inset 0.3s ease-out 0s;
  }
  .join__social-item:hover i:first-child {
    opacity: 0;
    transform: scale(3);
  }
  .join__social-item:hover i:nth-child(2) {
    opacity: 0;
    transform: scale(2);
  }
  .join__social-item:hover i:nth-child(3) {
    inset: 0;
  }
}
@media (min-width: 47.99875em) {
  .menu__body > i {
    display: none;
  }
  .menu__link.--navigator-active {
    color: #bc6fd5;
  }
  .music-toggler {
    bottom: 0.9375rem;
    right: 0.9375rem;
  }
  .hero {
    aspect-ratio: 2880/2749;
  }
  .hero__bg-bg {
    height: 110%;
    left: 0;
    top: -10%;
    width: 100%;
  }
  .hero__bg-front {
    aspect-ratio: 2880/1877;
  }
  .hero__container:before {
    aspect-ratio: 2259/1106;
  }
  .about {
    margin-top: -35%;
  }
  .about__content {
    flex: 1 1 auto;
    padding: 2.5rem 0;
  }
  .about__image {
    flex: 0 0 48%;
  }
  .tokenomics__bg:before {
    width: 30%;
  }
  .tokenomics__item.tax {
    left: 17%;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  .tokenomics__item.lp {
    position: absolute;
    right: 8%;
    top: 0;
    z-index: 2;
  }
  .tokenomics__item.ts {
    bottom: 0;
    left: 29%;
    position: absolute;
    z-index: 2;
  }
  .how {
    aspect-ratio: 2880/1848;
  }
  .join {
    aspect-ratio: 2880/1460;
    display: flex;
  }
  .join__top {
    aspect-ratio: 2880/1619;
    min-height: 50rem;
  }
}
@media (min-width: 64.06125em) {
  .tokenomics {
    aspect-ratio: 2880/1935;
  }
}
@media (min-width: 106.875em) {
  .footer__container {
    column-gap: 8.75rem;
  }
  .footer__container > a span,
  .footer__container > span {
    font-size: 1rem;
  }
  .footer__container > a img {
    width: 6.75rem;
  }
  .hero__container {
    padding-top: 0.625rem;
  }
  .hero__actions {
    margin-left: 6.875rem;
  }
  .about__container {
    column-gap: 3.125rem;
  }
  .about__title {
    margin-left: -3.75rem;
    width: 57.6875rem;
  }
  .about__text {
    margin-top: -3.75rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    row-gap: 1.875rem;
  }
  .about__text p {
    font-size: 1.5rem;
  }
  .tokenomics {
    margin-top: -5rem;
  }
  .tokenomics__items {
    height: 53.125rem;
    margin-top: -8.75rem;
  }
  .tokenomics__item h3 {
    font-size: 2rem;
  }
  .tokenomics__item span {
    font-size: 6rem;
  }
  .tokenomics__item.tax {
    width: 22.1875rem;
  }
  .tokenomics__item.lp {
    width: 35.0625rem;
  }
  .tokenomics__item.ts {
    width: 36.625rem;
  }
  .tokenomics__ca {
    margin-top: -3.125rem;
  }
  .tokenomics__ca-body span {
    font-size: 1.6875rem;
  }
  .how__column {
    width: 37.5rem;
  }
  .how__column:nth-child(2) {
    padding-top: 3.125rem;
  }
  .how__items {
    row-gap: 3.125rem;
  }
  .how__item p {
    font-size: 1.5rem;
  }
  .join__container {
    margin-top: -6.25rem;
    padding-bottom: 21.625rem;
  }
}
.b1 {
  animation: fly 1.3s ease-in-out infinite;
}
.b2 {
  animation: fly 2.5s ease-in-out infinite;
}
.b3 {
  animation: fly 3.4s ease-in-out infinite;
}
.b4 {
  animation: fly 4s ease-in-out infinite;
}
.b5 {
  animation: fly 4.8s ease-in-out infinite;
}
