@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 {
  background-color: var(--wp--preset--color--bg-white);
}
.content-banner-cta .l-wrapper {
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (max-width: 991px) {
  .content-banner-cta .l-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.content-banner-cta__banner {
  width: 100%;
  min-height: 15rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  padding: 2rem;
  background-image: linear-gradient(73.07deg, rgba(220, 224, 227, 0.22) 61.068%, rgba(204, 208, 210, 0.202) 99.673%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .content-banner-cta__banner {
    padding: 1.5rem;
    min-height: unset;
  }
}
.content-banner-cta__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.content-banner-cta__title {
  margin: 0;
  font-family: "Liter", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
@media screen and (max-width: 991px) {
  .content-banner-cta__title {
    font-size: 2rem;
    white-space: normal;
  }
}
.content-banner-cta__subtitle {
  margin: 0;
  max-width: 21.8125rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  line-height: 1.225rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.content-banner-cta__btn-wrap {
  display: inline-flex;
}