/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/*
* Manually generated mixins and they can't be named
* by Sass interpolation (e.g. in @each loop.srem;
*/
/*
 * Bootstrap's native variables for spacing
*/
/*
 * Bootstrap's native variables for grid generation
*/
/*
 * Variables for custom responsive gutters, generated by grid mixins in ~common/bootstrap
*/
.wgCarousel .category-swiper {
  width: 100%;
}
.wgCarousel-text h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03125rem;
  max-width: 29.625rem;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .wgCarousel-text h1 {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}
@media (min-width: 1440px) {
  .wgCarousel-text h1 {
    font-size: 3.75rem;
    letter-spacing: -0.003125rem;
    max-width: 56.5rem;
  }
}
.wgCarousel-text h2 {
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .wgCarousel-text h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .wgCarousel-text h2 {
    font-size: 2rem;
  }
}
.wgCarousel-text h3 {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
}
@media (min-width: 768px) {
  .wgCarousel-text h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .wgCarousel-text h3 {
    font-size: 1.5rem;
  }
}
.wgCarousel-text__content * {
  margin: 0;
  padding: 0;
  color: inherit;
}
.wgCarousel .swiper-button-prev,
.wgCarousel .swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  height: auto;
  width: auto;
  pointer-events: auto;
}
.wgCarousel .swiper-button-prev.swiper-button-disabled,
.wgCarousel .swiper-button-next.swiper-button-disabled {
  cursor: not-allowed;
}
.wgCarousel .swiper-button-prev::after,
.wgCarousel .swiper-button-next::after {
  content: none;
}
.wgCarousel .swiper-button-next {
  right: 0;
}
.wgCarousel .swiper-button-prev {
  left: 0;
}

.hero-slider .wgImage-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 9/16 auto;
}
@media (min-width: 768px) {
  .hero-slider .wgImage-image {
    aspect-ratio: 4/3 auto;
  }
}
@media (min-width: 1024px) {
  .hero-slider .wgImage-image {
    aspect-ratio: 16/9 auto;
  }
}
@media (min-width: 1440px) {
  .hero-slider .wgImage-image {
    aspect-ratio: 18/9 auto;
  }
}

.wgHeroVideo {
  position: relative;
}
.wgHeroVideo-media {
  position: relative;
  width: 100%;
}
.wgHeroVideo-media__video {
  width: 100%;
  aspect-ratio: 16/9 auto;
}
.wgHeroVideo .text-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .wgHeroVideo .text-content {
    top: 40%;
    width: 75%;
  }
}
.wgHeroVideo .text-content h1 {
  font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03125rem;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .wgHeroVideo .text-content h1 {
    font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}
@media (min-width: 1440px) {
  .wgHeroVideo .text-content h1 {
    font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
    font-size: 3.75rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.03125rem;
    max-width: 56.5rem;
  }
}
.wgHeroVideo .text-content h2 {
  font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .wgHeroVideo .text-content h2 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media (min-width: 1440px) {
  .wgHeroVideo .text-content h2 {
    font-size: 2rem;
  }
}
.wgHeroVideo .text-content h3 {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
}
@media (min-width: 768px) {
  .wgHeroVideo .text-content h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .wgHeroVideo .text-content h3 {
    font-size: 1.5rem;
  }
}
.wgHeroVideo .text-content .cta-content {
  gap: 1.5rem;
}
@media (max-width: 1023.98px) {
  .wgHeroVideo .text-content .cta-content {
    flex-direction: column;
    align-items: center;
    width: 70%;
    gap: 0.5rem;
  }
}
.wgHeroVideo .text-content .cta-content .first-cta,
.wgHeroVideo .text-content .cta-content .second-cta {
  min-width: 10rem;
  padding: 0.375rem 1.125rem;
  border-radius: 1.5rem;
}
@media (max-width: 1023.98px) {
  .wgHeroVideo .text-content .cta-content .first-cta,
.wgHeroVideo .text-content .cta-content .second-cta {
    min-width: 85%;
    padding: 0.375rem 0.75rem;
  }
}

.wgText h1 {
  font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .wgText h1 {
    font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}
@media (min-width: 1440px) {
  .wgText h1 {
    font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
    font-size: 3.75rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.03125rem;
  }
}
.wgText h2 {
  font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .wgText h2 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media (min-width: 1440px) {
  .wgText h2 {
    font-size: 2rem;
  }
}
.wgText h3 {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
}
@media (min-width: 768px) {
  .wgText h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .wgText h3 {
    font-size: 1.5rem;
  }
}

.wgImage {
  z-index: 1;
  position: relative;
}
.wgImage-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/4 auto;
}
@media (min-width: 768px) {
  .wgImage-image {
    aspect-ratio: 9/21 auto;
  }
}
@media (min-width: 1024px) {
  .wgImage-image {
    aspect-ratio: 4/5 auto;
  }
}
@media (min-width: 1440px) {
  .wgImage-image {
    aspect-ratio: 1 auto;
  }
}
.wgImage-fullLink {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.wgImage-content {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .wgImage-content {
    top: 40%;
    width: 75%;
  }
}
.wgImage-content h1 {
  font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.03125rem;
  margin-inline: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .wgImage-content h1 {
    font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.03125rem;
  }
}
@media (min-width: 1440px) {
  .wgImage-content h1 {
    font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
    font-size: 3.75rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.03125rem;
    max-width: 56.5rem;
  }
}
.wgImage-content h2 {
  font-family: "Gabriel-Sans-Medium", sans-serif, -apple-system;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.03125rem;
}
@media (min-width: 768px) {
  .wgImage-content h2 {
    font-size: 1.5rem;
    line-height: 1.1;
  }
}
@media (min-width: 1440px) {
  .wgImage-content h2 {
    font-size: 2rem;
  }
}
.wgImage-content h3 {
  font-size: 1rem;
  letter-spacing: 0.03125rem;
}
@media (min-width: 768px) {
  .wgImage-content h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .wgImage-content h3 {
    font-size: 1.5rem;
  }
}
.wgImage-content .cta-content {
  gap: 1.5rem;
}
@media (max-width: 1023.98px) {
  .wgImage-content .cta-content {
    width: 70%;
    gap: 0.5rem;
  }
}
.wgImage-content .cta-content .first-cta,
.wgImage-content .cta-content .second-cta {
  min-width: 10rem;
  padding: 0.375rem 1.125rem;
  border-radius: 1.5rem;
}
@media (max-width: 1023.98px) {
  .wgImage-content .cta-content .first-cta,
.wgImage-content .cta-content .second-cta {
    min-width: 85%;
    padding: 0.375rem 0.75rem;
  }
}

.mb-ls-social {
  position: relative;
  z-index: 1;
}

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