.wf {
  font-family: 'HindRegular', sans-serif;
  font-weight: normal;
}
.wf-700 {
  font-family: 'Hind700', sans-serif;
  font-weight: normal;
}
.wf-alt {
  font-family: 'MontserratRegular', sans-serif;
  font-weight: normal;
}
.wf-alt-600 {
  font-family: 'Montserrat600', sans-serif;
  font-weight: normal;
}
.wf-alt-700 {
  font-family: 'Montserrat700', sans-serif;
  font-weight: normal;
}
.wf-alt-800 {
  font-family: 'Montserrat800', sans-serif;
  font-weight: normal;
}
.wf-alt-900 {
  font-family: 'Montserrat900', sans-serif;
  font-weight: normal;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
.testimonials h2 {
  margin-bottom: 1.25em;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial .testimonial-inner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.testimonials .testimonial .img-wrap {
  padding: 3.5em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial .img-wrap {
    margin-left: -15px;
    margin-right: 15px;
    width: 30%;
  }
}
.testimonials .testimonial .img-wrap::before {
  background: url(../../img/pattern-lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.testimonials .testimonial .img-wrap span {
  display: block;
  position: relative;
}
.testimonials .testimonial .img-wrap span::before {
  content: '';
  display: block;
  padding-top: 90%;
}
.testimonials .testimonial .img-wrap img {
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .testimonials .testimonial .img-wrap + .content {
    margin-top: 1.5em;
  }
}
.testimonials .testimonial .content {
  padding-left: 1em;
  padding-right: 1em;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial .content {
    width: 70%;
  }
}
@media only screen and (min-width: 1140px) {
  .testimonials .testimonial .content {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.testimonials .slick-slider {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.testimonials .slick-slider .slick-track {
  padding-top: 0;
  padding-bottom: 0.66em;
}
.testimonials .slick-slider .slick-list {
  padding: 0.15em 0 0.33em;
}
.testimonials .slick-slider .slick-slide {
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .testimonials .slick-slider .slick-arrow {
    bottom: 0;
    top: inherit;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .slick-slider .slick-arrow.slick-btn-prev {
    left: inherit;
    right: 95px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .slick-slider .slick-arrow.slick-btn-next {
    left: inherit;
    right: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .slick-slider .slick-dots {
    justify-content: unset;
    margin-left: auto;
    margin-right: 150px;
    margin-bottom: 0.66em;
    width: auto;
  }
}
.testimonials blockquote {
  margin: 0px;
  position: relative;
  font-size: 1em;
}
.testimonials .quote-text-wrap {
  position: relative;
}
.testimonials .quote-text-wrap p {
  font-size: 1.15em;
}
@media only screen and (min-width: 1140px) {
  .testimonials .quote-text-wrap p {
    font-size: 1.2em;
  }
}
.testimonials cite {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 2;
}
.testimonials cite .img-wrap {
  margin-right: 10px;
  width: 50px;
}
.testimonials cite .img-wrap img {
  border-radius: 50%;
  display: block;
}
.testimonials cite .author:before {
  content: '—';
}
