/****************
 * Theme
 ****************/
/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
.block-testimonial-slider {
  background: #e1e1e1;
  margin: 0;
  padding: 5rem 0;
}

@media (min-width: 768px) {
  .block-testimonial-slider {
    padding: 10rem 0;
  }
}

.testimonial-slider {
  background: #FFFFFF;
  border-radius: 1rem;
}

.testimonial-slider .slick-track {
  display: flex;
  align-items: center;
}

.testimonial-slider__slide {
  text-align: center;
  padding: 3.625rem 1.25rem 8rem 1.25rem;
}

@media (min-width: 768px) {
  .testimonial-slider__slide {
    padding: 8.125rem 3rem 7.4375rem 3rem;
  }
}

.testimonial-slider__quote-icon:before {
  font-size: 2rem;
}

.testimonial-slider__quote {
  border-left: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin: 1.625rem 0 0 0;
  padding: 0;
}

@media (min-width: 768px) {
  .testimonial-slider__quote {
    margin: 2.625rem 0 0 0;
  }
}

.testimonial-slider__quote p {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .testimonial-slider__quote p {
    margin-bottom: 2.5rem;
  }
}

.testimonial-slider__quote footer {
  position: relative;
}

.testimonial-slider__quote footer:before {
  content: "";
  display: block;
  width: 4rem;
  height: 0.0625rem;
  background: #00091A;
  margin: 0 auto;
}

.testimonial-slider__name {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
  font-style: normal;
  display: block;
}

@media (min-width: 768px) {
  .testimonial-slider__name {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .testimonial-slider__name {
    margin: 1.5rem 0 0 0;
  }
}

.testimonial-slider__label {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
  font-style: normal;
}

@media (min-width: 768px) {
  .testimonial-slider__label {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.testimonial-slider .slick-arrow {
  top: initial;
  bottom: 1.25rem;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.06));
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow {
    bottom: 40%;
  }
}

.testimonial-slider .slick-arrow.slick-prev {
  left: 4.875rem;
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow.slick-prev {
    left: 3rem;
  }
}

.testimonial-slider .slick-arrow.slick-next {
  right: 4.875rem;
}

@media (min-width: 768px) {
  .testimonial-slider .slick-arrow.slick-next {
    right: 3rem;
  }
}

.testimonial-slider .slick-arrow:after {
  color: #00091A;
}

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