
section.testimonials-block {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
section.testimonials-block .container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
section.testimonials-block .container .wrapper-testimonials {
  max-width: 1062px;
}
section.testimonials-block .container .wrapper-testimonials .splide__track {
  overflow: inherit;
  padding-top: 1.25rem;
  width: 100%;
}
section.testimonials-block .container .wrapper-testimonials .splide__track .splide__list {
  overflow: inherit;
  width: 100%;
}
section.testimonials-block .container .wrapper-testimonials .testimonial {
  width: 100% !important;
  position: relative;
  transition: 0.5s !important;
  transition-timing-function: cubic-bezier(0.68, -0.45, 0.27, 1) !important;
}
section.testimonials-block .container .wrapper-testimonials .testimonial.is-active {
  opacity: 1 !important;
}
section.testimonials-block .container .wrapper-testimonials .testimonial.is-active .contain-testimonial {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.5s;
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial {
  transform: translateY(-20px);
  transition: 1s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 0;
  transition-delay: 0s;
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .text {
  text-align: center;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
  section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .text {
    font-size: 1.5rem;
  }
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .text * {
  text-align: center;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 120%;
}
@media screen and (max-width: 1000px) {
  section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .text * {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .text * {
    font-size: 1.5rem;
  }
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial figure.logo {
  width: fit-content;
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial figure.logo img {
  min-width: auto;
  width: auto;
  height: 1.5rem;
  object-fit: contain;
  object-position: center left;
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .author figure {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
}
section.testimonials-block .container .wrapper-testimonials .testimonial .contain-testimonial .author p {
  font-size: 0.875rem;
}
section.testimonials-block .container .wrapper-nav {
  justify-content: center;
}