.team-testimonial-carousel-block {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.team-testimonial-carousel-block .swiper-button-prev,
.team-testimonial-carousel-block .swiper-button-next {
  width: 56px !important;
  height: 56px !important;
  position: absolute;
  transform: translateY(-50%);
  z-index: 10;
}
.team-testimonial-carousel-block .swiper-button-prev:after,
.team-testimonial-carousel-block .swiper-button-next:after {
  content: "" !important;
}
.team-testimonial-carousel-block .swiper-button-next {
  right: 51px;
}
.team-testimonial-carousel-block .swiper-button-next:after {
  content: "";
  width: 56px;
  height: 56px;
  background: url("/app/themes/frontit/dist/images/big_arrow.svg") no-repeat;
  background-size: 56px;
}
.team-testimonial-carousel-block .swiper-button-prev {
  left: 51px;
}
.team-testimonial-carousel-block .swiper-button-prev:after {
  content: "";
  width: 56px;
  height: 56px;
  background: url("/app/themes/frontit/dist/images/big_arrow.svg") no-repeat;
  background-size: 56px;
  transform: rotate(180deg);
}
.team-testimonial-carousel-block .swiper-nav-mobile .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px) !important;
  right: auto !important;
}
.team-testimonial-carousel-block .swiper-nav-mobile .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px) !important;
  left: auto !important;
}
.team-testimonial-carousel-block .title-container {
  position: relative;
}
.team-testimonial-carousel-block .title-container h3.title {
  position: absolute;
  top: 0;
}
.team-testimonial-carousel-block .full-wrapper {
  position: relative;
  max-width: 1960px;
  margin: 0 auto;
}
.team-testimonial-carousel-block .full-wrapper .testimonials-slider {
  min-height: 480px;
}
.team-testimonial-carousel-block .full-wrapper .testimonials-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.team-testimonial-carousel-block .full-wrapper .testimonials-slider .swiper-wrapper .swiper-slide .testimonial {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .team-testimonial-carousel-block .full-wrapper .testimonials-slider .swiper-wrapper {
    height: auto;
  }
}
.team-testimonial-carousel-block .title-container .title {
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 0px;
  padding-left: 38px;
}
.team-testimonial-carousel-block .swiper-nav-mobile {
  display: none;
  bottom: -70px;
}
.team-testimonial-carousel-block .testimonial-wrap {
  padding-left: 56px;
  padding-top: 38px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.team-testimonial-carousel-block .testimonial-wrap .testimonial-content-wrapper {
  max-width: 629px;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-top: 2rem;
}
.team-testimonial-carousel-block .testimonial-wrap .testimonial-quotes {
  display: block;
  position: absolute;
  width: 24px;
  height: 18px;
  left: -42px;
  top: -40px;
  background: url(./dist/images/quotes.svg?892f504fff0ecf2408393d8aa18bc080) no-repeat;
  background-size: 24px 18px;
}
.team-testimonial-carousel-block .testimonial-wrap .testimonial-author {
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
}
.team-testimonial-carousel-block .testimonial-wrap .testimonial-author .author-name {
  font-weight: 700;
}
.team-testimonial-carousel-block .img-col {
  min-height: 480px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.team-testimonial-carousel-block .img-col img {
  max-width: 561px;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}
.team-testimonial-carousel-block .img-col .testimonial-youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 1em 0;
}
.team-testimonial-carousel-block .img-col .testimonial-youtube-container > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .team-testimonial-carousel-block .full-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-testimonial-carousel-block .title-container {
    margin-bottom: 40px;
  }
  .team-testimonial-carousel-block .testimonials-slider {
    min-height: auto;
  }
  .team-testimonial-carousel-block .testimonial-wrap {
    display: block;
  }
  .team-testimonial-carousel-block .testimonial-wrap .testimonial-content-wrapper {
    margin-top: 30px;
  }
  .team-testimonial-carousel-block .testimonial-wrap-content-wrapper {
    padding-left: 55px;
    padding-right: 55px;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .team-testimonial-carousel-block .img-col {
    min-height: auto;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .team-testimonial-carousel-block .title-container .title {
    font-size: 34px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1850px) {
  .team-testimonial-carousel-block .swiper-nav-desktop {
    display: none;
  }
  .team-testimonial-carousel-block .swiper-nav-mobile {
    display: block;
  }
  .team-testimonial-carousel-block .swiper-nav-mobile div.swiper-button-disabled {
    opacity: 0.35;
  }
}
@media only screen and (max-width: 560px) {
  .team-testimonial-carousel-block .title-container .title {
    font-size: 28px;
  }
}

/*# sourceMappingURL=team-testimonial-carousel.css.map*/