.et_pb_dp_dmb_module_353 {
  --swiper-navigation-color: var(--dark-gray);
  --swiper-navigation-size: 60px;
  max-width: 1500px;
  margin: 0 auto;
}

.et_pb_dp_dmb_module_353 .et_pb_module_inner {
  position: relative;
}

.ttml-slider-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--lightGrayGradient);
}

.et_pb_dp_dmb_module_353 .swiper-button-next::after, .et_pb_dp_dmb_module_353 .swiper-button-prev::after {
  --swiper-navigation-size: 40px;
}

.et_pb_dp_dmb_module_353 .swiper-slide {
  height: auto;
}

.ttml_slide_inner {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.ttml_slide_inner__two-col {
  grid-template-columns: 50% 50%;
}
.ttml_slide_left {
  position: relative;
}
.ttml_slide_left button {
  position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.1);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ttml_slide_left svg {
  width: 20%;
  transition: transform .3s ease-in-out;
}
.ttml_slide_left button:hover svg {
  transform: scale(1.1);
}
.ttml_slide_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttml_slide_right {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.ttml_slide_right img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

.ttml_slide_right > div p {
  padding-bottom: 0;
  text-align: center;
  line-height: 1.4;
}

.ttml_slide_quote {
  text-align: center;
  font-size: var(--fs-24);
}

.ttml_slide_quote button {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  font-weight: bold;
}

.ttml_slide_quote::before {
  content: '“';
}

.ttml_slide_quote--full::after, .ttml_slide_quote--long::after {
  content: '“';
}

.ttml_slide_quote--long {
  display: none;
}

.ttml_slide_quote_auth {
  font-weight: 800;
}

.testimonial-modal .ttml_slide_quote--short, .testimonial-modal .ttml_slide_left {
  display: none;
}
.testimonial-modal .ttml_slide_quote--long {
  display: block;
}
.testimonial-modal .ttml_slide_inner {
  width: 100%;
  margin: 0;
  padding: 0;
}

.ttml-slider-animation{
  background-color: white;
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;  
  height: 100px;
}

@media only screen and (max-width: 980.99px) {
  .ttml_slide_inner {
	grid-template-columns: 1fr;
	gap: 0;
  }
}

@media only screen and (max-width: 781.99px) {
  .et_pb_dp_dmb_module_353 .swiper-pagination {
	margin-top: calc(-40px - 5%);
  }
  .ttml_slide_inner {
	padding: 12px;
	width: 100%;
  }
  .et_pb_dp_dmb_module_353 .swiper-button-next::after, .et_pb_dp_dmb_module_353 .swiper-button-prev::after {
	  --swiper-navigation-size: 32px;
  }

}

