/* Common Styles */
/* Bullets */
.swiper-pagination.swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: #747474;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-assort);
}

/* Progress */
