<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******
	Breakpoints / Layout / Grid
********/
/*******
	Typography
********/
/* Font weight START */
/* Font weight END */
/*******
	Backgrounds
********/
/*********
	Elements
********/
/* Breakpoints START */
/* Breakpoints END */
/* Spacings START */
/* Spacings END */
/*@import "../base/typography";
*/
.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 5px white;
  background: linear-gradient(135deg, rgb(1, 34, 73) 0%, rgb(2, 60, 120) 100%);
}
.testimonials.reduce-padding {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .testimonials {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .testimonials.reduce-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.testimonials .swiper-wrapper {
  align-items: center;
}
.testimonials__controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 1024px) {
  .testimonials__controls {
    margin-top: 32px;
  }
}

.testimonial {
  text-align: center;
}
.testimonial__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonial__inner::before {
  content: "";
  width: 70px;
  height: 54px;
  background-image: url("/SiteFiles/dist/images/icons/quotemarks.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonial__quote {
  margin-top: 48px;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1.2;
  max-width: 720px;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .testimonial__quote {
    font-size: 38px;
  }
}
.testimonial__author {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #6DCFF6;
}
@media (min-width: 1024px) {
  .testimonial__author {
    font-size: 18px;
    margin-top: 56px;
  }
}
.testimonial__author cite {
  font-style: normal;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.testimonial__rating {
  margin-top: 16px;
  display: flex;
  gap: 6px;
}</pre></body></html>