/**
* @description Iterates over the $space-gap values and creates a class for each one.
* @param {list} $space-gap - A list of space gap values.
*/
.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.up-1-item-carousel {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .up-1-item-carousel .swiper {
    margin: 0 28px;
  }
}
.up-1-item-carousel .swiper .swiper-wrapper {
  padding-bottom: 15px;
}
.up-1-item-carousel .swiper .swiper-pagination {
  bottom: 0 !important;
}
.up-1-item-carousel .banner {
  padding: 0;
}

/* stylelint-disable-next-line */
.experience-layouts-up1ItemCarousel .margins-enabled {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 31px;
  }
}

.up-1-item-carousel .up-1-item-carousel-carousel-wrapper .swiper-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -15px;
}
@media (min-width: 769px) {
  .up-1-item-carousel .up-1-item-carousel-carousel-wrapper .swiper-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: auto;
  }
}

.up-1-item-carousel-carousel-wrapper {
  position: relative;
}
.up-1-item-carousel-carousel-wrapper .swiper-button-prev,
.up-1-item-carousel-carousel-wrapper .swiper-button-next {
  width: auto;
}
@media (min-width: 1024px) {
  .up-1-item-carousel-carousel-wrapper .swiper-button-prev {
    left: 2px;
  }
}
@media (min-width: 1024px) {
  .up-1-item-carousel-carousel-wrapper .swiper-button-next {
    right: 2px;
  }
}
.up-1-item-carousel-carousel-wrapper .hide-arrow {
  display: none;
}
@media (min-width: 1024px) {
  .up-1-item-carousel-carousel-wrapper .hide-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*# sourceMappingURL=up1ItemCarousel.css.map*/