/* 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-cards-with-banner .l-container {
  position: relative;
}
.s-cards-with-banner__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 2;
}
.s-cards-with-banner__title {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  text-align: center;
  max-width: 45.125rem;
  margin: 0;
}
.s-cards-with-banner__title.is-clr-reverse {
  color: var(--wp--preset--color--txt-white);
}
.s-cards-with-banner__intro {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: var(--wp--preset--color--txt-white);
  max-width: 45.125rem;
  margin: -0.5rem 0 0;
}
.s-cards-with-banner__intro p {
  margin: 0 0 0.5rem;
}
.s-cards-with-banner__intro p:last-child {
  margin-bottom: 0;
}
.s-cards-with-banner__cards {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .s-cards-with-banner__cards {
    flex-direction: column;
  }
}
.s-cards-with-banner__card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 2rem 2rem;
  background-color: var(--wp--preset--color--bg-primary);
  border-radius: 0.625rem;
  overflow: hidden;
}
.s-cards-with-banner__card-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--wp--preset--color--bg-white);
  color: var(--wp--preset--color--txt-gray-dark);
  font-family: "remora-sans-w1", "sans-serif";
  font-size: 0.9375rem;
  line-height: 1.6;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  flex-shrink: 0;
}
.s-cards-with-banner__card-ttl {
  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);
  margin: 0;
}
.s-cards-with-banner__card-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-cards-with-banner__card-subtitle {
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
  margin: 0;
  line-height: 1.375;
}
.s-cards-with-banner__card-subtitle {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-cards-with-banner__card-subtitle {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-with-banner__card-subtitle {
    font-size: 1rem;
  }
}
.s-cards-with-banner__card-desc {
  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-cards-with-banner__card-desc p {
  margin: 0 0 0.5rem;
}
.s-cards-with-banner__card-desc p:last-child {
  margin-bottom: 0;
}
.s-cards-with-banner__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);
}
.s-cards-with-banner__banner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 2rem;
  background-color: var(--wp--preset--color--bg-secondary-light);
  border-radius: 0.625rem;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .s-cards-with-banner__banner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.s-cards-with-banner__banner-ttl {
  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);
  margin: 0;
  flex-shrink: 0;
  max-width: 16.8125rem;
}
.s-cards-with-banner__banner-content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  flex: 1 1 0;
  min-width: 0;
}
@media screen and (min-width: 991px) {
  .s-cards-with-banner__banner-content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.s-cards-with-banner__banner-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-cards-with-banner__banner-intro {
  font-weight: 700;
  color: var(--wp--preset--color--txt-gray-dark);
  margin: 0;
  line-height: 1.375;
}
.s-cards-with-banner__banner-intro {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-cards-with-banner__banner-intro {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-with-banner__banner-intro {
    font-size: 1rem;
  }
}
.s-cards-with-banner__banner-desc {
  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-cards-with-banner__banner-desc p {
  margin: 0 0 0.5rem;
}
.s-cards-with-banner__banner-desc p:last-child {
  margin-bottom: 0;
}
.s-cards-with-banner__banner-btn {
  flex-shrink: 0;
}
.s-cards-with-banner__stars.stars-trio {
  right: -10%;
  transform: translate(0, -50%);
  top: 10%;
  width: 22%;
  height: 20%;
}
.s-cards-with-banner__stars.stars-trio svg path {
  fill: #000;
}
@media screen and (max-width: 1024px) {
  .s-cards-with-banner__title {
    font-size: 2.5rem;
  }
  .s-cards-with-banner__inner {
    gap: 1.5rem;
  }
  .s-cards-with-banner__banner {
    gap: 2.5rem;
  }
  .s-cards-with-banner__banner-content {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 991px) {
  .s-cards-with-banner__title {
    max-width: 100%;
  }
  .s-cards-with-banner__card {
    flex: none;
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .s-cards-with-banner__banner {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  .s-cards-with-banner__banner-ttl {
    max-width: 100%;
  }
  .s-cards-with-banner__banner-content {
    gap: 1.5rem;
  }
  .s-cards-with-banner__stars.stars-trio {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .s-cards-with-banner__title {
    font-size: 2rem;
  }
  .s-cards-with-banner__inner {
    gap: 1.25rem;
  }
  .s-cards-with-banner__cards {
    gap: 0.75rem;
  }
  .s-cards-with-banner__card {
    padding: 1rem 1.25rem 1.25rem;
    gap: 1rem;
  }
  .s-cards-with-banner__card-num {
    width: 2.75rem;
    height: 2.75rem;
  }
  .s-cards-with-banner__banner {
    padding: 1.25rem;
    gap: 1.25rem;
  }
  .s-cards-with-banner__banner-content {
    gap: 1.25rem;
  }
}