  .wf {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.wf-m {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.wf-b {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.wf-alt {
  font-family: 'Bebas Neue', serif;
  font-weight: 400;
}
.wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .wrap {
    padding: 0 15px;
  }
}
.testimonials.alignfull .block-wrap {
  max-width: 2000px !important;
  margin: 0 auto;
}
.testimonials:not(.bg-color-default) {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.testimonials:not(.bg-color-default) .block-wrap {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (min-width: 980px) {
  .testimonials:not(.bg-color-default) .block-wrap {
    padding: 0 15px;
  }
}
.testimonials .top {
  text-align: center;
}
.testimonials .top p {
  margin-left: auto;
  margin-right: auto;
}
.testimonials .content-inner {
  position: relative;
}
.testimonials .content-inner .slick-arrow {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .testimonials .content-inner .slick-arrow {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 1360px) {
  .testimonials .content-inner .slick-arrow {
    height: 65px;
    width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonials .content-inner .slick-arrow {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .content-inner .slick-arrow svg {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 1360px) {
  .testimonials .content-inner .slick-arrow svg {
    height: 65px;
    width: 65px;
  }
}
.testimonials .content-inner .slick-arrow.fa-circle-chevron-left {
  left: 0.1em;
}
@media only screen and (min-width: 768px) {
  .testimonials .content-inner .slick-arrow.fa-circle-chevron-left {
    left: 15%;
  }
}
@media only screen and (min-width: 1360px) {
  .testimonials .content-inner .slick-arrow.fa-circle-chevron-left {
    left: 20%;
  }
}
.testimonials .content-inner .slick-arrow.fa-circle-chevron-right {
  right: 0.1em;
}
@media only screen and (min-width: 768px) {
  .testimonials .content-inner .slick-arrow.fa-circle-chevron-right {
    right: 15%;
  }
}
@media only screen and (min-width: 1360px) {
  .testimonials .content-inner .slick-arrow.fa-circle-chevron-right {
    right: 20%;
  }
}
.testimonials.featured .testimonial,
.testimonials.card .testimonial {
  background-color: #14243f;
  position: relative;
  text-shadow: 1px 1px 1px #14243f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials.featured .img-wrap,
.testimonials.card .img-wrap {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.testimonials.featured .img-wrap:after,
.testimonials.card .img-wrap:after {
  bottom: 0;
  content: '';
  left: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.9;
  background: transparent;
  /* Old browsers */
  background: -moz-linear-gradient(top, transparent 0, #0e182a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0, #0e182a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0, #0e182a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.testimonials.featured .img-wrap img,
.testimonials.card .img-wrap img {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0.8;
}
.testimonials.featured .testimonial-inner,
.testimonials.card .testimonial-inner {
  bottom: 0;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
}
.testimonials.featured .testimonial-inner p,
.testimonials.card .testimonial-inner p {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.testimonials.featured blockquote,
.testimonials.card blockquote {
  color: #fff;
}
.testimonials.featured blockquote p,
.testimonials.card blockquote p {
  max-width: 100%;
}
.testimonials cite {
  display: block;
  font-style: normal;
  margin-top: 1em;
  z-index: 2;
}
.testimonials cite .author {
  color: #FEDA48;
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.4em;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
.testimonials cite .author .title {
  color: #fff;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.testimonials .slick-slider .slick-slide {
  margin: 0 25px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media only screen and (min-width: 1140px) {
  .testimonials .slick-slider .slick-slide {
    margin: 0 35px;
  }
}
.testimonials .slick-slider .slick-slide:not(.slick-center) {
  opacity: 0.5;
}
.testimonials .slick-slider .slick-slide .testimonial {
  padding: 3em 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials .slick-slider .slick-slide.slick-center .testimonial {
  padding: 0;
}
.testimonials.card .top + .content-inner {
  margin-top: 0.75em;
}
@media only screen and (min-width: 768px) {
  .testimonials.card .content-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.testimonials.card .testimonial {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5em;
}
.testimonials.card .testimonial:after {
  content: '';
  display: block;
  padding-top: 115%;
  width: 100%;
}
.testimonials.card .testimonial .testimonial-inner {
  padding: 2em;
}
.testimonials.card .testimonial .btn-link {
  color: #fff;
  font-size: 0.9em;
  margin-top: 1em;
  text-decoration: none;
}
.testimonials.card .testimonial .btn-link:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .testimonials.card.count-1 .testimonial {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials.card.count-1 .testimonial:after {
    padding-top: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials.card.count-2 .testimonial {
    margin-left: 2%;
    width: 49%;
  }
  .testimonials.card.count-2 .testimonial:nth-child(odd) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials.card.count-2 .testimonial:after {
    padding-top: 125%;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials.card.count-3 .testimonial {
    margin-left: 1%;
    width: 32.666%;
  }
  .testimonials.card.count-3 .testimonial:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials.card.count-3 .testimonial:after {
    padding-top: 150%;
  }
}
.testimonials.card blockquote {
  font-size: 1em;
  margin: 0;
}
.testimonials.card .img-wrap img {
  opacity: 0.8;
}
.testimonials.default .top + .content-inner {
  padding-top: 2.5em;
}
.testimonials.default .testimonial + .testimonial {
  margin-top: 2em;
}
.testimonials.default .testimonial:nth-child(even).has-img,
.testimonials.default .testimonial:nth-child(even).has-banner-img {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 1140px) {
  .testimonials.default .testimonial:nth-child(even).has-img .testimonial-inner {
    padding-left: 7em;
    padding-right: 3em;
  }
}
.testimonials.default .testimonial.has-img,
.testimonials.default .testimonial.has-banner-img {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .testimonials.default .testimonial.has-img,
  .testimonials.default .testimonial.has-banner-img {
    align-items: center;
  }
}
.testimonials.default .testimonial.has-img .img-wrap,
.testimonials.default .testimonial.has-banner-img .img-wrap {
  position: relative;
  width: 20%;
}
.testimonials.default .testimonial.has-img .img-wrap:before,
.testimonials.default .testimonial.has-banner-img .img-wrap:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.testimonials.default .testimonial.has-img .img-wrap img,
.testimonials.default .testimonial.has-banner-img .img-wrap img {
  border-radius: 50%;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1140px) {
  .testimonials.default .testimonial.no-img .testimonial-inner,
  .testimonials.default .testimonial:not(.has-media) .testimonial-inner {
    padding-left: 7em;
    padding-right: 7em;
  }
}
.testimonials.default .testimonial.no-img .testimonial-inner .quote-text-wrap p,
.testimonials.default .testimonial:not(.has-media) .testimonial-inner .quote-text-wrap p {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .testimonials.default .testimonial.has-banner-img {
    display: block;
  }
}
.testimonials.default .testimonial.has-banner-img .img-wrap {
  width: 100%;
}
.testimonials.default .testimonial.has-banner-img .img-wrap:before {
  padding-top: 56.25%;
}
@media only screen and (min-width: 768px) {
  .testimonials.default .testimonial.has-banner-img .img-wrap {
    width: 48%;
  }
}
.testimonials.default .testimonial.has-banner-img .img-wrap img {
  border-radius: 0;
}
@media only screen and (min-width: 1140px) {
  .testimonials.default .testimonial.has-img .testimonial-inner {
    padding-left: 3em;
    padding-right: 7em;
  }
}
.testimonials.default .testimonial .testimonial-inner {
  flex: 1;
  padding: 2em;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 1140px) {
  .testimonials.default .testimonial .testimonial-inner {
    padding-right: 2em;
  }
}
.testimonials.default .testimonial .testimonial-inner blockquote {
  color: #1B3054;
  font-size: 1.05em;
  margin: 0 1em 0 0;
}
@media only screen and (min-width: 1140px) {
  .testimonials.default .testimonial .testimonial-inner blockquote {
    margin-right: 2em;
  }
}
.testimonials.default .testimonial .testimonial-inner cite {
  font-size: 1.3em;
}
.testimonials.default .testimonial .testimonial-inner .author {
  color: #FE4300;
}
.testimonials.default .testimonial .testimonial-inner .author .title {
  color: #1B3054;
}
.testimonials.featured .testimonial {
  margin-top: 2.25em;
}
.testimonials.featured .testimonial .testimonial-inner {
  bottom: initial;
  display: flex;
  flex-direction: column;
  font-size: 1.05em;
  justify-content: center;
  padding: 3em 1.25em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .testimonials.featured .testimonial .testimonial-inner {
    font-size: 1.15em;
    min-height: 400px;
  }
}
@media only screen and (min-width: 980px) {
  .testimonials.featured .testimonial .testimonial-inner {
    font-size: 1.2em;
    min-height: 450px;
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media only screen and (min-width: 1140px) {
  .testimonials.featured .testimonial .testimonial-inner {
    font-size: 1.25em;
    min-height: 475px;
    padding-left: 4em;
    padding-right: 4em;
  }
}
.testimonials.featured .testimonial .img-wrap:after {
  content: none;
}
.testimonials.featured .testimonial .img-wrap img {
  opacity: 0.15;
}
.testimonials .content-inner + .link-wrap {
  padding-top: 2em;
  text-align: center;
}
