/* 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-default {
  position: relative;
  color: var(--wp--preset--color--txt-white);
  height: min(100vh, 46.875rem);
  z-index: 10;
}
.s-hero-default .l-wrapper {
  padding-top: 0 !important;
  margin-top: 5rem;
  height: 100%;
  padding-bottom: 7.5rem;
}
.s-hero-default .l-wrapper > .l-container {
  max-width: unset;
  padding: 0;
  height: 100%;
}
.s-hero-default__btn-wrap {
  margin-top: 2rem;
}
.s-hero-default__breadcrumbs {
  padding-top: 3.125rem;
  width: 100%;
  margin: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  max-width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}
@media screen and (max-width: 1440px) {
  .s-hero-default__breadcrumbs {
    padding-left: calc(3.75rem / 2);
    padding-right: calc(3.75rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .s-hero-default__breadcrumbs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.s-hero-default__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 7.5rem;
}
.s-hero-default__logo-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
}
.s-hero-default__content {
  width: 100%;
  margin: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  max-width: calc(71.25rem + 3.75rem * 2);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .s-hero-default__content {
    padding-left: calc(3.75rem / 2);
    padding-right: calc(3.75rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .s-hero-default__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .s-hero-default__content {
    max-width: calc(71.25rem + 3.75rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .s-hero-default__content {
    max-width: calc(71.25rem + 3.75rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .s-hero-default__content {
    max-width: calc(106.25rem + 3.75rem * 2);
  }
}
.s-hero-default-bg {
  position: absolute;
  inset: 0;
}
.s-hero-default-bg__thumb {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.s-hero-default-bg__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(109deg, rgba(0, 0, 0, 0.56) 24.01%, rgba(0, 0, 0, 0) 49.5%), linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.s-hero-default__main {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.s-hero-default__title {
  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";
  margin-top: 0;
  margin-bottom: 1.875rem;
}
@media (max-height: 600px) {
  .s-hero-default__title {
    font-size: 4rem;
  }
}
.s-hero-default__description {
  max-width: 27.5rem;
}
.s-hero-default__description h2 {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-hero-default__description h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-hero-default__description h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-hero-default__description h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-hero-default__description h5 {
    font-size: 1.125rem;
  }
}
.s-hero-default__description p {
  margin-top: 1.875rem;
}
.s-hero-default__description p:first-child {
  margin-top: 0;
}
.s-hero-default__description p + ul,
.s-hero-default__description h2 + p,
.s-hero-default__description h3 + p,
.s-hero-default__description h4 + p,
.s-hero-default__description h5 + p {
  margin-top: 1.25rem;
}
.s-hero-default__description b,
.s-hero-default__description strong {
  font-weight: 700;
}
.s-hero-default__description .btn {
  margin-top: 2rem;
}
.s-hero-default__description i,
.s-hero-default__description em {
  font-style: italic;
}
.s-hero-default__description p > a,
.s-hero-default__description li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-hero-default__description ul,
.s-hero-default__description ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-hero-default__description ul li,
.s-hero-default__description ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-hero-default__description ul li a,
.s-hero-default__description ol li a {
  font-size: 16px;
}
.s-hero-default__description ul li:last-child,
.s-hero-default__description ol li:last-child {
  margin-bottom: 0;
}
.s-hero-default__description ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none' viewBox='0 0 13 12'%3E%3Cpath fill='%2335ab55' d='m12.767 4.365-3.948.119a.446.446 0 0 1-.46-.381L7.839.19c-.03-.209-.313-.262-.42-.08L5.311 3.684a.46.46 0 0 1-.564.187L.312 2.1c-.214-.086-.406.16-.262.337l3.055 3.734c.118.144.13.346.03.502l-2.389 3.73c-.119.186.087.407.29.312L5.473 8.63a.46.46 0 0 1 .529.096l3.038 3.201c.153.162.429.03.388-.187l-.796-4.306a.43.43 0 0 1 .222-.457l4.032-2.207c.205-.113.117-.417-.118-.409z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.s-hero-default__description ol li {
  list-style: decimal;
}
.s-hero-default__description img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-hero-default__description *:first-child {
  margin-top: 0;
}
.s-hero-default__description img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-hero-default__description p {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .s-hero-default {
    height: min(85vh, 40.625rem);
  }
  .s-hero-default .l-wrapper {
    padding-bottom: 5rem;
  }
  .s-hero-default__title {
    font-size: 4rem;
    letter-spacing: -0.125rem;
  }
  .s-hero-default__main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-default {
    height: auto;
    min-height: min(80vh, 37.5rem);
    display: flex;
    flex-direction: column;
  }
  .s-hero-default .l-wrapper {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .s-hero-default .l-wrapper > .l-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .s-hero-default__content {
    flex: 1;
    height: auto;
  }
  .s-hero-default-bg__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.55) 70%);
  }
  .s-hero-default__breadcrumbs {
    padding-top: 0rem;
    gap: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.1;
  }
  .s-hero-default__title {
    font-size: 3.125rem;
    letter-spacing: -0.09375rem;
    margin-bottom: 1.25rem;
  }
  .s-hero-default__main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-default {
    min-height: 21.875rem;
  }
  .s-hero-default .l-wrapper {
    margin-top: 5.5rem;
    padding-bottom: 0rem !important;
  }
  .s-hero-default-bg__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.6) 65%);
  }
  .s-hero-default__breadcrumbs {
    padding-top: 0rem;
    gap: 0.5rem;
  }
  .s-hero-default__breadcrumbs p {
    line-height: 1;
  }
  .s-hero-default__logo {
    max-width: 5rem;
  }
  .s-hero-default__logo-img {
    max-height: 3rem;
  }
  .s-hero-default__title {
    font-size: 1.875rem;
    letter-spacing: -0.0625rem;
    line-height: 1.08;
    margin-bottom: 1rem;
  }
  .s-hero-default__description {
    max-width: 100%;
  }
  .s-hero-default__main {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}