/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-hero-faq {
  background-color: var(--wp--preset--color--baby-powder);
}
.s-hero-faq__inner {
  padding-top: 0;
  padding-bottom: 2.5rem;
}
.s-hero-faq__copy {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 66.5rem;
}
.s-hero-faq__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.s-hero-faq__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0.9375rem;
  border-radius: 31.25rem;
  background-color: color-mix(in srgb, var(--wp--preset--color--terra-cotta) 20%, transparent);
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--wp--preset--color--terra-cotta);
}
.s-hero-faq__date {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: color-mix(in srgb, var(--wp--preset--color--black) 30%, transparent);
  white-space: nowrap;
}
.s-hero-faq__title {
  margin: 0;
  font-family: "HK Grotesk", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.06rem;
  color: var(--wp--preset--color--bleu-saphyr);
}
@media screen and (max-width: 991px) {
  .s-hero-faq__inner {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .s-hero-faq__copy {
    gap: 1rem;
  }
  .s-hero-faq__title {
    font-family: "HK Grotesk", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.06rem;
    color: var(--wp--preset--color--bleu-saphyr);
  }
}