/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m-slider__swiperSingle {
  padding: 0 0 3.4375rem;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .m-slider__swiperSingle { /* min-width: 992px */
    padding: 0;
  }
  .m-slider__swiperSingle:hover .swiper-button-prev, .m-slider__swiperSingle:hover .swiper-button-next {
    visibility: visible;
  }
}
.m-slider__swiperSingle .swiper-slide a {
  width: 100%;
  height: 100%;
}
.m-slider__swiperSingle .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-slider__swiperSingle .swiper-slide.-video {
  display: grid;
  place-items: center;
}
.m-slider__swiperSingle .swiper-slide.-video > * {
  max-width: 100%;
}
.m-slider__swiperSingle .swiper-slide.-video video {
  max-width: 100%;
  max-height: 580px;
}
.m-slider__swiperSingle .swiper-pagination {
  margin: 0 auto;
  margin-top: 1.875rem;
  position: static;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 992px) {
  .m-slider__swiperSingle .swiper-pagination { /* min-width: 992px */
    gap: 1.25rem;
  }
}
.m-slider__swiperSingle .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: 1px solid var(--color-bg-night);
  border-radius: 0;
  background: none;
}
@media only screen and (min-width: 992px) {
  .m-slider__swiperSingle .swiper-pagination .swiper-pagination-bullet { /* min-width: 992px */
    width: 1.25rem;
    height: 1.25rem;
  }
}
.m-slider__swiperSingle .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid var(--color-primary);
}
.m-slider__swiperSingle .swiper-button-prev, .m-slider__swiperSingle .swiper-button-next {
  color: var(--color-primary);
  visibility: hidden;
  transform: translateY(-50%);
}

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