/* 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-testimonials {
  color: var(--wp--preset--color--gray-dark);
  overflow: hidden;
}
.s-testimonials > .l-wrapper > .l-container {
  overflow: visible;
}
.s-testimonials__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.s-testimonials__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
}
.s-testimonials__heading {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  min-width: 0;
}
.s-testimonials__title {
  margin: 0;
  color: var(--wp--preset--color--red);
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-testimonials__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-testimonials__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimonials__title {
    font-size: 3.5rem;
  }
}
.s-testimonials__subtitle {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: var(--wp--preset--color--gray-dark);
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-testimonials__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-testimonials__subtitle {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimonials__subtitle {
    font-size: 0.875rem;
  }
}
.s-testimonials__subtitle p {
  margin: 0;
}
.s-testimonials__subtitle p + p {
  margin-top: 0.5rem;
}
.s-testimonials__subtitle a {
  color: inherit;
  text-decoration: underline;
}
.s-testimonials__nav-slot {
  display: flex;
  flex-shrink: 0;
}
.s-testimonials__nav-slot:empty {
  display: none;
}
.s-testimonials__nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.s-testimonials__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8125rem;
  height: 2.8125rem;
  padding: 0.625rem;
  border: 1px solid var(--wp--preset--color--red);
  border-radius: 1.875rem;
  background: transparent;
  color: var(--wp--preset--color--red);
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
.s-testimonials__nav-btn svg {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
}
.s-testimonials__nav-btn svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.s-testimonials__nav-btn svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.s-testimonials__nav-btn:focus-visible {
  background: var(--wp--preset--color--red);
  color: var(--wp--preset--color--white);
}
@media (hover: hover) and (pointer: fine) {
  .s-testimonials__nav-btn:hover {
    background: var(--wp--preset--color--red);
    color: var(--wp--preset--color--white);
  }
}
.s-testimonials__nav-btn:disabled, .s-testimonials__nav-btn[aria-disabled=true] {
  opacity: 0.35;
  pointer-events: none;
}
.s-testimonials__slider-region {
  position: relative;
  width: calc(100% + (100vw - 100%) / 2);
  max-width: none;
}
.s-testimonials__slider.is-static .splide__track {
  overflow: visible;
}
.s-testimonials__slider .splide__track {
  overflow: visible;
}
.s-testimonials__slider .splide__list {
  align-items: stretch;
}
.s-testimonials__slider .splide__slide {
  width: 28.4375rem;
}
.s-testimonials__controls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
  width: 100%;
  margin-top: 1.1875rem;
}
.s-testimonials__pagination-slot {
  display: flex;
  align-items: center;
  min-height: 0.5rem;
}
.s-testimonials__pagination-slot .splide__pagination,
.s-testimonials__pagination-slot .s-testimonials__pagination {
  position: static;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.s-testimonials__pagination-slot .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--wp--preset--color--red) 20%, transparent);
  opacity: 1;
  transform: none;
  transition: background-color 0.3s ease;
}
.s-testimonials__pagination-slot .splide__pagination__page.is-active {
  background: var(--wp--preset--color--red);
  transform: none;
}
.s-testimonials__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0;
  padding: 1.5625rem;
  border-radius: 1.125rem;
  background-color: var(--tm-light, var(--wp--preset--color--pink));
  color: var(--tm-dark, var(--wp--preset--color--red));
}
.s-testimonials__card--light {
  background-color: var(--tm-light, var(--wp--preset--color--pink));
  color: var(--tm-light-fg, var(--tm-dark, var(--wp--preset--color--red)));
}
.s-testimonials__card--light .s-testimonials__badge {
  background-color: var(--wp--preset--color--white);
}
.s-testimonials__card--dark {
  background-color: var(--tm-dark, var(--wp--preset--color--red));
  color: var(--wp--preset--color--white);
}
.s-testimonials__card--dark .s-testimonials__badge {
  background-color: var(--wp--preset--color--white);
  color: var(--tm-dark, var(--wp--preset--color--red));
}
.s-testimonials__card--white {
  background-color: var(--wp--preset--color--white);
  color: var(--tm-dark, var(--wp--preset--color--red));
}
.s-testimonials__card--white .s-testimonials__stars {
  color: var(--tm-light, var(--wp--preset--color--pink));
}
.s-testimonials__card--white .s-testimonials__badge {
  background-color: var(--wp--preset--color--beige-light);
}
.s-testimonials__stars {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: inherit;
}
.s-testimonials__star {
  display: flex;
  flex-shrink: 0;
  width: 1.3125rem;
  height: 1.3125rem;
}
.s-testimonials__star svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-testimonials__star svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.s-testimonials__content {
  flex: 1 1 auto;
  min-height: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-testimonials__content {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-testimonials__content {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimonials__content {
    font-size: 0.875rem;
  }
}
.s-testimonials__content p {
  margin: 0;
}
.s-testimonials__content p + p {
  margin-top: 0.5rem;
}
.s-testimonials__content a {
  color: inherit;
  text-decoration: underline;
}
.s-testimonials__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.75rem;
  width: 100%;
}
.s-testimonials__author {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
}
.s-testimonials__author {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-testimonials__author {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimonials__author {
    font-size: 0.8125rem;
  }
}
.s-testimonials__author-name {
  font-weight: 600;
}
.s-testimonials__author-date {
  font-weight: 400;
}
.s-testimonials__badge {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 2.5rem;
  padding: 0.1875rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--wp--preset--color--white);
  color: var(--tm-dark, var(--wp--preset--color--red));
}
.s-testimonials__badge-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1.375rem;
  overflow: hidden;
  color: inherit;
}
.s-testimonials__badge-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-testimonials__badge-icon svg [fill]:not([fill=none]) {
  fill: currentColor;
}
.s-testimonials__badge-icon svg [stroke]:not([stroke=none]) {
  stroke: currentColor;
}
.s-testimonials__badge-label {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  transform: translateY(0.125rem);
}
.s-testimonials__badge-label {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-testimonials__badge-label {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimonials__badge-label {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 991px) {
  .s-testimonials__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.9375rem 2rem;
  }
  .s-testimonials__heading {
    display: contents;
  }
  .s-testimonials__title {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
  }
  .s-testimonials__subtitle {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .s-testimonials__card {
    gap: 1.25rem;
  }
  .s-testimonials__header .s-testimonials__nav-slot {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }
  .s-testimonials__controls {
    justify-content: flex-start;
  }
  .s-testimonials__controls .s-testimonials__nav-slot {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .s-testimonials__card {
    height: auto;
    min-height: 20rem;
  }
  .s-testimonials__footer {
    flex-direction: column;
    gap: 1rem;
  }
}