/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-list-image {
  color: var(--wp--preset--color--txt-white);
}
.s-list-image__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5rem;
  width: 100%;
}
.s-list-image__content {
  display: flex;
  flex: 0 1 35.5rem;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 35.5rem;
  min-width: 0;
}
.s-list-image__intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}
.s-list-image__intro :where(.wp-block-heading) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.06em;
}
.s-list-image__intro :where(.wp-block-heading) {
  font-size: 57px;
}
@media screen and (min-width: 569px) {
  .s-list-image__intro :where(.wp-block-heading) {
    font-size: calc(57px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-list-image__intro :where(.wp-block-heading) {
    font-size: 3.5625rem;
  }
}
.s-list-image__intro :where(.wp-block-paragraph) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-list-image__intro :where(.wp-block-paragraph) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-list-image__intro :where(.wp-block-paragraph) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-list-image__intro :where(.wp-block-paragraph) {
    font-size: 1rem;
  }
}
.s-list-image__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-list-image__item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  min-width: 0;
  padding: 1.5rem 0;
}
.s-list-image__item-inner {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
}
.s-list-image__item-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  margin-top: 0.125rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--bg-cyan-blue);
  color: var(--wp--preset--color--txt-white);
}
.s-list-image__item-icon svg {
  display: block;
  width: 0.625rem;
  height: 0.625rem;
}
.s-list-image__item-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.s-list-image__item-title {
  margin: 0;
  color: var(--wp--preset--color--txt-cyan-blue);
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.02em;
}
.s-list-image__item-title {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-list-image__item-title {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-list-image__item-title {
    font-size: 1rem;
  }
}
.s-list-image__item-text {
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-list-image__item-text {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-list-image__item-text {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-list-image__item-text {
    font-size: 1rem;
  }
}
.s-list-image__item-text > :first-child {
  margin-top: 0;
}
.s-list-image__item-text > :last-child {
  margin-bottom: 0;
}
.s-list-image__item-text p,
.s-list-image__item-text ul,
.s-list-image__item-text ol {
  margin: 0;
}
.s-list-image__item-text ul,
.s-list-image__item-text ol {
  padding-left: 1.125rem;
}
.s-list-image__empty {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-list-image__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-list-image__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-list-image__empty {
    font-size: 1rem;
  }
}
.s-list-image__media {
  position: relative;
  flex: 0 0 41rem;
  width: 41rem;
  max-width: 100%;
  height: 34.8125rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.s-list-image__media.is-empty {
  background-color: rgba(255, 255, 255, 0.08);
}
.s-list-image__media-placeholder {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.08);
}
.s-list-image__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-list-image__media :where(figure) {
  width: 100%;
  height: 100%;
  margin: 0;
}
.s-list-image__inner.is-image-left {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .s-list-image__inner {
    gap: 3rem;
  }
  .s-list-image__media {
    flex-basis: 30rem;
    width: 30rem;
    height: 26.25rem;
  }
}
@media screen and (max-width: 991px) {
  .s-list-image__inner, .s-list-image__inner.is-image-left {
    flex-direction: column;
    gap: 2.5rem;
  }
  .s-list-image__content, .s-list-image__media {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  .s-list-image__media {
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-list-image__media {
    height: 15rem;
  }
}