.testimonial-section {
  gap: 24px;
  background-color: var(--neutrals-white);
  padding-top: 80px;
  margin: 0 -1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .testimonial-section {
    margin: 0;
  }
}
.testimonial-section .title-holder {
  max-width: calc(1312px / 12 * 9);
  margin-left: 50%;
  transform: translateX(-656px);
}
@media screen and (max-width: 1352px) {
  .testimonial-section .title-holder {
    max-width: calc(100% / 2);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    transform: none;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-section .title-holder {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonial-section .splide__list {
  align-items: center;
}
.ti-wrapper {
  row-gap: 12px;
  position: relative;
  height: 384px;
  width: 310px;
  padding: 0 24px;
  color: var(--green-dark);
  background-color: var(--green-light);
  border-radius: 24px;
  transition: width 0.4s, height 0s, background-color 0.4s;
}
.ti-wrapper.is-active {
  width: 421px;
  height: 456px;
  color: var(--neutrals-white);
  background-color: var(--green-dark);
}
.ti-wrapper .content {
  row-gap: 24px;
}
.ti-wrapper .content .testimonial-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ti-wrapper .blockquote {
  display: none;
}
.ti-wrapper.is-active .blockquote {
  display: block;
  position: absolute;
}
.ti-wrapper.is-active .stars {
  filter: brightness(0) invert(1);
}
.ti-wrapper .stars {
  column-gap: 6px;
  margin-bottom: 3px;
}
.ti-wrapper a {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: var(--green-dark);
  text-transform: capitalize;
}
.ti-wrapper.is-active a {
  color: var(--neutrals-white);
}
.ti-wrapper a:hover,
.ti-wrapper a:focus {
  text-decoration-line: underline;
}
.blockquote-top {
  top: 32px;
  left: 24px;
}
.blockquote-bottom {
  bottom: 32px;
  right: 24px;
}
.testimonial-section .controls-holder {
  justify-content: flex-end;
  margin: -40px 50% 40px auto;
  max-width: calc(1312px / 2);
  transform: translateX(656px);
}
@media screen and (max-width: 1352px) {
  .testimonial-section .controls-holder {
    max-width: calc(100% / 2);
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    transform: none;
  }
}
.testimonial-section .splide__pagination {
  position: static;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 0;
}
.testimonial-section .splide__pagination .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 0;
  opacity: 1;
  background: var(--green-dark);
  border-radius: 50%;
  transition: all 1s ease-in-out;
}
.testimonial-section .splide__pagination li {
  display: flex;
}
.testimonial-section .splide__pagination .splide__pagination__page.is-active {
  width: 96px;
  height: 16px;
  background: var(--green-4);
  border-radius: 323px;
  transform: none;
}
.testimonial-section .splide__arrows {
  position: relative;
  display: flex;
  gap: 4px;
}
.testimonial-section .splide__arrow {
  display: none;
  position: static;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  background-color: #fff;
  opacity: 1;
  transform: none;
  transition: all 0.3s ease-in-out;
}
.testimonial-section .splide__arrow:hover,
.testimonial-section .splide__arrow:focus {
  background-color: #000;
}
.testimonial-section .splide__arrow:disabled {
  background-color: transparent;
  pointer-events: none;
}
.testimonial-section .splide__arrow svg {
  width: auto;
  height: auto;
}
.testimonial-section .splide__arrow:hover svg path,
.testimonial-section .splide__arrow:focus svg path {
  fill: #fff;
}
@media screen and (max-width: 991px) {
  .testimonial-items-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-items-wrapper {
    padding-left: 0;
  }
  .testimonial-section h3 {
    text-align: center;
    margin: 0 auto;
  }
  .ti-wrapper {
    width: 311px;
    height: 410px;
  }
  .ti-wrapper.is-active {
    width: 311px;
    height: 460px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-section h3 {
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
  }
}
@supports (-webkit-touch-callout: none) and (not (translate: none)) {
  .ti-wrapper .content > div ~ * {
    margin-top: 12px;
  }
  .ti-wrapper .testimonial-name {
    margin-right: 16px;
  }
  .ti-wrapper .stars > * {
    margin-right: 6px;
  }
  .ti-wrapper .stars > *:last-child {
    margin-right: 0;
  }
  .testimonial-section .splide__pagination li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .testimonial-section .splide__pagination li:first-child {
    padding-left: 0;
  }
  .testimonial-section .splide__pagination li:last-child {
    padding-right: 0;
  }
  .testimonial-section .splide__arrows .splide__pagination {
    padding-left: 32px;
    padding-right: 32px;
  }
}
