/* 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 */
.wp-block-post-content {
  width: 100%;
  margin: 0;
}
.wp-block-post-content table {
  width: 100%;
  min-width: 30rem;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
}
.wp-block-post-content table th,
.wp-block-post-content table td {
  margin: 0;
  border-right: 1px solid var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  border-bottom: 1px solid var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
  vertical-align: middle;
  word-break: break-word;
}
.wp-block-post-content table th:last-child,
.wp-block-post-content table td:last-child {
  border-right: 0;
}
.wp-block-post-content table th p,
.wp-block-post-content table td p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.wp-block-post-content table thead th {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  padding: 1rem;
  text-align: center;
  background-color: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  border-right-color: rgba(0, 78, 106, 0.5);
  border-bottom-color: rgba(0, 78, 106, 0.5);
}
.wp-block-post-content table:not(:has(thead)) tbody tr:first-child > :is(th, td) {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  padding: 1rem;
  text-align: center;
  background-color: var(--wp--preset--color--alteal-blue-light, #bfe9ff);
  border-right-color: rgba(0, 78, 106, 0.5);
  border-bottom-color: rgba(0, 78, 106, 0.5);
}
.wp-block-post-content table tbody td,
.wp-block-post-content table tbody th {
  font-family: "Gotham", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
  padding: 0.5rem 1rem;
  background-color: var(--wp--preset--color--alteal-white, #ffffff);
}
.wp-block-post-content table tbody tr:last-child td,
.wp-block-post-content table tbody tr:last-child th {
  border-bottom: 0;
}
.wp-block-post-content.is-style-stripes tbody tr:nth-child(odd),
.wp-block-post-content.is-style-stripes tbody tr:nth-child(even) {
  background-color: transparent;
}

.post-type-post .editor-styles-wrapper .is-root-container,
.post-type-post .editor-styles-wrapper .wp-block-post-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  gap: 1.5rem;
  color: var(--wp--preset--color--alteal-blue-dark, #001a24);
}
.post-type-post .editor-styles-wrapper .is-root-container > *,
.post-type-post .editor-styles-wrapper .wp-block-post-content > * {
  margin-top: 0;
  margin-bottom: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content 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) {
  .post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h2.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content 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) {
  .post-type-post .editor-styles-wrapper .is-root-container h2.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h2.wp-block-heading {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h3.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content 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) {
  .post-type-post .editor-styles-wrapper .is-root-container h3.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h3.wp-block-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h4.wp-block-heading,
.post-type-post .editor-styles-wrapper .is-root-container h5.wp-block-heading,
.post-type-post .editor-styles-wrapper .is-root-container h6.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h4.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h5.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h6.wp-block-heading {
  font-family: "Gotham", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: inherit;
}
.post-type-post .editor-styles-wrapper .is-root-container p,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph,
.post-type-post .editor-styles-wrapper .wp-block-post-content p,
.post-type-post .editor-styles-wrapper .wp-block-post-content .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;
}
.post-type-post .editor-styles-wrapper .is-root-container ul:not(.b-flexible-list),
.post-type-post .editor-styles-wrapper .is-root-container ol,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.b-flexible-list),
.post-type-post .editor-styles-wrapper .wp-block-post-content ol,
.post-type-post .editor-styles-wrapper .wp-block-post-content .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;
}
.post-type-post .editor-styles-wrapper .is-root-container ul:not(.b-flexible-list) li,
.post-type-post .editor-styles-wrapper .is-root-container ol li,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.b-flexible-list) li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list li {
  margin-bottom: 0.25rem;
}
.post-type-post .editor-styles-wrapper .is-root-container ul:not(.b-flexible-list) li:last-child,
.post-type-post .editor-styles-wrapper .is-root-container ol li:last-child,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul:not(.b-flexible-list) li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list li:last-child {
  margin-bottom: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list {
  color: inherit;
  opacity: 1;
}
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list p,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list .wp-block-paragraph,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list p,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list .wp-block-paragraph {
  opacity: 1;
}
.post-type-post .editor-styles-wrapper .is-root-container figure.wp-block-image,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.wp-block-image {
  margin: 0;
  width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container figure.wp-block-image img,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.post-type-post .editor-styles-wrapper .is-root-container figure.wp-block-image.is-style-rounded img,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.wp-block-image.is-style-rounded img {
  border-radius: 1.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery {
  margin: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery .wp-block-image.is-style-rounded img, .post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery.is-style-rounded img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery .wp-block-image.is-style-rounded img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery.is-style-rounded img {
  border-radius: 1.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text__media.is-style-rounded img,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text.is-style-rounded .wp-block-media-text__media img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-media-text__media.is-style-rounded img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-media-text.is-style-rounded .wp-block-media-text__media img {
  border-radius: 1.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container blockquote,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-quote,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote,
.post-type-post .editor-styles-wrapper .wp-block-post-content .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;
}
.post-type-post .editor-styles-wrapper .is-root-container blockquote p,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-quote p,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote p,
.post-type-post .editor-styles-wrapper .wp-block-post-content .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;
}
.post-type-post .editor-styles-wrapper .is-root-container blockquote cite,
.post-type-post .editor-styles-wrapper .is-root-container blockquote footer,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-quote cite,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-quote footer,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote cite,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote footer,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-quote cite,
.post-type-post .editor-styles-wrapper .wp-block-post-content .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) {
  .post-type-post .editor-styles-wrapper .is-root-container blockquote,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-quote,
  .post-type-post .editor-styles-wrapper .wp-block-post-content blockquote,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-quote {
    padding: 2rem 1.5rem;
  }
  .post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media screen and (max-width: 580px) {
  .post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container p a,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph a,
.post-type-post .editor-styles-wrapper .is-root-container li a,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list a,
.post-type-post .editor-styles-wrapper .is-root-container ul a,
.post-type-post .editor-styles-wrapper .is-root-container ol a,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list a,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list__item a,
.post-type-post .editor-styles-wrapper .wp-block-post-content p a,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-paragraph a,
.post-type-post .editor-styles-wrapper .wp-block-post-content li a,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list a,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul a,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol a,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list a,
.post-type-post .editor-styles-wrapper .wp-block-post-content .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;
}
.post-type-post .editor-styles-wrapper .is-root-container p a:hover, .post-type-post .editor-styles-wrapper .is-root-container p a:focus-visible, .post-type-post .editor-styles-wrapper .is-root-container p a:active,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph a:hover,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-paragraph a:active,
.post-type-post .editor-styles-wrapper .is-root-container li a:hover,
.post-type-post .editor-styles-wrapper .is-root-container li a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container li a:active,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list a:hover,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-list a:active,
.post-type-post .editor-styles-wrapper .is-root-container ul a:hover,
.post-type-post .editor-styles-wrapper .is-root-container ul a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container ul a:active,
.post-type-post .editor-styles-wrapper .is-root-container ol a:hover,
.post-type-post .editor-styles-wrapper .is-root-container ol a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container ol a:active,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list a:hover,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list a:active,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list__item a:hover,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list__item a:focus-visible,
.post-type-post .editor-styles-wrapper .is-root-container .b-flexible-list__item a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content p a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content p a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content p a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-paragraph a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-paragraph a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-paragraph a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content li a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content li a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content li a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-list a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list a:active,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list__item a:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list__item a:focus-visible,
.post-type-post .editor-styles-wrapper .wp-block-post-content .b-flexible-list__item a:active {
  color: var(--wp--preset--color--alteal-blue-dark, #001a24) !important;
  text-decoration: underline !important;
  opacity: 0.7;
}
.post-type-post .editor-styles-wrapper .is-root-container h1.wp-block-heading,
.post-type-post .editor-styles-wrapper .wp-block-post-content h1.wp-block-heading {
  display: none;
}

.editor-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  margin-right: unset !important;
  margin-left: unset !important;
  max-width: 100% !important;
  margin-bottom: 2rem;
}