.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.splide {
  width: 100%;
  position: relative;
}
.splide.slider-testimonials {
  flex-direction: column;
  align-items: center;
  margin-top: 5em;
  display: flex;
}
.splide.is--modules-wrapper {
  /* padding-left: 32em;
  padding-right: 4.4375em; */
}
.splide.slider-people {
  margin-top: 2.5em;
  margin-bottom: 7em;
}
.splide.slider-testimonial-videos {
  margin-top: 4em;
  margin-bottom: 4em;
}
.splide__track {
  width: 100%;
  display: flex;
}
.splide__track.is-acc-modules {
  justify-content: flex-start;
}
.splide__arrows {
  display: flex;
}
.splide__arrows.is-testimonials {
  justify-content: center;
  margin-top: 4em;
  padding-left: 1em;
}
.splide__list {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.splide__list.is-testimonial {
  width: 100%;
}
.splide__list.is-module-card {
  width: 28.625em;
}
.splide__list.is-module-card.cc-edit {
  flex-wrap: wrap;
}
.splide__list.is-slider-people {
  width: 80%;
  cursor: none;
}
.splide__list.is-slider-testimonial-videos {
  cursor: none;
}
.splide__slide {
  width: 100%;
  flex: none;
}
.splide__slide.is-testimonial {
  width: 100%;
}
.splide__slide.is-slider-people {
  width: 40%;
}

.splide__arrow {
  width: 3em;
  height: 3em;
  border: 1px solid var(--white);
  background-color: transparent;
  background-image: url(https://assets-global.website-files.com/63a9f282917c530b9174f95d/63cade287ff3e92dc68f6e20_arrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 100vw;
  margin-right: 1em;
  transition: all 0.2s;
}
.splide__arrow:hover {
  background-color: rgba(55, 50, 53, 0.06);
}
.splide__arrow.splide__arrow--prev {
  transform: rotate(-180deg);
}
.splide__arrow.splide__arrow--prev:active {
  transform: scale(0.95) rotate(-180deg);
}
.splide__arrow.splide__arrow--next:active {
  transform: scale(0.95);
}

.splide__pagination {
  flex-direction: row;
  align-items: center;
  padding-left: 0;
  list-style-type: none;
  display: block;
  overflow: hidden;
}
.splide__pagination.is-slider-testimonials {
  display: none;
}
.splide__pagination__page {
  width: 12px;
  height: 12px;
  border: 1px solid var(--gray-600);
  background-color: transparent;
  border-radius: 100vw;
  margin-right: 10px;
  padding: 0;
}
.splide__pagination__page.is-active {
  background-color: var(--gray-600);
}

.resume-card-wrapper {
  width: 28.625em;
  height: auto;
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.splide_cursor {
  z-index: 3000;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .splide.is--modules-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
  .splide__slide,
  .splide__slide.is-slider-people {
    width: 50%;
  }

  .resume-card-wrapper.splide__slide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .splide.is--modules-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .splide.slider-people {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .splide__track {
    width: 100%;
  }
  .splide__track.is-testimonials {
    height: auto;
    align-items: flex-start;
  }
  .splide__arrows {
    justify-content: flex-start;
    margin-bottom: 2em;
    margin-left: 0;
  }
  .splide__arrows.is-testimonials {
    display: none;
  }
  .splide__list.is-testimonial {
    width: 100%;
  }
  .splide__slide.is-testimonial.is-active {
    margin-bottom: 1.5em;
  }
  .splide__slide.is-slider-testimonial-videos {
    width: 100%;
  }
  .splide__slide.is-slider-people {
    width: 90%;
  }

  .splide__pagination.is-slider-testimonials {
    justify-content: center;
    display: flex;
  }
}
@media screen and (max-width: 479px) {
  .splide.slider-testimonials {
    margin-top: 1em;
  }
  .splide__track {
    justify-content: flex-start;
  }
  .splide__arrows.is-testimonials {
    display: none;
  }
  .splide__list.is-module-card {
    width: 90%;
  }
  .splide__slide {
    width: 100%;
  }
}
