/* 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-classic__breadcrumb {
  margin-top: 1.25rem;
}
.s-hero-classic__inner {
  padding: 2.5rem 3.75rem 5rem;
  border-radius: 1.25rem;
  text-align: center;
}
.s-hero-classic__title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  text-align: center;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .s-hero-classic__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-hero-classic__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-classic__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-hero-classic__intro {
  margin-top: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 41.25rem;
  color: var(--wp--preset--color--txt-black);
  text-align: center;
}
.s-hero-classic__intro p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.s-hero-classic__intro p:last-child {
  margin-bottom: 0;
}
.s-hero-classic__intro p:first-child {
  margin-top: 0;
}
.s-hero-classic__intro p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .s-hero-classic__inner {
    padding: 1.25rem 1.5rem 3.5rem;
    padding-top: calc(4.625rem + 1.25rem);
  }
  .s-hero-classic__title {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .s-hero-classic .l-wrapper {
    padding-top: 0 !important;
  }
  .s-hero-classic__inner {
    padding-inline: 1.25rem;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .s-hero-classic__title {
    line-height: 1.2;
  }
  .s-hero-classic__intro {
    margin-top: 1.25rem;
  }
}