.swiper-container {
  overflow-x: hidden;
  z-index: 3;
}
.swiper .wp-block-buttons {
  justify-content: center;
}
.swiper .wp-block-buttons a {
  display: none;
}
.swiper-button-prev, .swiper-button-next {
  border: 0px;
  background-color: transparent;
  position: relative;
  left: 0;
  right: 0;
}
.swiper-button-prev:after {
  transform: rotate(180deg);
}
.swiper-pathologies {
  max-width: 80vw;
  overflow: visible !important;
}
.swiper-pathologies .swiper-slide {
  height: auto !important;
  margin-block-start: 0;
  max-width: 75%;
}
@media screen and (min-width: 782px) {
  .swiper-pathologies .swiper-slide {
    max-width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .swiper-pathologies .swiper-slide {
    max-width: 41.66666%;
  }
}
@media screen and (min-width: 1260px) {
  .swiper-pathologies .swiper-slide {
    max-width: 25%;
  }
}
.swiper-pathologies .swiper-slide[aria-hidden=true] {
  opacity: 0.3;
  pointer-events: none;
  filter: blur(4px);
}
@media screen and (min-width: 1260px) {
  .swiper-pathologies .swiper-slide.swiper-slide-active, .swiper-pathologies .swiper-slide.swiper-slide-prev, .swiper-pathologies .swiper-slide.swiper-slide-next {
    opacity: 1;
    filter: blur(0);
  }
}
.swiper-pathologies .swiper-button-prev, .swiper-pathologies .swiper-button-next {
  width: 2.8125rem;
  height: 2.8125rem;
  position: relative;
  left: 0;
  right: 0;
}
.swiper-pathologies .swiper-button-prev:after, .swiper-pathologies .swiper-button-next:after {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iQ2FscXVlXzEiIGRhdGEtbmFtZT0iQ2FscXVlIDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMDA1NTVhOwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNSw3LjVjMC0uMTMtLjA1LS4yNi0uMTQtLjM2LS4wMi0uMDItLjA0LS4wMy0uMDYtLjA0bC00Ljk3LTQuOTRjLS4xOS0uMTktLjUxLS4xOS0uNzEsMC0uMTkuMi0uMTkuNTEsMCwuNzFsNC4xNiw0LjE0SC41Qy4yMyw3LDAsNy4yMiwwLDcuNXMuMjIuNS41LjVoMTIuNzdsLTQuMTYsNC4xNGMtLjIuMi0uMi41MSwwLC43MS4xLjEuMjMuMTUuMzUuMTVzLjI2LS4wNS4zNS0uMTVsNC45Ny00Ljk0cy4wNC0uMDIuMDYtLjA0Yy4xLS4xLjE1LS4yMy4xNC0uMzYsMCwwLDAsMCwwLDAsMCwwLDAsMCwwLDBaIi8+Cjwvc3ZnPg==);
}