/* Do not edit anything below */
@keyframes btn-sheen {
  0%, 15% {
    inset-inline-start: -75%;
  }
  35% {
    inset-inline-start: 125%;
  }
  100% {
    inset-inline-start: 125%;
  }
}
.testimonial-horizontal-cards-section .section-header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-block-end: 2.5rem;
}
@media (width >= 768px) {
  .testimonial-horizontal-cards-section .section-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.testimonial-horizontal-cards-section .section-title {
  color: #080c11;
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: clamp(2.25rem, 2.25rem + 0.75 * (100vw - 48rem) / 27, 3rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 0;
}
.testimonial-horizontal-cards-section .section-title i {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  font-weight: 600;
}
.testimonial-horizontal-cards-section .cards-row {
  display: flex;
  gap: 1.5rem;
}
@media (width < 768px) {
  .testimonial-horizontal-cards-section .cards-row {
    flex-direction: column;
  }
}
.testimonial-horizontal-cards-section .card {
  background: linear-gradient(114deg, rgba(255, 255, 255, 0.18) 8%, rgba(255, 255, 255, 0.9) 92%);
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.625rem 1.375rem;
  border: 2px solid #fff;
  border-radius: 0.75rem;
  position: relative;
  box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.06);
}
.testimonial-horizontal-cards-section .card--featured {
  flex: 2;
}
.testimonial-horizontal-cards-section .card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-end: clamp(2.5rem, 2.5rem + 2.5 * (100vw - 48rem) / 27, 5rem);
}
.testimonial-horizontal-cards-section .card__label {
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.testimonial-horizontal-cards-section .card__category {
  background-color: rgba(0, 0, 0, 0.1);
  font-family: "Oldschool Grotesk", -apple-system, blinkmacsystemfont, "avenir next", "avenir, segoe ui", "helvetica neue", helvetica, ubuntu, roboto, noto, arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
  display: block;
  padding: 0.5rem;
  border-radius: 0.25rem;
  text-box: trim-both cap alphabetic;
}
.testimonial-horizontal-cards-section .card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1rem;
}
.testimonial-horizontal-cards-section .card__quote {
  margin: 0;
}
.testimonial-horizontal-cards-section .card__quote p {
  font-family: "Source Serif Pro", georgia, serif;
  font-style: italic;
  line-height: 1.2;
  letter-spacing: -0.08em;
  margin: 0;
}
.testimonial-horizontal-cards-section .card--featured .card__quote p {
  font-size: clamp(1.75rem, 1.75rem + 1.75 * (100vw - 48rem) / 27, 3.5rem);
}
.testimonial-horizontal-cards-section .card:not(.card--featured) .card__quote p {
  font-size: clamp(1.75rem, 1.75rem + 0.5 * (100vw - 48rem) / 27, 2.25rem);
}
.testimonial-horizontal-cards-section .card__client {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.testimonial-horizontal-cards-section .card__photo {
  flex-shrink: 0;
  inline-size: 2.5rem;
  block-size: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-horizontal-cards-section .card__photo img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: cover;
}
.testimonial-horizontal-cards-section .card__client-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.testimonial-horizontal-cards-section .card__name {
  color: #0d0c0c;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;
}
.testimonial-horizontal-cards-section .card__role {
  color: #0d0c0c;
  font-family: "Source Serif Pro", georgia, serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.04em;
}