/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svelte-loader/index.js?cssPath=/home/eytienne/workspace/ConfIt/src/3Distinct/Mod.svelte.1.css!./src/3Distinct/Mod.svelte ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * ==============================================
 * Dot Elastic
 * ==============================================
 */
/* (unused) .dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-elastic 1s infinite linear;
}*/

/* (unused) .dot-elastic::before, .dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-elastic-before 1s infinite linear;
}*/

/* (unused) .dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-elastic-after 1s infinite linear;
}*/

@keyframes svelte-1e31jvv-dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes svelte-1e31jvv-dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes svelte-1e31jvv-dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* (unused) .dot-pulse {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 0 0 -5px;
  animation: dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}*/

/* (unused) .dot-pulse::before, .dot-pulse::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px;
  animation: dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}*/

/* (unused) .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px;
  animation: dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}*/

@keyframes svelte-1e31jvv-dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes svelte-1e31jvv-dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes svelte-1e31jvv-dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
/* (unused) .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}*/

/* (unused) .dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}*/

/* (unused) .dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}*/

@keyframes svelte-1e31jvv-dot-flashing {
  0% {
    background-color: black;
  }
  50%, 100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
/**
 * ==============================================
 * Dot Collision
 * ==============================================
 */
/* (unused) .dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-collision::before, .dot-collision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-collision-before 2s infinite ease-in;
}*/

/* (unused) .dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-collision-after 2s infinite ease-in;
  animation-delay: 1s;
}*/

@keyframes svelte-1e31jvv-dot-collision-before {
  0%, 50%, 75%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
}
@keyframes svelte-1e31jvv-dot-collision-after {
  0%, 50%, 75%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
}
/**
 * ==============================================
 * Dot Revolution
 * ==============================================
 */
/* (unused) .dot-revolution {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-revolution::before, .dot-revolution::after {
  content: "";
  display: inline-block;
  position: absolute;
}*/

/* (unused) .dot-revolution::before {
  left: 0;
  top: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 20px;
  animation: dot-revolution 1.4s linear infinite;
}*/

/* (unused) .dot-revolution::after {
  left: 0;
  top: -30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 35px;
  animation: dot-revolution 1s linear infinite;
}*/

@keyframes svelte-1e31jvv-dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
/**
 * ==============================================
 * Dot Carousel
 * ==============================================
 */
/* (unused) .dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  animation: dot-carousel 1.5s infinite linear;
}*/

@keyframes svelte-1e31jvv-dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #000, 9999px 0 0 1px #000, 10014px 0 0 -1px #000;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #000, 9984px 0 0 -1px #000, 9999px 0 0 1px #000;
  }
  100% {
    box-shadow: 9999px 0 0 1px #000, 10014px 0 0 -1px #000, 9984px 0 0 -1px #000;
  }
}
/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
/* (unused) .dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  animation: dot-typing 1.5s infinite linear;
}*/

@keyframes svelte-1e31jvv-dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  50% {
    box-shadow: 9984px 0 0 0 #000, 9999px -10px 0 0 #000, 10014px 0 0 0 #000;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px -10px 0 0 #000;
  }
  100% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
}
/**
 * ==============================================
 * Dot Windmill
 * ==============================================
 */
/* (unused) .dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 15px;
  animation: dot-windmill 2s infinite linear;
}*/

/* (unused) .dot-windmill::before, .dot-windmill::after {
  content: "";
  display: inline-block;
  position: absolute;
}*/

/* (unused) .dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

@keyframes svelte-1e31jvv-dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0);
  }
}
/**
 * ==============================================
 * Dot Bricks
 * ==============================================
 */
/* (unused) .dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  animation: dot-bricks 2s infinite ease;
}*/

@keyframes svelte-1e31jvv-dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #000, 9991px -16px 0 0 #000, 10007px 0 0 0 #000;
  }
  25% {
    box-shadow: 10007px -16px 0 0 #000, 9991px -16px 0 0 #000, 9991px 0 0 0 #000;
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #000, 9991px -16px 0 0 #000, 9991px 0 0 0 #000;
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #000, 10007px -16px 0 0 #000, 9991px 0 0 0 #000;
  }
  50% {
    box-shadow: 10007px 0 0 0 #000, 10007px -16px 0 0 #000, 9991px -16px 0 0 #000;
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #000, 10007px -16px 0 0 #000, 9991px -16px 0 0 #000;
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #000, 10007px 0 0 0 #000, 9991px -16px 0 0 #000;
  }
  75% {
    box-shadow: 9991px 0 0 0 #000, 10007px 0 0 0 #000, 10007px -16px 0 0 #000;
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #000, 10007px 0 0 0 #000, 10007px -16px 0 0 #000;
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px -16px 0 0 #000;
  }
  100% {
    box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  }
}
/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
/* (unused) .dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}*/

/* (unused) .dot-floating::before, .dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating-before 3s infinite ease-in-out;
}*/

/* (unused) .dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}*/

@keyframes svelte-1e31jvv-dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}
@keyframes svelte-1e31jvv-dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}
@keyframes svelte-1e31jvv-dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}
/**
 * ==============================================
 * Dot Fire
 * ==============================================
 */
/* (unused) .dot-fire {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 22.5px 0 -5px #000;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -0.85s;
}*/

/* (unused) .dot-fire::before, .dot-fire::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-fire::before {
  box-shadow: 9999px 22.5px 0 -5px #000;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -1.85s;
}*/

/* (unused) .dot-fire::after {
  box-shadow: 9999px 22.5px 0 -5px #000;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -2.85s;
}*/

@keyframes svelte-1e31jvv-dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px #000;
  }
  50% {
    box-shadow: 9999px -5.625px 0 2px #000;
  }
  100% {
    box-shadow: 9999px -22.5px 0 -5px #000;
  }
}
/**
 * ==============================================
 * Dot Spin
 * ==============================================
 */
/* (unused) .dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 0 black, 18px 0 0 0 black, 12.727926px 12.727926px 0 0 rgba(0, 0, 0, 0), 0 18px 0 0 rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 0 rgba(0, 0, 0, 0), -18px 0 0 0 rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 0 rgba(0, 0, 0, 0);
  animation: dot-spin 1.5s infinite linear;
}*/

@keyframes svelte-1e31jvv-dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 0 black, 18px 0 0 0 black, 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 0 black, 18px 0 0 0 black, 12.727926px 12.727926px 0 0 black, 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 0 black, 12.727926px 12.727926px 0 0 black, 0 18px 0 0 black, -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 0 black, 0 18px 0 0 black, -12.727926px 12.727926px 0 0 black, -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 0 black, -12.727926px 12.727926px 0 0 black, -18px 0 0 0 black, -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 0 black, -18px 0 0 0 black, -12.727926px -12.727926px 0 0 black;
  }
  75% {
    box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 0 black, -12.727926px -12.727926px 0 0 black;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 0 black, 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 0 black;
  }
}
/**
 * ==============================================
 * Dot Falling
 * ==============================================
 */
/* (unused) .dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 0 0 0 #000;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}*/

/* (unused) .dot-falling::before, .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}*/

/* (unused) .dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}*/

@keyframes svelte-1e31jvv-dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(0, 0, 0, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 black;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes svelte-1e31jvv-dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(0, 0, 0, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 black;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes svelte-1e31jvv-dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(0, 0, 0, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 black;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(0, 0, 0, 0);
  }
}
/**
 * ==============================================
 * Dot Stretching
 * ==============================================
 */
/* (unused) .dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform: scale(1.25, 1.25);
  animation: dot-stretching 2s infinite ease-in;
}*/

/* (unused) .dot-stretching::before, .dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-stretching-before 2s infinite ease-in;
}*/

/* (unused) .dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-stretching-after 2s infinite ease-in;
}*/

@keyframes svelte-1e31jvv-dot-stretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%, 60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes svelte-1e31jvv-dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(-20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes svelte-1e31jvv-dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Gathering
 * ==============================================
 */
/* (unused) .dot-gathering {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}*/

/* (unused) .dot-gathering::before, .dot-gathering::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  opacity: 0;
  filter: blur(2px);
  animation: dot-gathering 2s infinite ease-in;
}*/

/* (unused) .dot-gathering::after {
  animation-delay: 0.5s;
}*/

@keyframes svelte-1e31jvv-dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  35%, 60% {
    opacity: 1;
    transform: translateX(50px);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Hourglass
 * ==============================================
 */
/* (unused) .dot-hourglass {
  position: relative;
  top: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
  transform-origin: 5px 20px;
  animation: dot-hourglass 2.4s infinite ease-in-out;
  animation-delay: 0.6s;
}*/

/* (unused) .dot-hourglass::before, .dot-hourglass::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}*/

/* (unused) .dot-hourglass::before {
  top: 30px;
}*/

/* (unused) .dot-hourglass::after {
  animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}*/

@keyframes svelte-1e31jvv-dot-hourglass {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(180deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  75% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes svelte-1e31jvv-dot-hourglass-after {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(30px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Overtaking
 * ==============================================
 */
/* (unused) .dot-overtaking {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0, 100%, 0%);
  margin: -1px 0;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
}*/

/* (unused) .dot-overtaking::before, .dot-overtaking::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0, 100%, 0%);
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
}*/

/* (unused) .dot-overtaking::before {
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.3s;
}*/

/* (unused) .dot-overtaking::after {
  animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.6s;
}*/

@keyframes svelte-1e31jvv-dot-overtaking {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Shuttle
 * ==============================================
 */
/* (unused) .dot-shuttle {
  position: relative;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}*/

/* (unused) .dot-shuttle::before, .dot-shuttle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}*/

/* (unused) .dot-shuttle::before {
  left: 15px;
  animation: dot-shuttle 2s infinite ease-out;
}*/

/* (unused) .dot-shuttle::after {
  left: 30px;
}*/

@keyframes svelte-1e31jvv-dot-shuttle {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-45px);
  }
  75% {
    transform: translateX(45px);
  }
}
/**
 * ==============================================
 * Experimental: Emoji
 * Dot Bouncing
 * ==============================================
 */
/* (unused) .dot-bouncing {
  position: relative;
  height: 10px;
  font-size: 10px;
}*/

/* (unused) .dot-bouncing::before {
  content: "⚽🏀🏐";
  display: inline-block;
  position: relative;
  animation: dot-bouncing 1s infinite;
}*/

@keyframes svelte-1e31jvv-dot-bouncing {
  0% {
    top: -20px;
    animation-timing-function: ease-in;
  }
  34% {
    transform: scale(1, 1);
  }
  35% {
    top: 20px;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5);
  }
  45% {
    transform: scale(1, 1);
  }
  90% {
    top: -20px;
  }
  100% {
    top: -20px;
  }
}
/**
 * ==============================================
 * Experimental: Emoji
 * Dot Rolling
 * ==============================================
 */
/* (unused) .dot-rolling {
  position: relative;
  height: 10px;
  font-size: 10px;
}*/

/* (unused) .dot-rolling::before {
  content: "⚽";
  display: inline-block;
  position: relative;
  transform: translateX(-25px);
  animation: dot-rolling 3s infinite;
}*/

@keyframes svelte-1e31jvv-dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg);
  }
  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg);
  }
  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg);
  }
  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg);
  }
  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg);
  }
  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg);
  }
  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg);
  }
  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg);
  }
  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg);
  }
}
._3distinct-mod.svelte-1e31jvv {
  height: 100%;
  position: relative;
  width: 100%;
  background-color: var(--bg-color);
}
._3distinct-mod.svelte-1e31jvv button {
  background: none;
  border: none;
  padding: 0;
}
._3distinct-mod.svelte-1e31jvv button:focus {
  outline: none;
}
._3distinct-mod.svelte-1e31jvv h1 {
  font-weight: normal;
}
._3distinct-mod.svelte-1e31jvv svg {
  height: 26px;
  width: 26px;
}
._3distinct-mod.svelte-1e31jvv .overlay {
  mix-blend-mode: normal;
  backdrop-filter: blur(10px);
}
._3distinct-mod.svelte-1e31jvv .hide {
  display: none !important;
}
._3distinct-mod.svelte-1e31jvv > canvas:where(.svelte-1e31jvv) {
  width: 100%;
}
._3distinct-mod.svelte-1e31jvv > canvas.mobileKeyboardOn:where(.svelte-1e31jvv) {
  bottom: 0px;
}
._3distinct-mod__loading-screen.svelte-1e31jvv {
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  cursor: wait;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 4;
  gap: 100px;
}
._3distinct-mod__loading-screen.svelte-1e31jvv img:where(.svelte-1e31jvv) {
  height: 100px;
}
@keyframes svelte-1e31jvv-loading {
  0% {
    transform: rotate(0turn) scale(1);
  }
  50% {
    transform: rotate(1turn) scale(1.5);
  }
  100% {
    transform: rotate(2turn) scale(1);
  }
}
._3distinct-mod__loading-screen.svelte-1e31jvv svg {
  height: 100px;
  width: 100px;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-name: svelte-1e31jvv-loading;
  animation-timing-function: ease-in-out;
}
._3distinct-mod__drag-header.svelte-1e31jvv {
  height: 60px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
}
._3distinct-mod__header.svelte-1e31jvv {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 30px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  ._3distinct-mod__header.svelte-1e31jvv {
    top: 40px;
  }
}
._3distinct-mod__header.svelte-1e31jvv > div:where(.svelte-1e31jvv), ._3distinct-mod__header.svelte-1e31jvv button:where(.svelte-1e31jvv) {
  align-items: center;
  pointer-events: auto;
  display: flex;
  border-radius: 19px;
  background-color: #fff;
  border: 1px solid #bbb;
}
._3distinct-mod__header__price.svelte-1e31jvv {
  margin-left: 40px;
  padding: 0 16px;
}
._3distinct-mod__header.svelte-1e31jvv button:where(.svelte-1e31jvv) {
  margin-right: 40px;
  padding: 5px;
}
._3distinct-mod__menu-overlay.svelte-1e31jvv {
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
._3distinct-mod__selection.svelte-1e31jvv {
  background-color: #fff;
  bottom: 0px;
  left: 0px;
  max-height: 90dvh;
  position: absolute;
  transition: height 600ms cubic-bezier(0.5, -0.1, 0.2, 1.1);
  width: 100%;
  z-index: 3;
}
._3distinct-mod__selection.no-transition.svelte-1e31jvv {
  transition: none;
}
@media (max-width: 767.98px) {
  ._3distinct-mod__selection.svelte-1e31jvv {
    border-radius: 18px 18px 0px 0px;
  }
}
._3distinct-mod__selection.svelte-1e31jvv .input-warning:where(.svelte-1e31jvv) {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  color: #fff;
  font-weight: 300;
  left: 50%;
  min-width: 265px;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: -70px;
  transition-property: top, visibility;
  transition-duration: 200ms;
  transition-timing-function: ease-in-out;
  transform: translateX(-50%);
}
._3distinct-mod__selection.svelte-1e31jvv .input-warning.hide:where(.svelte-1e31jvv) {
  display: initial !important;
  visibility: hidden;
  top: 0px;
}
._3distinct-mod__selection.svelte-1e31jvv .menu-drag:where(.svelte-1e31jvv) {
  align-items: flex-start;
  height: 70px;
  display: flex;
  justify-content: center;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  ._3distinct-mod__selection.svelte-1e31jvv .menu-drag:where(.svelte-1e31jvv) {
    display: none;
  }
}
._3distinct-mod__selection.svelte-1e31jvv .menu-drag:where(.svelte-1e31jvv) button:where(.svelte-1e31jvv) {
  align-items: center;
  display: flex;
  height: 20px;
}
._3distinct-mod__selection.svelte-1e31jvv .menu-drag:where(.svelte-1e31jvv) button:where(.svelte-1e31jvv) svg {
  rotate: 90deg;
  scale: 1.5;
  stroke: #ccc;
}
._3distinct-mod__selection__inner.svelte-1e31jvv {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: fit-content;
  padding-top: 28px;
  position: relative;
}
@media (max-width: 767.98px) {
  ._3distinct-mod__selection__inner.svelte-1e31jvv {
    border-radius: 18px 18px 0px 0px;
  }
}
._3distinct-mod__selection.menu.svelte-1e31jvv ._3distinct-mod__selection__inner:where(.svelte-1e31jvv) {
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  padding: 28px 24px 0px 24px;
}
@media (min-width: 992px) {
  ._3distinct-mod__selection.menu.svelte-1e31jvv ._3distinct-mod__selection__inner:where(.svelte-1e31jvv) {
    padding: 40px 150px;
  }
}
._3distinct-mod__selection__header.svelte-1e31jvv {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  position: relative;
}
._3distinct-mod__selection__header.mesh.svelte-1e31jvv {
  justify-content: center;
}
._3distinct-mod__selection__header.mesh.svelte-1e31jvv h1:where(.svelte-1e31jvv) {
  align-items: center;
  display: flex;
  flex-basis: 20em;
  flex-shrink: 1;
  font-size: 20px;
  justify-content: center;
  max-width: 75%;
  margin: 0;
}
@media (min-width: 768px) {
  ._3distinct-mod__selection__header.mesh.svelte-1e31jvv h1:where(.svelte-1e31jvv) {
    max-width: 35%;
  }
}
._3distinct-mod__selection__header.mesh.svelte-1e31jvv h1:where(.svelte-1e31jvv) .name:where(.svelte-1e31jvv) {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
._3distinct-mod__selection__header.mesh.svelte-1e31jvv h1:where(.svelte-1e31jvv) .index:where(.svelte-1e31jvv) {
  color: #777;
  margin-left: 8px;
}
._3distinct-mod__selection__header.mesh.svelte-1e31jvv button:where(.svelte-1e31jvv) {
  z-index: 3;
}
._3distinct-mod__selection__header.menu.svelte-1e31jvv h1:where(.svelte-1e31jvv) {
  color: #000;
  font-size: 24px;
}
._3distinct-mod__selection__header.menu.svelte-1e31jvv .count:where(.svelte-1e31jvv) {
  color: #777;
  font-size: 26px;
  margin-left: 13px;
}
._3distinct-mod__selection__header.svelte-1e31jvv .hamburger-menu:where(.svelte-1e31jvv) {
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 24px;
  display: flex;
  left: auto;
  padding: 5px 16px;
}
._3distinct-mod__selection__header.svelte-1e31jvv .hamburger-menu.menu:where(.svelte-1e31jvv) {
  padding: 5px;
}
._3distinct-mod__selection__header.svelte-1e31jvv .hamburger-menu:where(.svelte-1e31jvv) {
  position: absolute;
  right: min(50px, 5%);
}
@media (max-width: 767.98px) {
  ._3distinct-mod__selection__header.svelte-1e31jvv .hamburger-menu:where(.svelte-1e31jvv) {
    display: none;
  }
}
._3distinct-mod__selection__header.svelte-1e31jvv .hamburger-menu:where(.svelte-1e31jvv) span:where(.svelte-1e31jvv) {
  margin-left: 3px;
}
._3distinct-mod__selection__body.svelte-1e31jvv {
  display: flex;
  flex-direction: column;
  align-items: center;
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv {
  align-items: start;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  ._3distinct-mod__selection__body.menu.svelte-1e31jvv {
    overflow: hidden scroll;
    scrollbar-width: none;
  }
}
@media (min-width: 768px) {
  ._3distinct-mod__selection__body.menu.svelte-1e31jvv {
    flex-flow: row wrap;
  }
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh:where(.svelte-1e31jvv) {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 60px;
}
@media (max-width: 767.98px) {
  ._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh:where(.svelte-1e31jvv):not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}
@media (min-width: 768px) {
  ._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh:where(.svelte-1e31jvv) {
    width: 47%;
  }
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh__details:where(.svelte-1e31jvv) {
  display: flex;
  align-items: center;
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh__details__selection:where(.svelte-1e31jvv) {
  height: 13px;
  position: relative;
  width: 26px;
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh__details__selection:where(.svelte-1e31jvv)::before {
  background: var(--material-bg);
  border: 1px solid rgb(195, 195, 195);
  border-radius: 100%;
  content: "";
  height: 13px;
  left: 0px;
  position: absolute;
  width: 13px;
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh__details__selection:where(.svelte-1e31jvv) svg {
  width: auto;
  height: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh__details__name:where(.svelte-1e31jvv) {
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
._3distinct-mod__selection__body.menu.svelte-1e31jvv .mesh__chosen:where(.svelte-1e31jvv) {
  margin: 4px 0 0 8px;
}
._3distinct-mod__selection__body.svelte-1e31jvv input:where(.svelte-1e31jvv) {
  border: 1px solid rgb(195, 195, 195);
  border-radius: 5px;
  font-size: 20px;
  margin-top: 1em;
  outline: black;
  padding: 5px;
  text-align: center;
}
._3distinct-mod__selection__body.svelte-1e31jvv input:where(.svelte-1e31jvv):invalid {
  border-color: red;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) {
  display: flex;
  flex-grow: 1;
  height: 40px;
  margin: 2em 0 3em 0;
  position: relative;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) {
  align-items: center;
  display: flex;
  gap: 23px;
  left: 50%;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer:where(.svelte-1e31jvv) {
  height: 40px;
  width: 40px;
  position: relative;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer__btn:where(.svelte-1e31jvv) {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  padding: 0px;
  width: 40px;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer__btn:where(.svelte-1e31jvv):focus {
  outline: none;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer__btn[aria-current=true]:where(.svelte-1e31jvv)::before {
  border: 1px solid rgb(195, 195, 195);
  border-radius: 100%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer__btn:where(.svelte-1e31jvv)::after {
  background: var(--material-bg);
  border: 1px solid rgb(195, 195, 195);
  border-radius: 100%;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer__btn:where(.svelte-1e31jvv) svg {
  height: 70%;
  width: auto;
}
._3distinct-mod__selection__body.svelte-1e31jvv .answers:where(.svelte-1e31jvv) .wrapper:where(.svelte-1e31jvv) .answer__caption:where(.svelte-1e31jvv) {
  position: absolute;
  left: 50%;
  text-align: center;
  text-wrap: nowrap;
  top: 48px;
  transform: translateX(-50%);
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTW9kLnN2ZWx0ZSIsIm1hcHBpbmdzIjoiQUFpdENrQiIsIm5hbWVzIjpbXSwiaWdub3JlTGlzdCI6W10sInNvdXJjZXMiOlsiTW9kLnN2ZWx0ZSJdfQ==*/
/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svelte-loader/index.js?cssPath=/home/eytienne/workspace/ConfIt/src/3Distinct/Launcher.svelte.0.css!./src/3Distinct/Launcher.svelte ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * ==============================================
 * Dot Elastic
 * ==============================================
 */
/* (unused) .dot-elastic {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-elastic 1s infinite linear;
}*/

/* (unused) .dot-elastic::before, .dot-elastic::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-elastic::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-elastic-before 1s infinite linear;
}*/

/* (unused) .dot-elastic::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-elastic-after 1s infinite linear;
}*/

@keyframes svelte-cl1qaq-dot-elastic-before {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1.5);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes svelte-cl1qaq-dot-elastic {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1.5);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes svelte-cl1qaq-dot-elastic-after {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0.67);
  }
  75% {
    transform: scale(1, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.dot-pulse.svelte-cl1qaq {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 0 0 -5px;
  animation: svelte-cl1qaq-dot-pulse 1.5s infinite linear;
  animation-delay: 0.25s;
}

.dot-pulse.svelte-cl1qaq::before, .dot-pulse.svelte-cl1qaq::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}

.dot-pulse.svelte-cl1qaq::before {
  box-shadow: 9984px 0 0 -5px;
  animation: svelte-cl1qaq-dot-pulse-before 1.5s infinite linear;
  animation-delay: 0s;
}

.dot-pulse.svelte-cl1qaq::after {
  box-shadow: 10014px 0 0 -5px;
  animation: svelte-cl1qaq-dot-pulse-after 1.5s infinite linear;
  animation-delay: 0.5s;
}

@keyframes svelte-cl1qaq-dot-pulse-before {
  0% {
    box-shadow: 9984px 0 0 -5px;
  }
  30% {
    box-shadow: 9984px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9984px 0 0 -5px;
  }
}
@keyframes svelte-cl1qaq-dot-pulse {
  0% {
    box-shadow: 9999px 0 0 -5px;
  }
  30% {
    box-shadow: 9999px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 9999px 0 0 -5px;
  }
}
@keyframes svelte-cl1qaq-dot-pulse-after {
  0% {
    box-shadow: 10014px 0 0 -5px;
  }
  30% {
    box-shadow: 10014px 0 0 2px;
  }
  60%, 100% {
    box-shadow: 10014px 0 0 -5px;
  }
}
/**
 * ==============================================
 * Dot Flashing
 * ==============================================
 */
/* (unused) .dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}*/

/* (unused) .dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}*/

/* (unused) .dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}*/

@keyframes svelte-cl1qaq-dot-flashing {
  0% {
    background-color: black;
  }
  50%, 100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
/**
 * ==============================================
 * Dot Collision
 * ==============================================
 */
/* (unused) .dot-collision {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-collision::before, .dot-collision::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-collision::before {
  left: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-collision-before 2s infinite ease-in;
}*/

/* (unused) .dot-collision::after {
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-collision-after 2s infinite ease-in;
  animation-delay: 1s;
}*/

@keyframes svelte-cl1qaq-dot-collision-before {
  0%, 50%, 75%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-15px);
  }
}
@keyframes svelte-cl1qaq-dot-collision-after {
  0%, 50%, 75%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(15px);
  }
}
/**
 * ==============================================
 * Dot Revolution
 * ==============================================
 */
/* (unused) .dot-revolution {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-revolution::before, .dot-revolution::after {
  content: "";
  display: inline-block;
  position: absolute;
}*/

/* (unused) .dot-revolution::before {
  left: 0;
  top: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 20px;
  animation: dot-revolution 1.4s linear infinite;
}*/

/* (unused) .dot-revolution::after {
  left: 0;
  top: -30px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 35px;
  animation: dot-revolution 1s linear infinite;
}*/

@keyframes svelte-cl1qaq-dot-revolution {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 0, 0);
  }
}
/**
 * ==============================================
 * Dot Carousel
 * ==============================================
 */
/* (unused) .dot-carousel {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  animation: dot-carousel 1.5s infinite linear;
}*/

@keyframes svelte-cl1qaq-dot-carousel {
  0% {
    box-shadow: 9984px 0 0 -1px #000, 9999px 0 0 1px #000, 10014px 0 0 -1px #000;
  }
  50% {
    box-shadow: 10014px 0 0 -1px #000, 9984px 0 0 -1px #000, 9999px 0 0 1px #000;
  }
  100% {
    box-shadow: 9999px 0 0 1px #000, 10014px 0 0 -1px #000, 9984px 0 0 -1px #000;
  }
}
/**
 * ==============================================
 * Dot Typing
 * ==============================================
 */
/* (unused) .dot-typing {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  animation: dot-typing 1.5s infinite linear;
}*/

@keyframes svelte-cl1qaq-dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  50% {
    box-shadow: 9984px 0 0 0 #000, 9999px -10px 0 0 #000, 10014px 0 0 0 #000;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px -10px 0 0 #000;
  }
  100% {
    box-shadow: 9984px 0 0 0 #000, 9999px 0 0 0 #000, 10014px 0 0 0 #000;
  }
}
/**
 * ==============================================
 * Dot Windmill
 * ==============================================
 */
/* (unused) .dot-windmill {
  position: relative;
  top: -10px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform-origin: 5px 15px;
  animation: dot-windmill 2s infinite linear;
}*/

/* (unused) .dot-windmill::before, .dot-windmill::after {
  content: "";
  display: inline-block;
  position: absolute;
}*/

/* (unused) .dot-windmill::before {
  left: -8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-windmill::after {
  left: 8.66254px;
  top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

@keyframes svelte-cl1qaq-dot-windmill {
  0% {
    transform: rotateZ(0deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotateZ(720deg) translate3d(0, 0, 0);
  }
}
/**
 * ==============================================
 * Dot Bricks
 * ==============================================
 */
/* (unused) .dot-bricks {
  position: relative;
  top: 8px;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  animation: dot-bricks 2s infinite ease;
}*/

@keyframes svelte-cl1qaq-dot-bricks {
  0% {
    box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  }
  8.333% {
    box-shadow: 10007px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  }
  16.667% {
    box-shadow: 10007px -16px 0 0 #000, 9991px -16px 0 0 #000, 10007px 0 0 0 #000;
  }
  25% {
    box-shadow: 10007px -16px 0 0 #000, 9991px -16px 0 0 #000, 9991px 0 0 0 #000;
  }
  33.333% {
    box-shadow: 10007px 0 0 0 #000, 9991px -16px 0 0 #000, 9991px 0 0 0 #000;
  }
  41.667% {
    box-shadow: 10007px 0 0 0 #000, 10007px -16px 0 0 #000, 9991px 0 0 0 #000;
  }
  50% {
    box-shadow: 10007px 0 0 0 #000, 10007px -16px 0 0 #000, 9991px -16px 0 0 #000;
  }
  58.333% {
    box-shadow: 9991px 0 0 0 #000, 10007px -16px 0 0 #000, 9991px -16px 0 0 #000;
  }
  66.666% {
    box-shadow: 9991px 0 0 0 #000, 10007px 0 0 0 #000, 9991px -16px 0 0 #000;
  }
  75% {
    box-shadow: 9991px 0 0 0 #000, 10007px 0 0 0 #000, 10007px -16px 0 0 #000;
  }
  83.333% {
    box-shadow: 9991px -16px 0 0 #000, 10007px 0 0 0 #000, 10007px -16px 0 0 #000;
  }
  91.667% {
    box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px -16px 0 0 #000;
  }
  100% {
    box-shadow: 9991px -16px 0 0 #000, 9991px 0 0 0 #000, 10007px 0 0 0 #000;
  }
}
/**
 * ==============================================
 * Dot Floating
 * ==============================================
 */
/* (unused) .dot-floating {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating 3s infinite cubic-bezier(0.15, 0.6, 0.9, 0.1);
}*/

/* (unused) .dot-floating::before, .dot-floating::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-floating::before {
  left: -12px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating-before 3s infinite ease-in-out;
}*/

/* (unused) .dot-floating::after {
  left: -24px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-floating-after 3s infinite cubic-bezier(0.4, 0, 1, 1);
}*/

@keyframes svelte-cl1qaq-dot-floating {
  0% {
    left: calc(-50% - 5px);
  }
  75% {
    left: calc(50% + 105px);
  }
  100% {
    left: calc(50% + 105px);
  }
}
@keyframes svelte-cl1qaq-dot-floating-before {
  0% {
    left: -50px;
  }
  50% {
    left: -12px;
  }
  75% {
    left: -50px;
  }
  100% {
    left: -50px;
  }
}
@keyframes svelte-cl1qaq-dot-floating-after {
  0% {
    left: -100px;
  }
  50% {
    left: -24px;
  }
  75% {
    left: -100px;
  }
  100% {
    left: -100px;
  }
}
/**
 * ==============================================
 * Dot Fire
 * ==============================================
 */
/* (unused) .dot-fire {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 22.5px 0 -5px #000;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -0.85s;
}*/

/* (unused) .dot-fire::before, .dot-fire::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
}*/

/* (unused) .dot-fire::before {
  box-shadow: 9999px 22.5px 0 -5px #000;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -1.85s;
}*/

/* (unused) .dot-fire::after {
  box-shadow: 9999px 22.5px 0 -5px #000;
  animation: dot-fire 1.5s infinite linear;
  animation-delay: -2.85s;
}*/

@keyframes svelte-cl1qaq-dot-fire {
  1% {
    box-shadow: 9999px 22.5px 0 -5px #000;
  }
  50% {
    box-shadow: 9999px -5.625px 0 2px #000;
  }
  100% {
    box-shadow: 9999px -22.5px 0 -5px #000;
  }
}
/**
 * ==============================================
 * Dot Spin
 * ==============================================
 */
/* (unused) .dot-spin {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  color: transparent;
  box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 0 black, 18px 0 0 0 black, 12.727926px 12.727926px 0 0 rgba(0, 0, 0, 0), 0 18px 0 0 rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 0 rgba(0, 0, 0, 0), -18px 0 0 0 rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 0 rgba(0, 0, 0, 0);
  animation: dot-spin 1.5s infinite linear;
}*/

@keyframes svelte-cl1qaq-dot-spin {
  0%, 100% {
    box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 0 black, 18px 0 0 0 black, 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  12.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 0 black, 18px 0 0 0 black, 12.727926px 12.727926px 0 0 black, 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  25% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 0 black, 12.727926px 12.727926px 0 0 black, 0 18px 0 0 black, -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  37.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 0 black, 0 18px 0 0 black, -12.727926px 12.727926px 0 0 black, -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  50% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 0 black, -12.727926px 12.727926px 0 0 black, -18px 0 0 0 black, -12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0);
  }
  62.5% {
    box-shadow: 0 -18px 0 -5px rgba(0, 0, 0, 0), 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 0 black, -18px 0 0 0 black, -12.727926px -12.727926px 0 0 black;
  }
  75% {
    box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 -5px rgba(0, 0, 0, 0), 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 0 black, -12.727926px -12.727926px 0 0 black;
  }
  87.5% {
    box-shadow: 0 -18px 0 0 black, 12.727926px -12.727926px 0 0 black, 18px 0 0 -5px rgba(0, 0, 0, 0), 12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), 0 18px 0 -5px rgba(0, 0, 0, 0), -12.727926px 12.727926px 0 -5px rgba(0, 0, 0, 0), -18px 0 0 -5px rgba(0, 0, 0, 0), -12.727926px -12.727926px 0 0 black;
  }
}
/**
 * ==============================================
 * Dot Falling
 * ==============================================
 */
/* (unused) .dot-falling {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  box-shadow: 9999px 0 0 0 #000;
  animation: dot-falling 1s infinite linear;
  animation-delay: 0.1s;
}*/

/* (unused) .dot-falling::before, .dot-falling::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-falling::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-falling-before 1s infinite linear;
  animation-delay: 0s;
}*/

/* (unused) .dot-falling::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-falling-after 1s infinite linear;
  animation-delay: 0.2s;
}*/

@keyframes svelte-cl1qaq-dot-falling {
  0% {
    box-shadow: 9999px -15px 0 0 rgba(0, 0, 0, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9999px 0 0 0 black;
  }
  100% {
    box-shadow: 9999px 15px 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes svelte-cl1qaq-dot-falling-before {
  0% {
    box-shadow: 9984px -15px 0 0 rgba(0, 0, 0, 0);
  }
  25%, 50%, 75% {
    box-shadow: 9984px 0 0 0 black;
  }
  100% {
    box-shadow: 9984px 15px 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes svelte-cl1qaq-dot-falling-after {
  0% {
    box-shadow: 10014px -15px 0 0 rgba(0, 0, 0, 0);
  }
  25%, 50%, 75% {
    box-shadow: 10014px 0 0 0 black;
  }
  100% {
    box-shadow: 10014px 15px 0 0 rgba(0, 0, 0, 0);
  }
}
/**
 * ==============================================
 * Dot Stretching
 * ==============================================
 */
/* (unused) .dot-stretching {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  transform: scale(1.25, 1.25);
  animation: dot-stretching 2s infinite ease-in;
}*/

/* (unused) .dot-stretching::before, .dot-stretching::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}*/

/* (unused) .dot-stretching::before {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-stretching-before 2s infinite ease-in;
}*/

/* (unused) .dot-stretching::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #000;
  color: #000;
  animation: dot-stretching-after 2s infinite ease-in;
}*/

@keyframes svelte-cl1qaq-dot-stretching {
  0% {
    transform: scale(1.25, 1.25);
  }
  50%, 60% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1.25, 1.25);
  }
}
@keyframes svelte-cl1qaq-dot-stretching-before {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(-20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
@keyframes svelte-cl1qaq-dot-stretching-after {
  0% {
    transform: translate(0) scale(0.7, 0.7);
  }
  50%, 60% {
    transform: translate(20px) scale(1, 1);
  }
  100% {
    transform: translate(0) scale(0.7, 0.7);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Gathering
 * ==============================================
 */
/* (unused) .dot-gathering {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}*/

/* (unused) .dot-gathering::before, .dot-gathering::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -50px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  opacity: 0;
  filter: blur(2px);
  animation: dot-gathering 2s infinite ease-in;
}*/

/* (unused) .dot-gathering::after {
  animation-delay: 0.5s;
}*/

@keyframes svelte-cl1qaq-dot-gathering {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  35%, 60% {
    opacity: 1;
    transform: translateX(50px);
  }
  100% {
    opacity: 0;
    transform: translateX(100px);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Hourglass
 * ==============================================
 */
/* (unused) .dot-hourglass {
  position: relative;
  top: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
  transform-origin: 5px 20px;
  animation: dot-hourglass 2.4s infinite ease-in-out;
  animation-delay: 0.6s;
}*/

/* (unused) .dot-hourglass::before, .dot-hourglass::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}*/

/* (unused) .dot-hourglass::before {
  top: 30px;
}*/

/* (unused) .dot-hourglass::after {
  animation: dot-hourglass-after 2.4s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}*/

@keyframes svelte-cl1qaq-dot-hourglass {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(180deg);
  }
  50% {
    transform: rotateZ(180deg);
  }
  75% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes svelte-cl1qaq-dot-hourglass-after {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(30px);
  }
  75% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Overtaking
 * ==============================================
 */
/* (unused) .dot-overtaking {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0, 100%, 0%);
  margin: -1px 0;
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
}*/

/* (unused) .dot-overtaking::before, .dot-overtaking::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: transparent;
  color: hsl(0, 100%, 0%);
  box-shadow: 0 -20px 0 0;
  filter: blur(2px);
}*/

/* (unused) .dot-overtaking::before {
  animation: dot-overtaking 2s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.3s;
}*/

/* (unused) .dot-overtaking::after {
  animation: dot-overtaking 1.5s infinite cubic-bezier(0.2, 0.6, 0.8, 0.2);
  animation-delay: 0.6s;
}*/

@keyframes svelte-cl1qaq-dot-overtaking {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
/**
 * ==============================================
 * Experimental: Gooey Effect
 * Dot Shuttle
 * ==============================================
 */
/* (unused) .dot-shuttle {
  position: relative;
  left: -15px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  margin: -1px 0;
  filter: blur(2px);
}*/

/* (unused) .dot-shuttle::before, .dot-shuttle::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: hsl(0, 100%, 0%);
  color: transparent;
  filter: blur(2px);
}*/

/* (unused) .dot-shuttle::before {
  left: 15px;
  animation: dot-shuttle 2s infinite ease-out;
}*/

/* (unused) .dot-shuttle::after {
  left: 30px;
}*/

@keyframes svelte-cl1qaq-dot-shuttle {
  0%, 50%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-45px);
  }
  75% {
    transform: translateX(45px);
  }
}
/**
 * ==============================================
 * Experimental: Emoji
 * Dot Bouncing
 * ==============================================
 */
/* (unused) .dot-bouncing {
  position: relative;
  height: 10px;
  font-size: 10px;
}*/

/* (unused) .dot-bouncing::before {
  content: "⚽🏀🏐";
  display: inline-block;
  position: relative;
  animation: dot-bouncing 1s infinite;
}*/

@keyframes svelte-cl1qaq-dot-bouncing {
  0% {
    top: -20px;
    animation-timing-function: ease-in;
  }
  34% {
    transform: scale(1, 1);
  }
  35% {
    top: 20px;
    animation-timing-function: ease-out;
    transform: scale(1.5, 0.5);
  }
  45% {
    transform: scale(1, 1);
  }
  90% {
    top: -20px;
  }
  100% {
    top: -20px;
  }
}
/**
 * ==============================================
 * Experimental: Emoji
 * Dot Rolling
 * ==============================================
 */
/* (unused) .dot-rolling {
  position: relative;
  height: 10px;
  font-size: 10px;
}*/

/* (unused) .dot-rolling::before {
  content: "⚽";
  display: inline-block;
  position: relative;
  transform: translateX(-25px);
  animation: dot-rolling 3s infinite;
}*/

@keyframes svelte-cl1qaq-dot-rolling {
  0% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg);
  }
  16.667% {
    content: "⚽";
    transform: translateX(25px) rotateZ(720deg);
  }
  33.333% {
    content: "⚽";
    transform: translateX(-25px) rotateZ(0deg);
  }
  34.333% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg);
  }
  50% {
    content: "🏀";
    transform: translateX(25px) rotateZ(720deg);
  }
  66.667% {
    content: "🏀";
    transform: translateX(-25px) rotateZ(0deg);
  }
  67.667% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg);
  }
  83.333% {
    content: "🏐";
    transform: translateX(25px) rotateZ(720deg);
  }
  100% {
    content: "🏐";
    transform: translateX(-25px) rotateZ(0deg);
  }
}
._3distinct.svelte-cl1qaq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  max-width: 1440px;
}
@media (min-width: 992px) {
  ._3distinct.svelte-cl1qaq {
    flex-direction: row;
  }
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper:where(.svelte-cl1qaq) {
  background-color: var(--bg-color);
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  ._3distinct__snapshots.svelte-cl1qaq .image-wrapper:where(.svelte-cl1qaq) {
    display: inline-block;
    margin: 0 10px 10px 10px;
    width: calc(50% - 20px);
  }
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper:where(.svelte-cl1qaq) .secondary-configure:where(.svelte-cl1qaq) {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  height: auto;
  padding: 4px;
  position: absolute;
  left: 15px;
  top: 10px;
  width: 45px;
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper:where(.svelte-cl1qaq) .secondary-configure:where(.svelte-cl1qaq) svg {
  height: auto;
  width: 100%;
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper:where(.svelte-cl1qaq) img:where(.svelte-cl1qaq) {
  aspect-ratio: 1;
  object-fit: contain;
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper:where(.svelte-cl1qaq) .dot-pulse:where(.svelte-cl1qaq) {
  display: none;
  margin: 50% 0 0 50%;
  position: absolute;
  top: 0px;
  translate: -50%;
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper.loadingSnapshots:where(.svelte-cl1qaq) img:where(.svelte-cl1qaq) {
  visibility: hidden;
}
._3distinct__snapshots.svelte-cl1qaq .image-wrapper.loadingSnapshots:where(.svelte-cl1qaq) .dot-pulse:where(.svelte-cl1qaq) {
  display: block;
}
._3distinct.svelte-cl1qaq .embla:where(.svelte-cl1qaq) {
  overflow: hidden;
  position: relative;
}
._3distinct.svelte-cl1qaq .embla__container:where(.svelte-cl1qaq) {
  display: flex;
}
._3distinct.svelte-cl1qaq .embla__slide:where(.svelte-cl1qaq) {
  flex: 0 0 100%;
  min-width: 0;
  max-width: 100vw;
}
._3distinct.svelte-cl1qaq .embla__progress-bar:where(.svelte-cl1qaq) {
  background-color: #333;
  bottom: 0;
  height: 5px;
  opacity: 0.5;
  position: absolute;
  left: calc(var(--progress) * (100% - var(--width)));
  width: var(--width);
}
._3distinct__overview.svelte-cl1qaq {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-direction: column-reverse;
}
@media (max-width: 767.98px) {
  ._3distinct__overview.svelte-cl1qaq {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  ._3distinct__overview.svelte-cl1qaq {
    flex-direction: column;
    flex: 1 0 456px;
  }
}
._3distinct__overview.svelte-cl1qaq h3:where(.svelte-cl1qaq) {
  font-weight: 600;
}
._3distinct__overview.svelte-cl1qaq .config-item:not(.empty-item) {
  display: flex;
  gap: 10px;
  overflow-x: scroll;
}
@media (min-width: 992px) {
  ._3distinct__overview.svelte-cl1qaq .config-item:not(.empty-item) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    overflow-x: initial;
  }
}
._3distinct__overview.svelte-cl1qaq .config-item img {
  display: inline-block;
  width: 125px;
}
@media (min-width: 992px) {
  ._3distinct__overview.svelte-cl1qaq .config-item img {
    width: initial;
  }
}
._3distinct__overview.svelte-cl1qaq .config-item__preview {
  flex-shrink: 0;
  position: relative;
  width: fit-content;
}
._3distinct__overview.svelte-cl1qaq .config-item__preview:has(.config-preview__cross:hover) {
  animation: svelte-cl1qaq-delete-shake 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
._3distinct__overview.svelte-cl1qaq .config-item__preview__cross {
  position: absolute;
  padding: 3px;
  width: 30px;
  right: 5px;
  top: 5px;
  opacity: 0.5;
}
._3distinct__overview.svelte-cl1qaq .config-item__preview__cross * {
  fill: #bbb;
}
._3distinct__overview.svelte-cl1qaq .config-item__empty {
  text-align: center;
}
._3distinct__overview.svelte-cl1qaq .launch:where(.svelte-cl1qaq) {
  align-items: center;
  background-color: #f00;
  border: 1px solid #ccc;
  display: flex;
  font-size: 1.5em;
  gap: 8px;
  margin: 20px auto;
  outline: none;
  padding: 15px;
}
._3distinct__overview.svelte-cl1qaq .launch:where(.svelte-cl1qaq):hover {
  background-color: #111;
  color: #fff;
}
._3distinct__overview.svelte-cl1qaq .launch:where(.svelte-cl1qaq):hover svg circle, ._3distinct__overview.svelte-cl1qaq .launch:where(.svelte-cl1qaq):hover svg path {
  fill: #fff;
}
._3distinct__overview.svelte-cl1qaq .launch:where(.svelte-cl1qaq) svg {
  height: 20px;
  margin-top: 2px;
  width: auto;
}

@keyframes svelte-cl1qaq-delete-shake {
  0%, 100% {
    transform: translateX(0);
    rotate: 0;
  }
  10%, 30%, 50%, 70% {
    transform: translateX(-3px);
    rotate: -4deg;
  }
  20%, 40%, 60% {
    transform: translateX(3px);
    rotate: 4deg;
  }
  80% {
    transform: translateX(2px);
    rotate: 3deg;
  }
  90% {
    transform: translateX(-2px);
    rotate: -3deg;
  }
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiTGF1bmNoZXIuc3ZlbHRlIiwibWFwcGluZ3MiOiJBQWlOa0IiLCJuYW1lcyI6W10sImlnbm9yZUxpc3QiOltdLCJzb3VyY2VzIjpbIkxhdW5jaGVyLnN2ZWx0ZSJdfQ==*/

/*# sourceMappingURL=suit.ts.css.map*/