@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... */
/* FONT WEIGHTS */
.post-type-post .editor-styles-wrapper .is-root-container h2,
.post-type-post .editor-styles-wrapper .wp-block-post-content h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.post-type-post .editor-styles-wrapper .is-root-container h2,
.post-type-post .editor-styles-wrapper .wp-block-post-content h2 {
  font-size: 42px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container h2,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h2 {
    font-size: calc(42px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container h2,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h2 {
    font-size: 2.625rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h2:not(:first-child),
.post-type-post .editor-styles-wrapper .wp-block-post-content h2:not(:first-child) {
  margin-top: 2rem;
}
.post-type-post .editor-styles-wrapper .is-root-container h3,
.post-type-post .editor-styles-wrapper .wp-block-post-content h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1;
}
.post-type-post .editor-styles-wrapper .is-root-container h3,
.post-type-post .editor-styles-wrapper .wp-block-post-content h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container h3,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h3 {
    font-size: calc(24px + 8 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container h3,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h3 {
    font-size: 2rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h3:not(:first-child),
.post-type-post .editor-styles-wrapper .wp-block-post-content h3:not(:first-child) {
  margin-top: 1.25rem;
}
.post-type-post .editor-styles-wrapper .is-root-container h4,
.post-type-post .editor-styles-wrapper .wp-block-post-content h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
.post-type-post .editor-styles-wrapper .is-root-container h4,
.post-type-post .editor-styles-wrapper .wp-block-post-content h4 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container h4,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h4 {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container h4,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h4 {
    font-size: 1.25rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h5,
.post-type-post .editor-styles-wrapper .wp-block-post-content h5 {
  font-size: 16px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container h5,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h5 {
    font-size: calc(16px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container h5,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h5 {
    font-size: 1.125rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container p,
.post-type-post .editor-styles-wrapper .wp-block-post-content p {
  margin-top: 1.25rem;
}
.post-type-post .editor-styles-wrapper .is-root-container p:first-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content p:first-child {
  margin-top: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container a,
.post-type-post .editor-styles-wrapper .wp-block-post-content a {
  color: var(--wp--preset--color--txt-black);
}
.post-type-post .editor-styles-wrapper .is-root-container p + ul,
.post-type-post .editor-styles-wrapper .is-root-container h2 + p,
.post-type-post .editor-styles-wrapper .is-root-container h3 + p,
.post-type-post .editor-styles-wrapper .is-root-container h4 + p,
.post-type-post .editor-styles-wrapper .is-root-container h5 + p,
.post-type-post .editor-styles-wrapper .wp-block-post-content p + ul,
.post-type-post .editor-styles-wrapper .wp-block-post-content h2 + p,
.post-type-post .editor-styles-wrapper .wp-block-post-content h3 + p,
.post-type-post .editor-styles-wrapper .wp-block-post-content h4 + p,
.post-type-post .editor-styles-wrapper .wp-block-post-content h5 + p {
  margin-top: 1.25rem;
}
.post-type-post .editor-styles-wrapper .is-root-container b,
.post-type-post .editor-styles-wrapper .is-root-container strong,
.post-type-post .editor-styles-wrapper .wp-block-post-content b,
.post-type-post .editor-styles-wrapper .wp-block-post-content strong {
  font-weight: 700;
}
.post-type-post .editor-styles-wrapper .is-root-container .btn,
.post-type-post .editor-styles-wrapper .wp-block-post-content .btn {
  margin-top: 2rem;
}
.post-type-post .editor-styles-wrapper .is-root-container i,
.post-type-post .editor-styles-wrapper .is-root-container em,
.post-type-post .editor-styles-wrapper .wp-block-post-content i,
.post-type-post .editor-styles-wrapper .wp-block-post-content em {
  font-style: italic;
}
.post-type-post .editor-styles-wrapper .is-root-container p > a,
.post-type-post .editor-styles-wrapper .is-root-container li > a,
.post-type-post .editor-styles-wrapper .wp-block-post-content p > a,
.post-type-post .editor-styles-wrapper .wp-block-post-content li > a {
  text-decoration: underline;
}
.post-type-post .editor-styles-wrapper .is-root-container ul,
.post-type-post .editor-styles-wrapper .is-root-container ol,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container ul li,
.post-type-post .editor-styles-wrapper .is-root-container ol li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li {
  position: relative;
  padding-left: 0.75rem;
}
.post-type-post .editor-styles-wrapper .is-root-container ul li:last-child,
.post-type-post .editor-styles-wrapper .is-root-container ol li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul li:last-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li:last-child {
  margin-bottom: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container ul li::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: currentColor;
  border-radius: 50% 50%;
}
.post-type-post .editor-styles-wrapper .is-root-container ol li,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol li {
  list-style: decimal;
}
.post-type-post .editor-styles-wrapper .is-root-container img,
.post-type-post .editor-styles-wrapper .wp-block-post-content img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container *:first-child:not(.mejs-button):not(button),
.post-type-post .editor-styles-wrapper .wp-block-post-content *:first-child:not(.mejs-button):not(button) {
  margin-top: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container img,
.post-type-post .editor-styles-wrapper .wp-block-post-content img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 991px) {
  .post-type-post .editor-styles-wrapper .is-root-container img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container p,
.post-type-post .editor-styles-wrapper .is-root-container li,
.post-type-post .editor-styles-wrapper .is-root-container a,
.post-type-post .editor-styles-wrapper .wp-block-post-content p,
.post-type-post .editor-styles-wrapper .wp-block-post-content li,
.post-type-post .editor-styles-wrapper .wp-block-post-content a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
.post-type-post .editor-styles-wrapper .is-root-container p,
.post-type-post .editor-styles-wrapper .is-root-container li,
.post-type-post .editor-styles-wrapper .is-root-container a,
.post-type-post .editor-styles-wrapper .wp-block-post-content p,
.post-type-post .editor-styles-wrapper .wp-block-post-content li,
.post-type-post .editor-styles-wrapper .wp-block-post-content a {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container p,
  .post-type-post .editor-styles-wrapper .is-root-container li,
  .post-type-post .editor-styles-wrapper .is-root-container a,
  .post-type-post .editor-styles-wrapper .wp-block-post-content p,
  .post-type-post .editor-styles-wrapper .wp-block-post-content li,
  .post-type-post .editor-styles-wrapper .wp-block-post-content a {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container p,
  .post-type-post .editor-styles-wrapper .is-root-container li,
  .post-type-post .editor-styles-wrapper .is-root-container a,
  .post-type-post .editor-styles-wrapper .wp-block-post-content p,
  .post-type-post .editor-styles-wrapper .wp-block-post-content li,
  .post-type-post .editor-styles-wrapper .wp-block-post-content a {
    font-size: 0.875rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-video-shortcode:not(:first-child),
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-video-shortcode:not(:first-child) {
  margin-top: 2rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .button,
.post-type-post .editor-styles-wrapper .wp-block-post-content .button {
  font-family: "Outfit", sans-serif;
  display: inline-flex;
  padding: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
  cursor: pointer;
}
.post-type-post .editor-styles-wrapper .is-root-container .button:not(:first-child),
.post-type-post .editor-styles-wrapper .wp-block-post-content .button:not(:first-child) {
  margin-top: 1rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .button:hover,
.post-type-post .editor-styles-wrapper .wp-block-post-content .button:hover {
  color: var(--wp--preset--color--txt-white);
  background-color: var(--wp--preset--color--bg-black);
}
.post-type-post .editor-styles-wrapper .is-root-container .button--primary,
.post-type-post .editor-styles-wrapper .wp-block-post-content .button--primary {
  background-color: var(--wp--preset--color--bg-deep-purple-medium);
  color: var(--wp--preset--color--txt-white);
}
.post-type-post .editor-styles-wrapper .is-root-container h1,
.post-type-post .editor-styles-wrapper .wp-block-post-content h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  line-height: 1;
}
.post-type-post .editor-styles-wrapper .is-root-container h1,
.post-type-post .editor-styles-wrapper .wp-block-post-content h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container h1,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container h1,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h1 {
    font-size: 3.5rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h1:not(:first-child),
.post-type-post .editor-styles-wrapper .wp-block-post-content h1:not(:first-child) {
  margin-top: 2rem;
}
.post-type-post .editor-styles-wrapper .is-root-container h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}
.post-type-post .editor-styles-wrapper .is-root-container h6,
.post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container h6,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container h6,
  .post-type-post .editor-styles-wrapper .wp-block-post-content h6 {
    font-size: 0.875rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container h6:not(:first-child),
.post-type-post .editor-styles-wrapper .wp-block-post-content h6:not(:first-child) {
  margin-top: 1rem;
}
.post-type-post .editor-styles-wrapper .is-root-container figure,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure {
  margin: 2rem 0;
  max-width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container figure:first-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure:first-child {
  margin-top: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container figure img,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure img {
  margin: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container figcaption,
.post-type-post .editor-styles-wrapper .is-root-container .wp-element-caption,
.post-type-post .editor-styles-wrapper .is-root-container .wp-caption-text,
.post-type-post .editor-styles-wrapper .wp-block-post-content figcaption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.post-type-post .editor-styles-wrapper .is-root-container figcaption,
.post-type-post .editor-styles-wrapper .is-root-container .wp-element-caption,
.post-type-post .editor-styles-wrapper .is-root-container .wp-caption-text,
.post-type-post .editor-styles-wrapper .wp-block-post-content figcaption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container figcaption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-element-caption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-caption-text,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figcaption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container figcaption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-element-caption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-caption-text,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figcaption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption-text {
    font-size: 0.75rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-caption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption {
  max-width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-caption img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption img {
  margin: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .aligncenter,
.post-type-post .editor-styles-wrapper .wp-block-post-content .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.post-type-post .editor-styles-wrapper .is-root-container .aligncenter figcaption,
.post-type-post .editor-styles-wrapper .is-root-container .aligncenter .wp-element-caption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .aligncenter figcaption,
.post-type-post .editor-styles-wrapper .wp-block-post-content .aligncenter .wp-element-caption {
  text-align: center;
}
.post-type-post .editor-styles-wrapper .is-root-container .alignleft,
.post-type-post .editor-styles-wrapper .wp-block-post-content .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.post-type-post .editor-styles-wrapper .is-root-container .alignright,
.post-type-post .editor-styles-wrapper .wp-block-post-content .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.post-type-post .editor-styles-wrapper .is-root-container .alignwide,
.post-type-post .editor-styles-wrapper .wp-block-post-content .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.post-type-post .editor-styles-wrapper .is-root-container .alignfull,
.post-type-post .editor-styles-wrapper .wp-block-post-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .alignfull img,
.post-type-post .editor-styles-wrapper .wp-block-post-content .alignfull img {
  border-radius: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container img.size-medium,
.post-type-post .editor-styles-wrapper .is-root-container figure.size-medium img,
.post-type-post .editor-styles-wrapper .wp-block-post-content img.size-medium,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container img.size-thumbnail,
.post-type-post .editor-styles-wrapper .is-root-container figure.size-thumbnail img,
.post-type-post .editor-styles-wrapper .wp-block-post-content img.size-thumbnail,
.post-type-post .editor-styles-wrapper .wp-block-post-content figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.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: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.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 {
  margin-top: 0.75rem;
}
.post-type-post .editor-styles-wrapper .is-root-container blockquote p:first-child,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-quote p:first-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content blockquote p:first-child,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-quote p:first-child {
  margin-top: 0;
}
.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: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.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 {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .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 {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .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 {
    font-size: 0.75rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-pullquote,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-bottom: 1px solid var(--wp--preset--color--bg-gray-medium);
  border-left: none;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-pullquote blockquote,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-pullquote cite,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-pullquote cite {
  margin-top: 1rem;
}
.post-type-post .editor-styles-wrapper .is-root-container code,
.post-type-post .editor-styles-wrapper .is-root-container kbd,
.post-type-post .editor-styles-wrapper .is-root-container samp,
.post-type-post .editor-styles-wrapper .wp-block-post-content code,
.post-type-post .editor-styles-wrapper .wp-block-post-content kbd,
.post-type-post .editor-styles-wrapper .wp-block-post-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--bg-gray-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.post-type-post .editor-styles-wrapper .is-root-container code,
.post-type-post .editor-styles-wrapper .is-root-container kbd,
.post-type-post .editor-styles-wrapper .is-root-container samp,
.post-type-post .editor-styles-wrapper .wp-block-post-content code,
.post-type-post .editor-styles-wrapper .wp-block-post-content kbd,
.post-type-post .editor-styles-wrapper .wp-block-post-content samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container code,
  .post-type-post .editor-styles-wrapper .is-root-container kbd,
  .post-type-post .editor-styles-wrapper .is-root-container samp,
  .post-type-post .editor-styles-wrapper .wp-block-post-content code,
  .post-type-post .editor-styles-wrapper .wp-block-post-content kbd,
  .post-type-post .editor-styles-wrapper .wp-block-post-content samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container code,
  .post-type-post .editor-styles-wrapper .is-root-container kbd,
  .post-type-post .editor-styles-wrapper .is-root-container samp,
  .post-type-post .editor-styles-wrapper .wp-block-post-content code,
  .post-type-post .editor-styles-wrapper .wp-block-post-content kbd,
  .post-type-post .editor-styles-wrapper .wp-block-post-content samp {
    font-size: 0.8125rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container pre,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-code,
.post-type-post .editor-styles-wrapper .wp-block-post-content pre,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--bg-gray-medium);
  border-radius: 0.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container pre code,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-code code,
.post-type-post .editor-styles-wrapper .wp-block-post-content pre code,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container table,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table,
.post-type-post .editor-styles-wrapper .wp-block-post-content table,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.post-type-post .editor-styles-wrapper .is-root-container table,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table,
.post-type-post .editor-styles-wrapper .wp-block-post-content table,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container table,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container table,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table,
  .post-type-post .editor-styles-wrapper .wp-block-post-content table,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table {
    font-size: 0.875rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container table th,
.post-type-post .editor-styles-wrapper .is-root-container table td,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table th,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table td,
.post-type-post .editor-styles-wrapper .wp-block-post-content table th,
.post-type-post .editor-styles-wrapper .wp-block-post-content table td,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table th,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--bg-gray-medium);
  text-align: left;
  vertical-align: top;
}
.post-type-post .editor-styles-wrapper .is-root-container table th,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-table table th,
.post-type-post .editor-styles-wrapper .wp-block-post-content table th,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table table th {
  font-weight: 700;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-table,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.post-type-post .editor-styles-wrapper .is-root-container hr,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator,
.post-type-post .editor-styles-wrapper .wp-block-post-content hr,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--bg-gray-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container hr.is-style-wide,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator.is-style-wide,
.post-type-post .editor-styles-wrapper .wp-block-post-content hr.is-style-wide,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container hr.is-style-dots,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator.is-style-dots,
.post-type-post .editor-styles-wrapper .wp-block-post-content hr.is-style-dots,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.post-type-post .editor-styles-wrapper .is-root-container hr.is-style-dots::before,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator.is-style-dots::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content hr.is-style-dots::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.post-type-post .editor-styles-wrapper .is-root-container hr.is-style-dots::before,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator.is-style-dots::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content hr.is-style-dots::before,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator.is-style-dots::before {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .post-type-post .editor-styles-wrapper .is-root-container hr.is-style-dots::before,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator.is-style-dots::before,
  .post-type-post .editor-styles-wrapper .wp-block-post-content hr.is-style-dots::before,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator.is-style-dots::before {
    font-size: calc(18px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .post-type-post .editor-styles-wrapper .is-root-container hr.is-style-dots::before,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-separator.is-style-dots::before,
  .post-type-post .editor-styles-wrapper .wp-block-post-content hr.is-style-dots::before,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-embed,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-video,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-audio,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-embed,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-video,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-audio,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-embed__wrapper,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-video video,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-embed__wrapper,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-video video {
  max-width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-embed iframe,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-embed iframe {
  max-width: 100%;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery,
.post-type-post .editor-styles-wrapper .is-root-container .blocks-gallery-grid,
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery,
.post-type-post .editor-styles-wrapper .wp-block-post-content .blocks-gallery-grid,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-media-text {
  gap: 0.5rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery,
.post-type-post .editor-styles-wrapper .is-root-container .blocks-gallery-grid,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery,
.post-type-post .editor-styles-wrapper .wp-block-post-content .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-buttons,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.post-type-post .editor-styles-wrapper .is-root-container .wp-block-button__link,
.post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-button__link {
  text-decoration: none;
}
.post-type-post .editor-styles-wrapper .is-root-container ul ul,
.post-type-post .editor-styles-wrapper .is-root-container ol ol,
.post-type-post .editor-styles-wrapper .is-root-container ul ol,
.post-type-post .editor-styles-wrapper .is-root-container ol ul,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul ul,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol ol,
.post-type-post .editor-styles-wrapper .wp-block-post-content ul ol,
.post-type-post .editor-styles-wrapper .wp-block-post-content ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container dl,
.post-type-post .editor-styles-wrapper .wp-block-post-content dl {
  margin: 1.5rem 0;
}
.post-type-post .editor-styles-wrapper .is-root-container dt,
.post-type-post .editor-styles-wrapper .wp-block-post-content dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.post-type-post .editor-styles-wrapper .is-root-container dd,
.post-type-post .editor-styles-wrapper .wp-block-post-content dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.post-type-post .editor-styles-wrapper .is-root-container mark,
.post-type-post .editor-styles-wrapper .wp-block-post-content mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.post-type-post .editor-styles-wrapper .is-root-container sub,
.post-type-post .editor-styles-wrapper .is-root-container sup,
.post-type-post .editor-styles-wrapper .wp-block-post-content sub,
.post-type-post .editor-styles-wrapper .wp-block-post-content sup {
  font-size: 0.75em;
  line-height: 0;
}
.post-type-post .editor-styles-wrapper .is-root-container .has-text-align-center,
.post-type-post .editor-styles-wrapper .wp-block-post-content .has-text-align-center {
  text-align: center;
}
.post-type-post .editor-styles-wrapper .is-root-container .has-text-align-right,
.post-type-post .editor-styles-wrapper .wp-block-post-content .has-text-align-right {
  text-align: right;
}
.post-type-post .editor-styles-wrapper .is-root-container .has-text-align-left,
.post-type-post .editor-styles-wrapper .wp-block-post-content .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .post-type-post .editor-styles-wrapper .is-root-container .alignleft,
  .post-type-post .editor-styles-wrapper .is-root-container .alignright,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .alignleft,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .post-type-post .editor-styles-wrapper .is-root-container .alignwide,
  .post-type-post .editor-styles-wrapper .is-root-container .alignfull,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .alignwide,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .post-type-post .editor-styles-wrapper .is-root-container figure,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-image,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-caption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text__media,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figure,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-image,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-media-text__media {
    max-width: 100%;
  }
  .post-type-post .editor-styles-wrapper .is-root-container figure img,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-image img,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-caption img,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-media-text__media img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figure img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-image img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .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;
  }
  .post-type-post .editor-styles-wrapper .is-root-container > img,
  .post-type-post .editor-styles-wrapper .is-root-container p > img,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-image img,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery .blocks-gallery-item img,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-gallery .wp-block-image img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content > img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content p > img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-image img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-gallery .blocks-gallery-item img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .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;
  }
  .post-type-post .editor-styles-wrapper .is-root-container img.size-medium,
  .post-type-post .editor-styles-wrapper .is-root-container figure.size-medium img,
  .post-type-post .editor-styles-wrapper .is-root-container img.size-thumbnail,
  .post-type-post .editor-styles-wrapper .is-root-container figure.size-thumbnail img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content img.size-medium,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figure.size-medium img,
  .post-type-post .editor-styles-wrapper .wp-block-post-content img.size-thumbnail,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .post-type-post .editor-styles-wrapper .is-root-container figcaption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-element-caption,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-caption-text,
  .post-type-post .editor-styles-wrapper .wp-block-post-content figcaption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-element-caption,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .post-type-post .editor-styles-wrapper .is-root-container pre,
  .post-type-post .editor-styles-wrapper .is-root-container .wp-block-code,
  .post-type-post .editor-styles-wrapper .wp-block-post-content pre,
  .post-type-post .editor-styles-wrapper .wp-block-post-content .wp-block-code {
    padding: 1rem;
  }
}
.post-type-post .editor-styles-wrapper .is-root-container::after,
.post-type-post .editor-styles-wrapper .wp-block-post-content::after {
  content: "";
  display: block;
  clear: both;
}

.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;
}