.et_pb_dp_dmb_module_1098 {
  --swiper-navigation-color: var(--dark-gray);
  --swiper-navigation-size: 60px;
  --swiper-pagination-bullet-size: 16px;
  --swiper-navigation-sides-offset: calc((6.5% / 2) - (36.8px / 2));
  
}
/* .et_pb_dp_dmb_module_1098 .swiper-button-disabled {
  opacity: 1 !important;
  cursor: pointer;
  pointer-events: all;
  touch-action: auto;
}
.et_pb_dp_dmb_module_1098 .swiper-button--disabled {
  opacity: 0.5 !important;
  cursor: auto;
  pointer-events: none;
  touch-action: none;
} */
.ttml_slider_basic {
  background: var(--lightGrayGradient);
  max-width: 1500px;
  margin: 0 auto;
}
.ttml_slider_basic.ttml_slider_basic--no-gradient-bg {
  background: none;
}

.ttml_slider_basic.ttml_slider_basic--no-gradient-bg .ttml_slide_basic_inner {
    margin: 3.5% auto 6.5%;
}

.et_pb_dp_dmb_module_1098 .swiper-pagination {
  margin-top: calc(-100px - 5%);
}

.ttml_slider_basic .swiper-slide {
  height: auto;
}

.et_pb_dp_dmb_module_1098 .swiper-button-next::after, .et_pb_dp_dmb_module_1098 .swiper-button-prev::after {
  --swiper-navigation-size: 40px;
}

.ttml_slide_basic_inner {
  width: 87%;
  margin: 6.5% auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 100px;
  background: #fff;
  align-items: center;
  text-align: center;
  height: calc(100% - 12.5% - 100px);
  justify-content: center;
}
.ttml_slide_basic_inner img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}
.ttml_slide_basic_quote {
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  max-width: 850px;
}

.ttml_slide_basic_quote--long {
  display: none;
}

.ttml_slide_basic_quote button {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}

.ttml_slide_basic_quote > p:first-of-type::before, p.ttml_slide_basic_quote--from-module::before {
  content: '“';
}

.ttml_slide_basic_quote--short:not(.ttml_slide_basic_quote--see-more) > p:last-of-type::after {
  content: '“';
}

.ttml_slide_basic_quote--long > p:last-of-type::after {
  content: '“';
}

.ttml_slide_basic_quote_auth {
  font-family: 'AvenirHeavy', Helvetica, sans-serif;
  padding: 0;
}

.testimonial-basic-modal .ttml_slide_basic_quote--short {
  display: none;
}
.testimonial-basic-modal .ttml_slide_basic_quote--long {
  display: block;
}
.testimonial-basic-modal .ttml_slide_basic_inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 980.99px) {

}

@media only screen and (max-width: 781.99px) {
  .et_pb_dp_dmb_module_1098 .swiper-pagination {
	margin-top: calc(-40px - 5%);
  }
  .ttml_slide_basic_inner {
	padding: 60px 18px;
	height: calc(100% - 6.5% - 60px)
  }
}

