/* 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-hero-home {
  overflow: hidden;
  color: var(--wp--preset--color--white);
}
.s-hero-home .l-wrapper {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.s-hero-home .l-wrapper > .l-container {
  position: relative;
  z-index: 2;
  min-height: 100vh;
}
@media screen and (max-width: 991px) {
  .s-hero-home .l-wrapper {
    min-height: 43.75rem;
  }
  .s-hero-home .l-wrapper > .l-container {
    min-height: inherit;
  }
}
.s-hero-home .l-container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.s-hero-home__deco-tl, .s-hero-home__deco-br {
  position: absolute;
  display: block;
  pointer-events: none;
  z-index: 2;
  width: var(--global-deco-pixel-size);
  height: var(--global-deco-pixel-size);
  background-color: var(--wp--preset--color--white);
}
.s-hero-home__deco-tl.is-animating, .s-hero-home__deco-br.is-animating {
  box-shadow: 0 0 0 1px var(--wp--preset--color--white);
}
.s-hero-home__deco-tl {
  top: 0;
  left: calc(-1 * var(--global-deco-pixel-size) + var(--container-padding-x));
  transform-origin: top left;
}
.s-hero-home__deco-br {
  bottom: 0;
  right: calc(-1 * var(--global-deco-pixel-size) + var(--container-padding-x));
  transform-origin: bottom right;
}
.s-hero-home__shell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  padding-top: 6.75rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 991px) {
  .s-hero-home__shell {
    padding-top: 5.625rem;
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-home__shell {
    padding-top: 4.5rem;
    padding-bottom: 2rem;
  }
}
.s-hero-home__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
  pointer-events: none;
}
.s-hero-home__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-hero-home__bg-placeholder {
  width: 100%;
  height: 100%;
  min-height: 17.5rem;
  background: color-mix(in srgb, var(--wp--preset--color--black) 40%, transparent);
}
.s-hero-home__gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: color-mix(in srgb, var(--wp--preset--color--black) 40%, transparent);
}
.s-hero-home__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .s-hero-home__content {
    padding-left: 2.5rem;
  }
}
.s-hero-home__title {
  margin: 0;
  max-width: 33.125rem;
  font-weight: 400;
  color: var(--wp--preset--color--white);
  text-transform: none;
}
.s-hero-home__title {
  font-size: 28px;
}
@media screen and (min-width: 569px) {
  .s-hero-home__title {
    font-size: calc(28px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-home__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-home__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-home__title {
    font-size: 1.75rem;
  }
}
.s-hero-home__text {
  max-width: 29rem;
  color: var(--wp--preset--color--white);
}
.s-hero-home__text,
.s-hero-home__text p {
  font-size: 1.25rem;
}
@media screen and (max-width: 991px) {
  .s-hero-home__text,
  .s-hero-home__text p {
    font-size: 1rem;
  }
}
.s-hero-home__buttons .btn-wrap {
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .s-hero-home__buttons .btn-wrap .c-btn--transparent {
    padding-left: 0;
  }
}
.s-hero-home__hint {
  margin: 0;
  max-width: 29rem;
  font-family: "paralucent-text", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  color: var(--wp--preset--color--lila-rvb);
}