/** 1. breakpoints **/
/** 2. buttons **/
/** 3. colors **/
/** 5. typography **/
/** 6. padding and spacing **/
.testimonials {
  position: relative;
  min-height: 300px;
  margin-left: auto;
  padding-bottom: 60px !important;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .testimonials {
    width: 400px;
    padding-bottom: 0 !important;
    overflow: visible;
  }
  .testimonials::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    background: var(--Neutrals-300, #E3E0DA);
    width: 100%;
    height: 100%;
    transform: rotate(-9deg);
  }
  .testimonials::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    background: var(--Neutrals-500, #97918C);
    width: 100%;
    height: 100%;
    transform: rotate(-17.5deg);
  }
}
.testimonials .slick-slider::after {
  display: none;
}
.testimonials #testimonialsCleintCarousel {
  background: var(--Neutrals-200, #F1F0E9);
  color: #050000;
  padding: 56px 40px;
  margin: auto;
  position: relative;
  z-index: 3;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.testimonials #testimonialsCleintCarousel .carousel-item {
  min-height: 277px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.testimonials #testimonialsCleintCarousel .testimonial-content p {
  max-width: 400px;
}
.testimonials #testimonialsCleintCarousel .testimonial-person {
  display: flex;
  gap: 24px;
  padding-top: 32px;
  margin-top: 56px;
  border-top: 1px solid #E3E0DA;
}
.testimonials #testimonialsCleintCarousel .testimonial-person img {
  width: 70px;
  border-radius: 10000px;
}
.testimonials .slick-arrow {
  width: 49px;
  height: 40px;
  top: 50%;
  background: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  z-index: 500;
}
@media (max-width: 1280px) {
  .testimonials .slick-arrow {
    display: none !important;
  }
}
.testimonials .slick-arrow::before {
  display: none;
}
.testimonials .slick-arrow.slick-prev-team, .testimonials .slick-arrow.slick-prev-client {
  left: -100px;
  position: absolute;
}
.testimonials .slick-arrow.slick-prev-team:hover, .testimonials .slick-arrow.slick-prev-client:hover {
  left: -110px;
}
.testimonials .slick-arrow.slick-next-team, .testimonials .slick-arrow.slick-next-client {
  right: -100px;
  position: absolute;
}
.testimonials .slick-arrow.slick-next-team:hover, .testimonials .slick-arrow.slick-next-client:hover {
  right: -110px;
}
.testimonials #testimonialsCleintCarousel .slick-dots {
  left: 0;
  bottom: -60px;
  width: calc(100% - 12px - 12px);
  justify-content: center;
  gap: 20px;
}
@media (min-width: 1280px) {
  .testimonials #testimonialsCleintCarousel .slick-dots {
    display: none !important;
  }
}
.testimonials #testimonialsCleintCarousel .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 8px;
}
.testimonials #testimonialsCleintCarousel .slick-dots li button {
  background-color: var(--Neutrals-400-Ash, #C7C1BA);
  border-radius: 100px;
  width: 16px;
  height: 16px;
}
.testimonials #testimonialsCleintCarousel .slick-dots li.slick-active button {
  background-color: var(--Neutrals-100, #FFFFF8);
}
/*# sourceMappingURL=testimonials.css.map */
