/* 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-faq__inner {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 70%);
  gap: 2.5rem;
  align-items: start;
}
.s-faq__inner.is-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s-faq__col--left, .s-faq__col--right {
  min-width: 0;
}
.s-faq__col--left {
  position: sticky;
  top: calc(4.625rem + 1.25rem);
}
.s-faq__inner.is-centered .s-faq__col--left {
  position: static;
  top: auto;
}
.s-faq__inner.is-centered .s-faq__col--right {
  width: 44.125rem;
  max-width: 100%;
}
.s-faq__title {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
}
@media screen and (max-width: 1024px) {
  .s-faq__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-faq__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-faq__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-faq__description {
  margin-top: 1.5rem;
  color: var(--wp--preset--color--txt-black);
}
.s-faq__description h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .s-faq__description h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-faq__description h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-faq__description h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 991px) {
  .s-faq__description h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-faq__description h2 {
    margin-bottom: 2rem;
  }
}
.s-faq__description h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.s-faq__description h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-faq__description h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-faq__description h5 {
    font-size: 1.125rem;
  }
}
.s-faq__description p {
  margin-top: 1.875rem;
}
.s-faq__description p:first-child {
  margin-top: 0;
}
.s-faq__description h2 + p,
.s-faq__description h3 + p,
.s-faq__description h4 + p,
.s-faq__description h5 + p {
  margin-top: 1.25rem;
}
.s-faq__description p + ul {
  margin-top: 0;
}
.s-faq__description b,
.s-faq__description strong {
  font-weight: 700;
}
.s-faq__description .btn {
  margin-top: 2rem;
}
.s-faq__description i,
.s-faq__description em {
  font-style: italic;
}
.s-faq__description p > a,
.s-faq__description li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-faq__description ul,
.s-faq__description ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-faq__description ul li,
.s-faq__description ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-faq__description ul li a,
.s-faq__description ol li a {
  font-size: 16px;
}
.s-faq__description ul li:last-child,
.s-faq__description ol li:last-child {
  margin-bottom: 0;
}
.s-faq__description ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #131313;
  border-radius: 200px;
}
.s-faq__description ol li {
  list-style: decimal;
}
.s-faq__description img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-faq__description *:first-child {
  margin-top: 0;
}
.s-faq__description img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-faq__buttons {
  margin-top: 1.5rem;
}
.s-faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 100%;
}
.s-faq__item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.s-faq__trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  cursor: pointer;
}
.s-faq__inner.is-centered .s-faq__trigger {
  padding: 1.25rem 0;
}
.s-faq__question {
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  flex: 1;
  min-width: 0;
}
.s-faq__question {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-faq__question {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-faq__question {
    font-size: 1.5rem;
  }
}
.s-faq__icon {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  flex: 0 0 auto;
}
.s-faq__icon::before, .s-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.875rem;
  height: 0.125rem;
  background-color: var(--wp--preset--color--txt-black);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.s-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.s-faq__item.is-open .s-faq__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
.s-faq__panel {
  padding: 0 1.5rem 1.25rem;
}
.s-faq__inner.is-centered .s-faq__panel {
  max-width: 44.125rem;
  padding: 0 0 1.25rem;
}
.s-faq__answer {
  color: var(--wp--preset--color--txt-black);
}
.s-faq__answer h2 {
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  line-height: 1.14;
  letter-spacing: -0.07rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .s-faq__answer h2 {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-faq__answer h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-faq__answer h2 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
@media screen and (max-width: 991px) {
  .s-faq__answer h2 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-faq__answer h2 {
    margin-bottom: 2rem;
  }
}
.s-faq__answer h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 200;
  font-family: "Inter", sans-serif;
  margin-bottom: 1rem;
}
.s-faq__answer h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-faq__answer h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-faq__answer h5 {
    font-size: 1.125rem;
  }
}
.s-faq__answer p {
  margin-top: 1.875rem;
}
.s-faq__answer p:first-child {
  margin-top: 0;
}
.s-faq__answer h2 + p,
.s-faq__answer h3 + p,
.s-faq__answer h4 + p,
.s-faq__answer h5 + p {
  margin-top: 1.25rem;
}
.s-faq__answer p + ul {
  margin-top: 0;
}
.s-faq__answer b,
.s-faq__answer strong {
  font-weight: 700;
}
.s-faq__answer .btn {
  margin-top: 2rem;
}
.s-faq__answer i,
.s-faq__answer em {
  font-style: italic;
}
.s-faq__answer p > a,
.s-faq__answer li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-faq__answer ul,
.s-faq__answer ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-faq__answer ul li,
.s-faq__answer ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-faq__answer ul li a,
.s-faq__answer ol li a {
  font-size: 16px;
}
.s-faq__answer ul li:last-child,
.s-faq__answer ol li:last-child {
  margin-bottom: 0;
}
.s-faq__answer ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #131313;
  border-radius: 200px;
}
.s-faq__answer ol li {
  list-style: decimal;
}
.s-faq__answer img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-faq__answer *:first-child {
  margin-top: 0;
}
.s-faq__answer img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-faq__answer p:first-child {
  margin-top: 0;
}
.s-faq__answer p:last-child {
  margin-bottom: 0;
}
.s-faq__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 500;
  line-height: 1.4;
}
.s-faq__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-faq__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-faq__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-faq__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .s-faq__col--left {
    position: static;
    top: auto;
  }
  .s-faq__inner.is-centered .s-faq__col--right {
    width: 100%;
    max-width: 100%;
  }
  .s-faq__inner.is-centered .s-faq__panel {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .s-faq {
    overflow-x: clip;
  }
  .s-faq__inner {
    gap: 1.75rem;
    padding-inline: 1.25rem;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
  }
  .s-faq__inner.is-centered {
    align-items: stretch;
  }
  .s-faq__inner.is-centered .s-faq__col--left, .s-faq__inner.is-centered .s-faq__col--right {
    width: 100%;
    max-width: 100%;
  }
  .s-faq__title {
    text-align: center;
  }
  .s-faq__inner:not(.is-centered) .s-faq__title {
    text-align: left;
  }
  .s-faq__description {
    margin-top: 1rem;
    text-align: center;
  }
  .s-faq__inner:not(.is-centered) .s-faq__description {
    text-align: left;
  }
  .s-faq__buttons {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .s-faq__inner:not(.is-centered) .s-faq__buttons {
    align-items: flex-start;
  }
  .s-faq__trigger {
    padding: 1rem 0;
    gap: 0.75rem;
  }
  .s-faq__question {
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: -0.025rem;
  }
  .s-faq__panel {
    padding: 0 0 1rem;
  }
  .s-faq__inner.is-centered .s-faq__panel {
    max-width: 100%;
    padding: 0 0 1rem;
  }
  .s-faq__answer {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  .s-faq__answer p {
    overflow-wrap: anywhere;
  }
}
@media screen and (max-width: 580px) {
  .s-faq__inner {
    padding-inline: 1rem;
  }
  .s-faq__question {
    font-size: 1.125rem;
  }
}