.swiper {
  overflow: hidden;
  width: 100%;
}

.swiper.swiper-cards {
  overflow: hidden;
}

.swiper-pagination .swiper-pagination-bullet {
  background: black;
  border: 2px solid rgb(163 163 163 / 1);
  height: 16px;
  opacity: 1;
  width: 16px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: white;
}
.swiper-button-prev,
.swiper-button-next {
  background: #8a2432;
  color: white !important;
  border: 2px solid #8a2432;
  border-radius: 100%;
  height: 36px;
  line-height: 36px;
  margin: -42px 0 0;
  opacity: 1;
  padding: 10px;
  width: 36px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1rem;
}

.swiper-blockquote .swiper-slide {
  align-content: center;
  align-self: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: static;
}
.swiper-blockquote .swiper-slide::after {
  background-color: inherit;
  bottom: -100%;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
}

.swiper-home-thumbs {
  position: absolute;
  inset: 0;
}

.swiper-home .swiper-button-prev,
.swiper-home .swiper-button-next {
  bottom: 15px;
  top: auto;
}
.swiper-home .swiper-button-prev {
  left: 50%;
  margin-left: -80px;
}
.swiper-home .swiper-button-next {
  margin-right: -80px;
  right: 50%;
}
.swiper-home .swiper-counter {
  bottom: 20px;
  color: white;
  font-size: 1.5rem;
  position: absolute;
  text-align: center;
  width: 100%;
}

.swiper-slideshow-thumbs .swiper-slide {
  opacity: 0.4;
}
.swiper-slideshow-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-home .swiper-slide {
  opacity: 0 !important;
}
.swiper-home .swiper-slide-active {
  opacity: 1 !important;
}
