:root {
  --swiper-theme-color: #EFF2F3;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
  top: 45%;
}
.desktop-swiper-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 32px;
  font-family: 'BioRhyme Expanded', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #0F172A;
}
.swiper-horizontal>.swiper-pagination-bullets{
  bottom: 9vh;
  right: calc(calc(100% - 1300px ) / 2);
  left: unset;
}
.swiper-pagination-bullet {
  font-family: 'BioRhyme Expanded', serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #0F172A;
  width: auto;
  height: 20px;
  text-align: center;
  color: #000;
  opacity: 1;
  background: transparent;
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  font-weight: 700;

}
.swiper-pagination {
  text-align: right;
  left: calc(100vh - 90px);
}

/* Mobile */
@media all and (max-width: 415px) {
  .swiper-horizontal>.swiper-pagination-bullets{
    bottom: 10vh;
    right: 20px;
    left: unset;
  }

}

