.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  flex-direction: column;
  max-width: 100%;
}

.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 130%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) {
  margin-top: 4rem;
  position: relative;
  width: auto;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet {
  width: 10px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: all 500ms;
  border-radius: 0;
  text-align: center;
  margin: 0;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  transition: all 500ms;
  display: inline-block;
  margin: 6px 0;
  border-radius: 3px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:first-child, .eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:last-child {
  width: 14px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active, .eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
  width: 28px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:first-child {
  border-radius: 9px 0 0 9px;
  padding-left: 4px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet:last-child {
  border-radius: 0 9px 9px 0;
  padding-right: 4px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet-active {
  width: 24px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets:not(.swiper-pagination-bullets-dynamic) .swiper-pagination-bullet-active::before {
  width: 20px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets-dynamic, .eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-fraction {
  background-color: transparent;
  position: relative;
  margin-top: 30px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets-dynamic {
  line-height: 0;
  padding-bottom: 10px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  text-align: center;
  margin: 0;
  background: none transparent;
  opacity: 1;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #1795d5;
  display: inline-block;
  margin: 10px 0 0;
  border-radius: 5px;
}
.eds_SwiperRotator_Xmedia .swiper-pagination.swiper-pagination-fraction {
  color: #fff;
  font-size: 14px;
  width: auto;
  text-align: center;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 10px;
}
.eds_SwiperRotator_Xmedia .swiper-button-next,
.eds_SwiperRotator_Xmedia .swiper-button-prev {
  margin: 0;
  top: auto;
  bottom: 1rem;
}
.eds_SwiperRotator_Xmedia .swiper-button-next {
  right: 0;
}
.eds_SwiperRotator_Xmedia .swiper-button-prev {
  left: 0;
}
