@charset "UTF-8";
.wp-block-testimonials.is-admin .swiper .swiper-wrapper {
  flex-direction: column;
}
.wp-block-testimonials .swiper .swiper-wrapper .swiper-slide {
  align-content: center;
  height: auto;
  text-align: center;
  padding: 60px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  margin: 20px 0 40px;
}
@media screen and (max-width: 820px) {
  .wp-block-testimonials .swiper .swiper-wrapper .swiper-slide {
    padding: 60px 50px;
  }
}
.wp-block-testimonials .swiper .swiper-wrapper .swiper-slide:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 30px;
  font-family: "adobe-garamond-pro", serif;
  color: #E41B23;
  font-size: 150px;
  font-weight: 400;
  line-height: 100px;
}
.wp-block-testimonials .swiper .swiper-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  max-width: 800px;
  padding: 0 40px;
  margin: 0 auto;
}
.wp-block-testimonials .swiper .swiper-nav .swiper-button,
.wp-block-testimonials .swiper .swiper-nav .swiper-scrollbar {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}
.wp-block-testimonials .swiper .swiper-nav .swiper-button.swiper-button-prev, .wp-block-testimonials .swiper .swiper-nav .swiper-button.swiper-button-next {
  overflow: hidden;
  color: transparent;
  text-indent: -9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 45px;
  background-image: url(../../images/icons/right-arrow.svg);
  background-size: 25px 25px;
  background-color: #D9D9D9;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto 0 0 auto;
}
.wp-block-testimonials .swiper .swiper-nav .swiper-button.swiper-button-prev {
  transform: scaleX(-1);
}
.wp-block-testimonials .swiper .swiper-nav .swiper-scrollbar {
  border-radius: 0;
  width: 100%;
  height: 15px;
  background-color: #D9D9D9;
}
.wp-block-testimonials .swiper .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #8E8E8E;
}
