/* 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-archive {
  color: var(--wp--preset--color--txt-gray-dark);
  overflow: hidden;
}
.s-hero-archive.has-bg-secondary-lightest-background-color {
  color: var(--wp--preset--color--txt-secondary-dark);
}
.s-hero-archive .c-breadcrumb svg path,
.s-hero-archive .c-breadcrumb svg circle {
  fill: var(--wp--preset--color--txt-gray-dark);
}
.s-hero-archive:has(.is-clr-reverse) {
  color: var(--wp--preset--color--txt-white);
}
.s-hero-archive:has(.is-clr-reverse) .c-breadcrumb svg path,
.s-hero-archive:has(.is-clr-reverse) .c-breadcrumb svg circle {
  fill: var(--wp--preset--color--txt-white);
}
.s-hero-archive .l-wrapper {
  padding-top: 5rem !important;
  padding-bottom: 3.5rem !important;
}
.s-hero-archive .l-container {
  width: 100%;
  margin: auto;
  padding-left: 3.75rem;
  padding-right: 3.75rem;
  max-width: calc(81.25rem + 3.75rem * 2);
  padding-top: 3.125rem;
  min-height: 17.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .s-hero-archive .l-container {
    padding-left: calc(3.75rem / 2);
    padding-right: calc(3.75rem / 2);
  }
}
@media screen and (max-width: 991px) {
  .s-hero-archive .l-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .s-hero-archive .l-container {
    max-width: calc(81.25rem + 3.75rem * 2);
  }
}
@media screen and (min-width: 1920px) {
  .s-hero-archive .l-container {
    max-width: calc(81.25rem + 3.75rem * 2);
  }
}
@media screen and (min-width: 2160px) {
  .s-hero-archive .l-container {
    max-width: calc(81.25rem + 3.75rem * 2);
  }
}
.s-hero-archive__main {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  align-items: flex-start;
  gap: 2.5rem;
}
.s-hero-archive__main.has-form {
  margin-top: 7.5rem;
}
@media screen and (max-width: 991px) {
  .s-hero-archive__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }
}
.s-hero-archive__content {
  max-width: 43.75rem;
}
.s-hero-archive__ttl {
  margin-top: 2.5rem;
  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";
}
.s-hero-archive__txt {
  margin-top: 1.5rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
.s-hero-archive__txt a {
  display: inline-block;
  margin-top: auto;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: var(--wp--preset--color--txt-white);
}
.s-hero-archive__btn-wrap {
  margin-top: 1.5rem;
}
.s-hero-archive__form {
  justify-self: flex-end;
  background-color: #fff;
  padding: 1rem;
  border-radius: 10px;
}
.s-hero-archive__form .ff-el-form-control {
  background-color: transparent !important;
}
@media screen and (max-width: 991px) {
  .s-hero-archive__form {
    justify-self: stretch;
  }
}
.s-hero-archive__form-placeholder {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}
.s-hero-archive__stars.stars-trio {
  right: -10%;
  transform: translate(0, -50%);
  top: 50%;
  width: 22%;
  height: 60%;
}
.s-hero-archive.has-bg-primary-background-color .stars-trio svg path {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  .s-hero-archive .c-breadcrumb {
    margin-top: 3.75rem;
  }
  .s-hero-archive__ttl {
    font-size: 4rem;
  }
  .s-hero-archive__main.has-form {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-archive .l-container {
    padding-top: 2rem;
    min-height: auto;
  }
  .s-hero-archive__ttl {
    font-size: 3.125rem;
    margin-top: 1.5rem;
  }
  .s-hero-archive__content {
    max-width: 100%;
  }
  .s-hero-archive__main.has-form {
    margin-top: 3rem;
  }
  .s-hero-archive__stars.stars-trio {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-archive .l-wrapper {
    padding-bottom: 2.5rem !important;
  }
  .s-hero-archive .l-container {
    padding-top: 1.25rem;
  }
  .s-hero-archive__ttl {
    font-size: 2.5rem;
    margin-top: 1rem;
  }
  .s-hero-archive__main.has-form {
    margin-top: 2rem;
  }
}