@charset "UTF-8";
.testimonial {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--wdg-gap-block);
}
@media (min-width: 62em) {
  .testimonial {
    flex-direction: row;
  }
}
.testimonial__media {
  margin: 0;
  position: relative;
}
@media (max-width: 61.9375em) {
  .testimonial__media {
    max-width: 40%;
  }
}
@media (min-width: 62em) {
  .testimonial__media {
    flex: 0 0 30%;
  }
}
.testimonial__media img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.testimonial__content {
  flex: 1 1 auto;
}
.testimonial:not(.testimonial--media-right) {
  flex-direction: column-reverse;
}
@media (min-width: 62em) {
  .testimonial:not(.testimonial--media-right) {
    flex-direction: row-reverse;
  }
}
.testimonial--has-media .testimonial__media::after {
  background: url("../../../../assets/img/circle-gradient.svg") no-repeat top left;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 62em) {
  .testimonial--has-media .testimonial__media::after {
    width: calc(100% - var(--wdg-gap-block));
  }
}
.testimonial .wp-block-pullquote,
.testimonial .wp-block-pullquote.wp-block {
  border: none;
  margin: 0;
}
@media (max-width: 61.9375em) {
  .testimonial .wp-block-pullquote,
  .testimonial .wp-block-pullquote.wp-block {
    text-align: center;
  }
}
@media (min-width: 62em) {
  .testimonial .wp-block-pullquote:not([class*=has-text-align-]),
  .testimonial .wp-block-pullquote.wp-block:not([class*=has-text-align-]) {
    text-align: left;
  }
}
.testimonial .wp-block-pullquote p,
.testimonial .wp-block-pullquote.wp-block p {
  font-size: clamp(1.25rem, 1.05vw + 1rem, 2.25rem);
  quotes: "“" "”" "‘" "’";
}
@media (min-width: 62em) {
  .testimonial .wp-block-pullquote p,
  .testimonial .wp-block-pullquote.wp-block p {
    text-indent: -0.45em;
  }
}
.testimonial .wp-block-pullquote p::before,
.testimonial .wp-block-pullquote.wp-block p::before {
  content: open-quote;
}
.testimonial .wp-block-pullquote p::after,
.testimonial .wp-block-pullquote.wp-block p::after {
  content: close-quote;
}
.testimonial .wp-block-pullquote cite,
.testimonial .wp-block-pullquote.wp-block cite {
  color: var(--wdg-color-primary);
  font-size: var(--wdg-font-size-small);
  letter-spacing: 0.1em;
  margin-block-start: var(--wdg-gap-block);
  text-transform: uppercase;
}

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