.testimonials {
  position: relative;
  max-width: none;
  margin-top: var(--wdg-gutter);
  margin-bottom: var(--wdg-gutter);
}
.testimonials__wrap {
  padding: var(--wdg-gutter) 0;
  padding-bottom: var(--wdg-spacing-md);
}
.testimonials__next, .testimonials__prev {
  margin-right: 0;
  margin-left: 0;
  width: auto;
  height: auto;
}
.testimonials__next svg path, .testimonials__prev svg path {
  fill: var(--wdg-blue);
}
.testimonials__nav {
  left: 53%;
}
.testimonials__nav.hide-nav {
  display: none;
}
@media (max-width: 47.9375em) {
  .testimonials__nav {
    justify-content: center;
  }
}
.testimonials__items {
  scroll-snap-type: x mandatory;
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;
  max-width: clamp(800px, 84vw, 1400px);
  margin-left: auto;
  margin-right: auto;
}
.testimonials__items::-webkit-scrollbar {
  display: none;
}
.testimonials__items > .testimonial {
  flex: none;
  width: 100%;
  scroll-snap-align: center;
}
.testimonials__cta {
  z-index: 2;
  position: absolute;
  left: calc(var(--wdg-gutter) * 2);
  bottom: var(--wdg-gutter);
}
.testimonials--has-cta .testimonial__content {
  padding-bottom: calc(var(--wdg-gutter) * 6);
}

.testimonial__media {
  box-sizing: border-box;
  flex: none;
  position: relative;
  margin: 0 auto;
  max-width: 115px;
}
.testimonial__figure {
  margin: 0;
}
.testimonial__title {
  font-size: clamp(1rem, 0.13vw + 0.97rem, 1.13rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.36px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
.testimonial__content {
  box-sizing: border-box;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 var(--wdg-spacing-sm);
}
.testimonial__content .wp-block-buttons {
  justify-content: center;
  margin-top: calc(var(--wdg-spacing-sm) / 2);
}
.testimonial__content blockquote {
  margin: 0;
  line-height: 1.6;
  text-align: center;
}
.testimonial__content blockquote p {
  font-size: clamp(1.88rem, 0.52vw + 1.75rem, 2.38rem);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.76px;
  font-family: var(--wdg-family-headings);
  margin-top: var(--wdg-spacing-xs);
  margin-bottom: var(--wdg-spacing-xs);
}
.asian-font .testimonial__content blockquote p {
  font-family: var(--wdg-family-base);
}
.testimonial__content cite {
  margin-bottom: calc(var(--wdg-spacing-xs) / 2);
  font-style: normal;
  font-size: var(--wdg-text-h5);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.6px;
}

@media (min-width: 37.5em) {
  .testimonial__content blockquote {
    font-size: 30px;
  }
}
@media (min-width: 48em) {
  .testimonials__items {
    align-items: stretch;
  }
  .testimonials__next {
    display: flex;
    flex: none;
  }
  .testimonials__next--desktop {
    display: flex;
  }
  .testimonial {
    height: auto;
  }
  .testimonial__wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */