@charset "UTF-8";
/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
.s-cards-grid {
  color: var(--wp--preset--color--gray-dark);
}
.s-cards-grid__inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2.875rem;
}
.s-cards-grid__header {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  width: 100%;
}
.s-cards-grid__header--align-left {
  align-items: flex-start;
  text-align: left;
}
.s-cards-grid__header--align-center {
  align-items: center;
  text-align: center;
}
.s-cards-grid__header--align-right {
  align-items: flex-end;
  text-align: right;
}
.s-cards-grid__title {
  margin: 0;
  color: var(--wp--preset--color--red);
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
  width: 100%;
}
.s-cards-grid__title {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__title {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__title {
    font-size: 3.5rem;
  }
}
.s-cards-grid__subtitle {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  width: 100%;
  max-width: 38.25rem;
}
.s-cards-grid__subtitle {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle > *:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle > *:last-child {
  margin-bottom: 0;
}
.s-cards-grid__subtitle h1,
.s-cards-grid__subtitle h2 {
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
  margin: 2rem 0 1rem;
}
.s-cards-grid__subtitle h1,
.s-cards-grid__subtitle h2 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle h1,
  .s-cards-grid__subtitle h2 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle h1,
  .s-cards-grid__subtitle h2 {
    font-size: 3.5rem;
  }
}
.s-cards-grid__subtitle h1:first-child,
.s-cards-grid__subtitle h2:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle h3 {
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  color: var(--wp--preset--color--red);
  margin: 1.75rem 0 0.75rem;
}
.s-cards-grid__subtitle h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle h3 {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle h3 {
    font-size: 1.625rem;
  }
}
.s-cards-grid__subtitle h3:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle h4,
.s-cards-grid__subtitle h5,
.s-cards-grid__subtitle h6 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  margin: 1.5rem 0 0.5rem;
}
.s-cards-grid__subtitle h4,
.s-cards-grid__subtitle h5,
.s-cards-grid__subtitle h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle h4,
  .s-cards-grid__subtitle h5,
  .s-cards-grid__subtitle h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle h4,
  .s-cards-grid__subtitle h5,
  .s-cards-grid__subtitle h6 {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle h4:first-child,
.s-cards-grid__subtitle h5:first-child,
.s-cards-grid__subtitle h6:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle h6 {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.s-cards-grid__subtitle h6 {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle h6 {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle h6 {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__subtitle p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  margin: 0 0 1rem;
}
.s-cards-grid__subtitle p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle p {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle p:last-child {
  margin-bottom: 0;
}
.s-cards-grid__subtitle a:not(.c-btn) {
  color: var(--wp--preset--color--pink);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .s-cards-grid__subtitle a:not(.c-btn):hover {
    color: var(--wp--preset--color--red);
  }
}
.s-cards-grid__subtitle b,
.s-cards-grid__subtitle strong {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 700;
}
.s-cards-grid__subtitle b,
.s-cards-grid__subtitle strong {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle b,
  .s-cards-grid__subtitle strong {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle b,
  .s-cards-grid__subtitle strong {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle i,
.s-cards-grid__subtitle em {
  font-style: italic;
}
.s-cards-grid__subtitle u {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.s-cards-grid__subtitle s,
.s-cards-grid__subtitle del,
.s-cards-grid__subtitle strike {
  text-decoration: line-through;
}
.s-cards-grid__subtitle mark {
  background-color: color-mix(in srgb, var(--wp--preset--color--pink) 15%, transparent);
  color: inherit;
  padding: 0.0625rem 0.25rem;
}
.s-cards-grid__subtitle small {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.s-cards-grid__subtitle small {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle small {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle small {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__subtitle sub,
.s-cards-grid__subtitle sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-cards-grid__subtitle code,
.s-cards-grid__subtitle kbd,
.s-cards-grid__subtitle samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--beige-light);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-cards-grid__subtitle code,
.s-cards-grid__subtitle kbd,
.s-cards-grid__subtitle samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle code,
  .s-cards-grid__subtitle kbd,
  .s-cards-grid__subtitle samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle code,
  .s-cards-grid__subtitle kbd,
  .s-cards-grid__subtitle samp {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__subtitle pre {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--beige-light);
  border-radius: 0.5rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-cards-grid__subtitle pre {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle pre {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle pre {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle pre code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-cards-grid__subtitle ul,
.s-cards-grid__subtitle ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.s-cards-grid__subtitle ul:first-child,
.s-cards-grid__subtitle ol:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle ul:last-child,
.s-cards-grid__subtitle ol:last-child {
  margin-bottom: 0;
}
.s-cards-grid__subtitle ul ul,
.s-cards-grid__subtitle ul ol,
.s-cards-grid__subtitle ol ul,
.s-cards-grid__subtitle ol ol {
  margin: 0.5rem 0 0;
}
.s-cards-grid__subtitle ul li,
.s-cards-grid__subtitle ol li {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-cards-grid__subtitle ul li,
.s-cards-grid__subtitle ol li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle ul li,
  .s-cards-grid__subtitle ol li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle ul li,
  .s-cards-grid__subtitle ol li {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle ul li::marker,
.s-cards-grid__subtitle ol li::marker {
  color: var(--wp--preset--color--pink);
}
.s-cards-grid__subtitle ul li + li,
.s-cards-grid__subtitle ol li + li {
  margin-top: 0.5rem;
}
.s-cards-grid__subtitle ul li > ul,
.s-cards-grid__subtitle ul li > ol,
.s-cards-grid__subtitle ol li > ul,
.s-cards-grid__subtitle ol li > ol {
  margin-top: 0.5rem;
}
.s-cards-grid__subtitle ul {
  list-style: disc;
}
.s-cards-grid__subtitle ol {
  list-style: decimal;
}
.s-cards-grid__subtitle dl {
  margin: 1rem 0;
}
.s-cards-grid__subtitle dl dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-cards-grid__subtitle dl dt:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle dl dd {
  margin: 0.25rem 0 0 1rem;
}
.s-cards-grid__subtitle blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 0.1875rem solid var(--wp--preset--color--pink);
}
.s-cards-grid__subtitle blockquote p {
  margin: 0;
}
.s-cards-grid__subtitle blockquote p + p {
  margin-top: 0.75rem;
}
.s-cards-grid__subtitle blockquote cite,
.s-cards-grid__subtitle blockquote footer {
  display: block;
  margin-top: 0.75rem;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-cards-grid__subtitle blockquote cite,
.s-cards-grid__subtitle blockquote footer {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle blockquote cite,
  .s-cards-grid__subtitle blockquote footer {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle blockquote cite,
  .s-cards-grid__subtitle blockquote footer {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__subtitle hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
}
.s-cards-grid__subtitle img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.s-cards-grid__subtitle figure {
  margin: 1.5rem 0;
  max-width: 100%;
}
.s-cards-grid__subtitle figure img {
  margin: 0;
}
.s-cards-grid__subtitle figure figcaption {
  margin-top: 0.5rem;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.75;
}
.s-cards-grid__subtitle figure figcaption {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle figure figcaption {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle figure figcaption {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__subtitle table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-cards-grid__subtitle table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle table {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle table th,
.s-cards-grid__subtitle table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  text-align: left;
  vertical-align: top;
}
.s-cards-grid__subtitle table th {
  font-weight: 700;
  background-color: var(--wp--preset--color--beige-light);
}
.s-cards-grid__subtitle h1 {
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-cards-grid__subtitle h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle h1 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle h1 {
    font-size: 3.5rem;
  }
}
.s-cards-grid__subtitle h1:not(:first-child) {
  margin-top: 2rem;
}
.s-cards-grid__subtitle h6 {
  font-weight: 400;
  font-family: "the-seasons", serif;
}
.s-cards-grid__subtitle h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle h6 {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle h6:not(:first-child) {
  margin-top: 1rem;
}
.s-cards-grid__subtitle figure {
  margin: 2rem 0;
  max-width: 100%;
}
.s-cards-grid__subtitle figure:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle figure img {
  margin: 0;
}
.s-cards-grid__subtitle figcaption,
.s-cards-grid__subtitle .wp-element-caption,
.s-cards-grid__subtitle .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.s-cards-grid__subtitle figcaption,
.s-cards-grid__subtitle .wp-element-caption,
.s-cards-grid__subtitle .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle figcaption,
  .s-cards-grid__subtitle .wp-element-caption,
  .s-cards-grid__subtitle .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle figcaption,
  .s-cards-grid__subtitle .wp-element-caption,
  .s-cards-grid__subtitle .wp-caption-text {
    font-size: 0.75rem;
  }
}
.s-cards-grid__subtitle .wp-caption {
  max-width: 100%;
}
.s-cards-grid__subtitle .wp-caption img {
  margin: 0;
}
.s-cards-grid__subtitle .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.s-cards-grid__subtitle .aligncenter figcaption,
.s-cards-grid__subtitle .aligncenter .wp-element-caption {
  text-align: center;
}
.s-cards-grid__subtitle .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.s-cards-grid__subtitle .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.s-cards-grid__subtitle .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.s-cards-grid__subtitle .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.s-cards-grid__subtitle .alignfull img {
  border-radius: 0;
}
.s-cards-grid__subtitle img.size-medium,
.s-cards-grid__subtitle figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.s-cards-grid__subtitle img.size-thumbnail,
.s-cards-grid__subtitle figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.s-cards-grid__subtitle blockquote,
.s-cards-grid__subtitle .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.s-cards-grid__subtitle blockquote p,
.s-cards-grid__subtitle .wp-block-quote p {
  margin-top: 0.75rem;
}
.s-cards-grid__subtitle blockquote p:first-child,
.s-cards-grid__subtitle .wp-block-quote p:first-child {
  margin-top: 0;
}
.s-cards-grid__subtitle blockquote cite,
.s-cards-grid__subtitle blockquote footer,
.s-cards-grid__subtitle .wp-block-quote cite,
.s-cards-grid__subtitle .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-cards-grid__subtitle blockquote cite,
.s-cards-grid__subtitle blockquote footer,
.s-cards-grid__subtitle .wp-block-quote cite,
.s-cards-grid__subtitle .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle blockquote cite,
  .s-cards-grid__subtitle blockquote footer,
  .s-cards-grid__subtitle .wp-block-quote cite,
  .s-cards-grid__subtitle .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle blockquote cite,
  .s-cards-grid__subtitle blockquote footer,
  .s-cards-grid__subtitle .wp-block-quote cite,
  .s-cards-grid__subtitle .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.s-cards-grid__subtitle .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
  border-bottom: 1px solid var(--wp--preset--color--beige-medium);
  border-left: none;
}
.s-cards-grid__subtitle .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.s-cards-grid__subtitle .wp-block-pullquote cite {
  margin-top: 1rem;
}
.s-cards-grid__subtitle code,
.s-cards-grid__subtitle kbd,
.s-cards-grid__subtitle samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--beige-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-cards-grid__subtitle code,
.s-cards-grid__subtitle kbd,
.s-cards-grid__subtitle samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle code,
  .s-cards-grid__subtitle kbd,
  .s-cards-grid__subtitle samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle code,
  .s-cards-grid__subtitle kbd,
  .s-cards-grid__subtitle samp {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__subtitle pre,
.s-cards-grid__subtitle .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--beige-medium);
  border-radius: 0.5rem;
}
.s-cards-grid__subtitle pre code,
.s-cards-grid__subtitle .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-cards-grid__subtitle table,
.s-cards-grid__subtitle .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.s-cards-grid__subtitle table,
.s-cards-grid__subtitle .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle table,
  .s-cards-grid__subtitle .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle table,
  .s-cards-grid__subtitle .wp-block-table table {
    font-size: 0.875rem;
  }
}
.s-cards-grid__subtitle table th,
.s-cards-grid__subtitle table td,
.s-cards-grid__subtitle .wp-block-table table th,
.s-cards-grid__subtitle .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  text-align: left;
  vertical-align: top;
}
.s-cards-grid__subtitle table th,
.s-cards-grid__subtitle .wp-block-table table th {
  font-weight: 700;
}
.s-cards-grid__subtitle .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-cards-grid__subtitle hr,
.s-cards-grid__subtitle .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.s-cards-grid__subtitle hr.is-style-wide,
.s-cards-grid__subtitle .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.s-cards-grid__subtitle hr.is-style-dots,
.s-cards-grid__subtitle .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.s-cards-grid__subtitle hr.is-style-dots::before,
.s-cards-grid__subtitle .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.s-cards-grid__subtitle hr.is-style-dots::before,
.s-cards-grid__subtitle .wp-block-separator.is-style-dots::before {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__subtitle hr.is-style-dots::before,
  .s-cards-grid__subtitle .wp-block-separator.is-style-dots::before {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__subtitle hr.is-style-dots::before,
  .s-cards-grid__subtitle .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.s-cards-grid__subtitle .wp-block-embed,
.s-cards-grid__subtitle .wp-block-video,
.s-cards-grid__subtitle .wp-block-audio,
.s-cards-grid__subtitle .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.s-cards-grid__subtitle .wp-block-embed__wrapper,
.s-cards-grid__subtitle .wp-block-video video {
  max-width: 100%;
}
.s-cards-grid__subtitle .wp-block-embed iframe {
  max-width: 100%;
}
.s-cards-grid__subtitle .wp-block-gallery,
.s-cards-grid__subtitle .blocks-gallery-grid,
.s-cards-grid__subtitle .wp-block-media-text {
  gap: 0.5rem;
}
.s-cards-grid__subtitle .wp-block-gallery,
.s-cards-grid__subtitle .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.s-cards-grid__subtitle .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-cards-grid__subtitle .wp-block-button__link {
  text-decoration: none;
}
.s-cards-grid__subtitle ul ul,
.s-cards-grid__subtitle ol ol,
.s-cards-grid__subtitle ul ol,
.s-cards-grid__subtitle ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-cards-grid__subtitle dl {
  margin: 1.5rem 0;
}
.s-cards-grid__subtitle dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-cards-grid__subtitle dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.s-cards-grid__subtitle mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.s-cards-grid__subtitle sub,
.s-cards-grid__subtitle sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-cards-grid__subtitle .has-text-align-center {
  text-align: center;
}
.s-cards-grid__subtitle .has-text-align-right {
  text-align: right;
}
.s-cards-grid__subtitle .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .s-cards-grid__subtitle .alignleft,
  .s-cards-grid__subtitle .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .s-cards-grid__subtitle .alignwide,
  .s-cards-grid__subtitle .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .s-cards-grid__subtitle figure,
  .s-cards-grid__subtitle .wp-block-image,
  .s-cards-grid__subtitle .wp-caption,
  .s-cards-grid__subtitle .wp-block-media-text__media {
    max-width: 100%;
  }
  .s-cards-grid__subtitle figure img,
  .s-cards-grid__subtitle .wp-block-image img,
  .s-cards-grid__subtitle .wp-caption img,
  .s-cards-grid__subtitle .wp-block-media-text__media img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .s-cards-grid__subtitle > img,
  .s-cards-grid__subtitle p > img,
  .s-cards-grid__subtitle .wp-block-image img,
  .s-cards-grid__subtitle .wp-block-gallery .blocks-gallery-item img,
  .s-cards-grid__subtitle .wp-block-gallery .wp-block-image img {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    border-radius: 0;
    display: block;
    height: auto;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .s-cards-grid__subtitle img.size-medium,
  .s-cards-grid__subtitle figure.size-medium img,
  .s-cards-grid__subtitle img.size-thumbnail,
  .s-cards-grid__subtitle figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .s-cards-grid__subtitle figcaption,
  .s-cards-grid__subtitle .wp-element-caption,
  .s-cards-grid__subtitle .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .s-cards-grid__subtitle pre,
  .s-cards-grid__subtitle .wp-block-code {
    padding: 1rem;
  }
}
.s-cards-grid__subtitle::after {
  content: "";
  display: block;
  clear: both;
}
.s-cards-grid__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s-cards-grid__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
  padding: 2.1875rem;
  border-radius: 1rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--red);
  overflow: hidden;
  position: relative;
  transition: background-color 0.35s, color 0.35s;
}
.s-cards-grid__card-deco {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
  opacity: 0;
  transition: transform 0.25s, opacity 0.25s;
}
.s-cards-grid__card-deco svg {
  width: 4.375rem;
  height: 4.375rem;
  object-fit: contain;
  overflow: visible;
  transform: translateY(20%);
  transition: transform 0.35s;
}
.s-cards-grid__card-deco path:first-child {
  stroke: var(--wp--preset--color--pink);
  stroke-width: 4px;
}
.s-cards-grid__card-deco path:nth-child(2) {
  stroke: transparent;
  fill: var(--wp--preset--color--pink);
}
@media (hover: hover) and (pointer: fine) {
  .s-cards-grid__card:hover {
    color: var(--wp--preset--color--white);
    background-color: var(--wp--preset--color--red);
  }
  .s-cards-grid__card:hover svg {
    transform: translateY(0);
  }
  .s-cards-grid__card:hover .s-cards-grid__card-deco {
    opacity: 1;
  }
}
.s-cards-grid__card-title {
  margin: 0;
  width: 100%;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-weight: 700;
  line-height: 1.41;
  color: inherit;
}
.s-cards-grid__card-title {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-title {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-title {
    font-size: 1.125rem;
  }
}
.s-cards-grid__card-content {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  width: 100%;
  color: inherit;
}
.s-cards-grid__card-content {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content > *:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content > *:last-child {
  margin-bottom: 0;
}
.s-cards-grid__card-content h1,
.s-cards-grid__card-content h2 {
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
  margin: 2rem 0 1rem;
}
.s-cards-grid__card-content h1,
.s-cards-grid__card-content h2 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content h1,
  .s-cards-grid__card-content h2 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content h1,
  .s-cards-grid__card-content h2 {
    font-size: 3.5rem;
  }
}
.s-cards-grid__card-content h1:first-child,
.s-cards-grid__card-content h2:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content h3 {
  font-family: "the-seasons", serif;
  line-height: 1.26;
  font-weight: 400;
  color: var(--wp--preset--color--red);
  margin: 1.75rem 0 0.75rem;
}
.s-cards-grid__card-content h3 {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content h3 {
    font-size: calc(24px + 2 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content h3 {
    font-size: 1.625rem;
  }
}
.s-cards-grid__card-content h3:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content h4,
.s-cards-grid__card-content h5,
.s-cards-grid__card-content h6 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
  margin: 1.5rem 0 0.5rem;
}
.s-cards-grid__card-content h4,
.s-cards-grid__card-content h5,
.s-cards-grid__card-content h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content h4,
  .s-cards-grid__card-content h5,
  .s-cards-grid__card-content h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content h4,
  .s-cards-grid__card-content h5,
  .s-cards-grid__card-content h6 {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content h4:first-child,
.s-cards-grid__card-content h5:first-child,
.s-cards-grid__card-content h6:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content h6 {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: var(--wp--preset--color--gray-dark);
}
.s-cards-grid__card-content h6 {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content h6 {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content h6 {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__card-content p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
  margin: 0 0 1rem;
}
.s-cards-grid__card-content p {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content p {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content p {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content p:last-child {
  margin-bottom: 0;
}
.s-cards-grid__card-content a:not(.c-btn) {
  color: var(--wp--preset--color--pink);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  transition: color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .s-cards-grid__card-content a:not(.c-btn):hover {
    color: var(--wp--preset--color--red);
  }
}
.s-cards-grid__card-content b,
.s-cards-grid__card-content strong {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 700;
}
.s-cards-grid__card-content b,
.s-cards-grid__card-content strong {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content b,
  .s-cards-grid__card-content strong {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content b,
  .s-cards-grid__card-content strong {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content i,
.s-cards-grid__card-content em {
  font-style: italic;
}
.s-cards-grid__card-content u {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
.s-cards-grid__card-content s,
.s-cards-grid__card-content del,
.s-cards-grid__card-content strike {
  text-decoration: line-through;
}
.s-cards-grid__card-content mark {
  background-color: color-mix(in srgb, var(--wp--preset--color--pink) 15%, transparent);
  color: inherit;
  padding: 0.0625rem 0.25rem;
}
.s-cards-grid__card-content small {
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.s-cards-grid__card-content small {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content small {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content small {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__card-content sub,
.s-cards-grid__card-content sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-cards-grid__card-content code,
.s-cards-grid__card-content kbd,
.s-cards-grid__card-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--beige-light);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-cards-grid__card-content code,
.s-cards-grid__card-content kbd,
.s-cards-grid__card-content samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content code,
  .s-cards-grid__card-content kbd,
  .s-cards-grid__card-content samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content code,
  .s-cards-grid__card-content kbd,
  .s-cards-grid__card-content samp {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__card-content pre {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--beige-light);
  border-radius: 0.5rem;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-cards-grid__card-content pre {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content pre {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content pre {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content pre code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-cards-grid__card-content ul,
.s-cards-grid__card-content ol {
  margin: 1rem 0;
  padding-left: 1.5rem;
}
.s-cards-grid__card-content ul:first-child,
.s-cards-grid__card-content ol:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content ul:last-child,
.s-cards-grid__card-content ol:last-child {
  margin-bottom: 0;
}
.s-cards-grid__card-content ul ul,
.s-cards-grid__card-content ul ol,
.s-cards-grid__card-content ol ul,
.s-cards-grid__card-content ol ol {
  margin: 0.5rem 0 0;
}
.s-cards-grid__card-content ul li,
.s-cards-grid__card-content ol li {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-cards-grid__card-content ul li,
.s-cards-grid__card-content ol li {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content ul li,
  .s-cards-grid__card-content ol li {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content ul li,
  .s-cards-grid__card-content ol li {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content ul li::marker,
.s-cards-grid__card-content ol li::marker {
  color: var(--wp--preset--color--pink);
}
.s-cards-grid__card-content ul li + li,
.s-cards-grid__card-content ol li + li {
  margin-top: 0.5rem;
}
.s-cards-grid__card-content ul li > ul,
.s-cards-grid__card-content ul li > ol,
.s-cards-grid__card-content ol li > ul,
.s-cards-grid__card-content ol li > ol {
  margin-top: 0.5rem;
}
.s-cards-grid__card-content ul {
  list-style: disc;
}
.s-cards-grid__card-content ol {
  list-style: decimal;
}
.s-cards-grid__card-content dl {
  margin: 1rem 0;
}
.s-cards-grid__card-content dl dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-cards-grid__card-content dl dt:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content dl dd {
  margin: 0.25rem 0 0 1rem;
}
.s-cards-grid__card-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 0.1875rem solid var(--wp--preset--color--pink);
}
.s-cards-grid__card-content blockquote p {
  margin: 0;
}
.s-cards-grid__card-content blockquote p + p {
  margin-top: 0.75rem;
}
.s-cards-grid__card-content blockquote cite,
.s-cards-grid__card-content blockquote footer {
  display: block;
  margin-top: 0.75rem;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-cards-grid__card-content blockquote cite,
.s-cards-grid__card-content blockquote footer {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content blockquote cite,
  .s-cards-grid__card-content blockquote footer {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content blockquote cite,
  .s-cards-grid__card-content blockquote footer {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__card-content hr {
  margin: 2rem 0;
  border: none;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
}
.s-cards-grid__card-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.s-cards-grid__card-content figure {
  margin: 1.5rem 0;
  max-width: 100%;
}
.s-cards-grid__card-content figure img {
  margin: 0;
}
.s-cards-grid__card-content figure figcaption {
  margin-top: 0.5rem;
  font-family: "poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  opacity: 0.75;
}
.s-cards-grid__card-content figure figcaption {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content figure figcaption {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content figure figcaption {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__card-content table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.41;
  font-weight: 500;
}
.s-cards-grid__card-content table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content table {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content table th,
.s-cards-grid__card-content table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  text-align: left;
  vertical-align: top;
}
.s-cards-grid__card-content table th {
  font-weight: 700;
  background-color: var(--wp--preset--color--beige-light);
}
.s-cards-grid__card-content h1 {
  font-family: "the-seasons", serif;
  line-height: 1.07;
  font-weight: 400;
}
.s-cards-grid__card-content h1 {
  font-size: 36px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content h1 {
    font-size: calc(36px + 20 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content h1 {
    font-size: 3.5rem;
  }
}
.s-cards-grid__card-content h1:not(:first-child) {
  margin-top: 2rem;
}
.s-cards-grid__card-content h6 {
  font-weight: 400;
  font-family: "the-seasons", serif;
}
.s-cards-grid__card-content h6 {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content h6 {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content h6 {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content h6:not(:first-child) {
  margin-top: 1rem;
}
.s-cards-grid__card-content figure {
  margin: 2rem 0;
  max-width: 100%;
}
.s-cards-grid__card-content figure:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content figure img {
  margin: 0;
}
.s-cards-grid__card-content figcaption,
.s-cards-grid__card-content .wp-element-caption,
.s-cards-grid__card-content .wp-caption-text {
  margin-top: 0.75rem;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0.75;
}
.s-cards-grid__card-content figcaption,
.s-cards-grid__card-content .wp-element-caption,
.s-cards-grid__card-content .wp-caption-text {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content figcaption,
  .s-cards-grid__card-content .wp-element-caption,
  .s-cards-grid__card-content .wp-caption-text {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content figcaption,
  .s-cards-grid__card-content .wp-element-caption,
  .s-cards-grid__card-content .wp-caption-text {
    font-size: 0.75rem;
  }
}
.s-cards-grid__card-content .wp-caption {
  max-width: 100%;
}
.s-cards-grid__card-content .wp-caption img {
  margin: 0;
}
.s-cards-grid__card-content .aligncenter {
  display: block;
  margin-inline: auto;
  text-align: center;
}
.s-cards-grid__card-content .aligncenter figcaption,
.s-cards-grid__card-content .aligncenter .wp-element-caption {
  text-align: center;
}
.s-cards-grid__card-content .alignleft {
  float: left;
  margin: 0.5rem 1.5rem 1rem 0;
  max-width: 50%;
}
.s-cards-grid__card-content .alignright {
  float: right;
  margin: 0.5rem 0 1rem 1.5rem;
  max-width: 50%;
}
.s-cards-grid__card-content .alignwide {
  width: min(100%, 100% + 5rem);
  max-width: none;
  margin-inline: auto;
}
.s-cards-grid__card-content .alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  border-radius: 0;
}
.s-cards-grid__card-content .alignfull img {
  border-radius: 0;
}
.s-cards-grid__card-content img.size-medium,
.s-cards-grid__card-content figure.size-medium img {
  max-width: 25rem;
  width: 100%;
}
.s-cards-grid__card-content img.size-thumbnail,
.s-cards-grid__card-content figure.size-thumbnail img {
  max-width: 9.375rem;
  width: auto;
}
.s-cards-grid__card-content blockquote,
.s-cards-grid__card-content .wp-block-quote {
  margin: 1.5rem 0;
  padding: 1rem 0 1rem 1.25rem;
  border-left: 0.1875rem solid currentColor;
  font-style: italic;
}
.s-cards-grid__card-content blockquote p,
.s-cards-grid__card-content .wp-block-quote p {
  margin-top: 0.75rem;
}
.s-cards-grid__card-content blockquote p:first-child,
.s-cards-grid__card-content .wp-block-quote p:first-child {
  margin-top: 0;
}
.s-cards-grid__card-content blockquote cite,
.s-cards-grid__card-content blockquote footer,
.s-cards-grid__card-content .wp-block-quote cite,
.s-cards-grid__card-content .wp-block-quote footer {
  display: block;
  margin-top: 0.75rem;
  font-weight: 400;
  font-style: normal;
  opacity: 0.75;
}
.s-cards-grid__card-content blockquote cite,
.s-cards-grid__card-content blockquote footer,
.s-cards-grid__card-content .wp-block-quote cite,
.s-cards-grid__card-content .wp-block-quote footer {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content blockquote cite,
  .s-cards-grid__card-content blockquote footer,
  .s-cards-grid__card-content .wp-block-quote cite,
  .s-cards-grid__card-content .wp-block-quote footer {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content blockquote cite,
  .s-cards-grid__card-content blockquote footer,
  .s-cards-grid__card-content .wp-block-quote cite,
  .s-cards-grid__card-content .wp-block-quote footer {
    font-size: 0.75rem;
  }
}
.s-cards-grid__card-content .wp-block-pullquote {
  margin: 2rem 0;
  padding: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
  border-bottom: 1px solid var(--wp--preset--color--beige-medium);
  border-left: none;
}
.s-cards-grid__card-content .wp-block-pullquote blockquote {
  border: none;
  padding: 0;
  margin: 0;
}
.s-cards-grid__card-content .wp-block-pullquote cite {
  margin-top: 1rem;
}
.s-cards-grid__card-content code,
.s-cards-grid__card-content kbd,
.s-cards-grid__card-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 400;
  background-color: var(--wp--preset--color--beige-medium);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
}
.s-cards-grid__card-content code,
.s-cards-grid__card-content kbd,
.s-cards-grid__card-content samp {
  font-size: 13px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content code,
  .s-cards-grid__card-content kbd,
  .s-cards-grid__card-content samp {
    font-size: calc(13px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content code,
  .s-cards-grid__card-content kbd,
  .s-cards-grid__card-content samp {
    font-size: 0.8125rem;
  }
}
.s-cards-grid__card-content pre,
.s-cards-grid__card-content .wp-block-code {
  margin: 1.5rem 0;
  padding: 1.25rem;
  overflow-x: auto;
  background-color: var(--wp--preset--color--beige-medium);
  border-radius: 0.5rem;
}
.s-cards-grid__card-content pre code,
.s-cards-grid__card-content .wp-block-code code {
  background: none;
  padding: 0;
  border-radius: 0;
}
.s-cards-grid__card-content table,
.s-cards-grid__card-content .wp-block-table table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-weight: 400;
}
.s-cards-grid__card-content table,
.s-cards-grid__card-content .wp-block-table table {
  font-size: 14px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content table,
  .s-cards-grid__card-content .wp-block-table table {
    font-size: calc(14px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content table,
  .s-cards-grid__card-content .wp-block-table table {
    font-size: 0.875rem;
  }
}
.s-cards-grid__card-content table th,
.s-cards-grid__card-content table td,
.s-cards-grid__card-content .wp-block-table table th,
.s-cards-grid__card-content .wp-block-table table td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--wp--preset--color--beige-medium);
  text-align: left;
  vertical-align: top;
}
.s-cards-grid__card-content table th,
.s-cards-grid__card-content .wp-block-table table th {
  font-weight: 700;
}
.s-cards-grid__card-content .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.s-cards-grid__card-content hr,
.s-cards-grid__card-content .wp-block-separator {
  margin: 2.5rem auto;
  border: none;
  border-top: 1px solid var(--wp--preset--color--beige-medium);
  opacity: 1;
  max-width: 7.5rem;
}
.s-cards-grid__card-content hr.is-style-wide,
.s-cards-grid__card-content .wp-block-separator.is-style-wide {
  max-width: 100%;
}
.s-cards-grid__card-content hr.is-style-dots,
.s-cards-grid__card-content .wp-block-separator.is-style-dots {
  border: none;
  max-width: none;
  text-align: center;
}
.s-cards-grid__card-content hr.is-style-dots::before,
.s-cards-grid__card-content .wp-block-separator.is-style-dots::before {
  content: "···";
  letter-spacing: 0.75rem;
  font-weight: 400;
}
.s-cards-grid__card-content hr.is-style-dots::before,
.s-cards-grid__card-content .wp-block-separator.is-style-dots::before {
  font-size: 20px;
}
@media screen and (min-width: 569px) {
  .s-cards-grid__card-content hr.is-style-dots::before,
  .s-cards-grid__card-content .wp-block-separator.is-style-dots::before {
    font-size: calc(20px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cards-grid__card-content hr.is-style-dots::before,
  .s-cards-grid__card-content .wp-block-separator.is-style-dots::before {
    font-size: 1.25rem;
  }
}
.s-cards-grid__card-content .wp-block-embed,
.s-cards-grid__card-content .wp-block-video,
.s-cards-grid__card-content .wp-block-audio,
.s-cards-grid__card-content .wp-block-media-text {
  margin: 2rem 0;
  max-width: 100%;
}
.s-cards-grid__card-content .wp-block-embed__wrapper,
.s-cards-grid__card-content .wp-block-video video {
  max-width: 100%;
}
.s-cards-grid__card-content .wp-block-embed iframe {
  max-width: 100%;
}
.s-cards-grid__card-content .wp-block-gallery,
.s-cards-grid__card-content .blocks-gallery-grid,
.s-cards-grid__card-content .wp-block-media-text {
  gap: 0.5rem;
}
.s-cards-grid__card-content .wp-block-gallery,
.s-cards-grid__card-content .blocks-gallery-grid {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.s-cards-grid__card-content .wp-block-buttons {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.s-cards-grid__card-content .wp-block-button__link {
  text-decoration: none;
}
.s-cards-grid__card-content ul ul,
.s-cards-grid__card-content ol ol,
.s-cards-grid__card-content ul ol,
.s-cards-grid__card-content ol ul {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.s-cards-grid__card-content dl {
  margin: 1.5rem 0;
}
.s-cards-grid__card-content dt {
  font-weight: 700;
  margin-top: 0.75rem;
}
.s-cards-grid__card-content dd {
  margin-left: 1rem;
  margin-top: 0.25rem;
  opacity: 0.85;
}
.s-cards-grid__card-content mark {
  background-color: rgba(255, 128, 0, 0.25);
  padding: 0.0625rem 0.25rem;
}
.s-cards-grid__card-content sub,
.s-cards-grid__card-content sup {
  font-size: 0.75em;
  line-height: 0;
}
.s-cards-grid__card-content .has-text-align-center {
  text-align: center;
}
.s-cards-grid__card-content .has-text-align-right {
  text-align: right;
}
.s-cards-grid__card-content .has-text-align-left {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .s-cards-grid__card-content .alignleft,
  .s-cards-grid__card-content .alignright {
    float: none;
    max-width: 100%;
    margin: 1.5rem 0;
  }
  .s-cards-grid__card-content .alignwide,
  .s-cards-grid__card-content .alignfull {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }
  .s-cards-grid__card-content figure,
  .s-cards-grid__card-content .wp-block-image,
  .s-cards-grid__card-content .wp-caption,
  .s-cards-grid__card-content .wp-block-media-text__media {
    max-width: 100%;
  }
  .s-cards-grid__card-content figure img,
  .s-cards-grid__card-content .wp-block-image img,
  .s-cards-grid__card-content .wp-caption img,
  .s-cards-grid__card-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;
  }
  .s-cards-grid__card-content > img,
  .s-cards-grid__card-content p > img,
  .s-cards-grid__card-content .wp-block-image img,
  .s-cards-grid__card-content .wp-block-gallery .blocks-gallery-item img,
  .s-cards-grid__card-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;
  }
  .s-cards-grid__card-content img.size-medium,
  .s-cards-grid__card-content figure.size-medium img,
  .s-cards-grid__card-content img.size-thumbnail,
  .s-cards-grid__card-content figure.size-thumbnail img {
    max-width: 100%;
    width: 100%;
  }
  .s-cards-grid__card-content figcaption,
  .s-cards-grid__card-content .wp-element-caption,
  .s-cards-grid__card-content .wp-caption-text {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding-inline: 0;
    margin-top: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .s-cards-grid__card-content pre,
  .s-cards-grid__card-content .wp-block-code {
    padding: 1rem;
  }
}
.s-cards-grid__card-content::after {
  content: "";
  display: block;
  clear: both;
}
.s-cards-grid__card-actions {
  width: 100%;
  padding-top: 0.5rem;
}
.s-cards-grid__card-actions .c-buttons {
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .s-cards-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .s-cards-grid__inner {
    gap: 2rem;
  }
  .s-cards-grid__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .s-cards-grid__card {
    padding: 1.5rem;
  }
}