@charset "UTF-8";
/* Block: Quote ------------------------------ */
.wp-block-quote p,
.wp-block-quote cite {
  text-align: inherit;
}
/* STYLE: LARGE */
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  border: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-family: inherit;
  font-size: 2.1rem;
  font-style: normal;
  font-weight: var(--font-weight-bolder);
  line-height: 1.45;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.8rem;
  font-weight: var(--font-weight-bolder);
}
.wp-block-quote em {
  font-weight: var(--font-weight-bolder);
}
/* Block: Image ---------------- */
.wp-block-image .alignleft {
  margin-right: 1.8em;
}
.wp-block-image .alignright {
  margin-left: 1.8em;
}
.wp-block-image.is-resized {
  margin-left: auto;
  margin-right: auto;
}
/* Block: Shared Media Styles ---------------- */
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #6d6d6d;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
/* Block: Audio ------------------------------ */
.wp-block-audio audio {
  width: 100%;
}
/* Block: Button ------------------------------------ */
.wp-block-button:not(.alignleft):not(.alignright) {
  margin: 3rem 0;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
  background-color: var(--color-accent);
}
.wp-block-button .wp-block-button__link {
  font-size: 1em;
  font-weight: var(--font-weight-bolder);
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus {
  text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  font-weight: var(--font-weight-bolder);
  padding-top: 10px;
  padding-bottom: 10px;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  border-color: var(--color-accent);
  color: var(--color-accent);
}
/* Block: File ------------------------------- */
.wp-block-file {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wp-block-file a:not(.wp-block-file__button) {
  font-weight: var(--font-weight-bolder);
  text-decoration: none;
}
.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
  margin-right: 1rem;
}
.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}
.wp-block-file .wp-block-file__button {
  font-size: 1em;
  padding: 12px 24px;
}
.wp-block-file a.wp-block-file__button:visited {
  opacity: 1;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: 1;
  text-decoration: underline;
}
/* Block: Cover ------------------------------ */
.wp-block-cover-image .wp-block-cover__inner-container p,
.wp-block-cover .wp-block-cover__inner-container p {
  margin-bottom: 0;
}
.wp-block-cover__inner-container {
  line-height: 1.5;
}
/* Block: Gallery ---------------------------- */
.wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}
figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
  margin-bottom: 3rem;
  margin-top: 3rem;
}
figure.wp-block-gallery.alignleft {
  margin: 0.3rem 2rem 2rem 0;
}
figure.wp-block-gallery.alignright {
  margin: 0.3rem 0 2rem 2rem;
}
figure.wp-block-gallery.alignwide {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
figure.wp-block-gallery.alignfull {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
@media (min-width: 768px) {
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignnone,
  figure.wp-block-gallery.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (min-width: 768px) {
  /* BLOCK: GALLERY */
  figure.wp-block-gallery.alignnone,
  figure.wp-block-gallery.aligncenter {
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
  figure.wp-block-gallery.alignwide,
  figure.wp-block-gallery.alignfull {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}
@media (min-width: 1200px) {
  /* BLOCK: GALLERY */
}
/* Block Colors ------------------------------ */
.has-text-color a {
  color: inherit;
}
/* CUSTOM COLORS */
:root .has-accent-color {
  color: var(--color-accent);
}
:root .has-accent-background-color {
  background-color: var(--color-accent);
  color: #fff;
}
:root .has-primary-color {
  color: var(--color-primary);
}
:root .has-primary-background-color {
  background-color: var(--color-primary);
  color: #fff;
}
:root .has-secondary-color {
  color: var(--color-secondary);
}
:root .has-secondary-background-color {
  background-color: var(--color-secondary);
  color: #fff;
}
:root .has-subtle-background-color {
  color: var(--color-background-2);
}
:root .has-subtle-background-background-color {
  background-color: var(--color-background-2);
  color: #000;
}
:root .has-background-color {
  color: #f5efe0;
}
:root .has-background-background-color {
  background-color: #f5efe0;
  color: #000;
}
/* Block Typography Classes ------------------ */
.has-text-align-left {
  /*rtl:ignore*/
  text-align: left;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-right {
  text-align: right;
}
.has-drop-cap:not(:focus)::first-letter {
  color: var(--color-accent);
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 5.1em;
  font-weight: bold;
  margin: 0.05em 0.1em 0 0;
}
.has-drop-cap:not(:focus)::first-letter::after {
  content: "";
  display: table;
  clear: both;
}
.has-drop-cap:not(:focus)::after {
  padding: 0;
}
/* Block Font Sizes -------------------------- */
.entry-content .has-small-font-size {
  font-size: 0.865em;
}
.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
  font-size: 1em;
}
.entry-content .has-medium-font-size {
  font-size: 1.4em;
  line-height: 1.45;
}
.entry-content .has-large-font-size {
  font-size: 2em;
  line-height: 1.4;
}
.entry-content .has-larger-font-size {
  font-size: 2.4em;
  line-height: 1.3;
}
/* Block: Table ------------------------------ */
.wp-block-table {
  margin: 3.5rem 0;
}
.wp-block-table table {
  margin: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background: var(--color-background-2);
}
figure.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes table {
  border-collapse: inherit;
}
/* Block: Blockquote -------------------------- */
.wp-block-quote.has-text-align-right {
  border-width: 0 0.3rem 0 0;
  padding: 0 3rem 0.5rem 0;
}
/* Block: Pullquote -------------------------- */
.wp-block-pullquote blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.8rem;
}
/* STYLE: DEFAULT */
.wp-block-pullquote {
  border-radius: 4px;
  padding: 0;
  position: relative;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: calc(100% - 4rem);
}
.wp-block-pullquote blockquote {
  padding: 10.8rem 3rem 6rem 3rem;
  border: none;
  margin: 0;
}
.wp-block-pullquote blockquote::before {
  font-family: sans-serif;
  font-size: 150px;
  font-weight: normal;
  color: var(--color-background-1);
  content: "“";
  line-height: 40px;
  position: absolute;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.reduced-spacing .wp-block-pullquote p::before {
  border: 0.1rem solid currentColor;
  font-size: 5.9rem;
}
.wp-block-pullquote blockquote p {
  font-family: inherit;
  font-weight: var(--font-weight-bolder);
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.wp-block-pullquote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-pullquote cite {
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 2.4rem;
}
/* STYLE: SOLID BACKGROUND COLOR */
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
  color: white;
}
.wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}
@media (min-width: 768px) {
  .wp-block-pullquote blockquote {
    padding: 6rem 3rem 6rem 10.8rem;
  }
  .wp-block-pullquote blockquote p,
  .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 2.2rem;
  }
  .wp-block-pullquote blockquote::before {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Block: Columns ---------------------------- */
.no-sidebar .wp-block-columns.alignfull,
.no-sidebar .alignfull:not(.has-background) .wp-block-columns {
  padding-left: 2rem;
  padding-right: 2rem;
}
.wp-block-column {
  margin-bottom: 3.2rem;
}
.wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}
/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: 2rem;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-group__inner-container {
  margin: 0 auto;
}
.wp-block-group__inner-container,
.entry-content .wp-block-group p {
  max-width: 100%;
}
.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
  padding-left: 2rem;
  padding-right: 2rem;
}
/* Block: Separator  ------------------------- */
hr.wp-block-separator {
  margin: 3rem 0;
}
/* STYLE: WIDE */
.wp-block-separator.is-style-wide {
  max-width: calc(100vw - 4rem);
  position: relative;
  width: 100%;
}
/* STYLE: DOTS */
.wp-block-separator.is-style-dots::before {
  background: none;
  color: inherit;
  font-size: 3.2rem;
  font-weight: var(--font-weight-bolder);
  height: auto;
  letter-spacing: 1em;
  padding-left: 1em;
  position: static;
  -webkit-transform: none;
          transform: none;
  width: auto;
}
.wp-block-separator.is-style-dots::after {
  content: none;
}
@media (max-width: 599px) {
  /* Blocks -------------------------------- */
  /* BLOCK: COLUMNS */
  /* While columns are stacked */
  .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .wp-block-columns + .wp-block-columns {
    margin-top: 0.2rem;
  }
  .wp-block-columns.alignwide + .wp-block-columns.alignwide {
    margin-top: -0.8rem;
  }
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -1.8rem;
  }
}
@media (min-width: 768px) {
  /* BLOCK: GROUP */
  .wp-block-group.has-background {
    padding: 4rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
    padding-left: 0;
    padding-right: 0;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin: 6rem auto;
  }
  /* BLOCK: COLUMN */
  .wp-block-column {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  /* BLOCK: GROUP */
  .entry-content > .wp-block-group.alignwide.has-background,
  .entry-content > .wp-block-group.alignfull.has-background {
    padding: 8rem 4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* BLOCK: SEPARATOR */
  hr.wp-block-separator {
    margin: 8rem auto;
  }
}
/* Block: Shared Widget Styles --------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
  list-style: none !important;
}
.wp-block-latest-posts,
.wp-block-latest-comments {
  line-height: 1.5;
}
.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
  list-style: none !important;
}
.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comments > li {
  margin-left: 0;
}
.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comments > li:last-child {
  margin-bottom: 0;
}
.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
  font-family: inherit;
}
.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
  color: #6d6d6d;
}
.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
  font-weight: var(--font-weight-bolder);
}
.wp-block-archives a:not(:hover),
.wp-block-categories a:not(:hover),
.wp-block-latest-posts a:not(:hover),
.wp-block-latest-comments a:not(:hover) {
  text-decoration: none !important;
}
.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
  text-decoration: underline;
}
.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
  font-weight: var(--font-weight-bolder);
  line-height: 1.5;
}
.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
  color: #6d6d6d;
  font-size: 0.72em;
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 0.15em;
}
/* Block: Widget Latest Comments ------------- */
.entry-content .wp-block-latest-comments li {
  margin: 2rem 0;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 5.5rem;
}
.entry-content .wp-block-latest-comments a {
  text-decoration: none;
}
.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
  text-decoration: underline;
}
.wp-block-latest-comments__comment {
  font-size: inherit;
  margin-bottom: 1em;
}
.wp-block-latest-comments__comment-date {
  margin-top: 0.4em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.8125em;
  margin: 0.9rem 0 2rem 0;
}
/* Block: Widget Latest Posts ---------------- */
.wp-block-latest-posts.has-dates {
  list-style: none;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li {
  margin-top: 1.5rem;
}
.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
  margin-top: 0;
}
/* Block: Widget Search ---------------- */
.wp-block-search .wp-block-search__input {
  border-color: var(--color-border);
}
.wp-block-search .wp-block-search__button {
  display: inline-block;
  color: #fff;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  padding: 13px 30px;
  font-size: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.wp-block-search .wp-block-search__button:hover, .wp-block-search .wp-block-search__button:focus {
  background-color: var(--color-accent-alt);
  border-color: var(--color-accent-alt);
}
/* Block: Widget Calendar ---------------- */
.wp-block-calendar table th {
  background: transparent;
}
/* Block: Embeds ------------------------------------ */
.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align: center;
}
/* Block: Cover ------------------------------------ */
.wp-block-cover-image,
.wp-block-cover {
  color: #fff;
}
.wp-block-cover-image strong, .wp-block-cover-image em,
.wp-block-cover strong,
.wp-block-cover em {
  color: inherit;
}