@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-cta-imgback {
  background-color: var(--wp--preset--color--bg-white);
}
.content-banner-cta-imgback__banner {
  position: relative;
  width: 100%;
  min-height: 27.125rem;
  border-radius: 1rem;
  overflow: hidden;
  padding: 2rem;
  display: flex;
  align-items: stretch;
}
.content-banner-cta-imgback__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.content-banner-cta-imgback__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.content-banner-cta-imgback__bg-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(118.33deg, var(--wp--preset--color--eb-cta-imgback-blue-start) 13.567%, var(--wp--preset--color--eb-cta-imgback-blue-end) 95.531%);
}
.content-banner-cta-imgback__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 42.078%, rgba(0, 0, 0, 0.7) 100%);
}
.content-banner-cta-imgback__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.content-banner-cta-imgback__copy {
  width: 41.5625rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-banner-cta-imgback__title {
  margin: 0;
  width: 25.375rem;
  max-width: 100%;
  color: var(--wp--preset--color--txt-white);
  font-family: "Liter", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-weight: 400;
  text-transform: none;
}
.content-banner-cta-imgback__title {
  font-size: 32px;
}
@media screen and (min-width: 569px) {
  .content-banner-cta-imgback__title {
    font-size: calc(32px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-banner-cta-imgback__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .content-banner-cta-imgback__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 580px) {
  .content-banner-cta-imgback__title {
    font-size: 2.25rem;
  }
}
.content-banner-cta-imgback__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  align-items: flex-start;
}
.content-banner-cta-imgback__text {
  width: 29rem;
  max-width: 100%;
  color: var(--wp--preset--color--txt-white);
  font-family: "Open Sans", sans-serif;
}
.content-banner-cta-imgback__text p {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}
.content-banner-cta-imgback__text p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .content-banner-cta-imgback__text p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-banner-cta-imgback__text p {
    font-size: 0.875rem;
  }
}
.content-banner-cta-imgback__text p + p {
  margin-top: 0.75rem;
}
.content-banner-cta-imgback__text a {
  color: inherit;
  text-decoration: underline;
}
.content-banner-cta-imgback__btn-wrap {
  display: inline-flex;
}
.content-banner-cta-imgback__hint {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}
.content-banner-cta-imgback__hint {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .content-banner-cta-imgback__hint {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-banner-cta-imgback__hint {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .content-banner-cta-imgback__banner {
    min-height: unset;
    padding: 1.5rem;
  }
  .content-banner-cta-imgback__copy {
    width: 100%;
    gap: 1.5rem;
  }
}