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

.tcl-circles-carousel {
  overflow: hidden;
}
.tcl-circles-carousel__slide {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .tcl-circles-carousel__slide {
    padding: 0 30px;
  }
}
.tcl-circles-carousel__slide a {
  color: inherit;
}
.tcl-circles-carousel__image {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .tcl-circles-carousel__image {
    margin-bottom: 20px;
  }
}
.tcl-circles-carousel__image img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 50%;
}
.tcl-circles-carousel__carousel {
  position: relative;
}
.tcl-circles-carousel__carousel .swiper {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .tcl-circles-carousel__carousel .swiper {
    padding: 0;
    width: calc(100% - 60px);
  }
}
.tcl-circles-carousel__carousel .swiper-slide-active img {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}
@media (max-width: 767px) {
  .tcl-circles-carousel__carousel .swiper-slide-active img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.tcl-circles-carousel__carousel .swiper-button-prev,
.tcl-circles-carousel__carousel .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/mfm/images/arrow-pointing.svg);
  background-size: 20px;
  background-position: center center;
  background-repeat: no-repeat;
}
.tcl-circles-carousel__carousel .swiper-button-prev:after,
.tcl-circles-carousel__carousel .swiper-button-next:after {
  display: none;
}
.tcl-circles-carousel__carousel .swiper-button-prev {
  left: unset;
  right: 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .tcl-circles-carousel__carousel .swiper-button-prev {
    right: calc(100% - 30px);
  }
}
.tcl-circles-carousel__carousel .swiper-button-next {
  right: unset;
  left: 100%;
}
@media (max-width: 767px) {
  .tcl-circles-carousel__carousel .swiper-button-next {
    left: calc(100% - 30px);
  }
}
.tcl-circles-carousel__title {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}