#performance-slider-wrapper {
  position: relative;
  z-index: 1;
}

.lmn-performance-slider {
  width: 100%;
  position: relative;
}
.lmn-performance-slider__container {
  width: 100%;
  overflow: visible !important;
}
@media (min-width: 1024px) {
  .lmn-performance-slider__container {
    min-height: 539px;
  }
}
.lmn-performance-slider__slide {
  height: 315px !important;
  display: flex;
  flex-shrink: 0;
  width: auto !important;
}
@media (min-width: 1024px) {
  .lmn-performance-slider__slide {
    height: 539px !important;
  }
}
.lmn-performance-slider__slide--card {
  width: 253px !important;
}
@media (min-width: 1024px) {
  .lmn-performance-slider__slide--card {
    width: 431px !important;
  }
}
.lmn-performance-slider__slide--image .large {
  width: 450px !important;
}
@media (min-width: 1024px) {
  .lmn-performance-slider__slide--image .large {
    width: 775px !important;
  }
}
.lmn-performance-slider__slide--image .small {
  width: 431px !important;
}
.lmn-performance-slider__card, .lmn-performance-slider__image-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.lmn-performance-slider__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 16px;
  gap: 10px;
}
@media (min-width: 1024px) {
  .lmn-performance-slider__card {
    padding: 24px;
  }
}
.lmn-performance-slider__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lmn-performance-slider h3.lmn-performance-slider__title {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-120);
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  color: inherit;
}
.lmn-performance-slider p.lmn-performance-slider__subtitle {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-32);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: inherit;
}
.lmn-performance-slider__image-wrapper {
  display: block;
}
.lmn-performance-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}/*# sourceMappingURL=block-performance-slider.css.map */