/**
 * @file
 * Testimonial block styles.
 */
@font-face {
  font-family: "lato-fallback";
  size-adjust: 98%;
  ascent-override: 101%;
  src: local("Arial");
}
@font-face {
  font-family: "lato-fallback-light";
  size-adjust: 95%;
  ascent-override: 101%;
  src: local("Arial");
}
.block-testimonial {
  margin: 3.75rem 0 2.25rem;
}
.block-slider .block-testimonial {
  margin: 0;
  height: 100%;
}
.block-testimonial.has-xtra-light-gray-background-color {
  border-radius: 18px;
}
.custom-style-home .block-testimonial {
  border-radius: 18px 0 0 18px;
  margin-top: 3rem !important;
  margin-left: 1.375rem;
}
@media (max-width: 781px) {
  .custom-style-home .block-testimonial {
    border-radius: 18px;
  }
}

.testimonial__content {
  border: 1.5px solid #000000;
  border-radius: 18px;
  padding: 2.75rem 3.5rem 1.5rem;
  position: relative;
  max-width: 708px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
@media (max-width: 781px) {
  .testimonial__content {
    padding: 2rem 2.25rem 1rem;
  }
}
.block-slider .testimonial__content {
  height: 100%;
}
@media (max-width: 781px) {
  .block-slider .testimonial__content {
    max-width: 87vw;
  }
}
.custom-demo-slider .testimonial__content {
  max-width: 624px;
}
.has-xtra-light-gray-background-color .testimonial__content {
  border: none;
}
.is-style-remove-box .testimonial__content {
  border: none;
  max-width: 768px;
  padding: 2.75rem 0 0.5rem;
}
.has-background > .testimonial__content {
  background-color: transparent;
}
.custom-style-home .testimonial__content {
  padding: 2rem 2.875rem 1rem;
}
.testimonial__content:before {
  content: url('data:image/svg+xml; utf8, <svg width="58" height="40" viewBox="0 0 58 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M34.0501 33.6273C36.4901 37.4773 41.5401 40.0973 46.5601 39.4373C52.0401 38.7173 56.4201 34.2473 57.0401 28.7473C57.7901 22.0973 53.1701 16.5573 47.0201 15.2973C45.9001 15.0673 45.1001 13.9473 45.3201 12.8673C46.6401 6.56734 50.8101 3.23734 52.8101 1.29734C53.2401 0.877344 52.7801 -0.242656 51.7801 0.0473435C30.1801 6.29734 29.4301 26.5473 34.0601 33.6173L34.0501 33.6273Z" fill="black"/><path d="M2.29014 33.6273C4.73014 37.4773 9.78014 40.0973 14.8001 39.4373C20.2801 38.7173 24.6601 34.2473 25.2801 28.7473C26.0301 22.0973 21.4101 16.5573 15.2601 15.2973C14.1401 15.0673 13.3401 13.9473 13.5601 12.8673C14.8801 6.56734 19.0501 3.23734 21.0501 1.29734C21.4801 0.877344 21.0201 -0.242656 20.0201 0.0473435C-1.57986 6.30734 -2.32986 26.5573 2.29014 33.6273Z" fill="black"/></svg>');
  position: absolute;
  top: -20px;
  left: -10px;
}
.align-text-center .testimonial__content {
  text-align: center;
}
.align-text-center .testimonial__content:before {
  left: calc(50% - 32px);
}

.testimonial__quote {
  font-weight: 400 !important;
}

.testimonial__name {
  color: var(--wp--preset--color--whs-blue);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.125rem 0 0;
  line-height: 1.2;
}
.is-style-remove-box .testimonial__name {
  margin: 1.125rem 0 0.375rem;
}
@media (max-width: 781px) {
  .testimonial__name {
    font-size: 1rem;
  }
}

.testimonial__position {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 781px) {
  .testimonial__position {
    font-size: 1rem;
  }
}

.custom-demo-slider .testimonial__content {
  border: none;
  background-color: var(--wp--preset--color--xtra-light-gray);
  padding: 2rem 2.5rem 1rem;
}
.custom-demo-slider .testimonial__content:before {
  left: 2.5rem;
}
@media (max-width: 781px) {
  .custom-demo-slider .testimonial__content {
    max-width: 87vw;
  }
}
.custom-demo-slider .testimonial__quote,
.custom-demo-slider .testimonial__name {
  font-size: 1.1875rem !important;
}
.custom-demo-slider .testimonial__quote {
  font-weight: 300 !important;
  line-height: 1.45;
}
.custom-demo-slider .testimonial__position {
  font-size: 1.0625rem;
}