@charset "UTF-8";
/* 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-testimony-slider__header {
  max-width: 70%;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.s-testimony-slider__title {
  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-testimony-slider__title {
    font-size: 3rem;
    line-height: 1.15;
    letter-spacing: -0.06rem;
  }
}
@media screen and (max-width: 991px) {
  .s-testimony-slider__title {
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }
}
@media screen and (max-width: 580px) {
  .s-testimony-slider__title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.04rem;
  }
}
.s-testimony-slider__arrows {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.s-testimony-slider__arrow {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: #131313;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s-testimony-slider__viewport {
  width: 99vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.s-testimony-slider__splide {
  overflow: visible;
  pointer-events: auto;
}
.s-testimony-slider__splide .splide__track {
  overflow: visible;
  pointer-events: auto;
}
.s-testimony-slider__splide .splide__slide {
  pointer-events: auto;
}
.s-testimony-slider__splide .splide__list {
  align-items: stretch;
}
.s-testimony-slider__slide {
  height: auto;
}
.s-testimony-slider__slide.is-prev, .s-testimony-slider__slide.is-next {
  cursor: pointer;
}
.s-testimony-slider__card {
  height: 100%;
  background-color: var(--wp--preset--color--bg-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
}
.s-testimony-slider__testimony {
  width: 100%;
}
.s-testimony-slider__testimony p {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025rem;
  line-height: 1.3;
}
.s-testimony-slider__testimony p {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-testimony-slider__testimony p {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimony-slider__testimony p {
    font-size: 1.25rem;
  }
}
.s-testimony-slider__testimony p::before {
  content: "« ";
}
.s-testimony-slider__testimony p::after {
  content: " »";
}
.s-testimony-slider__author {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
  gap: 0.5rem;
  flex-shrink: 0;
  width: fit-content;
}
.s-testimony-slider__name {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.0225rem;
}
.s-testimony-slider__name {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-testimony-slider__name {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-testimony-slider__name {
    font-size: 1.125rem;
  }
}
.s-testimony-slider__role {
  margin: 0;
  color: var(--wp--preset--color--txt-black);
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 500;
  background: color-mix(in srgb, var(--wp--preset--color--bg-secondary) 20%, transparent);
  padding: 0.375rem 0.875rem;
  border-radius: 2.0625rem;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .s-testimony-slider__header {
    max-width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .s-testimony-slider__header {
    margin-bottom: 1rem;
    padding-inline: 1.25rem;
  }
  .s-testimony-slider__viewport {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .s-testimony-slider__splide, .s-testimony-slider__splide .splide__track {
    overflow: hidden;
  }
  .s-testimony-slider__splide .splide__slide {
    min-width: 0;
  }
  .s-testimony-slider__arrows {
    justify-content: center;
    margin-top: 1rem;
    padding-inline: 1.25rem;
  }
  .s-testimony-slider__card {
    padding: 1.5rem;
    gap: 1.75rem;
    min-height: 17.5rem;
  }
  .s-testimony-slider__testimony p {
    font-size: 1.125rem;
    line-height: 1.35;
    letter-spacing: -0.0225rem;
  }
}