.section_testimonial13 .testimonial13-container.careers-testimonial-slider {
  width: 100%;
  overflow: none;
  touch-action: pan-y;
}

.section_testimonial13 .careers-testimonial-slider>.testimonial13_component.swiper-wrapper {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: auto;
  box-sizing: content-box;
  transition-property: transform;
}

.section_testimonial13 .careers-testimonial-slider>.testimonial13_component>.testimonial13_content.swiper-slide {
  display: grid;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  min-width: 0;
  box-sizing: border-box;
  transition-property: transform;
}

.section_testimonial13 .careers-testimonial-slider .testimonial-swiper-arrows-wrapper {
  z-index: 2;
}

.section_testimonial13 .careers-testimonial-slider .arrows-left,
.section_testimonial13 .careers-testimonial-slider .arrows-right {
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.section_testimonial13 .careers-testimonial-slider .arrows-left>*,
.section_testimonial13 .careers-testimonial-slider .arrows-right>* {
  pointer-events: none;
}

.section_testimonial13 .careers-testimonial-slider .arrows-left.is-disabled,
.section_testimonial13 .careers-testimonial-slider .arrows-right.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.section_testimonial13 .careers-testimonial-slider .arrows-left.is-locked,
.section_testimonial13 .careers-testimonial-slider .arrows-right.is-locked {
  display: none;
}

.section_testimonial13 .careers-testimonial-slider .arrows-left:focus-visible,
.section_testimonial13 .careers-testimonial-slider .arrows-right:focus-visible {
  outline: 0.125rem solid currentColor;
  outline-offset: 0.25rem;
}

@media screen and (max-width: 47.9375rem) {
  .section_testimonial13 .careers-testimonial-slider>.testimonial13_component>.testimonial13_content.swiper-slide {
    flex-basis: calc(100% - 2.5rem);
    width: calc(100% - 2.5rem);
    padding-bottom: 4rem;
  }

  .section_testimonial13 .careers-testimonial-slider .testimonial13_client-image-wrapper,
  .section_testimonial13 .careers-testimonial-slider .testimonial13_content-right {
    width: 100%;
    height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section_testimonial13 .careers-testimonial-slider>.testimonial13_component.swiper-wrapper {
    transition-duration: 0.01ms !important;
  }
}
