.faq-image:after {
  background: linear-gradient(180deg, #2c370200, #253b10);
  border-radius: 20%;
  bottom: 0;
  content: "";
  height: 40px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .faq-image:after {
    background: linear-gradient(180deg, #2c370200, #134c3c);
  }
}
.scrolled {
  background: linear-gradient(180deg, #000c, #0003);
  box-shadow: 0 4px 8px #0000, 0 6px 20px #0000001f;
  top: 0;
}
#__nuxt
  > div:nth-child(2)
  > div.overflow-x-clip.w-full
  > div
  > div:nth-child(10)
  > div
  > div:nth-child(3)
  > div
  > div
  > div.flex.flex-col.justify-center.max-sm\:mt-4
  > p.text-\[16px\].text-center.\!pt-\[1\.5rem\].\!m-0 {
  color: gray;
  text-align: justify;
}
.swiper-roadmap .swiper {
  height: auto;
  position: relative;
  width: 330px;
}
.swiper-roadmap .swiper-slide {
  height: 100%;
  width: 100%;
}
.box {
  background: #224822;
  border: 4px solid rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  height: 100%;
  padding: 18px 15px;
  position: relative;
  z-index: 1;
}
.bridge p {
  font-weight: 600;
  margin: 0 auto;
  max-width: 1040px;
}
.marquee {
  align-items: center;
  block-size: var(--marquee-item-height);
  display: flex;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 20%,
    #000 80%,
    transparent
  );
  overflow-x: hidden;
  position: relative;
}
.marquee--6 {
  --marquee-item-width: 384;
  --marquee-item-height: 80px;
  --marquee-duration: 20s;
}
.marquee__item {
  --marquee-item-offset: max(584px, calc(100% + 584px));
  animation: go linear var(--marquee-duration) var(--marquee-delay, 0s) infinite;
  inset-inline-start: var(--marquee-item-offset);
  position: absolute;
  transform: translate(-50%);
}
.marquee--6 .marquee__item:first-of-type {
  --marquee-delay: calc(var(--marquee-duration) * -0.87245);
  --marquee-item-width: 100px;
}
.marquee--6 .marquee__item:nth-of-type(2) {
  --marquee-delay: calc(var(--marquee-duration) * -0.68112);
  --marquee-item-width: 150px;
}
.marquee--6 .marquee__item:nth-of-type(3) {
  --marquee-delay: calc(var(--marquee-duration) * -0.52168);
  --marquee-item-width: 125px;
}
.marquee--6 .marquee__item:nth-of-type(4) {
  --marquee-delay: calc(var(--marquee-duration) * -0.38138);
  --marquee-item-width: 110px;
}
.marquee--6 .marquee__item:nth-of-type(5) {
  --marquee-delay: calc(var(--marquee-duration) * -0.21173);
  --marquee-item-width: 133px;
}
.marquee--6 .marquee__item:nth-of-type(6) {
  --marquee-delay: calc(var(--marquee-duration) * -1);
  --marquee-item-width: 166px;
}
@keyframes go {
  to {
    inset-inline-start: calc(var(--marquee-item-width) * -1);
  }
}
