/* 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 */
@media screen and (max-width: 580px) {
  .s-testimony-slider__shell {
    position: relative;
  }
}
.s-testimony-slider__header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--wp--preset--color--lila-light);
  padding: 1rem;
}
@media screen and (min-width: 1280px) {
  .s-testimony-slider__header {
    padding: 2rem;
  }
}
.s-testimony-slider__header .splide__arrows {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: 0;
  gap: 0.375rem;
}
.s-testimony-slider__header .splide__arrows .splide__arrow {
  position: static;
  --arrow-size: 2rem;
  width: var(--arrow-size);
  height: var(--arrow-size);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--capucine);
  color: var(--wp--preset--color--white);
  overflow: visible;
  opacity: 1;
  font-size: calc(var(--arrow-size) * 0.5);
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 0;
  aspect-ratio: 1;
  transform: none;
}
.s-testimony-slider__header .splide__arrows .splide__arrow:hover, .s-testimony-slider__header .splide__arrows .splide__arrow:focus {
  background-color: var(--wp--preset--color--indigo-rvb);
  color: var(--wp--preset--color--white);
}
@media screen and (max-width: 580px) {
  .s-testimony-slider__header .splide__arrows .splide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .s-testimony-slider__header .splide__arrows .splide__arrow--prev {
    left: 0;
  }
  .s-testimony-slider__header .splide__arrows .splide__arrow--next {
    right: 0;
  }
}
.s-testimony-slider__title, .s-testimony-slider__title p, .s-testimony-slider__title h2, .s-testimony-slider__title h3 {
  font-family: "paralucent-text", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (min-width: 1280px) {
  .s-testimony-slider__title, .s-testimony-slider__title p, .s-testimony-slider__title h2, .s-testimony-slider__title h3 {
    font-size: 2.75rem;
  }
}
.s-testimony-slider__slider_splide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 991px) {
  .s-testimony-slider__slider_splide {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .s-testimony-slider__slider_splide {
    grid-template-columns: 280px 1fr;
  }
}
@media screen and (min-width: 1920px) {
  .s-testimony-slider__slider_splide {
    grid-template-columns: 380px 1fr;
  }
}
.s-testimony-slider__slider_splide .splide__slide.s-testimony-item {
  width: 100%;
  padding-block: 1px;
}
.s-testimony-slider__slider_splide .splide__slide.s-testimony-item .s-testimony-item__card {
  justify-content: center;
}
.s-testimony-slider__slider_splide .splide__slide.s-testimony-item, .s-testimony-slider__slider_splide .splide__slide.s-testimony-item .l-wrapper, .s-testimony-slider__slider_splide .splide__slide.s-testimony-item .s-testimony-item__card {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 580px) {
  .s-testimony-slider__slider_splide .splide__track {
    margin-inline: 2.25rem;
  }
}