/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-section-flexible--bg-transparent {
  background-color: transparent;
}

.s-section-flexible--bg-white {
  background-color: #ffffff;
}

.s-section-flexible--bg-blue-light {
  background-color: #bfe9ff;
}

.s-section-flexible--bg-blue-cta {
  background-color: #004e6a;
}

.s-section-flexible--bg-blue-dark {
  background-color: #001a24;
}

.s-section-flexible--bg-green-light {
  background-color: #ecffac;
}

.s-section-flexible--bg-green {
  background-color: #85cc1d;
}

.s-section-flexible--bg-mid-grey {
  background-color: #d5d5d5;
}

.s-section-flexible--bg-black {
  background-color: #000000;
}

.s-section-flexible--bg-light-grey {
  background-color: #C8C8C8;
}

.s-section-flexible--text-dark {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}

.s-section-flexible--text-light {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-flexible--text-auto {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark, .s-section-flexible--text-auto.s-section-flexible--bg-blue-cta {
  color: var(--wp--preset--color--alteal-white, #ffffff);
}

.s-section-flexible__inner {
  width: 100%;
}

.s-section-flexible__inner--border {
  border: 1px solid rgba(0, 26, 36, 0.12);
  border-radius: 1.5rem;
}

.s-section-flexible--text-light .s-section-flexible__inner--border,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .s-section-flexible__inner--border,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .s-section-flexible__inner--border {
  border-color: rgba(255, 255, 255, 0.18);
}

.s-section-flexible__inner--pad-sm {
  padding: 1.5rem;
}

.s-section-flexible__inner--pad-md {
  padding: 2.5rem 2rem;
}

.s-section-flexible__inner--pad-lg {
  padding: 4rem 3rem;
}

.s-section-flexible__grid,
.s-section-flexible__grid > .block-editor-block-list__layout,
.s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: row;
  width: 100%;
  gap: 2rem;
  min-width: 0;
}

.s-section-flexible__grid--align-top,
.s-section-flexible__grid--align-top > .block-editor-block-list__layout,
.s-section-flexible__grid--align-top > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: start;
}

.s-section-flexible__grid--align-center,
.s-section-flexible__grid--align-center > .block-editor-block-list__layout,
.s-section-flexible__grid--align-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: center;
}

.s-section-flexible__grid--align-bottom,
.s-section-flexible__grid--align-bottom > .block-editor-block-list__layout,
.s-section-flexible__grid--align-bottom > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: end;
}

.s-section-flexible__grid--align-stretch,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
  align-items: stretch;
}

.s-section-flexible__grid--align-stretch:not(.block-editor-block-list__layout) > .b-section-flexible-column,
.s-section-flexible__grid--align-stretch:not(.block-editor-block-list__layout) > .wp-block-madare-theme-child-section-flexible-column,
.s-section-flexible__grid--align-stretch:not(.block-editor-block-list__layout) > .wp-block {
  align-self: stretch;
  min-height: 100%;
}
.s-section-flexible__grid--align-stretch:not(.block-editor-block-list__layout) > .wp-block {
  display: flex;
  flex-direction: column;
}
.s-section-flexible__grid--align-stretch:not(.block-editor-block-list__layout) > .wp-block .b-section-flexible-column {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .block-editor-block-list__block,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .wp-block.block-editor-block-list__block,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .block-editor-block-list__block,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .wp-block.block-editor-block-list__block,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block.block-editor-block-list__block {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  min-height: 0;
  min-width: 0;
  height: auto;
}
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .block-editor-block-list__block > .b-section-flexible-column, .s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .wp-block.block-editor-block-list__block > .b-section-flexible-column,
.s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .wp-block.block-editor-block-list__block.b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .block-editor-block-list__block > .b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .wp-block.block-editor-block-list__block > .b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .wp-block.block-editor-block-list__block.b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > .b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block.b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block.block-editor-block-list__block > .b-section-flexible-column,
.s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block.block-editor-block-list__block.b-section-flexible-column {
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  height: auto;
}

.s-section-flexible__grid--gap-none,
.s-section-flexible__grid--gap-none > .block-editor-block-list__layout,
.s-section-flexible__grid--gap-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
  gap: 0;
}

.s-section-flexible__grid--gap-sm,
.s-section-flexible__grid--gap-sm > .block-editor-block-list__layout,
.s-section-flexible__grid--gap-sm > .block-editor-inner-blocks > .block-editor-block-list__layout {
  gap: 1rem;
}

.s-section-flexible__grid--gap-md,
.s-section-flexible__grid--gap-md > .block-editor-block-list__layout,
.s-section-flexible__grid--gap-md > .block-editor-inner-blocks > .block-editor-block-list__layout {
  gap: 2rem;
}

.s-section-flexible__grid--gap-lg,
.s-section-flexible__grid--gap-lg > .block-editor-block-list__layout,
.s-section-flexible__grid--gap-lg > .block-editor-inner-blocks > .block-editor-block-list__layout {
  gap: 4rem;
}

.s-section-flexible h1.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  font-size: 3.5rem;
  line-height: 3.625rem;
  margin: 0;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .s-section-flexible h1.wp-block-heading {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.s-section-flexible h2.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .s-section-flexible h2.wp-block-heading {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.s-section-flexible h3.wp-block-heading {
  font-family: "Panton", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin: 0;
  color: inherit;
}
@media screen and (max-width: 991px) {
  .s-section-flexible h3.wp-block-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.s-section-flexible h4.wp-block-heading,
.s-section-flexible h5.wp-block-heading,
.s-section-flexible h6.wp-block-heading {
  font-family: "Gotham", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: inherit;
}
.s-section-flexible p,
.s-section-flexible .wp-block-paragraph {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: 0;
  color: inherit;
  opacity: 0.7;
}
.s-section-flexible ul:not(.b-flexible-list),
.s-section-flexible ol,
.s-section-flexible .wp-block-list {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  margin: -1.25rem 0 -0.5rem;
  padding-left: 1.25rem;
  color: inherit;
  opacity: 0.7;
  list-style-position: outside;
}
.s-section-flexible ul:not(.b-flexible-list) li,
.s-section-flexible ol li,
.s-section-flexible .wp-block-list li {
  margin-bottom: 0.25rem;
}
.s-section-flexible ul:not(.b-flexible-list) li:last-child,
.s-section-flexible ol li:last-child,
.s-section-flexible .wp-block-list li:last-child {
  margin-bottom: 0;
}
.s-section-flexible .b-flexible-list {
  color: inherit;
  opacity: 1;
}
.s-section-flexible .b-flexible-list p,
.s-section-flexible .b-flexible-list .wp-block-paragraph {
  opacity: 1;
}
.s-section-flexible figure.wp-block-image {
  margin: 0;
  width: 100%;
}
.s-section-flexible figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.s-section-flexible figure.wp-block-image.is-style-rounded img {
  border-radius: 1.5rem;
}
.s-section-flexible .wp-block-gallery {
  margin: 0;
}
.s-section-flexible .wp-block-gallery .wp-block-image.is-style-rounded img, .s-section-flexible .wp-block-gallery.is-style-rounded img {
  border-radius: 1.5rem;
}
.s-section-flexible .wp-block-media-text__media.is-style-rounded img,
.s-section-flexible .wp-block-media-text.is-style-rounded .wp-block-media-text__media img {
  border-radius: 1.5rem;
}
.s-section-flexible blockquote,
.s-section-flexible .wp-block-quote {
  margin: 0;
  padding: 2.5rem 2rem;
  border: 1px solid rgba(0, 26, 36, 0.12);
  border-radius: 1.5rem;
  text-align: center;
}
.s-section-flexible blockquote p,
.s-section-flexible .wp-block-quote p {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  margin: 0;
  opacity: 1;
  font-weight: 700;
}
.s-section-flexible blockquote cite,
.s-section-flexible blockquote footer,
.s-section-flexible .wp-block-quote cite,
.s-section-flexible .wp-block-quote footer {
  display: block;
  margin-top: 1rem;
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
@media screen and (max-width: 991px) {
  .s-section-flexible blockquote,
  .s-section-flexible .wp-block-quote {
    padding: 2rem 1.5rem;
  }
  .s-section-flexible h1.wp-block-heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 580px) {
  .s-section-flexible h1.wp-block-heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.s-section-flexible p a,
.s-section-flexible .wp-block-paragraph a,
.s-section-flexible li a,
.s-section-flexible .wp-block-list a,
.s-section-flexible ul a,
.s-section-flexible ol a,
.s-section-flexible .b-flexible-list a,
.s-section-flexible .b-flexible-list__item a {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.125rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.s-section-flexible p a:hover, .s-section-flexible p a:focus-visible, .s-section-flexible p a:active,
.s-section-flexible .wp-block-paragraph a:hover,
.s-section-flexible .wp-block-paragraph a:focus-visible,
.s-section-flexible .wp-block-paragraph a:active,
.s-section-flexible li a:hover,
.s-section-flexible li a:focus-visible,
.s-section-flexible li a:active,
.s-section-flexible .wp-block-list a:hover,
.s-section-flexible .wp-block-list a:focus-visible,
.s-section-flexible .wp-block-list a:active,
.s-section-flexible ul a:hover,
.s-section-flexible ul a:focus-visible,
.s-section-flexible ul a:active,
.s-section-flexible ol a:hover,
.s-section-flexible ol a:focus-visible,
.s-section-flexible ol a:active,
.s-section-flexible .b-flexible-list a:hover,
.s-section-flexible .b-flexible-list a:focus-visible,
.s-section-flexible .b-flexible-list a:active,
.s-section-flexible .b-flexible-list__item a:hover,
.s-section-flexible .b-flexible-list__item a:focus-visible,
.s-section-flexible .b-flexible-list__item a:active {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24) !important;
  text-decoration: underline !important;
  opacity: 0.7;
}
.s-section-flexible .s-section-flexible__grid--align-stretch .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) figure.wp-block-image img {
  height: 100%;
}
.s-section-flexible .b-section-flexible-column--border .wp-block-paragraph.is-style-temoignage,
.s-section-flexible .b-section-flexible-column--border .b-section-flexible-column__blocks > .wp-block-paragraph.has-text-align-center:only-child,
.s-section-flexible .b-section-flexible-column--border .b-section-flexible-column__blocks > .block-editor-block-list__layout > .wp-block-paragraph.has-text-align-center:only-child {
  font-family: "Gotham", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  max-width: 36.25rem;
  margin-inline: auto;
  opacity: 1;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.s-section-flexible .b-section-flexible-column--border .wp-block-paragraph.is-style-temoignage strong,
.s-section-flexible .b-section-flexible-column--border .b-section-flexible-column__blocks > .wp-block-paragraph.has-text-align-center:only-child strong,
.s-section-flexible .b-section-flexible-column--border .b-section-flexible-column__blocks > .block-editor-block-list__layout > .wp-block-paragraph.has-text-align-center:only-child strong {
  font-weight: 700;
}
.s-section-flexible .b-section-flexible-column--border:has(.b-section-flexible-column__blocks > .wp-block-paragraph.has-text-align-center:only-child) .b-section-flexible-column__blocks,
.s-section-flexible .b-section-flexible-column--border:has(.b-section-flexible-column__blocks > .wp-block-paragraph.has-text-align-center:only-child) .b-section-flexible-column__blocks > .block-editor-block-list__layout,
.s-section-flexible .b-section-flexible-column--border:has(.b-section-flexible-column__blocks > .block-editor-block-list__layout > .wp-block-paragraph.has-text-align-center:only-child) .b-section-flexible-column__blocks,
.s-section-flexible .b-section-flexible-column--border:has(.b-section-flexible-column__blocks > .block-editor-block-list__layout > .wp-block-paragraph.has-text-align-center:only-child) .b-section-flexible-column__blocks > .block-editor-block-list__layout {
  justify-content: center;
}

.s-section-flexible--text-light p a,
.s-section-flexible--text-light .wp-block-paragraph a,
.s-section-flexible--text-light li a,
.s-section-flexible--text-light .wp-block-list a,
.s-section-flexible--text-light ul a,
.s-section-flexible--text-light ol a,
.s-section-flexible--text-light .b-flexible-list a,
.s-section-flexible--text-light .b-flexible-list__item a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark p a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-paragraph a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark li a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-list a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ul a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ol a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list__item a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta p a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-paragraph a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta li a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-list a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ul a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ol a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list a,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list__item a {
  color: var(--wp--preset--color--alteal-white, #ffffff) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.125rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.s-section-flexible--text-light p a:hover, .s-section-flexible--text-light p a:focus-visible, .s-section-flexible--text-light p a:active,
.s-section-flexible--text-light .wp-block-paragraph a:hover,
.s-section-flexible--text-light .wp-block-paragraph a:focus-visible,
.s-section-flexible--text-light .wp-block-paragraph a:active,
.s-section-flexible--text-light li a:hover,
.s-section-flexible--text-light li a:focus-visible,
.s-section-flexible--text-light li a:active,
.s-section-flexible--text-light .wp-block-list a:hover,
.s-section-flexible--text-light .wp-block-list a:focus-visible,
.s-section-flexible--text-light .wp-block-list a:active,
.s-section-flexible--text-light ul a:hover,
.s-section-flexible--text-light ul a:focus-visible,
.s-section-flexible--text-light ul a:active,
.s-section-flexible--text-light ol a:hover,
.s-section-flexible--text-light ol a:focus-visible,
.s-section-flexible--text-light ol a:active,
.s-section-flexible--text-light .b-flexible-list a:hover,
.s-section-flexible--text-light .b-flexible-list a:focus-visible,
.s-section-flexible--text-light .b-flexible-list a:active,
.s-section-flexible--text-light .b-flexible-list__item a:hover,
.s-section-flexible--text-light .b-flexible-list__item a:focus-visible,
.s-section-flexible--text-light .b-flexible-list__item a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark p a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark p a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark p a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-paragraph a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-paragraph a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-paragraph a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark li a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark li a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark li a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-list a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-list a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .wp-block-list a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ul a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ul a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ul a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ol a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ol a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark ol a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list__item a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list__item a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-dark .b-flexible-list__item a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta p a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta p a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta p a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-paragraph a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-paragraph a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-paragraph a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta li a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta li a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta li a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-list a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-list a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .wp-block-list a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ul a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ul a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ul a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ol a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ol a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta ol a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list a:active,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list__item a:hover,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list__item a:focus-visible,
.s-section-flexible--text-auto.s-section-flexible--bg-blue-cta .b-flexible-list__item a:active {
  color: var(--wp--preset--color--alteal-white, #ffffff) !important;
  text-decoration: underline !important;
  opacity: 0.7;
}

@media screen and (max-width: 991px) {
  .s-section-flexible__grid,
  .s-section-flexible__grid > .block-editor-block-list__layout,
  .s-section-flexible__grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1.5rem;
  }
  .s-section-flexible__grid--gap-none,
  .s-section-flexible__grid--gap-none > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 0;
  }
  .s-section-flexible__grid--gap-sm,
  .s-section-flexible__grid--gap-sm > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-sm > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 0.75rem;
  }
  .s-section-flexible__grid--gap-md,
  .s-section-flexible__grid--gap-md > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-md > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 1.5rem;
  }
  .s-section-flexible__grid--gap-lg,
  .s-section-flexible__grid--gap-lg > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-lg > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 2rem;
  }
  .s-section-flexible__grid--reverse-mobile,
  .s-section-flexible__grid--reverse-mobile > .block-editor-block-list__layout,
  .s-section-flexible__grid--reverse-mobile > .block-editor-inner-blocks > .block-editor-block-list__layout {
    flex-direction: column-reverse;
  }
  .s-section-flexible__inner--pad-md,
  .s-section-flexible__inner--pad-lg {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-section-flexible__grid--gap-none,
  .s-section-flexible__grid--gap-none > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-none > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 0;
  }
  .s-section-flexible__grid--gap-sm,
  .s-section-flexible__grid--gap-sm > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-sm > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 0.5rem;
  }
  .s-section-flexible__grid--gap-md,
  .s-section-flexible__grid--gap-md > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-md > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 1rem;
  }
  .s-section-flexible__grid--gap-lg,
  .s-section-flexible__grid--gap-lg > .block-editor-block-list__layout,
  .s-section-flexible__grid--gap-lg > .block-editor-inner-blocks > .block-editor-block-list__layout {
    gap: 1.5rem;
  }
}
.editor-styles-wrapper .s-section-flexible__grid,
.editor-styles-wrapper .s-section-flexible__grid.block-editor-block-list__layout {
  display: grid !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  flex-direction: unset !important;
  align-items: stretch;
  width: 100%;
  min-width: 0;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-1,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-1) {
  grid-column: span 1 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-2,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-2) {
  grid-column: span 2 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-3,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-3) {
  grid-column: span 3 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-4,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-4) {
  grid-column: span 4 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-5,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-5) {
  grid-column: span 5 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-6,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-6) {
  grid-column: span 6 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-7,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-7) {
  grid-column: span 7 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-8,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-8) {
  grid-column: span 8 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-9,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-9) {
  grid-column: span 9 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-10,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-10) {
  grid-column: span 10 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-11,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-11) {
  grid-column: span 11 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block.b-section-flexible-column--w-12,
.editor-styles-wrapper .s-section-flexible__grid > .block-editor-block-list__block:has(> .b-section-flexible-column--w-12) {
  grid-column: span 12 !important;
  min-width: 0;
  width: auto;
  max-width: none;
}
.editor-styles-wrapper .s-section-flexible__grid--align-stretch.block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch > .block-editor-block-list__layout > .block-editor-block-list__block,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  align-self: start;
  display: block;
  flex: none;
  min-height: 0 !important;
  height: auto !important;
}
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block {
  height: auto !important;
  min-height: 0 !important;
}
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks > .block-editor-block-list__layout {
  flex: none !important;
  min-height: auto !important;
  height: auto !important;
}
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image {
  flex: none !important;
  min-height: auto !important;
  height: auto !important;
}
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .b-section-flexible-column .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image img,
.editor-styles-wrapper .s-section-flexible__grid--align-stretch .block-editor-block-list__block .b-section-flexible-column__blocks:has(> .block-editor-block-list__layout > figure.wp-block-image:only-child) .block-editor-block-list__layout figure.wp-block-image img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  object-fit: cover;
}