.a-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.a-slider .swiper-pagination {
  position: static;
}
.a-slider .swiper-button-next,
.a-slider .swiper-button-prev {
  position: static;
}
.a-slider .swiper-button-next:after,
.a-slider .swiper-button-prev:after {
  display: none;
}
.a-slider .swiper-button-next svg,
.a-slider .swiper-button-prev svg {
  width: auto;
  height: auto;
  object-fit: none;
}
.a-slider_image {
  margin: 48px auto 0;
}
@media only screen and (min-width: 1025px) {
  .a-slider_image {
    margin: 100px auto 0;
  }
}
.a-slider_image img {
  display: block;
  max-height: 20vh;
}
@media only screen and (min-width: 1025px) {
  .a-slider_image img {
    max-height: 30vh;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider_image img {
    max-height: 48vh;
  }
}
.a-slider_image .swiper-slide {
  width: auto !important;
}
.a-slider_image .swiper-button-prev,
.a-slider_image .swiper-button-next {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-slider_image .swiper-button-prev,
  .a-slider_image .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: #40b93c;
    border: solid 2px white;
    z-index: 4;
    color: white;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .a-slider_image .swiper-button-prev {
    left: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider_image .swiper-button-prev {
    left: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-slider_image .swiper-button-next {
    right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-slider_image .swiper-button-next {
    right: 28px;
  }
}
.a-slider_reviews .swiper-button-prev,
.a-slider_reviews .swiper-button-next {
  width: 48px;
  height: 48px;
  color: #000000;
  margin-top: 0;
}
@media only screen and (min-width: 1025px) {
  .a-slider_reviews .swiper-button-prev,
  .a-slider_reviews .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.a-slider_reviews .swiper-button-prev svg,
.a-slider_reviews .swiper-button-next svg {
  width: 100%;
  height: 100%;
}
.a-slider_reviews .swiper-pagination {
  width: auto;
  align-items: center;
  justify-content: center;
  margin: 0 14px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-slider_reviews .swiper-pagination {
    display: inline-flex;
  }
}
.a-slider_reviews .a-slider__controls {
  margin: 24px auto 0;
  justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .a-slider_reviews .a-slider__controls {
    justify-content: center;
    margin: 48px auto 0;
  }
}
.a-slider_reviews .swiper-pagination-bullet {
  flex: 0 0 6px;
  max-width: 6px;
  height: 6px;
  background: #000000;
  margin: 0 !important;
  opacity: 1;
}
.a-slider_reviews .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 6px !important;
}
.a-slider_reviews .swiper-pagination-bullet-active {
  flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  border: solid 3px #40b93c;
  background: white;
  position: relative;
}
.a-slider_reviews .swiper-pagination-bullet-active:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #40b93c;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.a-slider_stacked {
  overflow: visible;
}
.a-slider_stacked .swiper {
  overflow: visible;
}
.a-slider_stacked img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.a-slider_stacked .swiper {
  overflow: visible;
}
.a-slider .swiper-button-prev svg {
  transform: scaleX(-1);
}
.a-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a-landing__slider {
  height: 100%;
  max-height: 100vw;
  min-height: 0;
  min-width: 0;
  max-width: 100vw;
  width: 100%;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: block;
  height: 100%;
  max-height: 100%;
}

.swiper-wrapper {
  max-height: 100%;
  height: 100%;
  display: flex;
}