@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* Hover / transitions — desktop pointer devices only (avoids sticky :hover on touch) */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.content-banner-img {
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.content-banner-img .l-wrapper {
  padding-top: 6.375rem;
  padding-bottom: 6.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 991px) {
  .content-banner-img .l-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.content-banner-img__banner {
  position: relative;
  width: 100%;
  min-height: 29.75rem;
  border-radius: 2rem;
  padding: 3.875rem;
  background-image: linear-gradient(-87.28deg, var(--wp--preset--color--eb-hero-blue-start) 41.171%, var(--wp--preset--color--eb-hero-blue-end) 97.661%);
  display: flex;
  align-items: stretch;
  gap: 0.625rem;
  color: var(--wp--preset--color--txt-white);
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .content-banner-img__banner {
    flex-direction: column;
    padding: 2rem;
    min-height: unset;
    gap: 1.5rem;
  }
}
.content-banner-img__header {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 3.875rem;
}
@media screen and (max-width: 991px) {
  .content-banner-img__header {
    padding-top: 0;
    padding-bottom: 0;
    gap: 1.25rem;
  }
}
.content-banner-img__title {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
  max-width: 42.3125rem;
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}
.content-banner-img__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .content-banner-img__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-banner-img__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .content-banner-img__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .content-banner-img__title {
    font-size: 2.25rem;
  }
}
.content-banner-img__text {
  max-width: 35.25rem;
}
.content-banner-img__text p {
  margin: 0;
  color: var(--wp--preset--color--txt-white);
}
.content-banner-img__text p {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .content-banner-img__text p {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-banner-img__text p {
    font-size: 1.25rem;
  }
}
.content-banner-img__text p + p {
  margin-top: 0.75rem;
}
.content-banner-img__text a {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .content-banner-img__text {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.content-banner-img__media {
  flex-shrink: 0;
  width: 34rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .content-banner-img__media {
    width: 100%;
  }
}
.content-banner-img__img {
  display: block;
  max-width: 15rem;
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .content-banner-img__img {
    max-width: 13.75rem;
  }
}