@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-simple-text {
  background-color: var(--wp--preset--color--bg-white);
}
.content-simple-text.has-bg-secondary-lightest-background-color {
  background-color: var(--wp--preset--color--bg-secondary-lightest);
}
.content-simple-text.has-eb-breadcrumb-muted-background-color {
  background-color: var(--wp--preset--color--eb-breadcrumb-muted);
}
.content-simple-text.has-eb-content-form-bg-background-color {
  background-color: var(--wp--preset--color--eb-content-form-bg);
}
.content-simple-text.has-eb-hero-blue-end-background-color {
  background-color: var(--wp--preset--color--eb-hero-blue-end);
}
.content-simple-text__inner {
  width: 100%;
}
.content-simple-text__inner--invert {
  color: var(--wp--preset--color--txt-white);
}
.content-simple-text__inner--invert a {
  color: inherit;
}
.content-simple-text__content p {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1rem;
  line-height: 1.375;
}
.content-simple-text__content p:last-child {
  margin-bottom: 0;
}
.content-simple-text__content h2 {
  margin: 0 0 1rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  font-weight: 600;
}
.content-simple-text__content h2 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .content-simple-text__content h2 {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-simple-text__content h2 {
    font-size: 1.5rem;
  }
}
.content-simple-text__content h3 {
  margin: 0 0 0.75rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  font-weight: 600;
}
.content-simple-text__content h3 {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .content-simple-text__content h3 {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-simple-text__content h3 {
    font-size: 1.25rem;
  }
}
.content-simple-text__content h4 {
  margin: 0 0 0.5rem;
  color: var(--wp--preset--color--eb-hero-cta-dark);
  font-weight: 600;
}
.content-simple-text__content h4 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .content-simple-text__content h4 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-simple-text__content h4 {
    font-size: 1.125rem;
  }
}
.content-simple-text__content p,
.content-simple-text__content li {
  font-weight: 400;
  color: var(--wp--preset--color--eb-hero-cta-dark);
}
.content-simple-text__content p,
.content-simple-text__content li {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .content-simple-text__content p,
  .content-simple-text__content li {
    font-size: calc(16px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-simple-text__content p,
  .content-simple-text__content li {
    font-size: 1rem;
  }
}
.content-simple-text__content p + p,
.content-simple-text__content h2 + p,
.content-simple-text__content h3 + p,
.content-simple-text__content h4 + p,
.content-simple-text__content ul + p,
.content-simple-text__content ol + p {
  margin-top: 0.75rem;
}
.content-simple-text__content a {
  color: inherit;
  text-decoration: underline;
}
.content-simple-text__content ul,
.content-simple-text__content ol {
  margin: 0 0 1em;
  padding-left: 1.25rem;
}
.content-simple-text__content strong,
.content-simple-text__content b {
  font-weight: 600;
}
.content-simple-text__inner--invert .content-simple-text__content h2,
.content-simple-text__inner--invert .content-simple-text__content h3,
.content-simple-text__inner--invert .content-simple-text__content h4,
.content-simple-text__inner--invert .content-simple-text__content p,
.content-simple-text__inner--invert .content-simple-text__content li {
  color: var(--wp--preset--color--txt-white);
}
.content-simple-text__placeholder {
  margin: 0;
  font-weight: 400;
  color: var(--wp--preset--color--eb-gray-dark);
  font-style: italic;
}
.content-simple-text__placeholder {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .content-simple-text__placeholder {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .content-simple-text__placeholder {
    font-size: 0.875rem;
  }
}