.yLax3bvNWBRXHKXSJcW9 {
  display: flex;
  list-style: none;
  margin-right: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  cursor: pointer;
  padding: 0.2rem 0.7rem;
  z-index: 5;
  will-change: transform, opacity;
  overflow: hidden;
}

.yLax3bvNWBRXHKXSJcW9 {
  position: relative;
}

.sF53Cm7YUyEt8fbrocqo {
  position: absolute;
  padding: 25px;
  margin: 1rem 0rem 1rem;
  top: 75px;
  width: 250px;
}

.BG3p04sitk3kP5HSTQaw {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.4rem;
}

.BG3p04sitk3kP5HSTQaw > svg {
  height: auto;
  width: auto;
}

.hBH14hFd7k8sptbMR2vV {
  flex: 1;
  margin: 0.5rem 1rem;
  font-family: "Sen", sans-serif;
  border-radius: 5px;
  width: 10%;
  height: 1rem;
}

a:-webkit-any-link,
a {
  text-decoration: none;
  color: inherit;
}

.KudGlwrpz9t44C1qHC_S {
  position: absolute;
  display: flex;
  font-family: "Sen", sans-serif;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  height: 60px;
  top: 8px;
  left: 100px;
  z-index: 4;
}

.rUCK_5iAzfni4H4qmnIu {
  height: 50px;
}

.oVK1M8Qdc2LnFH03JC0w {
  position: relative;
  border-radius: 35px;
}

.kt4bkfXcSBXmyPG6xTQT {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 1rem;
  width: 100%;
  padding: 1rem;
  background: "rgba(244, 244, 244, 0.65)";
  backdrop-filter: blur(7.5px) saturate(120%);
  transition: background 0.4s cubic-bezier(0.38, 0.005, 0.215, 0.7), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1),
    border-radius 0.35s;
  will-change: transform, opacity, background;
}

.hsofjWJprxb92Z3QwcdK {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    linear-gradient(to right, rgba(179, 176, 196, 1), rgba(141, 137, 165, 0.7));
}

.FkA7pTF7J4zibEkO7eV9 {
  display: inline-block;
  margin: 0.4rem;
  cursor: pointer;

  padding-bottom: 2.5px;
  background-image: linear-gradient(#000 0 0);
  background-position: 0 100%;
  background-size: 0% 2.5px;
  background-repeat: no-repeat;
  transition: background-size 0.3s, background-position 0s 0.3s;

  &:hover {
    background-position: 100% 100%;
    background-size: 100% 2.5px;
  }
}

.ViX3NS4qNUx2YOwCCbjc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0.5rem;
}

.xYQ0vGYswwLmOk6jycjw {
  display: inline-block;
  height: 25px;
  color: #000000;
  padding-bottom: 2.5px;
  margin: 0.2rem;
  opacity: 0.5;
  transform-origin: center center;
  transition: all 0.4s;
}

.uOwqElOJXtSNZNcGEoUs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 15%;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.junoBvDZfwGsAY8Roc7g {
  display: inline-flex;
  margin: 0.4rem;
  width: 100%;
  height: 100%;
}

.yc0RVQQuhGTUYxkfz2qy {
  display: inline-block;
  font-size: 16px;
  text-transform: lowercase;
  cursor: pointer;
  opacity: 0.7;
}

.xDdA69SsvohmOfoemTTn {
  display: flex;
  flex-direction: row;
  position: relative;
  font-size: 14px;
  height: 100%;
  width: 85%;
  padding: 1rem;
  border-radius: 35px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* animate border effect */
.xDdA69SsvohmOfoemTTn::after,
.xDdA69SsvohmOfoemTTn::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  bottom: 0.2rem;
  left: 0.2rem;
  transition: all 0.4s;
}

.xDdA69SsvohmOfoemTTn::after {
  border-right: 2px solid black;
  border-left: 2px solid black;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  transform: scale(1, 0);
  animation: glrxDq97ppJU6VDgNdoX 0.4s ease-in-out forwards;
}

.xDdA69SsvohmOfoemTTn::before {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  transform: scale(0, 1);
  animation: yHjS33zwsN1TV44Q_ibd 0.4s ease-in-out forwards;
}

@keyframes glrxDq97ppJU6VDgNdoX {
  from {
    transform: scale(1, 0);
  }
  to {
    transform: scale(1, 1);
  }
}

@keyframes yHjS33zwsN1TV44Q_ibd {
  from {
    transform: scale(0, 1);
  }
  to {
    transform: scale(1, 1);
  }
}
/* end border effect */

.Z7AlrsDhjZ6TqSzm_BHl {
  display: flex;
  flex-direction: row;
  height: fit-content;
  z-index: 4;
}

.Z7AlrsDhjZ6TqSzm_BHl > a {
  height: auto;
}

.wx8V3kSOrKbqdjn5g4XK {
  display: inline-block;
  height: fit-content;
  width: auto;
  cursor: pointer;
  margin: 1rem;
}

.FfFFLQIkwHcciL4qDoco {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transform-origin: 0%;
  width: 100%;
  padding: 0.75rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.yYMgysPxb5L9pI0m4qpl {
  display: block;
  width: 3rem;
}

.xkSRovSqVbLjealHQzHQ {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.cDF_zjzYU5Y9hu1lExip {
  display: inline-flex;
  position: relative;
  height: 60px;
  width: 100%;
  background-color: transparent;
}

.e6JNQanRH69tfoPdNBC3 {
  position: absolute;
  display: flex;
  align-items: center;
  background: transparent;
  width: 50px;
  height: 50px;
  left: 12.5px;
  top: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.PqROz_UeUKc7rGWG5910 {
  position: relative;
  height: calc(100vh - 1.25rem);
  width: 300px;
  background: rgba(244, 244, 244, .65);
  backdrop-filter: blur(7.5px) saturate(120%);
  transition: background .4s cubic-bezier(.38,.005,.215, .7), opacity .6s cubic-bezier(.38,.005,.215,1), border-radius 0.35s;
  will-change: transform, opacity, background;
  z-index: 5;
}

.SO_KlKON7yTr0V0lajaH {
  border-radius: 35px;
  transition-delay: 0.3s;
  transition: border-radius 0.6s ease-in-out;
  will-change: border-radius;
}

._f2MiL_hB2BISN9jW1HH {
  display: flex;
}

.ENIMg_HBiM4MQXv1cKtA {
  position: absolute;
  background: transparent;
  margin: auto;
  width: 80px;
  height: 30px;
  left: 7rem;
  top: 1rem;
}

.gApP8REaN4cGFFNBM0eQ {
  display: inline-flex;
  font-family: "Sen", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 1rem;
  width: 10rem;
}
.rdmlsGH1IKBWnV6VgsDJ {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.egfpmqNay_lm3Bq2YdiL {
  height: 0;
  width: 0;
  display: inline-block;
}

.CFWPw0E7hCpXFQWfHtji {
  height: 6vh;
  width: 3.5vw;
  background-color: rgba(141, 137, 165, 1);
  border-radius: 30px;
  margin: 0 auto;
}

.KdK049cB1dyuKG1rmPPP,
.Gc_URFecG9GkbM1qWuZM {
  display: flex;
  justify-content: center;
}

.WOiYdTp_2adyrKzUy_yb {
  height: 8vmin;
  width: 4vmin;
  transform-origin: top;
  border-radius: 2vmin;
  background: white;
  position: relative;
  animation: C1FNxM6HAvOgzer3w0Cg 2s linear infinite;
}

.WOiYdTp_2adyrKzUy_yb::before {
  content: "";
  position: relative;
  display: block;
  height: 80%;
  width: 100%;
}

@keyframes C1FNxM6HAvOgzer3w0Cg {
  25% {
    transform: translateZ(0) rotate(-60deg);
  }
  75% {
    transform: translateZ(0) rotate(+60deg);
  }
}

#tlIWx8uOOf5mx1rMBqLh {
  left: -2vmin;
}

.GmjaFGrExM0WOKdXasRQ {
  height: 15vh;
  width: 5vw;
  border: 2vmin solid rgba(30, 26, 52, 1);
  background: rgba(89, 84, 120, 1);
  border-radius: 40px;
  display: inline-block;
}

.YCScYnUn4JY9FQ1gpnbP {
  height: 10vmin;
  width: 4vmin;
  transform-origin: top;
  border-radius: 2vmin;
  background: rgb(168, 145, 145);
  position: relative;
}

.YCScYnUn4JY9FQ1gpnbP::before {
  content: "";
  position: relative;
  display: block;
  height: 95%;
  width: 100%;
}

@keyframes eRNFzV8MqwjCisd4smlh {
  25% {
    transform: translateZ(0) rotate(20deg);
  }
  75% {
    transform: translateZ(0) rotate(-20deg);
  }
}

.sKgrpdfhufSNn3wpbO5q #cRg90q3CnnpUKXTUJsCz {
  left: -1vmin;
  animation: eRNFzV8MqwjCisd4smlh 1s linear infinite;
}

.sKgrpdfhufSNn3wpbO5q #Z6eBimEwSBp7ik5dW2y9 {
  animation: eRNFzV8MqwjCisd4smlh 1s linear infinite reverse;
}

.G0ahZdiZdar32jinRYc7 #cRg90q3CnnpUKXTUJsCz {
  left: -1vmin;
  animation: eRNFzV8MqwjCisd4smlh 1s linear infinite reverse;
}

.G0ahZdiZdar32jinRYc7 #Z6eBimEwSBp7ik5dW2y9 {
  animation: eRNFzV8MqwjCisd4smlh 1s linear infinite;
}

.RAeF8Q4Q_DvB7AiqlEoM {
  height: 17.5vmin;
  width: 8vmin;
  border: 2vmin solid #11365d00;
  background: rgba(128, 128, 128, 0);
  display: inline-block;
}

@keyframes Iqe6i3nPE7HXQxfxza0Q {
  25% {
    transform: translate(2vmin, 0vmin);
    margin-top: 3vmin;
  }
  50% {
    transform: translate(0vmin, 0vmin);
    margin-top: 0vmin;
  }
  75% {
    transform: translate(-2vmin, 0vmin);
    margin-top: 3vmin;
  }
}

.ob8UEPtg8UNhQJ7UD3yM {
  animation: p5_2iBB3zps7hweEnP1c 1s linear infinite;
}

@keyframes p5_2iBB3zps7hweEnP1c {
  25% {
    margin-top: 3vmin;
  }
  50% {
    margin-top: 0vmin;
  }
  75% {
    margin-top: 3vmin;
  }
}

.Y5j_TDpwX9tbcQo0NZb9 {
  display: flex;
  width: 40%;
  height: 25%;
  margin-top: 2rem;
  justify-content: space-around;
}

.l9H8tbVomIj7O6hOVSwU {
  font-size: 64px;
  font-family: "Raleway", sans-serif;
}

.aEbXF5CpyJn9VZPeSyRb {
  display: grid;
  place-items: center;
  height: 25vh;
  overflow: hidden;
  width: 50vw;
}

.AdlXudcqGxiU9Cb8mlVg {
  position: absolute;
  width: 200px;
  max-height: 25vh;
  aspect-ratio: 1 / 1.2;
  border-radius: 6rem 6rem 1rem 1rem;
  animation: hesxVHqyeYj2ZDtb2Gtk 3s ease-in-out infinite;

  .KD0spfG38A36qLLdLRuK {
    border-radius: inherit;
    background: radial-gradient(rgba(255, 255, 255, 0.5), transparent);
    backdrop-filter: blur(0.1rem);
    box-shadow: inset -1rem -1rem 5rem rgba(255, 255, 255, 0.8), inset 1rem -1rem 2rem rgba(255, 255, 255, 0.6),
      inset -1rem -1rem 2rem rgba(255, 255, 255, 0.6), inset 0rem 1rem 2rem rgba(255, 255, 255, 0.6),
      inset 0rem -4rem 2rem rgba(255, 255, 255, 0.6);
    position: absolute;
    inset: 0;
    clip-path: url(#ghost);
    overflow: clip;
    display: grid;
    place-items: center;
  }

  .hPiTCUy9l6uSI1N4K9Kj {
    position: absolute;
    display: flex;
    gap: 2.5rem;
    justify-content: center;
    align-items: center;
    translate: calc(4rem - 0.5rem) calc(2.5rem - 0.25rem);
  }

  .LV5vy2LWHifLM7wmsCoM {
    border-radius: 50%;
    width: 1.5rem;
    aspect-ratio: 1;
    background: black;
    position: relative;
    display: grid;
    place-items: center;

    &:before {
      content: "";
      width: 0.5rem;
      translate: 0 -0.4rem;
      aspect-ratio: 1;
      border-radius: inherit;
      background: white;
      position: absolute;
    }

    &:after {
      content: "";
      position: absolute;
      width: 0.25rem;
      translate: 0.35rem -0.035rem;
      aspect-ratio: 1;
      border-radius: inherit;
      background: white;
    }
  }

  .QCcec0ZU2E1Q0Siahyf4 {
    width: 2rem;
    height: 1rem;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: inset 0 0 0.5rem black;
    border-radius: 4rem 4rem 20rem 20rem;
    transform: translateX(-50%);
    translate: calc(6.5rem - 0.5rem) calc(7.5rem - 0.25rem);
  }

  .ehJmYAJvgcsVEGt8BUce {
    position: absolute;
    inset: 0;

    display: grid;
    place-items: center;
    filter: blur(1rem);

    @keyframes dzMdLHVIatzsNkUYKTSQ {
      from {
        background-position-y: 0%;
      }

      50% {
        background-position-y: 10%;
      }
      from {
        background-position-y: 00%;
      }
    }

    @keyframes w3oImh4fvQNx4EvCV_CB {
      from {
        background-position-x: 0%;
      }

      to {
        background-position-x: -1000%;
      }
    }

    .YoVh8G4RZdAUqsAkqpka {
      position: absolute;
      inset: 0;
      background: radial-gradient(4rem 5rem at 50% 100%, white 0.2rem, white 2rem, transparent 3rem) repeat-x 0 0% /
        6rem 6rem;
      animation: w3oImh4fvQNx4EvCV_CB 6s linear infinite, dzMdLHVIatzsNkUYKTSQ 1s linear infinite;
      translate: 0 50%;
    }

    ._LdS5PXxb7_aoiZQgjmg {
      position: absolute;
      width: 10.5rem;
      height: 7rem;
      background: radial-gradient(#ea61eb, transparent);
      border-radius: 50%;
      animation: hrHTnRz3o9CeayYKXJLs 2.3s linear infinite;
      margin-top: 10rem;
    }

    .tDFJ3MP_M9IpJEOFXI5R {
      position: absolute;
      width: 4.5rem;
      height: 3rem;
      background: white;

      border-radius: 50%;
      transform: translate3d(0, 5rem, 0);
    }

    .eNQ07KR2nhRJpzZSjk7A {
      position: absolute;
      width: 2.5rem;
      height: 3rem;
      background: white;

      border-radius: 50%;
      transform: translate3d(3rem, 4rem, 0);
    }

    .QCrWdikHZrTOlgkZbov3 {
      position: absolute;
      width: 2.5rem;
      height: 3rem;
      background: white;

      border-radius: 50%;
      transform: translate3d(-3rem, 4rem, 0);
    }
    
    .dHEmfXRfsDBF1n02Ck8b {
      position: absolute;
      width: 3.5rem;
      height: 3.5rem;
      background: white;

      border-radius: 50%;
      transform: translate3d(3rem, -4rem, 0);
    }

    .MgosIy76opcYn7Rx5aj3 {
      position: absolute;
      width: 3.5rem;
      height: 1.5rem;
      background: radial-gradient(2rem 2rem at center, white 1rem, transparent 1rem),
        radial-gradient(#1fe7ffa8, transparent);

      border-radius: 50%;
      transform: translate3d(3rem, -4rem, 0);
    }
  }

  .q6BCrv5FQ7EmaqYVd_UT {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(0.5rem);
    background: rgba(0, 0, 0, 0.2);
    clip-path: url(#ghost-reverse);
    opacity: 0;
    animation: Yn2gtRumaMuu2dGyunaK 0.35s 0.35s linear forwards;
    box-shadow: inset -1rem -1rem 5rem rgba(255, 255, 255, 0.4), inset 1rem -1rem 20rem rgba(255, 255, 255, 0.4);

    &:before {
      content: "💙";
      filter: blur(1rem);
      position: absolute;
      inset: 0;
      display: grid;
      place-items: center;
      z-index: -10;
      font-size: 5rem;
      color: magenta;
    }
    &:after {
      content: "";
      background: magenta;
      filter: blur(0.5rem);
      position: absolute;
      inset: 3rem;
      border-radius: 50%;
      display: grid;
      rotate: 42deg;
      translate: -10% 0;
      place-items: center;
      opacity: 0.2;
    }
  }

  &:after {
    content: "";
    position: absolute;
    inset: -3rem;
    background: radial-gradient(50% 50% at center, #a76ba88f, #8e2d784f, transparent);
    transform-style: preserve-3d;
    transform: translate3d(0, 80%, 0) scale(var(--step)) perspective(600px) rotateX(60deg);
  }
}

@keyframes hrHTnRz3o9CeayYKXJLs {
  from {
    transform: rotate(0deg) translate3d(0, 0rem, 0);
  }

  50% {
    transform: rotate(-90deg) translate3d(-0.5rem, 0.5rem, 0);
  }

  to {
    transform: rotate(-360deg) translate3d(0, 0rem, 0);
  }
}

@keyframes Yn2gtRumaMuu2dGyunaK {
  to {
    opacity: 0.9;
  }
}

@keyframes hesxVHqyeYj2ZDtb2Gtk {
  from {
    --step: 0.8;
    translate: -10% 40%;
  }
  50% {
    --step: 1;
    translate: -14% 50%;
  }
  to {
    --step: 0.8;
    translate: -10% 40%;
  }
}

.NhWW8Owimc1f1hm5wP5Q {
  position: relative;
  width: 30vh;
  height: 30vw;
  border-radius: 4px;
  overflow: hidden;
}

.uUgtjXmk2TVuUY1EqXgI {
  opacity: 0.5;
  filter: blur(20px);
  height: 420px;
}

.GFA6Pn4wQsxm16mVyYil {
  width: 220px;
  height: 220px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: rgba(89, 84, 120, 1);
  border-radius: 200px 200px 0px 0px;
}

._69e1XNecKkIxPbuAD7Ao {
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translate(-50%, 0%);
  background-color: rgba(89, 84, 120, 1);
  border: 20px solid #eee;
  border-radius: 50%;
}

.pNRX_DOKENQZ31z_MQvm {
  width: 50px;
  height: 130px;
  position: absolute;
  bottom: 40px;
  background-color: rgba(141, 137, 165, 1);
  border: 5px solid #eee;
  border-radius: 50px;
}

.UTFenTgTLdX5MrkFR79r {
  left: 93px;
  transform: rotate(10deg);
}

.yhXxyZxduU22gmt_yRvq {
  right: 93px;
  transform: rotate(-10deg);
}

.R_pah7UiqEZeksJRYVkv {
  --hueRotate: 0deg;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3)) hue-rotate(var(--hueRotate)) saturate(7);
  background-image: url(https://picsum.photos/id/1053/200/300);
  background-size: 200px 300px;
  overflow: hidden;
  animation: ijGEj65hPQsKXn4Fp6Jy 1.25s infinite ease-out alternate, fKuf6OamoSURL3mj0hqb 5s infinite ease-out, t5UQk8JdkBbmUa_UDwqP 12.5s infinite linear;
}

.R_pah7UiqEZeksJRYVkv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0.5));
}

.R_pah7UiqEZeksJRYVkv:nth-child(2) {
  animation-delay: -1s, -1s, -3.5s;
  --hueRotate: 72deg;
}

.R_pah7UiqEZeksJRYVkv:nth-child(3) {
  animation-delay: -2s, -2s, -7s;
  --hueRotate: 144deg;
}

.R_pah7UiqEZeksJRYVkv:nth-child(4) {
  animation-delay: -3s, -3s, -10.5s;
  --hueRotate: 216deg;
}

.R_pah7UiqEZeksJRYVkv:nth-child(5) {
  animation-delay: -4s, -4s, -14s;
  --hueRotate: 288deg;
}

@keyframes ijGEj65hPQsKXn4Fp6Jy {
  0%,
  10% {
    top: 350px;
  }
  20% {
    top: 365px;
  }
  100% {
    top: 50px;
  }
}

@keyframes fKuf6OamoSURL3mj0hqb {
  0%,
  5%,
  95%,
  100% {
    left: calc(50% - 100px);
  }
  45%,
  55% {
    left: calc(50% + 100px);
  }
}

@keyframes t5UQk8JdkBbmUa_UDwqP {
  0%,
  2% {
    background-position: 20% 20%;
  }
  18%,
  22% {
    background-position: 40% 50%;
  }
  38%,
  42% {
    background-position: 60% 80%;
  }
  58%,
  62% {
    background-position: 80% 60%;
  }
  78%,
  82% {
    background-position: 50% 40%;
  }
  98%,
  100% {
    background-position: 20% 20%;
  }
}

.ySDv7xq_AZjWcgLm0ysC {
  position: absolute;
  top: 360px;
  width: 50px;
  height: 5px;
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.2));
  animation: EJaB8Sz8DanppC9AjtL2 1s infinite ease-out, IKgTxrFsaF9JWCS4rD4g 1s infinite ease-out;
}

.ySDv7xq_AZjWcgLm0ysC:nth-child(1) {
  left: calc(50% - 100px);
  --angle: 15deg;
  --scale: 1;
}

.ySDv7xq_AZjWcgLm0ysC:nth-child(2) {
  left: calc(50% + 100px);
  animation-delay: -0.5s;
  --angle: -15deg;
  --scale: -1;
}

@keyframes EJaB8Sz8DanppC9AjtL2 {
  0%,
  10%,
  30%,
  75%,
  90%,
  100% {
    top: 345px;
  }
  80% {
    top: 355px;
  }
  20% {
    top: 365px;
  }
}

@keyframes IKgTxrFsaF9JWCS4rD4g {
  20%,
  45% {
    transform: translate(-50%, -50%) rotate(var(--angle)) scaleX(var(--scale));
  }
  0%,
  75%,
  100% {
    transform: translate(-50%, -50%) rotate(0) scaleX(var(--scale));
  }
}

.UrSQYEslY7q942fv8h8w {
  position: absolute;
  width: 10px;
  background-color: rgba(179, 176, 196, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border-width: 1px 1px 0;
}

.UrSQYEslY7q942fv8h8w:nth-child(1) {
  top: 10px;
  left: 2px;
  height: 30px;
  width: 45px;
  border-radius: 5px 0 20px 20px;
}

.UrSQYEslY7q942fv8h8w:nth-child(2) {
  top: 10px;
  left: 0;
  height: 17px;
}

.UrSQYEslY7q942fv8h8w:nth-child(3) {
  top: 3px;
  left: 10px;
  height: 25px;
}

.UrSQYEslY7q942fv8h8w:nth-child(4) {
  top: 0px;
  left: 20px;
  height: 30px;
}

.UrSQYEslY7q942fv8h8w:nth-child(5) {
  top: 2px;
  left: 30px;
  width: 9px;
  height: 25px;
}

.UrSQYEslY7q942fv8h8w:nth-child(6) {
  top: 7px;
  left: 39px;
  height: 17px;
  width: 8px;
}

.kLC3ff5oxLCbhuOETNgL {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
}

.PsxolqqZ25wMZkl1RmO8 {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 5em;
  width: calc(1em * 5);

  li {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center center;
    animation: niu8711Zz6ujTDH6Reu2 1s ease-in-out infinite;
    will-change: transform, filter;
  }
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(1) {
  width: calc(1em * 1);
  height: calc(1em * 1);
}
.PsxolqqZ25wMZkl1RmO8 li:nth-child(1):after {
  content: "";
  display: block;
  font-size: 25%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: calc(1em * 1) 0 0 rgba(89, 84, 120, 0.2), calc(-1em * 1) 0 0 rgba(30, 26, 52, 0.2),
    0 calc(1em * 1) 0 rgba(141, 137, 165, 0.2), 0 calc(-1em * 1) 0 rgba(179, 176, 196, 0.2);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(2) {
  animation-delay: 0.1s;
  width: calc(1em * 2);
  height: calc(1em * 2);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(2):after {
  content: "";
  display: block;
  font-size: 50%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: calc(1em * 1.5) 0 0 rgba(89, 84, 120, 0.4), calc(-1em * 1.5) 0 0 rgba(30, 26, 52, 0.4),
    0 calc(1em * 1.5) 0 rgba(141, 137, 165, 0.4), 0 calc(-1em * 1.5) 0 rgba(179, 176, 196, 0.4);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(3) {
  animation-delay: 0.15s;
  width: calc(1em * 3);
  height: calc(1em * 3);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(3):after {
  content: "";
  display: block;
  font-size: 75%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: calc(1em * 2) 0 0 rgba(89, 84, 120, 0.6), calc(-1em * 2) 0 0 rgba(30, 26, 52, 0.6),
    0 calc(1em * 2) 0 rgba(141, 137, 165, 0.6), 0 calc(-1em * 2) 0 rgba(179, 176, 196, 0.6);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(4) {
  animation-delay: 0.2s;
  width: calc(1em * 4);
  height: calc(1em * 4);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(4):after {
  content: "";
  display: block;
  font-size: 100%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: calc(1em * 2.5) 0 0 rgba(89, 84, 120, 0.8), calc(-1em * 2.5) 0 0 rgba(30, 26, 52, 0.8),
    0 calc(1em * 2.5) 0 rgba(141, 137, 165, 0.8), 0 calc(-1em * 2.5) 0 rgba(179, 176, 196, 0.8);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(5) {
  animation-delay: 0.25s;
  width: calc(1em * 5);
  height: calc(1em * 5);
}

.PsxolqqZ25wMZkl1RmO8 li:nth-child(5):after {
  content: "";
  display: block;
  font-size: 125%;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: calc(1em * 3) 0 0 rgba(89, 84, 120, 1), calc(-1em * 3) 0 0 rgba(30, 26, 52, 1),
    0 calc(1em * 3) 0 rgba(141, 137, 165, 1), 0 calc(-1em * 3) 0 rgba(179, 176, 196, 1);
}

@keyframes niu8711Zz6ujTDH6Reu2 {
  50% {
    filter: blur(2px);
  }
  90%,
  100% {
    transform: rotate(1turn);
    filter: blur(0);
  }
}

.Ty2jmkdax8LTxnrcv46T {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}

.xzYx5WaLIAxNCimiYCk1 {
  margin: 0 1rem;
  width: 2.75rem;
  height: 1.5rem;
  border-radius: 15px;
  background: rgba(141, 137, 165, 1);
  box-shadow: 0 0 20px 0 rgba(151, 153, 155, 1);
}

.f6wT7G7vM4ncaKlRMJ2o {
  margin-right: -18px;
  transform-origin: center left;
  animation: mHvXHaNWLgsLK4N10mHl 3s linear infinite;  
}

.YNboieNkj1MwoLmv1wil {
  transform-origin: center right;
  animation: A06wi5052RPE6XL3BDuc 3s linear infinite;
  animation-delay: .2s;
}

.XYkzcFE_kTI9hzhBhCL3 {
  transform-origin: center right;
  animation: x_hnmAMZFTkXuw5_ikuJ 3s linear infinite;
  animation-delay: .3s;
}

.r3Tsi9yEPEdepwypm2Vq {
  transform-origin: center right;
  animation: FrHQss0aOpFn2Rrc149y 3s linear infinite;
  animation-delay: .4s;
}

@keyframes mHvXHaNWLgsLK4N10mHl {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  30% {
    transform: rotate(370deg);
  }
  35% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes A06wi5052RPE6XL3BDuc {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(-180deg);
  }
  35% {
    transform: rotate(-190deg);
  }
  40% {
    transform: rotate(-180deg);
  }
  78% {
    transform: rotate(-180deg);
  }
  95% {
    transform: rotate(-360deg);
  }
  98% {
    transform: rotate(-370deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes x_hnmAMZFTkXuw5_ikuJ {
  0% {
    transform: rotate(0deg);
  }
  27% {
    transform: rotate(0deg);  
  }
  40% {
    transform: rotate(180deg);
  }
  45% {
    transform: rotate(190deg);
  }
  50% {
    transform: rotate(180deg);
  }
  62% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  80% {
    transform: rotate(370deg);
  }
  85% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes FrHQss0aOpFn2Rrc149y {
  0% {
    transform: rotate(0deg);
  }
  38% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(-360deg);
  }
  65% {
    transform: rotate(-370deg);
  }
  75% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.CH3lHOwfsdRh2ouVl7Cl {
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 5em;
  border-radius: 100em 100em 0 0;
  background: #f00;
  transform-origin: bottom;
  animation: WzQ6uRqH6wSwF4bpk_91 .5s infinite;
  
  &, &::before {
    width: 3rem;
    height: calc(3rem/2);
    background: rgba(89, 84, 120, 1);
  }
  
  &::before {
    content: '';
    display: block;
    margin-top: calc(3rem/2);
    position: absolute;
    transform-origin: top;
    border-radius: 0 0 100em 100em;
    transform: rotate(80deg);
    animation: MGMt1Bgt9I_WTaL0PfNO .5s infinite;
  }
  
  &::after {
    position: absolute;
    border-radius: 100em;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    margin-top: calc((3rem / 2) - 10px);
    margin-left: calc((3rem / 2) - 10px);
    transform-origin: center;
    animation: 
      L74pNBVO3dv4v83H9Eg4 .5s infinite,
      rBAdKT_MTtPoK3dbG9AP .5s -.33s infinite linear;
  }
}

@keyframes WzQ6uRqH6wSwF4bpk_91{
  0%{ transform: rotate(-40deg); }
  50% { transform: rotate(0deg); }
  100%{ transform: rotate(-40deg); }
}

@keyframes MGMt1Bgt9I_WTaL0PfNO{
  0%{ transform: rotate(80deg); }
  50% { transform: rotate(0deg); }
  100%{ transform: rotate(80deg); }
}

@keyframes L74pNBVO3dv4v83H9Eg4{
  0%{ transform: rotate(40deg); }
  50% { transform: rotate(0deg); }
  100%{ transform: rotate(40deg); }
}

@keyframes rBAdKT_MTtPoK3dbG9AP{
  0%{ 
    opacity: .7;
    box-shadow: 
      70px 0 0 0 rgba(89, 84, 120, 1),
      120px 0 0 0 rgba(89, 84, 120, 1),
      170px 0 0 0 rgba(89, 84, 120, 1),
      220px 0 0 0 rgba(89, 84, 120, 1)
    ;
  }
  100% { 
    box-shadow: 
      20px 0 0 0 rgba(89, 84, 120, 1),
      70px 0 0 0 rgba(89, 84, 120, 1),
      120px 0 0 0 rgba(89, 84, 120, 1),
      170px 0 0 0 rgba(89, 84, 120, 1)
    ;
  }
  
}
.TTxwhiprKCIurU5oryBy {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.DE1QHEJ2caq2V3pJxo_t {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
}

.wJzw8FYPc6cj4mlHCuKW {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(179, 176, 196, 1);
  border-radius: 50%;
}

.V2qi5EIHBd6oK_nBFjOu {
  width: 165px;
  height: 165px;
  -webkit-animation: aStQxOH92KCyXJfOVGsg 12s linear 0s infinite;
  animation: aStQxOH92KCyXJfOVGsg 12s linear 0s infinite;
}

.eShlXp9VsHUtfCazBOjm {
  width: 120px;
  height: 120px;
  -webkit-animation: aStQxOH92KCyXJfOVGsg 7.4s linear 0s infinite;
  animation: aStQxOH92KCyXJfOVGsg 7.4s linear 0s infinite;
}

.SU8ET_7UmZoKKzjq56xP {
  width: 90px;
  height: 90px;
  -webkit-animation: aStQxOH92KCyXJfOVGsg 3s linear 0s infinite;
  animation: aStQxOH92KCyXJfOVGsg 3s linear 0s infinite;
}

.nAhrt1pQttw4j238IaUg {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(30, 26, 52, 1);
}

.TLtw_VH3xqkzi2dm_JMg {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ffab91;
}

@keyframes aStQxOH92KCyXJfOVGsg {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}

.uPumBcm71PwN5IbAC9XY {
  display: flex;
  width: 15%;
  height: 25%;
  margin-top: 2rem;
  justify-content: space-around;
}

.otaBY7lGuns5r32Sb97Q {
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.bGFE7jznBc_f2riY3Ut9 {
  display: flex;
  flex-direction: column;
  margin: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(10 * 15px);
  height: calc(12 * 15px);
}

.JSO9kQqRxuioj6qJZxvC {
  position: absolute;
  width: calc(10 * 15px);
  height: 8px;
  background-color: #c6d4d7;
  top: calc(12 * 15px);
}

.NNQteBKbaALr_0RFAdZ0 {
  position: absolute;
  top: 0;
  left: 0;
}

.Kd7UJk1kQXFebXk2JP51 {
  display: grid;
  grid-template-rows: repeat(4, 15px);
  grid-template-columns: repeat(1, 15px);
  grid-template-areas:
    "a"
    "a"
    "a"
    "a";
}
.Kd7UJk1kQXFebXk2JP51 > div {
  grid-area: a;
  background-color: #6fcbf8;
}

.B_lPJ8hy_Wiyw7s0rcNA {
  display: grid;
  grid-template-rows: repeat(3, 15px);
  grid-template-columns: repeat(2, 15px);
  grid-template-areas:
    ". a"
    ". a"
    "b b";
  width: calc(2 * 15px);
  height: calc(3 * 15px);
}
.B_lPJ8hy_Wiyw7s0rcNA > div:first-child {
  grid-area: a;
  background-color: #3030cf;
}
.B_lPJ8hy_Wiyw7s0rcNA > div:last-child {
  grid-area: b;
  background-color: #3030cf;
}

.QsReIXNge7c2mQBICG2d {
  display: grid;
  grid-template-rows: repeat(3, 15px);
  grid-template-columns: repeat(2, 15px);
  grid-template-areas:
    "a ."
    "a ."
    "b b";
}
.QsReIXNge7c2mQBICG2d > div:first-child {
  grid-area: a;
  background-color: #f88c41;
}
.QsReIXNge7c2mQBICG2d > div:last-child {
  grid-area: b;
  background-color: #f88c41;
}

.kw1RwPstLbZXJrWqdkZQ {
  display: grid;
  grid-template-rows: repeat(2, 15px);
  grid-template-columns: repeat(2, 15px);
  grid-template-areas:
    "a a"
    "a a";
}
.kw1RwPstLbZXJrWqdkZQ > div {
  grid-area: a;
  background-color: #fed504;
}

.K8zRJb7V3eK2galOxcMI {
  display: grid;
  grid-template-rows: repeat(2, 15px);
  grid-template-columns: repeat(3, 15px);
  grid-template-areas:
    ". a a"
    "b b .";
}
.K8zRJb7V3eK2galOxcMI > div:first-child {
  grid-area: a;
  background-color: #52cc74;
}
.K8zRJb7V3eK2galOxcMI > div:last-child {
  grid-area: b;
  background-color: #52cc74;
}

.DKHMSH16qcmPdb0JIQRE {
  display: grid;
  grid-template-rows: repeat(2, 15px);
  grid-template-columns: repeat(3, 15px);
  grid-template-areas:
    ". a ."
    "b b b";
}
.DKHMSH16qcmPdb0JIQRE > div:first-child {
  grid-area: a;
  background-color: #bd46d0;
}
.DKHMSH16qcmPdb0JIQRE > div:last-child {
  grid-area: b;
  background-color: #bd46d0;
}

.YBUD0hh8wQOmsV8Rq0UE {
  display: grid;
  grid-template-rows: repeat(2, 15px);
  grid-template-columns: repeat(3, 15px);
  grid-template-areas:
    "a a ."
    ". b b";
}
.YBUD0hh8wQOmsV8Rq0UE > div:first-child {
  grid-area: a;
  background-color: #ff3859;
}
.YBUD0hh8wQOmsV8Rq0UE > div:last-child {
  grid-area: b;
  background-color: #ff3859;
}

.URrmcqRTBaGJkoHkq7Ng {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 80vh;
}

.h16DBRX2DtyPvjOploU_ {
  display: inline-flex;
}

.h16DBRX2DtyPvjOploU_ > img {
  margin-top: 3rem;
  max-height: 300px;
  max-width: 400px;
}

.VC200dJtPQx56BBtwOyi {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.QEwnSjaG3Kcm0mk9lxRc {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.8rem;
}

.JWwouFROaPY6KLD3U9n8 {
  background-color: transparent;
  padding: 0.6rem;
  margin: 0.2rem;
  border-radius: 10px;
  font-family: "Sen", sans-serif;
  font-size: 12px;
  border: 1.5px solid;
  transition: all 0.1s ease-in-out;

  &:hover {
    cursor: pointer;
    box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }

  &:active {
    background: rgb(0, 0, 0, 0.15);
  }
}

.MI_6ef6dFCukHaN6gV3D {
  position: absolute;
  bottom: 0;
  margin-bottom: 1rem;
}

.xtwGbTwdEai5EVJdd7gS {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.Yb1K9hLPWXVAt4e9ErvH {
  margin-top: 0.3rem;
  font-family: "Inter", sans-serif;
  font-size: 10px;
}

.JG2oi_dPeS47r35LMzi2 {
  background-color: transparent;
  padding: 0.4rem;
}

.CVThkWdxNukDTFW0lZ90,
.NEUkVOfy0qcHfS9tFBpA {
  display: block;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
}

.CVThkWdxNukDTFW0lZ90 {
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.DntaWF6veF3A0KdCrVMf {
  position: absolute;
  display: block;
  border-radius: 30px;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 1), rgba(30, 26, 52, 0.15));
  box-shadow: -5px 5px 10px -5px #333;
  padding: 1rem;
  margin: 1rem 1rem;
  font-size: 12px;
  height: fit-content;
  width: fit-content;
  left: 10rem;
  opacity: 0;

  transition: all ease-in-out 0.8s;
}

.MI_6ef6dFCukHaN6gV3D:hover ~ .DntaWF6veF3A0KdCrVMf {
  opacity: 1;
}

.KKHlX0FDxatSnEL9t27O {
  display: inline-flex;
  font-size: 12px;
  border-radius: 20px;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 1), rgba(30, 26, 52, 0.15));
  box-shadow: -2px 5px 10px -5px #333;
  height: 40vh;
  max-width: 100%;
  margin: 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}

.E9FaEJkOCbrSe7l27ZC2 {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.E9FaEJkOCbrSe7l27ZC2 > table {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  padding: 1.5rem;
}

.E9FaEJkOCbrSe7l27ZC2 td {
  padding: 0.8rem;
  vertical-align: middle;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.E9FaEJkOCbrSe7l27ZC2 tr:last-child td {
  border-bottom: none;
}

.E9FaEJkOCbrSe7l27ZC2 th {
  border-bottom: 1px solid;
  padding: 15px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: rgba(244, 244, 244, 0.75);
}

.yp9hUMMUnlWvxtNlbzAT {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.yp9hUMMUnlWvxtNlbzAT h2 {
  display: inline-flex;
  cursor: default;
  text-transform: lowercase;
  font-family: 'Sen', sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.5rem 1rem;
  margin: 1rem 1rem 0rem 0rem;
  width: 25%;
}

.OHYOv8qJB6YQZpg5Y8MP {
  background: -webkit-linear-gradient(right, rgba(141, 137, 165, 0.4), rgba(255, 255, 255, 0.2));
  box-shadow: -5px 5px 10px -5px #333;
  border-radius: 30px;
  padding: 0.5rem;
  flex: 0 1 80%;
  height: 37.5vh;
  margin: 0.4rem auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.VyqldzCzUQS1L3dxiDrR {
  font-family: monospace;
  background: rgba(244, 244, 244, .3) !important;
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  padding: 1rem;
  margin: 1rem;
}

.J0xPdIMMhkxqvhr9T1Df {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.uiz3oTl3y_m73nbBM9hp {
  display: inline-flex;
  flex: 1;
  width: 100%;
}

.uiz3oTl3y_m73nbBM9hp table {
  font-family: 'Sen', sans-serif;
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: -2px 5px 10px -5px #333;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 1), rgba(30, 26, 52, 0.15));
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.uiz3oTl3y_m73nbBM9hp td {
  vertical-align: middle;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.uiz3oTl3y_m73nbBM9hp tr:last-child td {
  border-bottom: none;
}

.uiz3oTl3y_m73nbBM9hp th {
  border-bottom: 1px solid;
  padding: 0.5rem 0.8rem;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: rgba(244, 244, 244, 0.75);
}

.g87dxLWOtY3hdD1KfnwM {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 95vw;
  height: 82.5vh;
}

.j_I2bZg3xNbIUul7RFSE {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  min-height: 0;
  flex: 1;
  width: 100%;
  height: 50%;
  padding: 0.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.Qyrv9DdjIzeOcBjIyGpV,
.n5TkaU0G9BUGnKoJftb1,
.JY0ZrCLO46GMd2L97CfV,
.sp40xP9U_h0VEkkCHVD4 {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  min-height: 0;
  height: 100%;
  width: 45%;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.SWUT8sR4mi2OtFzrWsOt {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.sp40xP9U_h0VEkkCHVD4 canvas,
.SWUT8sR4mi2OtFzrWsOt canvas {
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.1), rgba(255, 255, 255, 0.7));
  box-shadow: -2px 5px 10px -5px #333;
  padding: 1rem;
  border-radius: 30px;
  max-height: 80%;
}

.j_I2bZg3xNbIUul7RFSE h2 {
  display: block;
  text-align: left;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.3rem 0.8rem;
  margin-bottom: 1.5rem;
  height: 2rem;
  width: 40%;
}

.VNKacVKdHQHbN_rvGLw5 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.H8LgMYzpJcZu7JhPqY6R {
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.2), rgba(255, 255, 255, 0.6));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  flex: 0 1 auto;
  height: 37.5vh;
  width: 30vw;
  margin: 0 1rem;
}

.SBv1EU4GEzdhmAvromzf {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem;
}

.SBv1EU4GEzdhmAvromzf > h2 {
  display: inline-flex;
  cursor: default;
  text-transform: lowercase;
  font-family: 'Sen', sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.5rem 1rem;
  margin: 1rem 0rem 0rem 1rem;
  width: 25%;
}
.ISbuW_g4fEXJ2pe1DfJI {
  display: flex;
  flex-direction: column;
  padding: 0.2rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.jNl5zRBkDAE5rGh6os_B {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.j07Xu7FgtvcLSxcr_qbV {
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.25), rgba(255, 255, 255, 0.4));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  flex: 0 1 auto;
  height: 37.5vh;
  width: 30vw;
  margin: 1rem 1rem;
}

.Ttn_RyT0u_mARFU9j_TQ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ENQBdVz466KS8s051e6A {
  flex: 0 1 80%;
  height: 37.5vh;
  /* margin: 0.5rem; */
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.1), rgba(255, 255, 255, 0.6));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  padding: 0.5rem;
}

.QSGe24slkRngQMbESHf7 {
  flex: 0 1 30%;
  height: 37.5vh;
  background: -webkit-linear-gradient(right, rgba(141, 137, 165, 0.25), rgba(255, 255, 255, 0.4));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  padding: 0.5rem;
  margin: 1rem;
}

.UTzE6mTsX89bOaW3aCik {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

.I2d83WISj4rchbppivgk {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 15%;
}

.I2d83WISj4rchbppivgk > span {
  display: block;
  font-size: 12px;
  margin: 0.2rem;
}

.I2d83WISj4rchbppivgk > svg {
  display: block;
}

.fwkyBeIsOG7nH_4lrR_M {
  color: rgb(30, 26, 52, 0.75);
  font-size: 16px;
  font-family: "Inter", sans-serif;
  width: 12.5%;
}

.iuME6X7eqYeBuw6qcoqC {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 1rem;
  height: 90vh;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.oRjpPspcXhxmvkQDIvGx {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.4), rgba(255, 255, 255, 1));
  height: 100%;
  width: 65vw;
}

._8Ex_GL4skJjNaCIjV2A {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  width: 35vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.WlO8R9ZIz_ZaXKBc9C1g {
  background: -webkit-linear-gradient(right, rgba(141, 137, 165, 0.2), rgba(255, 255, 255, 0.9));
  width: 100%;
}

.y6e2VMf8LQJgGt02Z8aR {
  display: inline-block;
  text-align: end;
  height: 40%;
  margin: 1rem 0 1rem 0;
  padding: 2rem 0 2rem 0;
  width: 100%;
}

.oRjpPspcXhxmvkQDIvGx,
.WlO8R9ZIz_ZaXKBc9C1g {
  border-radius: 50px;
  box-shadow: -2px 5px 10px -5px #333;
  margin: 0.25rem;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.MdqU13OGeDRoVk9o3lfl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 33%;
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.liQPUtkiJ09zucneeag6 {
  display: block;
  font-family: "Sen", sans-serif;
  font-size: 7rem;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
  background: linear-gradient(to right, rgba(141, 137, 165), rgba(141, 137, 165) 50%, black 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  line-height: 5rem;
  overflow: visible;
}

.LMuHQT02_t3dRDeo2jSJ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 80vh;
  justify-content: left;
  align-items: center;
  font-family: monospace;
  background: white none;
  box-shadow: -5px 5px 10px -5px #333;
  border-radius: 30px;
  padding: 1.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ifiypGzrK_FiLmK1Smec {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  height: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ir6K2z5_60rTlQ00Aj5g {
  display: flex;
  flex-direction: row;
  column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.yERJSv8zH9i3AuLx2zna {
  display: inline-flex;
  width: auto;
}

.QvkLklaOgwU4t2JCtLbV {
  flex: 1 0 auto;
  width: 100%;
  height: 95%;
  margin: auto;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#L8clqLXsTAOkLjLBD1rG,
.A_32QN9fm2o42pXqXnPB {
    font-family: monospace;
    max-height: calc(100vh - 200px)
}

.VtHYxLiNXKs8IFP1q_cY {
  border: 1px solid #ccc;
  background: rgba(244, 244, 244, 0.3);
  box-shadow: -2px 5px 10px -5px #333;
  padding: 1rem;
  margin: 0 1rem 1rem;
  border-radius: 30px;
  background-image: none;
}

.beYLUFRGeFdKZi22fUni {
    max-width: 502px;
}

.rs4EItQmZvgSJLLISCoI {
  display: flex;
  flex-direction: column;
  font-family: monospace;
  box-shadow: -2px 5px 10px -5px #333;
  padding: 1rem;
  margin: 0 1rem 1rem;
  border-radius: 30px;
  background: white none;
  height: calc(100svh - 240px);
}

.YauXxmUJhD1GkLBYNOVH {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.Gw8CtIXxRDULnW_XSpg8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.glVRChMCGx9Jk16O8HgA {
  display: flex;
  flex: 1;
}

.JNp54Ne_lbBZznq35ZGR {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background: transparent;
  margin: 0 auto;
}

.JNp54Ne_lbBZznq35ZGR > h1 {
  font-family: "Sen", sans-serif;
  font-weight: 300;
}

.uU4TwRoVvTWungRcNSFc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.kRnF5hwHq6xO905KV1st {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding: 2px -1px;
  margin: 0.8rem;
  opacity: 0.3;
  cursor: pointer;
  background: linear-gradient(to right, rgba(141, 137, 165), rgba(141, 137, 165) 50%, black 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 0.4s ease, opacity 0.4s ease;
}

.kRnF5hwHq6xO905KV1st:hover {
  background-position: 0 100%;
  opacity: 1;
}

.BalEZEl8EZkPAAu7g6Lx {
  display: inline-flex;
  position: relative;
  align-self: center;
  width: 100vw;
  height: 1vh;
  padding: 0.5rem;
  margin: 0 auto;
}

.w3jGLCFslanbtyXiqdWv {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mBIcqP6bJaS2Gq6UhpLn::before {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.pvhbIKyhxcz8aF6w2Dav {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem 0.5rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.T1LDrnxgCfWXNIjesdpT {
  display: flex;
  flex-direction: column;
  width: 100px;
  align-self: flex-start;
  margin-top: 1rem;
}

.uDnelbsVoTx1574VMpjv {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
  /*column-gap: 1rem;*/
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  height: 40vh;
  width: 100%;
}

.uDnelbsVoTx1574VMpjv > canvas {
  flex: 0 1 auto;
  padding: 1rem;
  margin: 1rem;
  max-width: 45%;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.3), rgba(255, 255, 255, 0.1));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
}
.OSS74SkK5FEknkPfQRHp {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100% !important;
}

.FKzdXztMTA3Jnm3upyUv {
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 1rem;
    flex-grow: 1;
  background: rgba(244, 244, 244, 0.3);
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
}
.yJTjmXatCyj6QbcDcjTv {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
  height: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}

.O2CZmzsducVrKwCzaVcp {
  height: auto;
  width: 100%;
}

.loV44kDgGg0BY_s3RJ4z {
  display: inline-flex;
  flex: 0 1 auto;
  margin: 0 1rem;
  height: 75vh;
  width: 57.5%;
}

.loV44kDgGg0BY_s3RJ4z > canvas {
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.25), rgba(255, 255, 255, 0.4));
  box-shadow: -6px 8px 10px -5px #333;
  border-radius: 30px;
  flex: 0 1 auto;
  padding: 1.5rem;
}

.pX0wYug_TECBVB5NvNGR {
  height: 75vh;
  width: 40%;
  flex: 0 1 auto;
}

.rmLxHrQOXkJ287YJH09_ {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 85%;
  width: 100%;
  box-shadow: 8px 5px 10px 0px #333;
  border-radius: 30px;
  margin-bottom: 1rem;
}

/* for Status component */
.fBkJNPeKRwrWU9e5MIjI {
  display: flex;
  position: relative;
  font-family: "Overpass", sans-serif;
  font-size: 10px;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.9), rgba(30, 26, 52, 0.175));
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 12px;
  border-radius: 20px;
  height: 12.5%;
  width: 100%;
}

.fBkJNPeKRwrWU9e5MIjI > div {
  display: inline-flex;
  position: absolute;
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

.fBkJNPeKRwrWU9e5MIjI > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin: 0;
  padding: 0;
}

.fBkJNPeKRwrWU9e5MIjI > div > div > h1, h2, h3 {
  display: inline-flex;
  padding: 0;
  margin: 0;
}

.fBkJNPeKRwrWU9e5MIjI h2 {
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.fBkJNPeKRwrWU9e5MIjI > div > table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0.2rem 0.7rem;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fBkJNPeKRwrWU9e5MIjI > div td {
  padding: 0.8rem;
  vertical-align: middle;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.fBkJNPeKRwrWU9e5MIjI > div tr:last-child td {
  border-bottom: none;
}

.fBkJNPeKRwrWU9e5MIjI > div th {
  border-bottom: 1px solid;
  padding: 0.8rem 0.7rem;
  text-align: left;
  font-weight: 500;
  color: rgba(244, 244, 244, 0.75);
}

.UreadkfyxJzlzLx3ucOT {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  background: transparent;
  min-height: 0;
  height: 7.5vh;
  margin: 0 auto;
  width: 80%;
  z-index: 1;
}

.UreadkfyxJzlzLx3ucOT > h1 {
  font-family: "Sen", sans-serif;
  font-weight: 300;
}

.xDHTKtlXBTFumr1b08Vs {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: fit-content;
    border-radius: 30px;
  box-shadow: -5px 5px 10px -5px rgba(30, 26, 52, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.7)),
    linear-gradient(to right, rgba(30, 26, 52, 0.5), rgba(141, 137, 165, 0.4));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.Levuz3vEFS7SAVwFEwiI {
  width: 7vw;
  padding: 0.6rem;
  margin: 1rem;
  border: 1px solid rgba(30, 26, 52, 0.3);
  border-radius: 30px;
  box-shadow: -4px 10px 12px -2px rgba(141, 137, 165, 0.75);
}

.Levuz3vEFS7SAVwFEwiI ul,
.Levuz3vEFS7SAVwFEwiI li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.Levuz3vEFS7SAVwFEwiI > ul,
li {
  position: relative;
  list-style: none;
  cursor: pointer;
  width: 100%;
}

.Levuz3vEFS7SAVwFEwiI > li > ul {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}

.Aazn0Rpn1nYwL1LD46TU,
.Efk7X0wIxAJQ5Csd2oaw,
.TChp1tfcjGsqclAcmwSs {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  color: #595478;
}

.TChp1tfcjGsqclAcmwSs {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.Gjji4UeBjeRjYcREARRw {
  display: inline-block;
  position: relative;
  margin-left: auto;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}

.TChp1tfcjGsqclAcmwSs:hover .Gjji4UeBjeRjYcREARRw {
  transform: rotate(180deg);
  opacity: 1;
}

.Vczuna1U95rBLgC5hXOw {
  height: 100%;
  width: 50%;
}

.WJKe3Jmz1KBWDXBtCjfI {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  width: 50%;
}

.UPTcxREjHcqJLrIvA_ai {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 1rem;
  opacity: 0.3;
  cursor: pointer;
  background: linear-gradient(to right, rgba(141, 137, 165), rgba(141, 137, 165) 50%, black 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  z-index: 4;
  transition: background-position 0.4s ease, opacity 0.4s ease;
}

.UPTcxREjHcqJLrIvA_ai:hover {
  background-position: 0 100%;
  opacity: 1;
}

.LCwFk9mOqltEemWsjLVM {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.chIbtn0mYzvseo65mc6a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 50%;
}

.ghv2cp3ZpLJ4uVL0sfm5 {
  position: relative;
  margin: 1rem;
  cursor: pointer;
  opacity: 0.3;
  color: rgba(141, 137, 165);
  transition: color 0.4s ease, opacity 0.4s ease;

  &:hover {
    color: rgba(89, 84, 120, 1);
    opacity: 1;
  }
}

.ghv2cp3ZpLJ4uVL0sfm5 > svg {
  height: 2.25rem;
  width: 2.25rem;
}

.ghv2cp3ZpLJ4uVL0sfm5 > span {
  font-family: "Sen", sans-serif;
  position: absolute;
  text-align: left;
  font-size: 12px;
  color: rgba(89, 84, 120, 1);
  position: absolute;
  top: -3rem;
  left: -0.75rem;
  opacity: 0;
  width: 5rem;

  transition: opacity 0.2s ease-in-out;
}

.ghv2cp3ZpLJ4uVL0sfm5:hover > span {
  opacity: 1;
}
.jwcWtrpIYWUGDqve_ax6,
.kdViqCL3GJ_SvEofDQy_,
.KIG5gDXJPd0cMwwt0g9V {
  font-family: "Sen", sans-serif;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
}

.mv4cK9ycuB6EAX8JmkLS {
  height: 100%;
  width: 5vw;
  padding: 0;
  margin: 0;
}

.mv4cK9ycuB6EAX8JmkLS ul,
.mv4cK9ycuB6EAX8JmkLS li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mv4cK9ycuB6EAX8JmkLS > ul,
li {
  position: relative;
  list-style: none;
  cursor: pointer;
  width: 100%;
}

.mv4cK9ycuB6EAX8JmkLS > li > ul {
  display: inline-block;
  position: absolute;
}

.mv4cK9ycuB6EAX8JmkLS > li > ul > li {
  text-align: left;
}

.ed1U6p8oJbpoCfe0H6HJ {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 1rem;
  align-items: center;
  position: fixed;
  height: 35vh;
  width: 30vw;
  top: 5rem;
  z-index: 2;
  background: rgba(244, 244, 244, 0.2);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 30px;
  border: 5px solid rgba(179, 176, 196, 1);
  box-shadow: -2px 5px 10px -5px #333;
  transition: background 0.4s cubic-bezier(0.38, 0.005, 0.215, 0.7), opacity 0.6s cubic-bezier(0.38, 0.005, 0.215, 1),
    border-radius 0.35s;
  will-change: transform, opacity, background;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.YonYnLRANnpuQ11pIXNo {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  width: 50%;
}

.McTrr0svZ45AFAbfWAqu {
  display: inline-flex;
  margin-top: 0.5rem;
  height: 5rem;
  width: 100%;
}

.D9zIXe_JOjYJst_kD0YL,
.KTx6ftvcg2LZp_V7Qfv4 {
  height: 2.25rem;
  width: 2.5rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.KTx6ftvcg2LZp_V7Qfv4 {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  border: 0.8mm ridge rgba(141, 137, 165, 0.8);
  border-radius: 5px;
  box-shadow: -2px 5px 10px -5px #1e1a34;
  text-align: center;
  transition: all 0.15s ease-in-out;

  &:hover {
    cursor: pointer;
    box-shadow: -4px 10px 12px -2px #1e1a34;
    background: rgba(30, 26, 52, 0.099);
  }
}

.AYeJLTz9I6M2FU1gwXBh {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ugN0lfNezBc5Nnks_TcQ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.ELh_1h6e0jC7oQFIybHy {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.QLvowNGiTdvmlEnb5oqk,
.KKNzpmvlA6KWH6DOhlEp,
._OVy4ymWpbQzdP7RLyuG {
  flex: 0 1 100%;
  height: 80%;
  width: 37.5%;
  padding: 2rem;
}

.RZhmPXfqTpKJxlB4ukjs,
.CT09V0LpyZpwCOb91YVO {
  display: block;
  text-align: center;
}

.RZhmPXfqTpKJxlB4ukjs {
  width: 100%;
  margin: 1rem;
}

.CT09V0LpyZpwCOb91YVO:hover {
  cursor: pointer;
}

.b1mDtcHtpmYeJNPnY0Aq {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
}

.KXDi6FhWQxkw4UnsElqa {
  display: inline-flex;
  position: relative;
  align-self: center;
  width: 75vw;
  height: 2%;
  padding: 1rem;
  margin: 0 auto;
}

.GBnXiuv6hlg5RBNLDAHQ::before {
  content: "";
  flex: 1;
  height: 0.1rem;
  background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}

.Wx8p2DEpHi5ganDLsq94 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}

.KYfnEN7JsfEUkV5lGeu5,
.yKZJUUq4ziGM4wA_RIK7,
.AZ_zlT84W_TGoiziqQ3w,
.LR9ZhEv7uPNogZCoGAHL {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  row-gap: 1rem;
  column-gap: 1rem;
  padding: 0.5rem;
  margin: 0 auto;
  height: 35vh;
  width: 90vw;
}

.yKZJUUq4ziGM4wA_RIK7,
.LR9ZhEv7uPNogZCoGAHL {
  height: 70vh;
  border-radius: 30px;
  box-shadow: -5px 5px 10px -5px rgba(30, 26, 52, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)),
    linear-gradient(to right, rgba(30, 26, 52, 0.5), rgba(141, 137, 165, 0.4));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.LR9ZhEv7uPNogZCoGAHL {
  height: 60vh;
  width: 100%;
}

.KYfnEN7JsfEUkV5lGeu5 > canvas {
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.1), rgba(255, 255, 255, 0.5));
  flex: 1 1 auto;
  max-width: 42.5vw;
  border-radius: 30px;
  box-shadow: -2px 5px 10px -5px #333;
  padding: 1rem;
  margin: 0.2rem 0.5rem;
}

.AZ_zlT84W_TGoiziqQ3w {
  height: 70vh;
  flex-direction: column;
}

.CjvyWrqYqRjUjSIm1bqm {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 50%;
}

.Ii4QQdY4LX5EXBP91wzH {
  height: 7vh;
}

.EkZ2fQjkLr6bdJkf3HNf {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.2rem;
  margin: 0.5rem;
  height: 8vh;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.EkZ2fQjkLr6bdJkf3HNf h3 {
  cursor: default;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.4rem 1rem;
  margin: 1rem 0.2rem -0.2rem 0rem;
  height: fit-content;
  width: 100%;
}

.EkZ2fQjkLr6bdJkf3HNf p {
  font-family: "Sen", sans-serif;
  font-size: 12px;
  padding: 0.2rem 0.4rem;
}

.wTot4V5UPDlTSkRVUaBS,
.xyVVOmlSuFDiqKwvGxXH {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  flex-direction: column;
  text-align: right;
}

.wTot4V5UPDlTSkRVUaBS {
  padding: 0 1rem;
}

.xyVVOmlSuFDiqKwvGxXH {
  margin: 0rem 0.8rem;
  padding: 1rem;
}

.GfhF0YlrIKyKYHGTXrZn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.DD3WVFLsnLZvdnhcxjAr {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-height: 100%;
  width: 100%;
}

.PjIt7AsQLQBa0dBTlqo3 {
  flex: 1 1 auto;
  position: relative;
  height: 80vh;
  width: 90vw;
  overflow-x: scroll;
  direction: rtl;
}

.QOmS5c7jQLEWuCoJijtX {
  height: 100%;
  width: 100%;
}

.MBoiR82MtrAzFumEMLs9 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
  width: 100%;
}

.p9HI3LWCbxRYEU3FRTTf {
  display: flex;
  justify-content: flex-end;
  margin: 0rem 0.2rem 0.2rem 0;
  width: 100%;
}

.thyu29jRAupLEcKct7z2 {
  display: flex;
  position: relative;
  flex-direction: row;
  box-shadow: -5px 5px 10px -5px rgba(30, 26, 52, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    linear-gradient(to right, rgba(30, 26, 52, 0.3), rgba(141, 137, 165, 0.4));
  padding: 0.7rem;
  border-radius: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ytviODVWxMPevKvrWcK1 {
  position: absolute;
  color: rgba(30, 26, 52, 1);
  margin-top: 0.025rem;
  font-family: "Inter", sans-serif;
  font-size: 7.5px;
}

.ULmxwQ1V2Hv7lK0xTytz {
  background-color: transparent;
  padding: 0.4rem;
}

.Byo6P_p2R4nN2y9xZCsn,
.BrEQahikpjXfEStuuB9Q {
  display: block;
  font-family: "Overpass", sans-serif;
  font-size: 14px;
}

.Byo6P_p2R4nN2y9xZCsn {
  font-size: 10px;
  margin-bottom: 0.5rem;
}

._D_DaW4WZYoRM_jBw79g {
  position: absolute;
  left: 5%;
  bottom: 1rem;
  height: 1rem;
  width: 2rem;
}

.tYOKW0jtt9uMYpgtGiue {
  position: absolute;
  color: rgb(30, 26, 52, 0.75);
  display: block;
  font-size: 9px;
  left: 2.5rem;
  top: 0.25rem;
  white-space: nowrap;
  opacity: 0;

  transition: all ease-in-out 0.5s;
}

._D_DaW4WZYoRM_jBw79g:hover > .tYOKW0jtt9uMYpgtGiue {
  opacity: 1;
}

input[type="checkbox" i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  padding: initial;
  border: initial;
}

.s_SIq3j7vFiSMeWd_pz0 {
  display: none;
}

.XvC7vGMNP1MfBEFm0keq {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s, background-color 0s, 0.3s;

  &:hover {
    width: 2rem;
    border-radius: 2rem;
    background-color: rgba(30, 26, 52, 0.099);
  }
}

.ahEHe0bJ1KriaiOcrzvp {
  width: 1rem;
  height: 1rem;
  background-color: rgba(141, 137, 165, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.XvC7vGMNP1MfBEFm0keq:hover .ahEHe0bJ1KriaiOcrzvp {
  left: 1rem;
}

.s_SIq3j7vFiSMeWd_pz0:checked + .XvC7vGMNP1MfBEFm0keq:hover .ahEHe0bJ1KriaiOcrzvp {
  left: 0;
  right: auto;
  transition: all 0.3s;
}

.s_SIq3j7vFiSMeWd_pz0:checked + .XvC7vGMNP1MfBEFm0keq {
  transition: all 0.3s;
}

.s_SIq3j7vFiSMeWd_pz0:checked + .XvC7vGMNP1MfBEFm0keq .ahEHe0bJ1KriaiOcrzvp {
  background-color: rgba(141, 137, 165);
  left: auto;
  transition: all 0.3s;
}
:root {
  --rightCalc: calc(55vw - 22.5% - 5rem)
}

.iCclI0qZEzCsXPPBEROq {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90vh;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
}

.WyNoyUvZsHEaPkQuI0Ia {
  display: flex;
  position: absolute;
  backdrop-filter: blur(2px) saturate(100%);
  border-radius: 30px;
  align-items: center;
  justify-content: flex-end;
  column-gap: 2.25rem;
  bottom: 1rem;
  padding: 2.5rem;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.XrfxCOW05b9Czi13ND4I {
  display: flex;
  padding: 1rem;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.RUmYRqedRvFQRgXmQVqH {
  position: absolute;
  background: -webkit-linear-gradient(left, rgba(30, 26, 52, 0.6), rgba(255, 255, 255, 0.8));
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 12px;
  border-radius: 20px;
  right: var(--rightCalc);
  top: 1.5rem;
  height: 3.75rem;
  width: 22.5%;
}

.UQAKd9FCNkxhxFNiNZcU,
.vGVumTYJgRGOwT67wiox,
.RfXzenawEfG7DshWGouB,
.RUmYRqedRvFQRgXmQVqH {
  display: flex;
  z-index: 2;
  font-family: "Overpass", sans-serif;
  font-size: 10px;
}

.UQAKd9FCNkxhxFNiNZcU,
.vGVumTYJgRGOwT67wiox,
.RfXzenawEfG7DshWGouB {
  background: -webkit-linear-gradient(right, rgba(179, 176, 196, 1), rgba(255, 255, 255, 1));
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 12px;
  border-radius: 20px;
  height: 15rem;
  width: calc(20% + 3.75rem);
}

.vGVumTYJgRGOwT67wiox {
  background: -webkit-linear-gradient(left, rgba(179, 176, 196, 0.7), rgba(255, 255, 255, 1));
}

.RfXzenawEfG7DshWGouB {
  position: relative;
  background: -webkit-linear-gradient(bottom, rgba(179, 176, 196, 0.3), rgba(255, 255, 255, 0.7));
}

.dXQPHWzxuajnISq4gtkD {
  display: inline-flex;
  position: relative;
  flex-direction: row;
  width: 75vw;
  height: 100%;
  box-shadow: 8px 5px 10px 0px #333;
  border-radius: 30px;
  z-index: 1;
}

.NTU7hQqm9Nsmy8xhZu8k {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  margin: 0 auto;
  width: 20vw;
  height: 100%;
  padding: 1rem;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.25), rgba(255, 255, 255, 0.75));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 3;
}

.xSmk32PD3K31BVniH_9K,
.rxBjGYiNFxXdWZwMbb8b,
.Sf0xOmnACH38WKJHsMje,
.RJPU3ic5TAXfjtlisekQ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: 10%;
  padding: 0.75rem;
  border: 2.5px solid transparent;
  border-radius: 30px;
  box-shadow: -5px 5px 10px -5px rgba(30, 26, 52, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)),
    linear-gradient(to right, rgba(30, 26, 52, 0.5), rgba(141, 137, 165, 0.4));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.rxBjGYiNFxXdWZwMbb8b,
.Sf0xOmnACH38WKJHsMje {
  display: flex;
  position: absolute;
  width: 35%;
  z-index: 3;
}

.rxBjGYiNFxXdWZwMbb8b {
  height: auto;
  top: 7rem;
  right: calc(var(--rightCalc) - 5vw);
  padding: 1.25rem;
}

.Sf0xOmnACH38WKJHsMje {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  left: calc(62.5vw + 5.5rem);
}

.dGBfm6inU7jIYeCZGXFN {
  display: inline-flex;
  flex: 1;
  height: 45%;
  width: 100%;
  padding: 0.5rem;
  margin: 0.2rem;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.15), rgba(255, 255, 255, 1));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.RJPU3ic5TAXfjtlisekQ {
  background: none;
  border: none;
}

.rrO5kQuamfWrSHV0mkSw {
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  height: 27.5%;
  width: 100%;
}

.LGWdWNYjwhV8N7CbUH_n {
  display: flex;
  flex-direction: row;
  flex: 0 1 100%;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.ySPILdR8u1WFAviBkwwt {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 0 1 100%;
}

.dSOuqF7FevtZMmugOqBz {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
  row-gap: 1rem;
  flex: 0 1 20%;
  width: 20%;
  height: 80%;
}

.jaoUDX6TW2z0lSKvPsyF {
  display: block;
  height: auto;
  width: auto;
  padding: 0.15rem;
}

.jaoUDX6TW2z0lSKvPsyF svg {
  height: 1.25rem;
  width: 1.25rem;

  cursor: pointer;
  color: rgba(30, 26, 52, 1);
  opacity: 0.5;
  margin: 0.2rem 0 0 0.2rem;
  transition: color 0.3s ease-in-out, opacity 0.4s ease-in-out;

  &:hover {
    color: rgba(179, 176, 196, 1);
    opacity: 1;
  }
}

.cuqEx6mphux7rgOjhREv {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 1 100%;
}

.cuqEx6mphux7rgOjhREv > h5 {
  cursor: default;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  font-size: 8px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.15rem 0.4rem;
  margin: 0.5rem 0rem -0.5rem 0rem;
  height: fit-content;
}

.cuqEx6mphux7rgOjhREv > p {
  display: block;
  font-family: "Sen", sans-serif;
  font-size: 9.5px;
  padding: 0rem 1rem;
}

.iyxIzIfLT1LefR1Ess_o {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  margin-left: 1rem;
  font-size: 0.8rem;
  background: linear-gradient(to right, rgba(141, 137, 165), rgba(141, 137, 165) 50%, black 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  line-height: 1.5rem;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.p0lxCQe7YvVOMyKFNoCF,
.hsgIjAv5uNTmPFwhBHQm {
  height: 1rem;
  width: 1.25rem;
  margin: 0 auto;
  padding: 0.1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.hsgIjAv5uNTmPFwhBHQm {
  position: absolute;
  right: 0.5rem;
  top: -0.2rem;
  font-family: "Inter", sans-serif;
  font-size: 7px;
  font-weight: bold;
  background: transparent;
  border: 2px ridge rgba(141, 137, 165, 0.6);
  border-radius: 5px;
  box-shadow: -2px 5px 10px -5px #1e1a34;
  text-align: center;
  transition: all 0.15s ease-in-out;

  &:hover {
    cursor: pointer;
    box-shadow: -4px 10px 12px -2px #1e1a34;
    background: rgba(30, 26, 52, 0.099);
  }
}

.tx2DpUyHHE5WDF3nVSep {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1rem;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.PQw4Xj7uAHwgC52Y43S5 svg {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  opacity: 0.5;
  margin: 0.2rem 0 0 0.2rem;
  padding: 0.2rem;
  transition: color 0.25s ease-in-out, opacity 0.4s ease-in-out;

  &:hover {
    color: rgba(30, 26, 52, 0.7);
    opacity: 1;
  }
}

.B_tgR0X584Q56NLSv1dQ {
  display: flex;
  position: relative;
  height: 2rem;
  width: 33.3%;
  align-items: center;
  margin-right: auto;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.JcK7R6vAgkGwkHuwpG6a {
  line-height: 1rem;
  width: 100%;
  border-radius: 20px;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.25), rgba(255, 255, 255, 1));
  box-shadow: 0px 5px 10px -5px #333;
  border-style: none;
  outline: none;
  padding: 1rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.JcK7R6vAgkGwkHuwpG6a,
.B_tgR0X584Q56NLSv1dQ,
.nfoR2N_IKndSgDoEYMvB {
  font-size: 12.5px;
  font-family: "Overpass", sans-serif;
}

.duL5G9Yfl_nfI2pd6Sko {
  max-height: 75vh;
  position: absolute;
  top: 100%;
  left: 1rem;
  padding: 0.75rem;
  background: rgba(244, 244, 244, 0.05);
  backdrop-filter: blur(8px) saturate(180%);
  border-radius: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 2;
}

.J0r98SF4O4NOzKY7hYMK {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 10px;
  width: 15vw;
  padding: 0.5rem;
  margin: 0.75rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.SPkQdF1_qj62sGGvZ2Jv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: "Sen", sans-serif;
  flex: 1 1;
  height: 100%;
  width: 20%;
  padding: 1.5rem;
  border-radius: 30px;
  box-shadow: -5px 5px 10px -5px rgba(30, 26, 52, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)),
    linear-gradient(to right, rgba(30, 26, 52, 0.5), rgba(141, 137, 165, 0.4));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.oBxCA4jK3V4zRCQc_N3R {
  height: 5vh;
}

.dt8TzEZebDl9EvyQrumQ {
  display: flex;
  flex-direction: column;
}

.Xx6kVVwUAHCXUtbdIWOy {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem 0rem 0rem 0rem;
  padding: 0.5rem;
  height: auto;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.UpKzcWECJOgAz3OwHBkJ {
  font-family: "Sen", sans-serif;
  margin: 0.6rem;
  cursor: pointer;
  opacity: 0.3;
  color: rgba(141, 137, 165);
  transition: color 0.4s ease, opacity 0.4s ease;
}

.UpKzcWECJOgAz3OwHBkJ:hover {
  color: rgba(89, 84, 120, 1);
  opacity: 1;
}

.UpKzcWECJOgAz3OwHBkJ > svg {
  height: 2.75em;
  width: 2.75em;
}

.U9Y8PRS5LQTr1ZjbdRyA {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.FLWkJpXfUhsld8nC7SQw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin: 0.25rem;
  width: 100%;
}

.nvHSWKuj6VbhckRVc9T5 {
  font-size: 16px;
  color: rgba(141, 137, 165);
  margin: 0.35rem;

  &:hover {
    cursor: pointer;
  }
}

.hDERYc4LZY4PngN2WUnC {
  display: flex;
  flex-direction: column;
  margin: 0.25rem;
  min-width: 4vw;
}

.jGykTzhrS3wKpJflHlz9,
.R2VmchdbjJ12HIPihtDu {
  display: block;
  text-wrap: none;
  font-size: 10px;
}

.v288K2CeaCYjleC9EWQo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0.5rem;
}

.GPoQy6_6J80__y1EoDiy,
.fxSXC2aAI6TvoaSgoqH_ {
  display: inline-flex;
  flex: 1 1;
  height: 100%;
  width: 100%;
  margin: 0.25rem;
  padding: 0.5rem;
  border-radius: 30px;
  box-shadow: -5px 5px 10px -5px rgba(30, 26, 52, 1);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)),
    linear-gradient(to right, rgba(30, 26, 52, 0.5), rgba(141, 137, 165, 0.4));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.fxSXC2aAI6TvoaSgoqH_ {
  background: -webkit-linear-gradient(right, rgba(141, 137, 165, 0.4), rgba(255, 255, 255, 0.2));
  box-shadow: -5px 5px 10px -5px #333;
  border-radius: 30px;
}

.N55qxBeRnQ6lXVeJkc9d {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  margin: 0.5rem;
}

.hGuWj6X5WRoEApJucvJY {
  display: inline-flex;
  width: 100%;
  height: 33%;
  padding: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.NBZDzVvmhJe8qZZX9KCZ {
  display: inline-flex;
  height: 80%;
  padding: 0.5rem;
  min-width: 15vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.AUCe7jrkVo5dMpW9k350 {
  display: flex;
  flex-direction: row;
  height: 30vh;
  width: 100%;
  padding: 0.5rem;
  margin: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.eJ2eWABmqSYu78psrIwS {
  display: inline-flex;
  flex: 1 1;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.2), rgba(255, 255, 255, 0.6));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  margin: 0.35rem;
  width: 100%;
}

.FXLftM0CI305_PPoiNHG {
  display: inline-flex;
  position: relative;
  height: 60vh;
  width: 95%;
  margin: 1rem;
  padding: 0.5rem;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.15), rgba(255, 255, 255, 1));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dHA9IZG8ZHWgcjFT1suS {
  position: absolute;
  margin: 1.25rem;
  left: 0.5rem;
  top: 0;
  cursor: pointer;
  opacity: 0.3;
  color: rgba(141, 137, 165);
  transition: color 0.4s ease, opacity 0.4s ease;
  z-index: 2;
  &:hover {
    color: rgba(89, 84, 120, 1);
    opacity: 1;
  }
}

.dHA9IZG8ZHWgcjFT1suS > svg {
  height: 1.25rem;
  width: 1.25rem;
}

.CQVFSiY11i65ORi0ujaB {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  width: 100%;
}
.VLJVjwuaVhbel8VXrA5Q {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.W3Exsbl8SsyhaWGkESQO,
.trCL50JckbYpZb9swtit {
  display: inline-flex;
  padding: 1rem;
  background: -webkit-linear-gradient(left, rgba(179, 176, 196, 0.5), rgba(255, 255, 255, 0.8));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  margin: 1rem 0.5rem;
  height: 15rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.trCL50JckbYpZb9swtit {
  height: 50%;
}

.haetzFk5PpvXYjZeTU7n {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1rem;
  height: 100%;
  width: 82.5vw;
}

.V4jcrQ97oNFmIYFTDWf2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  background: -webkit-linear-gradient(left, rgba(179, 176, 196, 1), rgba(255, 255, 255, 0.4));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 30px;
  margin: 0.5rem 0.5rem;
  flex: 0 1 auto;
  height: 25vh;
  width: 25vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.oClsPFzWW4liG_PyUpOn {
  display: flex;
  flex-direction: row;
  justify-self: center;
  align-self: center;
  justify-content: flex-start;
  align-items: center;
  height: 87.5vh;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.XeoOIx1R4AXvpma9MBNQ {
  display: inline-flex;
  flex: 1 1;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.STEk6nyRJjSmYbcaA6xP,
.kd8v2JcTxj4dpRdVRrS8,
.PSEllFgxq5U78XdOug58 {
  position: absolute;
  display: flex;
  flex: 1 1;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 1rem;
  padding: 1rem;
  top: 0%;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.kd8v2JcTxj4dpRdVRrS8 {
  top: 8%;
}

.PSEllFgxq5U78XdOug58 {
  top: 16%;
}

.o55PsiE7RHZ1liI_Zn6U {
  font-family: "Sen", sans-serif;
  margin: 0.6rem;
  cursor: pointer;
  opacity: 0.3;
  color: rgba(141, 137, 165);
  transition: color 0.4s ease, opacity 0.4s ease;
}

.o55PsiE7RHZ1liI_Zn6U:hover {
  color: rgba(89, 84, 120, 1);
  opacity: 1;
}

.ClWJ3NQ2NWUiNZrKfRqL {
  display: flex;
  position: relative;
  flex: 0 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.YqzTois6Bt6PIipsClFK {
  flex: 0 1;
  width: 12.5vw;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.XDvYzErPuseOdTYZu0jP {
  display: flex;
  position: relative;
  list-style: none;
  margin-right: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  cursor: pointer;
  padding: 0.2rem 0.7rem;
  z-index: 1;
  will-change: transform, opacity;
}

.qfdFHGFcOtsZLoD_Myin {
  display: flex;
  flex: 0 1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-right: 0.4rem;
}

.qfdFHGFcOtsZLoD_Myin > svg,
.o55PsiE7RHZ1liI_Zn6U > svg {
  height: 2.75em;
  width: 2.75em;
}

.m4g5Butw1Blg87nKOxBT {
  flex: 0 1;
  margin: 0.5rem 1rem;
  font-family: "Sen", sans-serif;
  border-radius: 5px;
  width: 10%;
  height: 1rem;
}

a:-webkit-any-link,
a {
  text-decoration: none;
  color: inherit;
}

.XThO_UxsmVKdDO5t8JHi {
  display: inline-flex;
  width: 0.1rem;
  height: 60vh;
  padding: 0.5rem;
  margin: 0 auto;
}

.zYHSCNxtAtNS3ZPlYr8k::before {
  content: "";
  flex: 1;
  width: 0.05rem;
  background-image: linear-gradient(to top, transparent, rgb(48, 49, 51), transparent);
}

.zmESLLUo8IsXSaTnNkIW,
.GilRv2bukQiBsjABM2Iq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0.5rem;
  padding: 1.5rem;
  height: 100%;
  width: 85vw;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.GilRv2bukQiBsjABM2Iq > h2 {
  display: inline-flex;
  height: 3vh;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.25rem 1rem;
  margin: 1rem 1rem -0.5rem 0rem;
  width: 20%;
}

.XhiwP7T9cF3JCDrh3O05 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 42.5%;
  margin: 1.25rem;
  padding: 0.5rem;
  background: -webkit-linear-gradient(left, rgba(141, 137, 165, 0.15), rgba(255, 255, 255, 1));
  box-shadow: -2px 5px 10px -5px #333;
  border-radius: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.KOSeaTCGhgHQa6SjkJaF {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 33%;
}

.KOSeaTCGhgHQa6SjkJaF > h4 {
  flex-shrink: 0;
  cursor: default;
  text-transform: lowercase;
  font-family: "Sen", sans-serif;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  box-shadow: -10px 0 10px -5px #333;
  padding: 0.4rem 1rem;
  margin: 0.35rem;
  max-height: 10%;
  width: 33.3%;
}

.HN_JGVzjUZTlKNp5uKBN {
  display: inline-flex;
  flex: 1;
  max-height: 85%;
}

