/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-section-image-banner--bg-white {
  background-color: #ffffff;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-image-banner--bg-blue-light {
  background-color: #bfe9ff;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-image-banner--bg-blue-cta {
  background-color: #004e6a;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-image-banner--bg-blue-dark {
  background-color: #001a24;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-image-banner--bg-green-light {
  background-color: #ecffac;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-image-banner--bg-green {
  background-color: #85cc1d;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-image-banner--bg-mid-grey {
  background-color: #d5d5d5;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-image-banner--bg-black {
  background-color: #000000;
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-image-banner--bg-light-grey {
  background-color: #C8C8C8;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-image-banner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.s-section-image-banner .l-wrapper {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}
.s-section-image-banner .l-container,
.s-section-image-banner .l-container-full {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

.s-section-image-banner__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.s-section-image-banner__layers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.s-section-image-banner__layer {
  position: absolute;
  pointer-events: none;
}

.s-section-image-banner__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}

.s-section-image-banner--mode-parallax .s-section-image-banner__stage,
.s-section-image-banner--mode-none .s-section-image-banner__stage {
  height: 25rem;
}
.s-section-image-banner--mode-parallax .s-section-image-banner__layer--primary,
.s-section-image-banner--mode-none .s-section-image-banner__layer--primary {
  left: 50%;
  top: calc(50% + 2.5625rem);
  width: 100%;
  height: 41rem;
  max-width: none;
  transform: translate(-50%, calc(-50% + var(--banner-parallax-y, 0px)));
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .s-section-image-banner--mode-parallax .s-section-image-banner__layer--primary,
  .s-section-image-banner--mode-none .s-section-image-banner__layer--primary {
    will-change: auto;
  }
}
.s-section-image-banner--mode-parallax .s-section-image-banner__overlay-shape--image,
.s-section-image-banner--mode-parallax .s-section-image-banner__overlay-shape--gradient,
.s-section-image-banner--mode-none .s-section-image-banner__overlay-shape--image,
.s-section-image-banner--mode-none .s-section-image-banner__overlay-shape--gradient {
  position: absolute;
  left: -40.375rem;
  top: -13.5625rem;
  width: 81.6875rem;
  height: 49.8125rem;
  border-radius: 81.6875rem;
  mix-blend-mode: multiply;
}
.s-section-image-banner--mode-parallax .s-section-image-banner__overlay-shape--gradient,
.s-section-image-banner--mode-none .s-section-image-banner__overlay-shape--gradient {
  background: radial-gradient(50% 50% at 50% 50%, #311c01 0%, rgba(49, 28, 1, 0) 100%);
}
.s-section-image-banner--mode-parallax .s-section-image-banner__overlay-img,
.s-section-image-banner--mode-none .s-section-image-banner__overlay-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  pointer-events: none;
}
.s-section-image-banner--mode-parallax .s-section-image-banner__content,
.s-section-image-banner--mode-none .s-section-image-banner__content {
  position: absolute;
  z-index: 2;
  left: 2.5rem;
  top: 2.5rem;
  width: 33.25rem;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.s-section-image-banner--mode-parallax .s-section-image-banner__title,
.s-section-image-banner--mode-none .s-section-image-banner__title {
  margin: 0;
  font-family: "Panton", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 3.625rem;
  color: var(--wp--preset--color--alteal-white, #ffffff);
  word-break: break-word;
}
@media screen and (max-width: 1024px) {
  .s-section-image-banner--mode-parallax .s-section-image-banner__stage,
  .s-section-image-banner--mode-none .s-section-image-banner__stage {
    height: 21.25rem;
  }
  .s-section-image-banner--mode-parallax .s-section-image-banner__layer--primary,
  .s-section-image-banner--mode-none .s-section-image-banner__layer--primary {
    width: 115%;
    height: 35rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + var(--banner-parallax-y, 0px)));
  }
  .s-section-image-banner--mode-parallax .s-section-image-banner__overlay-shape--image,
  .s-section-image-banner--mode-parallax .s-section-image-banner__overlay-shape--gradient,
  .s-section-image-banner--mode-none .s-section-image-banner__overlay-shape--image,
  .s-section-image-banner--mode-none .s-section-image-banner__overlay-shape--gradient {
    left: -35%;
    top: -10rem;
    width: 95%;
    height: 130%;
    border-radius: 100%;
  }
  .s-section-image-banner--mode-parallax .s-section-image-banner__content,
  .s-section-image-banner--mode-none .s-section-image-banner__content {
    left: 2rem;
    top: 2rem;
    bottom: auto;
    width: min(33.25rem, 100% - 4rem);
  }
  .s-section-image-banner--mode-parallax .s-section-image-banner__title,
  .s-section-image-banner--mode-none .s-section-image-banner__title {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 991px) {
  .s-section-image-banner--mode-parallax .s-section-image-banner__stage,
  .s-section-image-banner--mode-none .s-section-image-banner__stage {
    height: 17.5rem;
  }
  .s-section-image-banner--mode-parallax .s-section-image-banner__content,
  .s-section-image-banner--mode-none .s-section-image-banner__content {
    left: 1.5rem;
    right: 1.5rem;
    top: 1.5rem;
    bottom: auto;
    width: auto;
  }
  .s-section-image-banner--mode-parallax .s-section-image-banner__title,
  .s-section-image-banner--mode-none .s-section-image-banner__title {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.s-section-image-banner--mode-pin {
  position: relative;
  z-index: 0;
  isolation: isolate;
}
.s-section-image-banner--mode-pin .l-wrapper {
  position: relative;
  z-index: 0;
}
.s-section-image-banner--mode-pin .s-section-image-banner__pin-scene {
  position: relative;
  width: 100%;
  height: 31.25rem;
  z-index: 0;
}
.s-section-image-banner--mode-pin .s-section-image-banner__stage {
  height: 31.25rem;
  width: 100%;
  z-index: 0;
}
.s-section-image-banner--mode-pin .s-section-image-banner__layer--primary {
  inset: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: none;
}
@media screen and (max-width: 1024px) {
  .s-section-image-banner--mode-pin .s-section-image-banner__pin-scene,
  .s-section-image-banner--mode-pin .s-section-image-banner__stage {
    height: 26.25rem;
  }
}
@media screen and (max-width: 991px) {
  .s-section-image-banner--mode-pin .s-section-image-banner__pin-scene,
  .s-section-image-banner--mode-pin .s-section-image-banner__stage {
    height: 22.5rem;
  }
}

.s-section-image-banner-content-stack {
  position: relative;
  z-index: 20;
  margin-top: 0;
}
.s-section-image-banner-content-stack > .section,
.s-section-image-banner-content-stack > .wp-block {
  position: relative;
  z-index: 1;
}
.s-section-image-banner-content-stack .section:not([class*="--bg-"]) {
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-section-image-banner-content-stack .section[class*="--bg-white"] {
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
}
.s-section-image-banner-content-stack .section[class*="--bg-blue-light"] {
  background-color: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
}
.s-section-image-banner-content-stack .section[class*="--bg-green-light"] {
  background-color: var(--wp--preset--color--alteal-green-light, #ecffac);
}
.s-section-image-banner-content-stack .section[class*="--bg-blue-dark"] {
  background-color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}