/*!*********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./pivot-blocks/testimonial-slider/style.scss ***!
  \*********************************************************************************************************************************************************************************************/
.testimonial-slider {
  padding: 100px 0;
  position: relative;
}
.testimonial-slider .testimonial {
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1607843137);
  margin: 0 35px;
  max-width: 800px;
  padding: 50px 100px;
  width: 100vw;
}
.testimonial-slider .testimonial:not(.slick-active) {
  position: relative;
}
.testimonial-slider .testimonial:not(.slick-active):before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.testimonial-slider .testimonial > .company {
  font-size: 14px;
  font-style: italic;
  margin: 0;
}
.testimonial-slider .testimonial > .customer {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
}
.testimonial-slider .testimonial > .header {
  color: var(--wp--preset--color--blue);
  font-family: "Anton", sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}
.testimonial-slider .testimonial > .quote {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
  margin-top: 25px;
}
.testimonial-slider .slick-track {
  display: flex;
  justify-content: center;
}
.testimonial-slider .slick-arrow {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-top: -60px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 999;
}
.testimonial-slider .slick-arrow:hover:before {
  border-color: var(--wp--preset--color--orange);
}
.testimonial-slider .slick-arrow:before {
  border-bottom: 9px solid var(--wp--preset--color--dark-blue);
  border-left: 9px solid var(--wp--preset--color--dark-blue);
  content: "";
  height: 30px;
  width: 30px;
}
.testimonial-slider .slick-arrow.slick-arrow-previous {
  left: 0;
}
.testimonial-slider .slick-arrow.slick-arrow-previous:before {
  transform: rotate(45deg);
}
.testimonial-slider .slick-arrow.slick-arrow-next {
  right: 0;
}
.testimonial-slider .slick-arrow.slick-arrow-next:before {
  transform: rotate(-135deg);
}
.testimonial-slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 25px;
  padding: 0;
}
.testimonial-slider .slick-dots > li {
  align-items: center;
  display: flex;
  justify-content: center;
}
.testimonial-slider .slick-dots > li:not(:last-child) {
  margin-right: 10px;
}
.testimonial-slider .slick-dots > li.slick-active > button {
  background: var(--wp--preset--color--orange);
}
.testimonial-slider .slick-dots > li > button {
  background: var(--wp--preset--color--dark-blue);
  border: none;
  border-radius: 100%;
  height: 20px;
  text-indent: -1000px;
  width: 20px;
}
@media (max-width: 767px) {
  .testimonial-slider .testimonial {
    padding: 25px 50px;
  }
  .testimonial-slider .slick-list {
    padding: 0 !important;
  }
}
