:root {
  --header-height: 80px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}

.tcl-testimonials {
  overflow: hidden;
}
.tcl-testimonials__carousel {
  position: relative;
}
.tcl-testimonials .swiper {
  overflow: visible;
}
.tcl-testimonials .swiper-slide > div {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.4;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 1199px) {
  .tcl-testimonials .swiper-slide > div {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.tcl-testimonials .swiper-slide-active > div {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.tcl-testimonials .swiper-button-prev,
.tcl-testimonials .swiper-button-next {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(4, 46, 64, 0.15);
          box-shadow: 0 4px 10px rgba(4, 46, 64, 0.15);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  top: var(--height-image);
  margin-top: -28px;
}
@media (max-width: 1199px) {
  .tcl-testimonials .swiper-button-prev,
  .tcl-testimonials .swiper-button-next {
    top: calc(var(--height-image) / 2);
  }
}
.tcl-testimonials .swiper-button-prev.swiper-button-disabled,
.tcl-testimonials .swiper-button-next.swiper-button-disabled {
  display: none !important;
}
.tcl-testimonials .swiper-button-prev:after,
.tcl-testimonials .swiper-button-next:after {
  display: none;
}
.tcl-testimonials .swiper-button-prev {
  background-image: url("/wp-content/themes/mfm/images/blue-arrow-left.svg");
  right: unset;
  left: -20px;
}
@media (max-width: 767px) {
  .tcl-testimonials .swiper-button-prev {
    left: 5px;
  }
}
.tcl-testimonials .swiper-button-next {
  background-image: url("/wp-content/themes/mfm/images/blue-arrow-right.svg");
  left: unset;
  right: -20px;
}
@media (max-width: 767px) {
  .tcl-testimonials .swiper-button-next {
    right: 5px;
  }
}
.tcl-testimonials__slide {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .tcl-testimonials__slide {
    padding-bottom: 0;
  }
}
.tcl-testimonials__slide-photo {
  position: relative;
}
.tcl-testimonials__slide-photo img {
  width: 100%;
}
@media (min-width: 1200px) {
  .tcl-testimonials__slide-photo {
    -webkit-filter: drop-shadow(0px 4px 10px rgba(4, 46, 64, 0.15));
            filter: drop-shadow(0px 4px 10px rgba(4, 46, 64, 0.15));
  }
}
.tcl-testimonials__slide-info {
  margin-top: -100px;
  margin-left: 50px;
  z-index: 1;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 15px;
  padding: 50px;
  position: relative;
}
.tcl-contrast-mode .tcl-testimonials__slide-info {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) {
  .tcl-testimonials__slide-info {
    position: relative;
    left: 0;
    width: calc(100% - 40px);
    margin-left: 20px;
    padding: 30px;
    margin-top: -100px;
  }
}
.tcl-testimonials__slide-name {
  font-size: 32px;
  line-height: 150%;
  font-style: normal;
  font-weight: 400;
  word-break: break-word;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .tcl-testimonials__slide-name {
    font-size: 24px;
  }
}
.tcl-testimonials__slide-company-name {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
.tcl-testimonials__slide-description {
  font-size: 18px;
  line-height: 39px;
  word-break: break-word;
  margin-top: 40px;
}
.tcl-testimonials__slide-description p {
  margin-bottom: 0px;
}