.AnimatedLayeredSVG_container__NCE8h {
  position: relative;
  width: clamp(200px, 28vw, 280px);
  height: clamp(220px, 32vw, 320px);
}

.AnimatedLayeredSVG_maskContainer__Fp6QQ {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 90%;
  -webkit-mask-image: url("/assets/Subtract.svg");
  mask-image: url("/assets/Subtract.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  mask-type: alpha;
}


.Tabs_statsContainer__4moFK {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 5;
}

.Tabs_carouselContainer__L99h9 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.Tabs_dots__sDzr2 {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  cursor: pointer;
}

.Tabs_dot__sBKPD {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.Tabs_morningDot__NTjYl {
  background-color: #fff;
}

.Tabs_nightDot___mdKx {
  background-color: #bcbcbc;
}

.Tabs_dot__sBKPD:hover {
  transform: scale(1.5);
}

.Tabs_carousel__cP7pg {
  display: flex;
  gap: 5%;
  animation: Tabs_scroll__QtR1P 30s linear infinite;
  will-change: transform;
}

.Tabs_carouselItem__LxM0N {
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(8%, 10%, 15%);
  height: auto;
}

@keyframes Tabs_scroll__QtR1P {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.Tabs_statsItem__Hx7IA {
  position: relative;
  text-align: center;
  background: none;
  border-radius: 20px;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Tabs_statsBox__5TSxZ {
    width: clamp(14rem, 11vw, 22rem);
    height: clamp(10rem, 8vw, 14rem);
  padding: 2rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Tabs_statsBackground__14ZRW {
  position: absolute;
  width: clamp(15vw, 15vw, 20vw);
  z-index: -1;
}

.Tabs_statsTitle__6ZaEj {
  font-size: clamp(16px, 2vw, 4rem);
  color: #9270c2;
  font-weight: bold;
}

.Tabs_statsDescription__QkBQ_ {
  font-size: clamp(14px, 1vw, 3rem);
  color: #afafaf;
  width: clamp(20rem, 1vw, 3rem);
}

@media (max-width: 480px) {
  .Tabs_statsContainer__4moFK {
    grid-template-columns: repeat(2, 1fr);
    gap: 7vw;
    justify-items: center;
    margin-top: 2rem;
  }

  .Tabs_carouselContainer__L99h9 {
    padding-block: 0;
    margin-top: 0rem;
  }

  .Tabs_carousel__cP7pg {
    gap: 0;
    animation: Tabs_scroll__QtR1P 15s linear infinite;
  }

  .Tabs_statsItem__Hx7IA {
    padding: clamp(0.5rem, 1vw + 0.5rem, 1rem) clamp(1rem, 2vw + 1rem, 2.5rem);
    width: clamp(6rem, 10vw + 6rem, 9rem);
    height: clamp(4rem, 8vw + 4rem, 7rem);
  }

  .Tabs_statsBox__5TSxZ {
    width: clamp(8rem, 12vw + 8rem, 10rem);
    height: clamp(6rem, 10vw + 6rem, 8rem);
    padding: 1rem;
  }

  .Tabs_statsBackground__14ZRW {
    width: clamp(60vw, 15vw, 20vw) !important;
    max-width: revert-layer;
  }

  .Tabs_statsTitle__6ZaEj {
    font-size: 1.2rem;
  }

  .Tabs_statsDescription__QkBQ_ {
    font-size: 0.85rem;
  }

  .Tabs_carouselItem__LxM0N {
    width: 45%;
    height: auto;
  }

  .Tabs_dots__sDzr2 {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
  .Tabs_statsContainer__4moFK {
    margin-top: 1rem;
  }

  .Tabs_carouselContainer__L99h9 {
    margin-top: 1rem;
  }

  .Tabs_statsBackground__14ZRW {
    position: absolute;
    width: clamp(20vw, 10vw, 20vw);
    z-index: -1;
  }

  .Tabs_statsBox__5TSxZ {
    width: clamp(12rem, 15vw, 16rem);
    height: clamp(8rem, 10vw, 10rem);
    padding: 1.5rem;
  }

  .Tabs_statsDescription__QkBQ_ {
    font-size: clamp(9px, 1vw, 3rem);
    color: #afafaf;
    width: clamp(5rem, 1vw, 3rem);
  }

  .Tabs_dots__sDzr2 {
    display: none;
  }
}
