/* 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-text-list {
  color: var(--wp--preset--color--txt-white);
}
.s-text-list__inner {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
  width: 100%;
}
.s-text-list__content {
  flex: 0 1 35.5rem;
  max-width: 35.5rem;
  min-width: 0;
}
.s-text-list__content-blocks {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  width: 100%;
}
.s-text-list__content-blocks :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-text-list__content-blocks :where(.wp-block-heading) {
  font-size: 57px;
}
@media screen and (min-width: 569px) {
  .s-text-list__content-blocks :where(.wp-block-heading) {
    font-size: calc(57px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-list__content-blocks :where(.wp-block-heading) {
    font-size: 3.5625rem;
  }
}
.s-text-list__content-blocks :where(.wp-block-paragraph:first-of-type) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.s-text-list__content-blocks :where(.wp-block-paragraph:first-of-type) {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-text-list__content-blocks :where(.wp-block-paragraph:first-of-type) {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-list__content-blocks :where(.wp-block-paragraph:first-of-type) {
    font-size: 1.5rem;
  }
}
.s-text-list__content-blocks :where(.wp-block-paragraph + .wp-block-paragraph) {
  margin-top: -0.5rem;
}
.s-text-list__content-blocks :where(.wp-block-paragraph:not(:first-of-type)) {
  margin-bottom: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-text-list__content-blocks :where(.wp-block-paragraph:not(:first-of-type)) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-text-list__content-blocks :where(.wp-block-paragraph:not(:first-of-type)) {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-list__content-blocks :where(.wp-block-paragraph:not(:first-of-type)) {
    font-size: 1rem;
  }
}
.s-text-list__content-blocks :where(.wp-block-madare-theme-buttons, .wp-block-madare-theme-button) {
  margin-top: 0.5rem;
}
.s-text-list__list {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-width: 0;
  margin: 0;
  padding: 1.25rem 0 0;
  list-style: none;
}
.s-text-list__item {
  min-width: 0;
  border-radius: 0.375rem;
  overflow: hidden;
  background-repeat: no-repeat;
}
.s-text-list__item:first-child {
  background-image: linear-gradient(0deg, var(--wp--preset--color--bg-electric-blue) -175%, var(--wp--preset--color--bg-midnight-blue) 200%);
}
.s-text-list__item:nth-child(2) {
  background-image: linear-gradient(0deg, var(--wp--preset--color--bg-electric-blue) 0%, var(--wp--preset--color--bg-midnight-blue) 232%);
}
.s-text-list__item:nth-child(n+3) {
  background-image: linear-gradient(0deg, var(--wp--preset--color--bg-electric-blue) 50%, var(--wp--preset--color--bg-midnight-blue) 232%);
}
.s-text-list__item-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 1.5rem;
}
.s-text-list__item-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}
.s-text-list__item-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--wp--preset--color--txt-white);
}
.s-text-list__item-icon svg {
  display: block;
  width: 0.78125rem;
  height: 0.78125rem;
}
.s-text-list__item-title {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}
.s-text-list__item-title {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-text-list__item-title {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-list__item-title {
    font-size: 1rem;
  }
}
.s-text-list__item-text {
  padding-left: 3rem;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.8;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-text-list__item-text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-text-list__item-text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-list__item-text {
    font-size: 0.875rem;
  }
}
.s-text-list__item-text > :first-child {
  margin-top: 0;
}
.s-text-list__item-text > :last-child {
  margin-bottom: 0;
}
.s-text-list__item-text p,
.s-text-list__item-text ul,
.s-text-list__item-text ol {
  margin: 0;
}
.s-text-list__item-text ul,
.s-text-list__item-text ol {
  padding-left: 1.125rem;
}
.s-text-list__empty {
  flex: 1 1 auto;
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-text-list__empty {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-text-list__empty {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-list__empty {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .s-text-list__inner {
    gap: 5rem;
  }
  .s-text-list__item {
    background-image: linear-gradient(0deg, var(--wp--preset--color--bg-electric-blue) 175.29%, var(--wp--preset--color--bg-midnight-blue) 162.64%);
  }
}
@media screen and (max-width: 991px) {
  .s-text-list__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .s-text-list__content, .s-text-list__list {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .s-text-list__list {
    padding-top: 0;
    width: 100%;
  }
}