.testimonials-z {
  padding: 100px 0;
}
.testimonials-z .slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.testimonials-z .slick-list, .testimonials-z .slick-slider {
  position: relative;
  display: block;
}
.testimonials-z .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.testimonials-z .slick-slider .slick-list, .testimonials-z .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.testimonials-z .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.testimonials-z .slick-slider .slick-list, .testimonials-z .slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.testimonials-z .slick-track:after, .testimonials-z .slick-track:before {
  content: "";
  display: table;
}
.testimonials-z .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.testimonials-z .slick-initialized .slick-slide {
  display: block;
}
.testimonials-z .slick-arrow {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -20px;
  z-index: 1;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 60px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.testimonials-z .slick-arrow.slick-prev {
  left: -20px;
}
.testimonials-z .slick-arrow.slick-next {
  right: -20px;
}
.testimonials-z .slick-dots {
  text-align: center;
  padding: 16px 24px 0;
  line-height: 0;
}
.testimonials-z .slick-dots li {
  display: inline-block;
  padding: 0 4px;
  line-height: 0;
}
.testimonials-z .slick-dots li button {
  border: none;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: var(--inv360-border-inputs);
}
.testimonials-z .slick-dots li.slick-active button, .testimonials-z .slick-dots li:hover button {
  background: var(--inv360-primary-color);
}
.testimonials-z.light .slick-arrow {
  background-color: #ffffff;
}
.testimonials-z.light .slick-arrow.slick-prev {
  background-image: url(images/light/carousel-prev-arrow.svg);
}
.testimonials-z.light .slick-arrow.slick-next {
  background-image: url(images/light/carousel-next-arrow.svg);
}
.testimonials-z.dark .slick-arrow {
  background-color: #2c2c2c;
}
.testimonials-z.dark .slick-arrow.slick-prev {
  background-image: url(images/dark/carousel-prev-arrow.svg);
}
.testimonials-z.dark .slick-arrow.slick-next {
  background-image: url(images/dark/carousel-next-arrow.svg);
}
@media screen and (min-width: 1024px) {
  .testimonials-z {
    padding: 120px 0;
  }
}
@media screen and (min-width: 768px) {
  .testimonials-z .slick-slider {
    margin: 0 -12px;
  }
  .testimonials-z.b .slick-slider {
    margin: 0;
  }
}
@media screen and (min-width: 1366px) {
  .testimonials-z .slick-arrow.slick-prev {
    left: -74px;
  }
  .testimonials-z .slick-arrow.slick-next {
    right: -74px;
  }
}

.testimonial-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  padding: 0 30px 32px;
  color: var(--inv360-text-color);
}
.testimonial-title.c {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .testimonial-title {
    font-size: 36px;
    line-height: 40px;
  }
}

.container-testimonial {
  margin: 0;
}
.container-testimonial.c {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1260px;
}
@media screen and (min-width: 768px) {
  .container-testimonial {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1260px;
  }
  .container-testimonial.c {
    padding: 0 40px;
  }
  .container-testimonial .slider {
    display: grid;
    grid-gap: 24px;
  }
  .container-testimonial.a .slider {
    grid-template-columns: repeat(3, calc(33.33% - 17px));
  }
  .container-testimonial .testimonials-slides-b {
    grid-template-columns: repeat(2, calc(50% - 13px));
  }
  .container-testimonial .testimonials-slides-b > div:nth-of-type(2) ~ div {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .container-testimonial.b .slick-track {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, calc(50% - 13px));
    margin: auto;
    max-width: 681px;
  }
  .container-testimonial.b .slick-track:before, .container-testimonial.b .slick-track:after {
    display: none;
  }
  .container-testimonial.b .slick-track .slick-slide {
    float: none;
    width: auto !important;
    margin: 12px 0;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .container-testimonial.b .slider {
    grid-template-columns: repeat(2, 328px);
    margin: auto;
    width: 681px;
  }
}
@media screen and (min-width: 1440px) {
  .container-testimonial.b .slider {
    grid-template-columns: repeat(2, calc(50% - 13px));
    margin: auto;
    width: auto;
  }
  .container-testimonial.b .slick-track {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, calc(50% - 13px));
    margin: auto;
  }
  .container-testimonial.b .slick-track:before, .container-testimonial.b .slick-track:after {
    display: none;
  }
  .container-testimonial.b .slick-track .slick-slide {
    float: none;
    width: auto !important;
    margin: 12px 0;
    height: auto;
  }
  .container-testimonial.b .slick-list {
    overflow: unset;
  }
}

.testimonial-slide-item {
  margin: 0;
}

.testimonial-z {
  margin: 24px 0 24px 24px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: calc(100% - 24px) calc(100% - 24px);
}
.testimonial-z.light {
  background-color: #ffffff;
  background-image: url(images/light/quote.svg);
}
.testimonial-z.dark {
  background-color: #2c2c2c;
  background-image: url(images/dark/quote.svg);
}
.testimonial-z.a {
  width: 218px;
}
.testimonial-z.b {
  width: 280px;
}
.testimonial-z.c {
  margin-left: 0;
  background-image: none;
}
@media screen and (min-width: 768px) {
  .testimonial-z {
    margin: 24px 12px 24px 12px;
  }
  .testimonial-z.a {
    width: calc(100% - 24px);
  }
  .testimonial-z.b {
    margin: 0;
    width: 100%;
  }
  .testimonial-z.c {
    display: flex;
    margin: 16px auto 24px;
    max-width: 696px;
  }
}
@media screen and (min-width: 1440px) {
  .testimonial-z.b {
    max-width: none;
    display: flex;
  }
  .testimonial-z.c {
    max-width: 987px;
  }
}

.testimonial-image {
  object-fit: cover;
  margin: 0;
  width: 100%;
}
.testimonial-image.a {
  height: 142px;
}
.testimonial-image.b {
  height: 230px;
}
.testimonial-image.c {
  height: 230px;
}
@media screen and (min-width: 768px) {
  .testimonial-image.c {
    height: 275px;
    max-width: 312px;
  }
}
@media screen and (min-width: 1024px) {
  .testimonial-image.a {
    height: 204px;
  }
}
@media screen and (min-width: 1440px) {
  .testimonial-image.a {
    height: 244px;
  }
  .testimonial-image.b {
    height: 198px;
    max-width: 253px;
  }
  .testimonial-image.c {
    height: 358px;
    max-width: 466px;
  }
}

.testimonial-text-container {
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .testimonial-text-container.c {
    padding: 40px;
  }
}

.testimonial-description {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  height: 90px;
  color: var(--inv360-text-color);
}
@media screen and (min-width: 768px) {
  .testimonial-description.c {
    font-size: 20px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-size: 48px 38px;
    padding-top: 60px;
    height: 132px;
    overflow: hidden;
  }
  .testimonial-description.c.light {
    background-image: url(images/light/quote.svg);
  }
  .testimonial-description.c.dark {
    background-image: url(images/dark/quote.svg);
  }
}
@media screen and (min-width: 1440px) {
  .testimonial-description.b {
    height: 86px;
    overflow: hidden;
  }
  .testimonial-description.c {
    font-size: 28px;
    line-height: 32px;
    height: 214px;
  }
}

.testimonial-name,
.testimonial-subname {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-right: 54px;
  color: var(--inv360-text-color);
}

.testimonial-subname {
  display: block;
  opacity: 0.5;
}

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