/* 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-text-boxed__inner {
  border: 1px solid color-mix(in srgb, var(--wp--preset--color--txt-black) 22%, transparent);
  border-radius: 0.75rem;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
}
.s-text-boxed__title {
  color: var(--wp--preset--color--txt-black);
}
.s-text-boxed__title p {
  margin: 0;
  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-text-boxed__title p {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-text-boxed__title p {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-text-boxed__title p {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-text-boxed__text {
  max-width: 53.75rem;
  color: var(--wp--preset--color--txt-black);
}
.s-text-boxed__text p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.s-text-boxed__text p:last-child {
  margin-bottom: 0;
}
.s-text-boxed__text p:first-child {
  margin-top: 0;
}
.s-text-boxed__text p:last-child {
  margin-bottom: 0;
}
.s-text-boxed__buttons {
  display: flex;
  justify-content: center;
}
.s-text-boxed__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-gray-light);
  font-weight: 400;
}
.s-text-boxed__empty {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-text-boxed__empty {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-boxed__empty {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .s-text-boxed__inner {
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 1.25rem 1.75rem;
    gap: 1.25rem;
  }
  .s-text-boxed__title p {
    max-width: 100%;
    line-height: 1.2;
  }
  .s-text-boxed__text {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
  .s-text-boxed__text p {
    overflow-wrap: anywhere;
  }
  .s-text-boxed__buttons {
    width: 100%;
  }
  .s-text-boxed__buttons .btn-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.625rem;
  }
  .s-text-boxed__buttons .c-btn {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
}
@media screen and (max-width: 580px) {
  .s-text-boxed__inner {
    padding: 1.75rem 1rem 1.5rem;
    gap: 1rem;
    border-radius: 0.625rem;
  }
  .s-text-boxed__text {
    font-size: 0.9375rem;
    line-height: 1.45;
  }
}