.splide-wrapper {
  width: 100%;
  overflow: hidden;
  z-index: 0;
  background: white;
}


.splide-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0187CE08; 
  clip-path: polygon(0% 0%, 20% 0%, 70% 100%, 0% 100%);
  z-index: -1;
}


.splide-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #0187CE08; 
  clip-path: polygon(100% 0%, 80% 0%, 0% 140%, 100% 100%);
  z-index: -1;
}
