/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-indexed-cards-slider {
  background-color: var(--eb-ics-bg, var(--wp--preset--color--g-primary-darker));
  overflow: hidden;
  position: relative;
}
.s-indexed-cards-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.s-indexed-cards-slider__header--centered {
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 52.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
}
.s-indexed-cards-slider__header-text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
.s-indexed-cards-slider__title {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  color: var(--wp--preset--color--txt-white);
  margin: 0;
  max-width: 56.25rem;
}
.has-bg-white-background-color .s-indexed-cards-slider__title, .has-bg-secondary-lightest-background-color .s-indexed-cards-slider__title, .has-bg-secondary-lighter-background-color .s-indexed-cards-slider__title {
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-indexed-cards-slider__header--centered .s-indexed-cards-slider__title {
  max-width: none;
}
.s-indexed-cards-slider__subtitle {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--txt-white);
  margin: 0;
}
.s-indexed-cards-slider__subtitle p {
  margin-top: 0;
  margin-bottom: 1em;
}
.s-indexed-cards-slider__subtitle p:last-child {
  margin-bottom: 0;
}
.s-indexed-cards-slider__subtitle a {
  color: inherit;
  text-decoration: underline;
}
.has-bg-white-background-color .s-indexed-cards-slider__subtitle, .has-bg-secondary-lightest-background-color .s-indexed-cards-slider__subtitle, .has-bg-secondary-lighter-background-color .s-indexed-cards-slider__subtitle {
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-indexed-cards-slider__carousel-arrows {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
.s-indexed-cards-slider__carousel-arrows .s-indexed-cards-slider__arrows {
  justify-content: center;
}
.s-indexed-cards-slider__arrows {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}
.s-indexed-cards-slider__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: var(--wp--preset--color--bg-white);
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  color: var(--wp--preset--color--txt-gray-dark);
  flex-shrink: 0;
}
.s-indexed-cards-slider__arrow:hover {
  border-color: transparent;
  background-color: var(--wp--preset--color--bg-primary);
}
.s-indexed-cards-slider__arrow--prev svg {
  transform: scaleX(-1) rotate(180deg);
}
.s-indexed-cards-slider__carousel .splide__track {
  padding-left: max(2rem, (100% - var(--eb-ics-container, 1300px)) / 2 + 2rem);
  padding-right: 1.25rem;
  overflow: visible;
}
.s-indexed-cards-slider__carousel .splide__list {
  align-items: stretch;
}
.s-indexed-cards-slider__carousel .splide__slide {
  width: 26.3125rem;
  height: auto;
  display: flex;
}
.s-indexed-cards-slider__card {
  width: 26.3125rem;
  background-color: var(--wp--preset--color--bg-secondary-light);
  border-radius: 0.625rem;
  padding: 1.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: 100%;
  box-sizing: border-box;
}
.s-indexed-cards-slider__carousel--bg-primary .s-indexed-cards-slider__card {
  background-color: var(--wp--preset--color--bg-primary);
}
.s-indexed-cards-slider__card-index {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  background-color: var(--wp--preset--color--bg-white);
  flex-shrink: 0;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-indexed-cards-slider__card-body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1;
}
.s-indexed-cards-slider__card-title {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
  margin: 0;
}
.s-indexed-cards-slider__card--title-large .s-indexed-cards-slider__card-title {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-indexed-cards-slider__card-text {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--txt-gray-dark);
  margin: 0;
}
.s-indexed-cards-slider__card-link {
  display: inline-block;
  margin-top: auto;
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  color: var(--wp--preset--color--txt-gray-dark);
}
@media screen and (max-width: 1024px) {
  .s-indexed-cards-slider__title {
    font-size: 2.5rem;
  }
  .s-indexed-cards-slider__header {
    margin-bottom: 2rem;
  }
  .s-indexed-cards-slider__header--centered {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-indexed-cards-slider__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .s-indexed-cards-slider__arrow {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media screen and (max-width: 580px) {
  .s-indexed-cards-slider__title {
    font-size: 2rem;
  }
  .s-indexed-cards-slider__header {
    margin-bottom: 1.5rem;
  }
  .s-indexed-cards-slider__header--centered {
    margin-bottom: 2rem;
  }
  .s-indexed-cards-slider__carousel .splide__track {
    padding-left: 1.25rem;
  }
  .s-indexed-cards-slider__card {
    padding: 1.25rem 1.5rem 1.5rem;
    gap: 1rem;
  }
  .s-indexed-cards-slider__card-index {
    width: 2.75rem;
    height: 2.75rem;
  }
  .s-indexed-cards-slider__card-body {
    gap: 1rem;
  }
}