.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  width: 1440px;
  height: 360px !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.swiper-slide img {
  display: block;
  width: 1440px;
  height: 360px;
  object-fit: cover;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.slide-content {
  width: 750px;
  margin: 0 auto;
  padding: 80px;
  background: #111;
}

.slide-content h2 {
  color: #fff;
}

.slide-content p {
  color: #fff;
}

.swiper-pagination-bullet {
  background-color: #eb9090;
  opacity: 1;
  height: 12px;
  width: 12px;
}

.swiper-pagination-bullet-active {
  background: #ff0;
}
