/* 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 */
.hero-home {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--wp--preset--color--txt-white);
}
.hero-home-bg {
  position: absolute;
  inset: 0;
}
.hero-home-bg__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.hero-home-bg__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(109deg, rgba(0, 0, 0, 0.56) 24.01%, rgba(0, 0, 0, 0) 49.5%);
  z-index: 1;
}
.hero-home .l-wrapper {
  padding-top: 11.25rem !important;
  padding-bottom: 7.5rem !important;
}
.hero-home__content {
  color: var(--wp--preset--color--txt-white);
  max-width: 47rem;
  position: relative;
  z-index: 1;
}
.hero-home__ttl {
  font-variant-numeric: stacked-fractions;
  font-size: 5.875rem;
  letter-spacing: -0.195rem;
  line-height: 1.04;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  color: var(--wp--preset--color--txt-white);
}
.hero-home__intro {
  margin-top: 2.5rem;
  font-weight: 700;
  line-height: 1.375;
  color: var(--wp--preset--color--txt-white);
  max-width: 25rem;
}
.hero-home__intro {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .hero-home__intro {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-home__intro {
    font-size: 1rem;
  }
}
.hero-home__intro p {
  margin-bottom: 1em;
  font-weight: 700;
}
.hero-home__intro p {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .hero-home__intro p {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .hero-home__intro p {
    font-size: 1rem;
  }
}
.hero-home__intro p:last-child {
  margin-bottom: 0;
}
.hero-home__intro a {
  color: var(--wp--preset--color--txt-white);
  text-decoration: underline;
}
.hero-home__intro a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .hero-home .l-wrapper {
    padding-top: 8.75rem !important;
    padding-bottom: 6.25rem !important;
  }
  .hero-home__ttl {
    font-size: 4rem;
    letter-spacing: -0.125rem;
  }
}
@media screen and (max-width: 991px) {
  .hero-home-bg__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.15) 100%);
  }
  .hero-home .l-wrapper {
    padding-top: 7.5rem !important;
    padding-bottom: 5rem !important;
  }
  .hero-home__ttl {
    font-size: 3.125rem;
    letter-spacing: -0.09375rem;
  }
  .hero-home__intro {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .hero-home .l-wrapper {
    padding-top: 11.25rem !important;
    padding-bottom: 3.75rem !important;
  }
  .hero-home__ttl {
    font-size: 2.5rem;
    letter-spacing: -0.0625rem;
    line-height: 1.08;
  }
  .hero-home__content {
    max-width: 100%;
  }
  .hero-home__intro {
    margin-top: 1.25rem;
    max-width: 100%;
  }
}