.tcl-testimonials {
  position: relative;
}
.tcl-testimonials .container {
  position: relative;
  z-index: 2;
}
.tcl-testimonials__wrapper {
  padding-top: 125px;
  padding-bottom: 235px;
  position: relative;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
}
.tcl-testimonials__heading {
  margin-bottom: 40px;
}
.tcl-testimonials__heading h3,
.tcl-testimonials__heading h2 {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.17;
  letter-spacing: -0.02em;
  color: #fff;
  text-align: center;
}
.tcl-testimonials__heading h3 u,
.tcl-testimonials__heading h2 u {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .tcl-testimonials__heading h3 u:before,
  .tcl-testimonials__heading h2 u:before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 15px;
    width: 0;
    left: -6px;
    background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
    z-index: -1;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
  }
  .tcl-testimonials__heading h3 u[data-animation=true]:before,
  .tcl-testimonials__heading h2 u[data-animation=true]:before {
    width: calc(100% + 14px);
  }
}
@media (max-width: 1199px) {
  .tcl-testimonials__heading h3 u,
  .tcl-testimonials__heading h2 u {
    display: inline;
    background-image: linear-gradient(white calc(100% - 15px), rgba(11, 64, 55, 0) 15px), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 -3px;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
  }
  .tcl-testimonials__heading h3 u[data-animation=true],
  .tcl-testimonials__heading h2 u[data-animation=true] {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .tcl-testimonials__heading h3,
  .tcl-testimonials__heading h2 {
    font-size: 32px;
    word-wrap: break-word;
  }
}
.tcl-testimonials__figure-top {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
}
@media (max-width: 767px) {
  .tcl-testimonials__figure-top {
    top: -5px;
  }
}
.tcl-testimonials__figure-top svg {
  width: 100%;
  height: auto;
}
.tcl-testimonials__figure-bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
}
.tcl-testimonials__figure-bottom svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.tcl-testimonials__testimonials {
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-testimonials__testimonials {
    padding: 0 0px;
  }
}
.tcl-testimonials__testimonials ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0;
  margin: 0 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .tcl-testimonials__testimonials ul.slick-dots {
    margin-top: 30px;
  }
}
.tcl-testimonials__testimonials ul.slick-dots li button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  font-size: 0px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 0;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}
.tcl-testimonials__testimonials ul.slick-dots li.slick-active button {
  background: #ffffff;
}
.tcl-testimonials__testimonials-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tcl-testimonials__testimonials-arrow {
    display: none !important;
  }
}
.tcl-testimonials__testimonials-arrow--next {
  left: calc(100% + 30px);
}
.tcl-testimonials__testimonials-arrow--prev {
  right: calc(100% + 30px);
}
.tcl-testimonials__testimonial {
  text-align: center;
}
.tcl-testimonials__testimonial-photo {
  margin: 0 auto;
  margin-bottom: 70px;
  width: 150px;
}
@media (max-width: 1199px) {
  .tcl-testimonials__testimonial-photo {
    margin-bottom: 40px;
  }
}
.tcl-testimonials__testimonial-photo-wrapper {
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
.tcl-testimonials__testimonial-photo-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.tcl-testimonials__testimonial-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 35px;
}
.tcl-testimonials__testimonial-text p {
  margin: 0 0;
}
.tcl-testimonials__testimonial-author {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}
.tcl-testimonials__testimonial-position {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}