.CarouselWithAutoProgress_carousel__info__20cJw {
  align-self: center;
}

.stat-bar {
  border: 1px solid #5a5a5a;
  height: 42px;
  position: relative;
  overflow: hidden;
}

.bar-track {
  width: 100%;
  height: 100%;
}

.bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(to right, #d1d5db, #5fd3e3);
  transition: width 1.2s ease-out;
}