.testimonials-wrapper {
  position: relative;
  overflow: visible;
}
.testimonials-wrapper .testimonials-swiper {
  overflow: visible;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item {
  position: relative;
  height: 500px;
  background-color: var(--lybrae-color-primary);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 1rem;
  color: #FFFFFF;
  max-width: 90vw;
  line-height: 1.75rem;
  overflow: hidden;
  border-radius: 1rem;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item:hover::before {
  width: 100%;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: var(--lybrae-color-secondary);
  width: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(20deg, #272727, rgba(39, 39, 39, 0) 75%);
  z-index: 1;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item .testimonial-item-name-container {
  position: absolute;
  bottom: 1.75rem;
  left: 2rem;
  z-index: 5;
  max-width: 90%;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item .testimonial-item-name-container h5 {
  margin-bottom: 0;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item .testimonial-item-name-container span {
  font-size: 0.9rem;
}
.testimonials-wrapper .testimonials-swiper .testimonial-item .testimonial-item-name-container a {
  margin-top: 0.5rem;
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 0.9rem;
}
.testimonials-wrapper .testimonials-swiper .swiper-pagination {
  position: relative !important;
  text-align: left !important;
}
.testimonials-wrapper .testimonials-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 5px;
  border-radius: 0;
  margin: 0px 3px;
}
.testimonials-wrapper .testimonials-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--lybrae-color-secondary);
}
.testimonials-wrapper .testimonials-swiper .swiper-button-prev, .testimonials-wrapper .testimonials-swiper .swiper-button-next {
  z-index: 2;
}
.testimonials-wrapper .testimonials-swiper .swiper-button-prev::after, .testimonials-wrapper .testimonials-swiper .swiper-button-next::after {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--lybrae-color-secondary);
}

.swiper-slide-duplicate {
  opacity: 0.5;
  border: 2px dashed red;
}

/*# sourceMappingURL=style.css.map */
