body {
  font-family: "SFProText", sans-serif;
}

p {
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6D6969;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}

.pb-mb-24 {
  margin-bottom: 24px;
}

.pb-container {
  padding: 0px;
}
@media (max-width: 991px) {
  .pb-container {
    padding: 0px 20px !important;
  }
}

.tpl-hero {
  background: linear-gradient(180deg, #C2E1E9 0%, #FFFFFF 100%);
  background-position: left top, left top, right center;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%, 100% 100%, auto 100%;
  min-height: 720px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-top: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
.tpl-hero:after {
  content: " ";
  height: 100%;
  width: 760px;
  background-image: url("../testimonials/hero-image.png");
  position: absolute;
  right: 0;
  top: 0;
  background-position: top;
  background-size: contain;
}
@media (max-width: 991px) {
  .tpl-hero:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .tpl-hero {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #EBF6FF 100%);
    background-size: 100%;
    min-height: 0;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tpl-hero {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media (max-width: 568px) {
  .tpl-hero {
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
.tpl-hero .pb-container {
  padding: 0;
}
.tpl-hero .pb-container .excellent-rating {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: "SFProText", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 22.4px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0C1D3D;
}
.tpl-hero .pb-container .excellent-rating img {
  max-height: 20px;
  width: auto;
}
.tpl-hero .pb-container .excellent-rating span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.tpl-hero .pb-container .tpl-hero-title {
  font-family: PT Serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 54px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0C1D3D;
  max-width: 560px;
}
@media (max-width: 991px) {
  .tpl-hero .pb-container .tpl-hero-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .tpl-hero .pb-container .tpl-hero-title {
    font-size: 36px;
    max-width: 100%;
  }
}
@media (max-width: 568px) {
  .tpl-hero .pb-container .tpl-hero-title {
    font-size: 28px;
  }
}
.tpl-hero .pb-container .tpl-hero-title .highlight {
  color: #1A4C8B;
}
.tpl-hero .pb-container .tpl-hero-btn {
  width: 100%;
  max-width: 340px;
  height: 48px;
  background: #1A4C8B;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tpl-hero .pb-container .tpl-hero-btn span {
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .tpl-hero .pb-container .tpl-hero-btn {
    max-width: 100%;
  }
}
.tpl-hero .pb-container .tpl-hero-social-proof {
  display: flex;
  gap: 16px;
}
@media (max-width: 568px) {
  .tpl-hero .pb-container .tpl-hero-social-proof {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.tpl-hero .pb-container .tpl-hero-social-proof p {
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 27.2px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.tpl-hero-trust img {
  vertical-align: middle;
}
.tpl-hero-trust p {
  line-height: 1;
}

.tpl-hero-title {
  font-size: 48px;
  line-height: 1.12;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .tpl-hero-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .tpl-hero-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .tpl-hero-title {
    font-size: 30px;
  }
}
@media (max-width: 568px) {
  .tpl-hero-title {
    font-size: 26px;
  }
}

.tpl-hero-desc {
  max-width: 540px;
  line-height: 1.7;
}

.tpl-hero-btn {
  max-width: 320px;
  text-decoration: none;
}

.tpl-avatar-stack {
  display: flex;
  align-items: center;
}
.tpl-avatar-stack img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -10px;
  display: block;
}
.tpl-avatar-stack img:first-child {
  margin-left: 0;
}

.tpl-hero-social-proof p {
  line-height: 1.4;
}

.tpl-stories {
  background: #ECF7FF;
  position: relative;
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .tpl-stories {
    padding: 72px 0;
  }
}
@media (max-width: 767px) {
  .tpl-stories {
    padding: 52px 0;
  }
}
.tpl-stories .tpl-section-title {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #0C1D3D;
}
@media (max-width: 991px) {
  .tpl-stories .tpl-section-title {
    font-size: 24px;
  }
}
.tpl-stories .tpl-section-title .highlight {
  color: #1A4C8B;
}

@media (max-width: 767px) {
  .tpl-slider-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 568px) {
  .tpl-slider-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.tpl-story-card {
  position: relative;
  padding: 48px;
  background: #FFFFFF;
  box-shadow: 0px 5.18px 10.36px 0px rgba(8, 26, 73, 0.0784313725);
  border: 1px solid #EBE9E6;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .tpl-story-card {
    padding: 44px 24px 28px;
  }
}
.tpl-story-card--slide {
  height: 100%;
  min-height: 320px;
}

.tpl-story-quote {
  margin: 0;
  font-style: normal;
  border-left: none;
  padding-left: 0px;
  margin-top: 20px;
}

.tpl-story-text {
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .tpl-story-text {
    font-size: 16px;
  }
}

.tpl-story-author {
  font-weight: 600;
  font-style: Semibold;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1A4C8B;
}

.tpl-story-slide-row {
  align-items: stretch;
}
@media (max-width: 767px) {
  .tpl-story-slide-row {
    flex-direction: column;
  }
}

.tpl-story-thumb {
  padding-top: 0 !important;
  height: 100%;
  min-height: 280px;
}
@media (max-width: 767px) {
  .tpl-story-thumb {
    min-height: 220px;
  }
}
.tpl-story-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-testimonials .splide__arrow {
  background: #FFFFFF;
  border: 1px solid #EBE9E6;
  box-shadow: 0px 4px 10px 0px rgba(77, 137, 199, 0.15);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: background 200ms ease, box-shadow 200ms ease;
}
@media (max-width: 568px) {
  #page-testimonials .splide__arrow {
    width: 36px;
    height: 36px;
  }
}
#page-testimonials .splide__arrow:hover {
  background: #1A4C8B;
  box-shadow: none;
}
#page-testimonials .splide__arrow--prev {
  left: 0;
}
#page-testimonials .splide__arrow--next {
  right: 0;
}
#page-testimonials .splide__arrow svg {
  fill: #1A4C8B;
  width: 14px;
  height: 14px;
  transition: fill 200ms ease;
}
#page-testimonials .splide__arrow:hover svg {
  fill: #FFFFFF;
}
#page-testimonials .splide__pagination {
  bottom: -30px;
}
#page-testimonials .splide__pagination__page {
  background: #C4D4E8;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 1;
  transform: none;
  transition: background 200ms ease;
}
#page-testimonials .splide__pagination__page.is-active {
  background: #1A4C8B;
  transform: none;
}
#page-testimonials .tpl-stories-slider .splide__arrow,
#page-testimonials .tpl-journey-slider .splide__arrow,
#page-testimonials .tpl-explore-slider .splide__arrow {
  background: rgba(26, 76, 139, 0.8);
  box-shadow: none;
  border: none;
}
#page-testimonials .tpl-stories-slider .splide__arrow:hover,
#page-testimonials .tpl-journey-slider .splide__arrow:hover,
#page-testimonials .tpl-explore-slider .splide__arrow:hover {
  background: #1A4C8B;
  box-shadow: none;
}
#page-testimonials .tpl-stories-slider .splide__arrow svg,
#page-testimonials .tpl-journey-slider .splide__arrow svg,
#page-testimonials .tpl-explore-slider .splide__arrow svg {
  fill: #FFFFFF;
}
#page-testimonials .tpl-stories-slider .splide__arrow:hover svg,
#page-testimonials .tpl-journey-slider .splide__arrow:hover svg,
#page-testimonials .tpl-explore-slider .splide__arrow:hover svg {
  fill: #FFFFFF;
}
#page-testimonials .splide__arrow--next {
  right: -70px;
}
@media (max-width: 1200px) {
  #page-testimonials .splide__arrow--next {
    right: -48px;
  }
}
@media (max-width: 991px) {
  #page-testimonials .splide__arrow--next {
    right: -16px;
  }
}
@media (max-width: 767px) {
  #page-testimonials .splide__arrow--next {
    right: 0;
  }
}
#page-testimonials .splide__arrow--prev {
  left: -70px;
}
@media (max-width: 1200px) {
  #page-testimonials .splide__arrow--prev {
    left: -48px;
  }
}
@media (max-width: 991px) {
  #page-testimonials .splide__arrow--prev {
    left: -16px;
  }
}
@media (max-width: 767px) {
  #page-testimonials .splide__arrow--prev {
    left: 0;
  }
}

.tpl-video-thumb {
  position: relative;
  padding-top: 56.25%;
  background-color: #0C1D3D;
  overflow: hidden;
  border-radius: 4px;
}
.tpl-video-thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 300ms ease;
}
.tpl-video-thumb:hover img {
  transform: scale(1.02);
}

.tpl-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 200ms ease;
}
.tpl-play-btn:hover {
  transform: scale(1.08);
}

.tpl-featured-quote {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .tpl-featured-quote {
    padding: 60px 0;
  }
}

.tpl-fq-inner {
  max-width: 820px;
  margin: 0 auto;
}

.tpl-fq-mark {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.tpl-fq-quote {
  font-size: 26px;
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 30px;
  border: none;
}
@media (max-width: 991px) {
  .tpl-fq-quote {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .tpl-fq-quote {
    font-size: 18px;
  }
}

.tpl-fq-author {
  font-size: 16px;
  font-style: normal;
  opacity: 0.85;
  display: block;
}

.tpl-journeys {
  position: relative;
}
@media (max-width: 991px) {
  .tpl-journeys {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tpl-journeys {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.tpl-journey-thumb {
  padding-top: 52%;
}

.tpl-journey-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: linear-gradient(0deg, rgba(12, 29, 61, 0.75) 0%, transparent 100%);
}

.tpl-values {
  position: relative;
}
@media (max-width: 991px) {
  .tpl-values {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tpl-values {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.tpl-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 480px) {
  .tpl-values-grid {
    grid-template-columns: 1fr;
  }
}

.highlight {
  color: #1A4C8B;
}

.tpl-value-card {
  padding: 28px;
  background: #FAF9F7;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  height: 100%;
  align-items: flex-start !important;
}

.tpl-value-icon img {
  width: 52px;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tpl-trusted {
  position: relative;
}
@media (max-width: 991px) {
  .tpl-trusted {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .tpl-trusted {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tpl-trusted .reviews-wrap {
  border: 1px solid rgba(33, 150, 83, 0.1019607843);
  background: linear-gradient(135deg, #F0FDF4 0%, rgba(236, 253, 245, 0.5) 100%);
  padding: 48px 32px;
  margin: auto;
  max-width: 900px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: -0.31px;
  text-align: center;
  color: #6D6969;
}
@media (max-width: 767px) {
  .tpl-trusted .reviews-wrap {
    padding: 32px 20px;
    min-height: 0;
  }
}

.tpl-trusted-btn {
  max-width: 240px;
  text-decoration: none;
}

.tpl-trusted-logos {
  padding-top: 40px;
}
.tpl-trusted-logos .tpl-logos-label {
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
.tpl-trusted-logos .tpl-logos-desc {
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 27.2px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.tpl-logos-label {
  letter-spacing: 0.12em;
}

.logo-wrapper {
  width: 100%;
  max-width: 460px;
  display: flex;
  margin: auto;
}

.tpl-logo-item {
  flex: 1;
}
.tpl-logo-item img {
  transition: opacity 200ms ease, filter 200ms ease;
  width: auto;
  max-width: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tpl-logo-item:hover img {
  opacity: 1;
  filter: none;
}

.tpl-explore {
  position: relative;
}
.tpl-explore .tpl-slider-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.tpl-explore-slider .splide__track {
  padding-bottom: 40px !important;
}

.tpl-explore-card {
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0px 5.18px 10.36px 0px rgba(8, 26, 73, 0.0784313725);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .tpl-explore-card {
    padding: 28px 20px;
  }
}

.tpl-explore-qmark {
  margin-bottom: 16px;
}

.tpl-explore-text {
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #6D6969;
}
@media (max-width: 767px) {
  .tpl-explore-text {
    font-size: 17px;
  }
}

.tpl-explore-card .color-dark-blue {
  font-weight: 600;
  font-size: 17px;
  line-height: 27.2px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1A4C8B;
}

.tpl-cta {
  overflow: hidden;
  background-image: url("../testimonials/own-journey-background.png");
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 580px;
}
@media (max-width: 991px) {
  .tpl-cta {
    min-height: 420px;
    background-size: 50%;
    padding-bottom: 200px !important;
  }
}
@media (max-width: 767px) {
  .tpl-cta {
    min-height: 0;
    background-image: none;
    padding: 52px 0;
  }
}
.tpl-cta .pb-container {
  padding: 0px;
}
.tpl-cta .tpl-section-desc {
  font-weight: 400;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 27.2px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #6D6969;
}

.tpl-cta-illustration {
  max-width: 100%;
  height: auto;
  display: block;
  max-height: 420px;
  -o-object-fit: contain;
     object-fit: contain;
}

.tpl-section-title {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .tpl-section-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .tpl-section-title {
    font-size: 28px;
  }
}
@media (max-width: 568px) {
  .tpl-section-title {
    font-size: 24px;
  }
}

.tpl-section-desc {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.tpl-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tpl-modal.is-open {
  opacity: 1;
  pointer-events: all;
}
.tpl-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 29, 61, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}
.tpl-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 920px;
  background: #0C1D3D;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
  transform: scale(0.92) translateY(28px);
  transition: transform 300ms cubic-bezier(0.34, 1.2, 0.64, 1);
}
.is-open .tpl-modal__dialog {
  transform: scale(1) translateY(0);
}
.tpl-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease;
}
.tpl-modal__close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.tpl-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.tpl-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

body.tpl-modal-open {
  overflow: hidden;
}

@media (max-width: 767px) {
  .tpl-platform-links {
    flex-direction: column;
    align-items: stretch;
  }
}
button:hover {
  background: transparent !important;
}/*# sourceMappingURL=testimonials.css.map */