#bg-lines.svelte-ky8oqp {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 90;
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.1;
  pointer-events: none;
}
.image-container.svelte-13600js.svelte-13600js {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.image-container.fill.svelte-13600js.svelte-13600js {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.center-filler.fill.svelte-13600js.svelte-13600js {
  background: url(../../../assets/ui/border-fill-center.svg) top left repeat-x;
  background-size: contain;
}
.center-filler.hollow.svelte-13600js.svelte-13600js {
  background: url(../../../assets/ui/border-hollow-center.svg) top left repeat-x;
  background-size: contain;
}
.center-filler.hollow-fill.svelte-13600js.svelte-13600js {

  background-size: contain;
}
.center-filler.hollow-fill-success.svelte-13600js.svelte-13600js {
  background: url(../../../assets/ui/border-hollow-fill-success-center.svg) top
    left repeat-x;
  background-size: contain;
}
.center-filler.hollow-fill-error.svelte-13600js.svelte-13600js {
  background: url(../../../assets/ui/border-hollow-fill-error-center.svg) top
    left repeat-x;
  background-size: contain;
}
.bordered-wrapper.svelte-13600js.svelte-13600js,
.bordered-wrapper.svelte-13600js img.svelte-13600js,
.bordered-wrapper.svelte-13600js .center-filler.svelte-13600js {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.bordered-wrapper.svelte-13600js:hover img.svelte-13600js,
.bordered-wrapper.svelte-13600js:hover .center-filler.svelte-13600js {
  opacity: 0.9;
}
.bordered-wrapper.hover.svelte-13600js.svelte-13600js {
  transition-property: filter;
  transition-duration: 0.5s;
}
.bordered-wrapper.hover.svelte-13600js.svelte-13600js:hover {
  filter: drop-shadow(0px 0px 8px white);
}
.animating .bordered-wrapper {
  opacity: 0;
}
#intro_loading_wrapper.svelte-174vtza {
  position: absolute;
  left: 50%;
  z-index: 200;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#loading.svelte-174vtza {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
}
.progress.svelte-174vtza {
  position: relative;
  margin-top: 1px;
  margin-right: 0.5rem;
  height: 1px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
  --tw-gradient-to-position: ;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
.progress.svelte-174vtza:after {
  content: " ";
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -1px;
  transform: translate(6px);
}
.progress-number.svelte-174vtza {
  flex-shrink: 0;
}
.progress-placeholder.svelte-174vtza {
  height: 1px;
  flex: 1 1 0%;
  background-color: #fff3;
}
img.relative.absolute.svelte-1yaic7y {
  position: absolute;
}
.title.svelte-13ydixz,
button.small.svelte-13ydixz {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
#signup-wrapper.svelte-13ydixz {
  transform: translate3d(-50%, -45%);
}
.title.battle.svelte-13ydixz {
  flex-shrink: 0;
  font-size: 2.2em;
  font-weight: 100;
  line-height: 1.1em;
}
@media (min-width: 475px) {
  .title.battle.svelte-13ydixz {
    font-size: 2.8em;
  }
}
@media (min-width: 768px) {
  .title.battle.svelte-13ydixz {
    font-size: 4em;
  }
}
@media (min-width: 1024px) {
  .title.battle.svelte-13ydixz {
    font-size: 5em;
  }
}
#signup-input-wrapper.svelte-13ydixz {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  #signup-input-wrapper.svelte-13ydixz {
    flex-direction: row;
  }
}
input {
  z-index: 99;
  background-color: transparent;
}
input:focus-visible {
  outline: none;
}
#intro-section.svelte-mvq2sn {
  contain: paint;
  position: absolute;
  z-index: 60;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 2s;
}
#intro-container.svelte-mvq2sn {
  position: sticky;
  top: 0px;
  height: 100%;
  width: 100%;
}
#intro-sequencer {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
}
#tribe-wrapper.svelte-5u717r {
  opacity: 0;
  display: hidden;
  transform: translate(-50%, -20%);
}
.title.svelte-5u717r,
.desc.svelte-5u717r {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
}
#cards-scroller.svelte-1v74cki.svelte-1v74cki {
  pointer-events: auto;
  overflow-x: scroll;
  touch-action: pan-y;
  left: -50vw;
  width: 150vw;
}
#cards.cards-hidden.svelte-1v74cki.svelte-1v74cki,
#cards.cards-hidden.svelte-1v74cki #cards-scroller.svelte-1v74cki {
  pointer-events: none;
}
#island-section.svelte-10p5op5 {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
}
#island-wrapper.svelte-10p5op5 {
  contain: paint;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#island-main-wrapper.svelte-10p5op5 {
  position: absolute;
  z-index: 20;
}
#island.svelte-10p5op5 {
  z-index: 39;
}
#island-city.svelte-10p5op5 {
  position: absolute;
  z-index: 40;
  opacity: 0;
}
#islands-in-bg.svelte-10p5op5 {
  height: 100%;
}
.island-in-bg.svelte-10p5op5 {
  z-index: 0;
  max-width: 18%;
}
#island-bg-1.svelte-10p5op5 {
  left: 10%;
  top: 60%;
  opacity: 0.6;
  max-width: 14%;
  filter: blur(3px);
}
#island-bg-2.svelte-10p5op5 {
  left: 28%;
  top: 52%;
  filter: blur(2px);
}
#island-bg-3.svelte-10p5op5 {
  left: 70%;
  top: 50%;
  max-width: 32%;
  filter: blur(2px);
}
#island-bg-4.svelte-10p5op5 {
  left: 95%;
  top: 58%;
  max-width: 20%;
  filter: blur(3px);
}
#cloud1.svelte-10p5op5,
#cloud2.svelte-10p5op5 {
  top: 35%;
  left: 0px;
  z-index: 20;
  width: 46%;
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  transform: translate3d(-100%, 0, 0);
  will-change: transform;
  animation: svelte-10p5op5-moveCloud1;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 40s;
}
#cloud2.svelte-10p5op5 {
  top: 60%;
  left: 0px;
  z-index: 55;
  width: 60%;
  transform: translate3d(100vw, 0, 0);
  animation: svelte-10p5op5-moveCloud2;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 40s;
}
#backdrop.svelte-10p5op5 {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 89;
  height: 100%;
  width: 100%;
  background-color: #0000004d;
  opacity: 0;
}
#islands-in-bg.svelte-10p5op5,
#island-main-wrapper.svelte-10p5op5,
#island-city.svelte-10p5op5,
#island.svelte-10p5op5 {
  pointer-events: none;
}
@keyframes svelte-10p5op5-moveCloud1 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(100vw, 0, 0);
  }
}
@keyframes svelte-10p5op5-moveCloud2 {
  0% {
    transform: translate3d(100vw, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.flip-card.svelte-1dsm014.svelte-1dsm014 {
  background-color: transparent;
  aspect-ratio: 3 / 4;
  perspective: 1000px;
}
.flip-card-inner.svelte-1dsm014.svelte-1dsm014 {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  aspect-ratio: 3 / 4;
  padding: 8px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 1024px) {
  .flip-card.svelte-1dsm014:hover .flip-card-inner.svelte-1dsm014 {
    transform: rotateY(180deg) scale(1.1);
  }
}
.flip-card.flip .flip-card-inner {
  transform: rotateY(180deg) scale(1.1);
}
.flip-card-front.svelte-1dsm014.svelte-1dsm014,
.flip-card-back.svelte-1dsm014.svelte-1dsm014 {
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front.svelte-1dsm014.svelte-1dsm014 {
  overflow: hidden;
}
.flip-card-front.svelte-1dsm014 img.svelte-1dsm014 {
  max-height: 76%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flip-card-back.svelte-1dsm014.svelte-1dsm014 {
  transform: rotateY(180deg);
}
#footer.svelte-1fdnyh8 {
  background: url(../../../assets/islands/bg.png) fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#footer-ball-wrapper.svelte-1fdnyh8 {
  bottom: 35%;
}
#footer-ball.svelte-1fdnyh8 {
  position: absolute;
  will-change: transform;
}
.section-snap.svelte-139wqks.svelte-139wqks {
  scroll-snap-align: start;
}
.aura-ref.svelte-139wqks.svelte-139wqks {
  pointer-events: none;
  position: absolute;
  z-index: 70;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.aura-ref.step-0.svelte-139wqks.svelte-139wqks,
#aura-ref-0.svelte-139wqks.svelte-139wqks {
  position: fixed !important;
  z-index: 200;
}
#aura-wrapper.svelte-139wqks.svelte-139wqks {
  z-index: 70;
  aspect-ratio: 1 / 1;
  will-change: transform;
}
#dirt-section.svelte-139wqks.svelte-139wqks {
  background: url(../../../assets/dirt/dirt-bg-top.png) top center no-repeat,
    url(../../../assets/dirt/dirt-bg-bottom.png) bottom center no-repeat,
    linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 1) 4%);
  background-size: contain;
  position: relative;
  z-index: 38;
  flex-direction: column;
  opacity: 0;
}
.dirt-wrapper.svelte-139wqks.svelte-139wqks {
  position: sticky;
  top: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dirt-logo-item.svelte-139wqks.svelte-139wqks {
  display: flex;
  height: 6rem;
  align-items: center;
  justify-content: center;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #ffffff1a;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .dirt-logo-item.svelte-139wqks.svelte-139wqks {
    height: 12rem;
  }
}
@media only screen and (max-width: 768px) {
  .dirt-logo-item.svelte-139wqks.svelte-139wqks:nth-child(2n + 1) {
    border-right: none;
  }
  .dirt-logo-item.svelte-139wqks.svelte-139wqks:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .dirt-logo-item.svelte-139wqks.svelte-139wqks:nth-child(3n + 1) {
    border-right: none;
  }
  .dirt-logo-item.svelte-139wqks.svelte-139wqks:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}
.dirt-logo-item.svelte-139wqks img.svelte-139wqks {
  height: 56px;
  max-width: 90%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .dirt-logo-item.svelte-139wqks img.svelte-139wqks {
    height: 100px;
  }
}
.btn-arrow.svelte-lt36xp {
  background: url(../../../assets/ui/button-side.svg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform-style: preserve-3d;
  position: fixed;
  right: 0px;
  bottom: 1rem;
  z-index: 200;
  aspect-ratio: 1 / 1;
  width: 10%;
  min-width: 120px;
  --tw-translate-x: 30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-duration: 0.7s;
}
.btn-arrow.svelte-lt36xp:hover {
  filter: drop-shadow(0px 0px 8px white);
}
.btn-arrow.svelte-lt36xp:active {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.btn-arrow.svelte-lt36xp:hover:after {
  background-color: #0000004d;
}
.btn-arrow.left.svelte-lt36xp {
  left: 0px;
  display: none;
  --tw-translate-x: -30%;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.btn-arrow.left.svelte-lt36xp:after {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.btn-arrow.left.svelte-lt36xp:active {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hide-ui .btn-arrow,
.animating .btn-arrow {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hide-ui .btn-arrow.left,
.animating .btn-arrow.left {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.animating .btn-arrow {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.3;
}
.hide-next-btn .btn-arrow.right {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#trailer-wrapper.svelte-iqidg5.svelte-iqidg5 {
  transform-origin: bottom right;
}
#menu-wrapper.svelte-iqidg5.svelte-iqidg5 {
  -webkit-clip-path: url(#video-crop-mask);
  clip-path: url(#video-crop-mask);
  position: fixed;
  will-change: transform, filter;
}
.disable-path #menu-wrapper {
  -webkit-clip-path: unset !important;
  clip-path: unset !important;
}
#menu-wrapper-inner.svelte-iqidg5.svelte-iqidg5 {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
  background-color: #00000080;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  #menu-wrapper-inner.svelte-iqidg5.svelte-iqidg5 {
    padding: 4rem;
  }
}
#shader-bottom.svelte-iqidg5.svelte-iqidg5 {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 90;
  height: 200px;
  width: 100%;
  opacity: 0.8;
  background: linear-gradient(
    to bottom,
    hsla(0, 0%, 0%, 0) 0%,
    hsla(0, 0%, 0%, 0.013) 8.1%,
    hsla(0, 0%, 0%, 0.049) 15.5%,
    hsla(0, 0%, 0%, 0.104) 22.5%,
    hsla(0, 0%, 0%, 0.175) 29%,
    hsla(0, 0%, 0%, 0.259) 35.3%,
    hsla(0, 0%, 0%, 0.352) 41.2%,
    hsla(0, 0%, 0%, 0.45) 47.1%,
    hsla(0, 0%, 0%, 0.55) 52.9%,
    hsla(0, 0%, 0%, 0.648) 58.8%,
    hsla(0, 0%, 0%, 0.741) 64.7%,
    hsla(0, 0%, 0%, 0.825) 71%,
    hsla(0, 0%, 0%, 0.896) 77.5%,
    hsla(0, 0%, 0%, 0.951) 84.5%,
    hsla(0, 0%, 0%, 0.987) 91.9%,
    hsl(0, 0%, 0%) 100%
  );
  transition-property: opacity, transform;
  transition-duration: 0.7s;
}
#music-btn-inner.svelte-iqidg5.svelte-iqidg5 {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.8;
}
#music-btn-inner.svelte-iqidg5.svelte-iqidg5:hover {
  opacity: 1;
}
#music-btn.svelte-iqidg5.svelte-iqidg5:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#menu-btn.svelte-iqidg5.svelte-iqidg5:hover {
  filter: drop-shadow(0px 0px 8px white);
}
.menu-link.svelte-iqidg5.svelte-iqidg5 {
  text-align: left;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff9;
}
.menu-link.svelte-iqidg5.svelte-iqidg5:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .menu-link.svelte-iqidg5.svelte-iqidg5 {
    font-size: 3em;
  }
}
@media (min-width: 768px) {
  .menu-link.svelte-iqidg5.svelte-iqidg5 {
    font-size: 4em;
  }
}
@media (min-width: 1280px) {
  .menu-link.svelte-iqidg5.svelte-iqidg5 {
    font-size: 4em;
  }
}
.menu-link.svelte-iqidg5.svelte-iqidg5:hover {
  filter: drop-shadow(0px 0px 8px white);
}
.menu-link.active.svelte-iqidg5.svelte-iqidg5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#menu-close-ico,
#menu-open-ico {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
}
#menu-close-ico {
  position: absolute;
  display: none;
  opacity: 0;
}
.hide-ui #menu-close-ico {
  left: 0px;
  top: 0px;
  display: block;
  opacity: 1;
}
.hide-ui #menu-open-ico {
  display: none;
  opacity: 0;
}
#video-ref.svelte-f10pdl {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: none;
  aspect-ratio: 16 / 9;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  pointer-events: none;
}
#main-wrapper.svelte-f10pdl {
  background-attachment: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (pointer: coarse) {
  #main-wrapper.svelte-f10pdl {
    top: 0vh;
    left: 50%;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
  }
}
.particles-overlay.svelte-f10pdl {
  z-index: 70;
  height: 100%;
  width: 100%;
  overflow: hidden;
  mix-blend-mode: plus-lighter;
  pointer-events: none;
  position: fixed;
}
#particles-video.svelte-f10pdl {
  height: 100%;
  width: 100%;
  opacity: 0.2;
  -o-object-fit: cover;
  object-fit: cover;
}
#card-scroller.svelte-f10pdl {
  height: 0px;
}
@media (pointer: fine) {
  #card-scroller.svelte-f10pdl {
    height: 200vh;
  }
}
