:root {
  --font-primary: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
  font-style: normal;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

.up-1-item-carousel {
  margin-bottom: 10px;
}

/* stylelint-disable-next-line */
.experience-layouts-up1ItemCarousel .margins-enabled {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .experience-layouts-up1ItemCarousel .margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .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: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 12px;
  top: auto;
}
@media (min-width: 768px) {
  .up-1-item-carousel .up-1-item-carousel-carousel-wrapper .swiper-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 8px;
    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 .hide-arrow {
  display: none;
}
@media (min-width: 1200px) {
  .up-1-item-carousel-carousel-wrapper .hide-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.up-1-item-carousel-carousel-wrapper .swiper-slide {
  width: 100%;
}

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