.splide__track {
  height: 100%;
}
.splide__track .splide__slide {
  height: 100%;
  width: 100%;
}

.splide__arrows,
.splide__pagination {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 783px) {
  .splide__arrows,
.splide__pagination {
    max-width: calc(1235px + (2 * 30px));
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 782px) {
  .splide__arrows,
.splide__pagination {
    max-width: calc(1235px + (2 * 15px));
    padding: 0 15px;
  }
}

.splide__pagination {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  justify-content: flex-start;
}
.splide__pagination button {
  margin: 0 10px;
  border: none;
  border-radius: 30px;
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.splide__pagination button:hover, .splide__pagination button.is-active {
  opacity: 1;
}
.splide__pagination button.is-active {
  background-color: #446993;
}

.wis-sldr-prgr {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #446993;
}
.wis-sldr-prgr .wis-sldr-prgr-bar {
  background: white;
  height: 2px;
  transition: width 400ms ease;
  width: 0;
}

/*# sourceMappingURL=wis-splide.css.map */
