@charset "UTF-8";
/* 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-highlight-quote.has-institution-light {
  background-color: var(--hq-light);
}
.s-highlight-quote__inner {
  width: 100%;
}
.s-highlight-quote__grid {
  gap: 1.25rem;
}
.s-highlight-quote__grid.has-media {
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
}
.s-highlight-quote__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  padding: 4.0625rem;
  overflow: hidden;
  border-radius: 1.125rem;
  background-color: var(--hq-card, var(--wp--preset--color--red));
  color: var(--wp--preset--color--white);
}
.s-highlight-quote__quote-mark {
  position: absolute;
  right: -1.0625rem;
  z-index: 0;
  display: block;
  top: -3rem;
  right: -1.0625rem;
  width: 15.9375rem;
  height: 13.875rem;
  pointer-events: none;
  color: var(--hq-light, var(--wp--preset--color--beige-medium));
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 100%);
}
.s-highlight-quote__quote-mark svg {
  display: block;
  width: 100%;
  height: 100%;
}
.s-highlight-quote__title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--wp--preset--color--white);
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-highlight-quote__title {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__title {
    font-size: calc(40px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__title {
    font-size: 3.5rem;
  }
}
.s-highlight-quote__text {
  position: relative;
  z-index: 1;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: var(--hq-light, var(--wp--preset--color--beige-medium));
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-highlight-quote__text {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text > *:first-child {
  margin-top: 0;
}
.s-highlight-quote__text > *:last-child {
  margin-bottom: 0;
}
.s-highlight-quote__text h1,
.s-highlight-quote__text h2 {
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
  margin: 2rem 0 1rem;
}
.s-highlight-quote__text h1,
.s-highlight-quote__text h2 {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text h1,
  .s-highlight-quote__text h2 {
    font-size: calc(40px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text h1,
  .s-highlight-quote__text h2 {
    font-size: 3.5rem;
  }
}
.s-highlight-quote__text h1:first-child,
.s-highlight-quote__text h2:first-child {
  margin-top: 0;
}
.s-highlight-quote__text h3 {
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  color: var(--wp--preset--color--red);
  margin: 1.75rem 0 0.75rem;
}
.s-highlight-quote__text h3 {
  font-size: 26px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text h3 {
    font-size: calc(26px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text h3 {
    font-size: 1.625rem;
  }
}
.s-highlight-quote__text h3:first-child {
  margin-top: 0;
}
.s-highlight-quote__text h4,
.s-highlight-quote__text h5,
.s-highlight-quote__text h6 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  margin: 1.5rem 0 0.5rem;
}
.s-highlight-quote__text h4,
.s-highlight-quote__text h5,
.s-highlight-quote__text h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text h4,
  .s-highlight-quote__text h5,
  .s-highlight-quote__text h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text h4,
  .s-highlight-quote__text h5,
  .s-highlight-quote__text h6 {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text h4:first-child,
.s-highlight-quote__text h5:first-child,
.s-highlight-quote__text h6:first-child {
  margin-top: 0;
}
.s-highlight-quote__text h6 {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.s-highlight-quote__text h6 {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text h6 {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text h6 {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__text p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  margin: 0 0 1rem;
}
.s-highlight-quote__text p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text p {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text p:last-child {
  margin-bottom: 0;
}
.s-highlight-quote__text a:not(.c-btn) {
  color: var(--wp--preset--color--pink);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: color 0.2s ease;
}
.s-highlight-quote__text a:not(.c-btn):hover {
  color: var(--wp--preset--color--red);
}
.s-highlight-quote__text b,
.s-highlight-quote__text strong {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 700;
}
.s-highlight-quote__text b,
.s-highlight-quote__text strong {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text b,
  .s-highlight-quote__text strong {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text b,
  .s-highlight-quote__text strong {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text i,
.s-highlight-quote__text em {
  font-style: italic;
}
.s-highlight-quote__text u {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.s-highlight-quote__text s,
.s-highlight-quote__text del,
.s-highlight-quote__text strike {
  text-decoration: line-through;
}
.s-highlight-quote__text mark {
  background-color: color-mix(in srgb, var(--wp--preset--color--pink) 15%, transparent);
  color: inherit;
  padding: 0.0625rem 0.25rem;
}
.s-highlight-quote__text small {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.s-highlight-quote__text small {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text small {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text small {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__text sub,
.s-highlight-quote__text sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-highlight-quote__text code,
.s-highlight-quote__text kbd,
.s-highlight-quote__text samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--beige-light);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-highlight-quote__text code,
.s-highlight-quote__text kbd,
.s-highlight-quote__text samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text code,
  .s-highlight-quote__text kbd,
  .s-highlight-quote__text samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text code,
  .s-highlight-quote__text kbd,
  .s-highlight-quote__text samp {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__text pre {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--beige-light);
  border-radius: 0.5rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-highlight-quote__text pre {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text pre {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text pre {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text pre code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-highlight-quote__text ul,
.s-highlight-quote__text ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.s-highlight-quote__text ul:first-child,
.s-highlight-quote__text ol:first-child {
  margin-top: 0;
}
.s-highlight-quote__text ul:last-child,
.s-highlight-quote__text ol:last-child {
  margin-bottom: 0;
}
.s-highlight-quote__text ul ul,
.s-highlight-quote__text ul ol,
.s-highlight-quote__text ol ul,
.s-highlight-quote__text ol ol {
  margin: 0.5rem 0 0;
}
.s-highlight-quote__text ul li,
.s-highlight-quote__text ol li {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-highlight-quote__text ul li,
.s-highlight-quote__text ol li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text ul li,
  .s-highlight-quote__text ol li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text ul li,
  .s-highlight-quote__text ol li {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text ul li::marker,
.s-highlight-quote__text ol li::marker {
  color: var(--wp--preset--color--pink);
}
.s-highlight-quote__text ul li + li,
.s-highlight-quote__text ol li + li {
  margin-top: 0.5rem;
}
.s-highlight-quote__text ul li > ul,
.s-highlight-quote__text ul li > ol,
.s-highlight-quote__text ol li > ul,
.s-highlight-quote__text ol li > ol {
  margin-top: 0.5rem;
}
.s-highlight-quote__text ul {
  list-style: disc;
}
.s-highlight-quote__text ol {
  list-style: decimal;
}
.s-highlight-quote__text dl {
  margin: 1rem 0;
}
.s-highlight-quote__text dl dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-highlight-quote__text dl dt:first-child {
  margin-top: 0;
}
.s-highlight-quote__text dl dd {
  margin: 0.25rem 0 0 1rem;
}
.s-highlight-quote__text blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 0.1875rem solid var(--wp--preset--color--pink);
}
.s-highlight-quote__text blockquote p {
  margin: 0;
}
.s-highlight-quote__text blockquote p + p {
  margin-top: 0.75rem;
}
.s-highlight-quote__text blockquote cite,
.s-highlight-quote__text blockquote footer {
  display: block;
  margin-top: 0.75rem;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-highlight-quote__text blockquote cite,
.s-highlight-quote__text blockquote footer {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text blockquote cite,
  .s-highlight-quote__text blockquote footer {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text blockquote cite,
  .s-highlight-quote__text blockquote footer {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__text hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
}
.s-highlight-quote__text img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.s-highlight-quote__text figure {
  margin: 1.5rem 0;
  max-width: 100%;
}
.s-highlight-quote__text figure img {
  margin: 0;
}
.s-highlight-quote__text figure figcaption {
  margin-top: 0.5rem;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.75;
}
.s-highlight-quote__text figure figcaption {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text figure figcaption {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text figure figcaption {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__text table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-highlight-quote__text table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text table {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text table th,
.s-highlight-quote__text table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  text-align: left;
  vertical-align: top;
}
.s-highlight-quote__text table th {
  font-weight: 700;
  background-color: var(--wp--preset--color--beige-light);
}
.s-highlight-quote__text h1 {
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-highlight-quote__text h1 {
  font-size: 40px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text h1 {
    font-size: calc(40px + 16 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text h1 {
    font-size: 3.5rem;
  }
}
.s-highlight-quote__text h1:not(:first-child) {
  margin-top: 2rem;
}
.s-highlight-quote__text h6 {
  font-weight: 400;
  font-family: "the-seasons", serif;
}
.s-highlight-quote__text h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text h6 {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text h6:not(:first-child) {
  margin-top: 1rem;
}
.s-highlight-quote__text figure {
  margin: 2rem 0;
  max-width: 100%;
}
.s-highlight-quote__text figure:first-child {
  margin-top: 0;
}
.s-highlight-quote__text figure img {
  margin: 0;
}
.s-highlight-quote__text figcaption,
.s-highlight-quote__text .wp-element-caption,
.s-highlight-quote__text .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.s-highlight-quote__text figcaption,
.s-highlight-quote__text .wp-element-caption,
.s-highlight-quote__text .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text figcaption,
  .s-highlight-quote__text .wp-element-caption,
  .s-highlight-quote__text .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text figcaption,
  .s-highlight-quote__text .wp-element-caption,
  .s-highlight-quote__text .wp-caption-text {
    font-size: 0.75rem;
  }
}
.s-highlight-quote__text .wp-caption {
  max-width: 100%;
}
.s-highlight-quote__text .wp-caption img {
  margin: 0;
}
.s-highlight-quote__text .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.s-highlight-quote__text .aligncenter figcaption,
.s-highlight-quote__text .aligncenter .wp-element-caption {
  text-align: center;
}
.s-highlight-quote__text .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.s-highlight-quote__text .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.s-highlight-quote__text .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.s-highlight-quote__text .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.s-highlight-quote__text .alignfull img {
  border-radius: 0;
}
.s-highlight-quote__text img.size-medium,
.s-highlight-quote__text figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.s-highlight-quote__text img.size-thumbnail,
.s-highlight-quote__text figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.s-highlight-quote__text blockquote,
.s-highlight-quote__text .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.s-highlight-quote__text blockquote p,
.s-highlight-quote__text .wp-block-quote p {
  margin-top: 0.75rem;
}
.s-highlight-quote__text blockquote p:first-child,
.s-highlight-quote__text .wp-block-quote p:first-child {
  margin-top: 0;
}
.s-highlight-quote__text blockquote cite,
.s-highlight-quote__text blockquote footer,
.s-highlight-quote__text .wp-block-quote cite,
.s-highlight-quote__text .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-highlight-quote__text blockquote cite,
.s-highlight-quote__text blockquote footer,
.s-highlight-quote__text .wp-block-quote cite,
.s-highlight-quote__text .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text blockquote cite,
  .s-highlight-quote__text blockquote footer,
  .s-highlight-quote__text .wp-block-quote cite,
  .s-highlight-quote__text .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text blockquote cite,
  .s-highlight-quote__text blockquote footer,
  .s-highlight-quote__text .wp-block-quote cite,
  .s-highlight-quote__text .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.s-highlight-quote__text .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
  border-bottom: 1px solid var(--wp--preset--color--beige-medium);
  border-left: none;
}
.s-highlight-quote__text .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.s-highlight-quote__text .wp-block-pullquote cite {
  margin-top: 1rem;
}
.s-highlight-quote__text code,
.s-highlight-quote__text kbd,
.s-highlight-quote__text samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--beige-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-highlight-quote__text code,
.s-highlight-quote__text kbd,
.s-highlight-quote__text samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text code,
  .s-highlight-quote__text kbd,
  .s-highlight-quote__text samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text code,
  .s-highlight-quote__text kbd,
  .s-highlight-quote__text samp {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__text pre,
.s-highlight-quote__text .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--beige-medium);
  border-radius: 0.5rem;
}
.s-highlight-quote__text pre code,
.s-highlight-quote__text .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-highlight-quote__text table,
.s-highlight-quote__text .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.s-highlight-quote__text table,
.s-highlight-quote__text .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text table,
  .s-highlight-quote__text .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text table,
  .s-highlight-quote__text .wp-block-table table {
    font-size: 0.875rem;
  }
}
.s-highlight-quote__text table th,
.s-highlight-quote__text table td,
.s-highlight-quote__text .wp-block-table table th,
.s-highlight-quote__text .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  text-align: left;
  vertical-align: top;
}
.s-highlight-quote__text table th,
.s-highlight-quote__text .wp-block-table table th {
  font-weight: 700;
}
.s-highlight-quote__text .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-highlight-quote__text hr,
.s-highlight-quote__text .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.s-highlight-quote__text hr.is-style-wide,
.s-highlight-quote__text .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.s-highlight-quote__text hr.is-style-dots,
.s-highlight-quote__text .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.s-highlight-quote__text hr.is-style-dots::before,
.s-highlight-quote__text .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.s-highlight-quote__text hr.is-style-dots::before,
.s-highlight-quote__text .wp-block-separator.is-style-dots::before {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__text hr.is-style-dots::before,
  .s-highlight-quote__text .wp-block-separator.is-style-dots::before {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__text hr.is-style-dots::before,
  .s-highlight-quote__text .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.s-highlight-quote__text .wp-block-embed,
.s-highlight-quote__text .wp-block-video,
.s-highlight-quote__text .wp-block-audio,
.s-highlight-quote__text .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.s-highlight-quote__text .wp-block-embed__wrapper,
.s-highlight-quote__text .wp-block-video video {
  max-width: 100%;
}
.s-highlight-quote__text .wp-block-embed iframe {
  max-width: 100%;
}
.s-highlight-quote__text .wp-block-gallery,
.s-highlight-quote__text .blocks-gallery-grid,
.s-highlight-quote__text .wp-block-media-text {
  gap: 0.5rem;
}
.s-highlight-quote__text .wp-block-gallery,
.s-highlight-quote__text .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.s-highlight-quote__text .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-highlight-quote__text .wp-block-button__link {
  text-decoration: none;
}
.s-highlight-quote__text ul ul,
.s-highlight-quote__text ol ol,
.s-highlight-quote__text ul ol,
.s-highlight-quote__text ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-highlight-quote__text dl {
  margin: 1.5rem 0;
}
.s-highlight-quote__text dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-highlight-quote__text dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.s-highlight-quote__text mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.s-highlight-quote__text sub,
.s-highlight-quote__text sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-highlight-quote__text .has-text-align-center {
  text-align: center;
}
.s-highlight-quote__text .has-text-align-right {
  text-align: right;
}
.s-highlight-quote__text .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .s-highlight-quote__text .alignleft,
  .s-highlight-quote__text .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .s-highlight-quote__text .alignwide,
  .s-highlight-quote__text .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .s-highlight-quote__text figure,
  .s-highlight-quote__text .wp-block-image,
  .s-highlight-quote__text .wp-caption,
  .s-highlight-quote__text .wp-block-media-text__media {
    max-width: 100%;
  }
  .s-highlight-quote__text figure img,
  .s-highlight-quote__text .wp-block-image img,
  .s-highlight-quote__text .wp-caption img,
  .s-highlight-quote__text .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .s-highlight-quote__text > img,
  .s-highlight-quote__text p > img,
  .s-highlight-quote__text .wp-block-image img,
  .s-highlight-quote__text .wp-block-gallery .blocks-gallery-item img,
  .s-highlight-quote__text .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .s-highlight-quote__text img.size-medium,
  .s-highlight-quote__text figure.size-medium img,
  .s-highlight-quote__text img.size-thumbnail,
  .s-highlight-quote__text figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .s-highlight-quote__text figcaption,
  .s-highlight-quote__text .wp-element-caption,
  .s-highlight-quote__text .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .s-highlight-quote__text pre,
  .s-highlight-quote__text .wp-block-code {
    padding: 1rem;
  }
}
.s-highlight-quote__text::after {
  content: "";
  display: block;
  clear: both;
}
.s-highlight-quote__author {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: "poppins", sans-serif;
  color: var(--wp--preset--color--white);
}
.s-highlight-quote__author {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-highlight-quote__author {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-highlight-quote__author {
    font-size: 0.8125rem;
  }
}
.s-highlight-quote__author-name {
  font-weight: 600;
  line-height: 1.5;
}
.s-highlight-quote__author-meta {
  font-weight: 400;
  line-height: 1.5;
}
.s-highlight-quote__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.125rem;
}
.s-highlight-quote__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 991px) {
  .s-highlight-quote__grid.has-media {
    display: flex;
    flex-direction: column-reverse;
  }
  .s-highlight-quote__card {
    padding: 2.5rem;
  }
  .s-highlight-quote__quote-mark {
    width: 12.5rem;
    height: 10.875rem;
  }
  .s-highlight-quote__media img {
    position: static;
    height: auto;
  }
}