/* Testimonials module */
.testimonials_module {
  max-width: 100vw;
  position: relative;
}
.testimonials_module h2 {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  color: var(--heading-color);
  margin-bottom: 150px;
}

.testimonials_module h2:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 900px;
    max-width: 90vw;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
}

.testimonials_module h2:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0.3) 55%, rgba(255, 255, 255, 0) 100%);
}
.testimonials_module.white-section  h2:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0.3) 55%, rgba(0, 0, 0, 0) 100%);
}
.datapac_testimonials_module__list {
  margin: 0 auto !important;
  width: 60%;
  padding: 0;
  position: relative;
}
.datapac_testimonials_module__item {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
  height: 35vw;
  background-size: cover;
  background-position: center;
  border-radius: 65px;
  color: #fff;
  padding: 5% 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.datapac_testimonials_module__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.testimonials_module .slide-bg-blurb {
  height: 33vw;
  /* background-size: cover; */
  /* background-position: center; */
  border-radius: 65px;
  margin: 0 auto;
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(352deg);
}
.testimonials_module .datapac_testimonials_module__title {
  font-size: 40px !important;
  position: relative;
  color: white;
  font-weight: 700;
  margin-bottom: 50px;
}
.testimonials_module .datapac_testimonials_module__logo {
  position: absolute;
  right: 10%;
  bottom: 4%;
}
.testimonials_module .datapac_testimonials_module__logo img {
  width: 200px;
}
/* .datapac_testimonials_module__list::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: blue;
} */
.datapac_testimonials_module__quote {
  font-size: 24px;
  line-height: 1.3;
  z-index: 1;
}
.datapac_testimonials_module__meta {
  margin-top: 50px;
  font-size: 18px;
  font-weight: 100;
  z-index: 1;
}
.datapac_testimonials_slider .splide__arrow {
  background: var(--ib-primary);
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.datapac_testimonials_slider .splide__arrow {
  opacity: 0;
  pointer-events: none;
}
.datapac_testimonials_slider:hover .splide__arrow {
  opacity: 0.9;
  pointer-events: auto;
}
.datapac_testimonials_slider .splide__arrow svg {
  fill: #fff;
}
.datapac_testimonials_slider .splide__pagination__page.is-active {
  background: var(--ib-primary);
}
.testim-slider-container {
  position: relative;
}

@media all and (max-width: 1920px) {
}

@media all and (max-width: 1680px) {
}

@media all and (max-width: 1600px) {
  .datapac_testimonials_module__quote {
    font-size: 20px;
  }
}

@media all and (max-width: 1536px) {
}

@media all and (max-width: 1500px) {
}

@media all and (max-width: 1440px) {
  .datapac_testimonials_module__list {
    width: 65%;
  }
  .datapac_testimonials_module__item {
    height: 40vw;
  }
  .testimonials_module .slide-bg-blurb {
    height: 37vw;
    width: 65%;
  }
}

@media all and (max-width: 1366px) {
}

@media all and (max-width: 1280px) {
  .datapac_testimonials_module__item {
    height: 45vw;
  }
  .datapac_testimonials_module__list {
    width: 75%;
  }
  .testimonials_module .slide-bg-blurb {
    height: 43vw;
    width: 75%;
  }
}

@media all and (max-width: 1200px) {
}

@media all and (max-width: 1199px) {
  .datapac_testimonials_module__quote {
    font-size: 18px;
  }
  .testimonials_module .datapac_testimonials_module__title {
    font-size: 35px !important;
    margin-bottom: 35px;
  }
  .testimonials_module .datapac_testimonials_module__logo img {
    width: 160px;
  }
}

@media all and (max-width: 1024px) {
  .datapac_testimonials_module__item {
    height: 55vw;
  }
  .datapac_testimonials_module__list {
    width: 85%;
  }
  .testimonials_module .slide-bg-blurb {
    height: 54vw;
    width: 85%;
  }
  .testimonials_module .datapac_testimonials_module__logo img {
    width: 125px;
  }
}

@media all and (max-width: 991px) {
}

@media all and (max-width: 900px) {
  .datapac_testimonials_module__item {
    height: 80vw;
  }
  .testimonials_module .slide-bg-blurb {
    height: 80vw;
    width: 83%;
    top: 49%;
  }
}

@media all and (max-width: 768px) {
}

@media all and (max-width: 767px) {
  .testimonials_module .datapac_testimonials_module__title {
    font-size: 33px !important;
    margin-bottom: 20px;
  }
  .datapac_testimonials_module__meta {
    margin-top: 32px;
    font-size: 15px;
  }
}

@media all and (max-width: 640px) {
  .datapac_testimonials_module__item {
    height: 100vw;
  }
  .testimonials_module .slide-bg-blurb {
    height: 99vw;
    width: 85%;
    top: 50%;
    left: 49%;
  }
  .datapac_testimonials_module__item {
    padding: 12% 10% 0;
    justify-content: flex-start;
  }
  .testimonials_module .datapac_testimonials_module__logo img {
    width: 103px;
  }
  .testimonials_module .datapac_testimonials_module__logo {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 15px auto 0;
  }
}

@media all and (max-width: 575px) {
  .datapac_testimonials_module__item {
    height: 125vw;
  }
  .testimonials_module .slide-bg-blurb {
    height: 123vw;
    width: 82%;
  }
  .datapac_testimonials_module__quote {
    font-size: 16px;
  }
}

@media all and (max-width: 480px) {
  .datapac_testimonials_module__item {
    height: 150vw;
    justify-content: center;
  }
  .testimonials_module .slide-bg-blurb {
    height: 150vw;
    width: 90%;
  }
  .datapac_testimonials_module__list {
    width: 95%;
  }
  .testimonials_module .datapac_testimonials_module__title {
    font-size: 25px !important;
    margin-bottom: 15px;
  }
  .datapac_testimonials_module__meta {
    margin-top: 20px;
  }
}

@media all and (max-width: 414px) {
}

@media all and (max-width: 390px) {
  .datapac_testimonials_module__quote {
    font-size: 14px;
  }
}

@media all and (max-width: 375px) {
  .datapac_testimonials_module__item {
    height: 165vw;
  }
  .testimonials_module .slide-bg-blurb {
    height: 165vw;
    width: 85%;
  }
}

@media all and (max-width: 360px) {
}

@media all and (max-width: 325px) {
}
