/* 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-image-banner {
  color: var(--wp--preset--color--txt-white);
}
.s-text-image-banner__card {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 6.9375rem;
  width: 100%;
  border: 0.03125rem solid var(--wp--preset--color--bg-cyan-blue);
  border-radius: 0.375rem;
  background: rgba(61, 180, 255, 0.15);
  overflow: hidden;
  padding-left: 6.9375rem;
}
.s-text-image-banner__deco {
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
.s-text-image-banner__deco svg {
  height: 3rem;
  width: auto;
}
.s-text-image-banner__content {
  display: flex;
  flex: 0 0 28rem;
  flex-direction: column;
  justify-content: center;
  max-width: 28rem;
  min-width: 0;
  padding: 6.5rem 0;
}
.s-text-image-banner__blocks {
  width: 100%;
}
.s-text-image-banner__blocks :where(.wp-block-heading) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  font-family: "aptos-display", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.s-text-image-banner__blocks :where(.wp-block-heading) {
  font-size: 37px;
}
@media screen and (min-width: 569px) {
  .s-text-image-banner__blocks :where(.wp-block-heading) {
    font-size: calc(37px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-image-banner__blocks :where(.wp-block-heading) {
    font-size: 2.3125rem;
  }
}
.s-text-image-banner__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-image-banner__blocks :where(.wp-block-paragraph:first-of-type) {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-text-image-banner__blocks :where(.wp-block-paragraph:first-of-type) {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-text-image-banner__blocks :where(.wp-block-paragraph:first-of-type) {
    font-size: 1.5rem;
  }
}
.s-text-image-banner__blocks :where(.wp-block-paragraph:not(:first-of-type)) {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  opacity: 0.7;
  font-family: "aptos", sans-serif;
  font-weight: 400;
  line-height: normal;
}
.s-text-image-banner__blocks :where(.wp-block-paragraph:not(:first-of-type)) {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .s-text-image-banner__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-image-banner__blocks :where(.wp-block-paragraph:not(:first-of-type)) {
    font-size: 1rem;
  }
}
.s-text-image-banner__blocks :where(.wp-block-madare-theme-buttons, .wp-block-madare-theme-button) {
  margin-top: 2.5rem;
}
.s-text-image-banner__blocks :where(.c-buttons) {
  margin-top: 2.5rem;
}
.s-text-image-banner__blocks .c-buttons .c-btn {
  margin-top: 0;
}
.s-text-image-banner__blocks :where(.c-btn) {
  margin-top: 2.5rem;
}
.s-text-image-banner__media {
  position: relative;
  flex: 1 1 auto;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}
.s-text-image-banner__media.is-empty {
  background-color: rgba(255, 255, 255, 0.08);
}
.s-text-image-banner__media-placeholder {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  background-color: rgba(255, 255, 255, 0.08);
}
.s-text-image-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.s-text-image-banner__media :where(figure) {
  width: 100%;
  height: 100%;
  margin: 0;
}