h2 + .testimonial-carousel,
h3 + .testimonial-carousel,
h4 + .testimonial-carousel {
  margin-top: var(--wp--preset--spacing--l);
}

.wp-block-columns + .testimonial-carousel {
  margin-top: 5.5rem;
}

.testimonial-carousel {
  position: relative;
  overflow: visible !important;
}
.testimonial-carousel .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.testimonial-carousel .swiper-slide .image {
  width: calc(50% - 2rem);
}
.testimonial-carousel .swiper-slide .image img {
  border-radius: 8px;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/1;
}
.testimonial-carousel .swiper-slide .testimonial-quote {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 8rem;
  width: calc(50% - 2rem);
  padding-left: 4rem;
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  height: -moz-fit-content;
  height: fit-content;
}
.testimonial-carousel .swiper-slide .testimonial-quote:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  height: 1px;
  background: rgba(1, 0, 53, 0.1);
  position: absolute;
  bottom: -4rem;
}
.testimonial-carousel .swiper-slide .testimonial-quote svg {
  width: 47px;
  margin-bottom: 2.4rem;
}
.testimonial-carousel .swiper-slide .testimonial-quote h2 {
  margin-bottom: 2.4rem;
}
.testimonial-carousel .swiper-slide .testimonial-quote p {
  font-size: var(--wp--preset--font-size--font-20);
}
.testimonial-carousel .swiper-slide .testimonial-quote cite {
  display: block;
  margin-top: var(--wp--preset--spacing--normal);
}
.testimonial-carousel .swiper-slide .testimonial-quote cite strong {
  display: block;
  font-size: var(--wp--preset--font-size--font-15);
  line-height: 130%;
  font-weight: 400;
  margin: 0;
  color: #010035;
}
.testimonial-carousel .swiper-slide .testimonial-quote cite .position {
  font-size: var(--wp--preset--font-size--font-15);
  margin: 0;
  color: rgba(1, 0, 53, 0.6);
}
@media (max-width: 767px) {
  .testimonial-carousel .swiper-slide .image {
    width: 100%;
  }
  .testimonial-carousel .swiper-slide .testimonial-quote {
    width: 100%;
  }
}
.testimonial-carousel .swiper-slide-counter {
  font-size: var(--wp--preset--font-size--font-18);
  color: #FF8A45;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: none;
}
.testimonial-carousel .swiper-slide-counter .current-slide {
  font-weight: 500;
  color: #010035;
}
.testimonial-carousel .swiper-pagination {
  width: auto !important;
  left: 0 !important;
  bottom: 0 !important;
}
@media (min-width: 1024px) {
  .testimonial-carousel .swiper-pagination {
    left: calc(50% + 2rem) !important;
  }
}
.testimonial-carousel .swiper-pagination-bullet-active {
  width: 34px;
  background: #010035;
  border-radius: 30px;
}
.testimonial-carousel .swiper-nav {
  width: 41px;
  height: 41px;
  top: calc(100% - 10px);
}
.testimonial-carousel .swiper-nav:after {
  display: none;
}
.testimonial-carousel .swiper-nav.swiper-button-next {
  right: -1px;
}
.testimonial-carousel .swiper-nav.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
.testimonial-carousel .swiper-nav.swiper-button-prev {
  left: calc(100% - 90px);
}
.testimonial-carousel .swiper-nav.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.testimonial-carousel .swiper-nav .rect {
  transition: stroke 0.25s ease-in-out;
}
.testimonial-carousel .swiper-nav:hover .rect {
  stroke: #FF8A45;
}/*# sourceMappingURL=block-testimonial-carousel.css.map */