@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/tos3mzb.css");
:root {
  --transition-time: 150ms;
  --fade-in-time: 200ms;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "URWScenarioWebextrabold";
  src: url("fonts/urw-scenario_extra-bold.woff2") format("woff2"), url("fonts/urw-scenario_extra-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --container-gutter-width: 1.625rem;
  --container-max-width: 108rem;
  --ohsblock-vertical-padding: 3.75rem;
  --block-vertical-padding: 3.75rem;
  --block-vertical-margin: 3.75rem;
  --header-height: 6.25rem;
  --space-below-header: 5rem;
  --element-vertical-margin: 1.25em;
  --header-max-width: 108rem;
  --footer-max-width: 108rem;
  --default-font-size: 1.125rem;
  --header-brand-aspect-ratio: 1072 / 387;
  --button-font-size: 1.125rem;
}
@media only screen and (min-width: 28.75em) {
  :root {
    --default-font-size: 1.25rem;
    --ohsblock-vertical-padding: 3.75rem;
    --block-vertical-padding: 3.75rem;
    --block-vertical-margin: 3.75rem;
    --header-height: 6.25rem;
  }
}
@media only screen and (min-width: 28.75em) {
  :root {
    --container-gutter-width: 2.1875rem;
  }
}
@media only screen and (min-width: 48.875em) {
  :root {
    --button-font-size: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  :root {
    --header-height: 9.375rem;
    --ohsblock-vertical-padding: 5.625rem;
    --block-vertical-padding: 5.625rem;
    --block-vertical-margin: 5.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  :root {
    --header-height: 12.5rem;
    --container-gutter-width: 3.125rem;
  }
}
@media only screen and (min-width: 108em) {
  :root {
    --default-font-size: 1.5rem;
    --button-font-size: 1.375rem;
    --header-height: 13.75rem;
    --container-gutter-width: 5.625rem;
    --ohsblock-vertical-padding: 9.375rem;
    --block-vertical-padding: 9.375rem;
    --block-vertical-margin: 9.375rem;
  }
}
@media print {
  :root {
    --ohsblock-vertical-padding: 1.25rem;
    --block-vertical-padding: 1.25rem;
    --block-vertical-margin: 1.25rem;
  }
}
:root {
  --page-top-spacing: calc(var(--header-height) + var(--space-below-header));
  --page-bottom-spacing: 2.5rem;
}
@media only screen and (min-width: 48.875em) {
  :root {
    --page-bottom-spacing: 5.625rem;
  }
}
@media print {
  :root {
    --page-bottom-spacing: 0;
  }
}

body.page-flush-top {
  --page-top-spacing: var(--header-height);
}

@media only screen and (min-width: 48.875em) {
  body.page-short-global-header,
  body.page-short-global-header.page-flush-top {
    --header-height: 1.125rem;
  }
}

body.page-flush-bottom {
  --page-bottom-spacing: 0;
}

.has-black-color {
  color: var(--color__black);
}

.has-black-background-color {
  background-color: var(--color__black);
  position: relative;
}

.color-black {
  color: var(--color__black);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%232C2E2B' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%232C2E2B' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%232C2E2B' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%232C2E2B' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color + .alignfull.has-black-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-black-background-color + .ohsblock--fullwidth.has-black-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color + .alignfull.has-black-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-black-background-color + .ohsblock--fullwidth.has-black-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-white-color {
  color: var(--color__white);
}

.has-white-background-color {
  background-color: var(--color__white);
  position: relative;
}

.color-white {
  color: var(--color__white);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color + .alignfull.has-white-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-white-background-color + .ohsblock--fullwidth.has-white-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color + .alignfull.has-white-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-white-background-color + .ohsblock--fullwidth.has-white-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-gray-1-color {
  color: var(--color__gray-1);
}

.has-gray-1-background-color {
  background-color: var(--color__gray-1);
  position: relative;
}

.color-gray-1 {
  color: var(--color__gray-1);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23efefef' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23efefef' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23efefef' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23efefef' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color + .alignfull.has-gray-1-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-gray-1-background-color + .ohsblock--fullwidth.has-gray-1-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color + .alignfull.has-gray-1-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-1-background-color + .ohsblock--fullwidth.has-gray-1-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-gray-2-color {
  color: var(--color__gray-2);
}

.has-gray-2-background-color {
  background-color: var(--color__gray-2);
  position: relative;
}

.color-gray-2 {
  color: var(--color__gray-2);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c4c4c4' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c4c4c4' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c4c4c4' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c4c4c4' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color + .alignfull.has-gray-2-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-gray-2-background-color + .ohsblock--fullwidth.has-gray-2-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color + .alignfull.has-gray-2-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-2-background-color + .ohsblock--fullwidth.has-gray-2-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-gray-3-color {
  color: var(--color__gray-3);
}

.has-gray-3-background-color {
  background-color: var(--color__gray-3);
  position: relative;
}

.color-gray-3 {
  color: var(--color__gray-3);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23757575' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23757575' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23757575' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23757575' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color + .alignfull.has-gray-3-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-gray-3-background-color + .ohsblock--fullwidth.has-gray-3-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color + .alignfull.has-gray-3-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-gray-3-background-color + .ohsblock--fullwidth.has-gray-3-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-green-color {
  color: var(--color__green);
}

.has-green-background-color {
  background-color: var(--color__green);
  position: relative;
}

.color-green {
  color: var(--color__green);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color + .alignfull.has-green-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-green-background-color + .ohsblock--fullwidth.has-green-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color + .alignfull.has-green-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-green-background-color + .ohsblock--fullwidth.has-green-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-red-color {
  color: var(--color__red);
}

.has-red-background-color {
  background-color: var(--color__red);
  position: relative;
}

.color-red {
  color: var(--color__red);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color + .alignfull.has-red-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-red-background-color + .ohsblock--fullwidth.has-red-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color + .alignfull.has-red-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-background-color + .ohsblock--fullwidth.has-red-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-red-dark-color {
  color: var(--color__red-dark);
}

.has-red-dark-background-color {
  background-color: var(--color__red-dark);
  position: relative;
}

.color-red-dark {
  color: var(--color__red-dark);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color + .alignfull.has-red-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-red-dark-background-color + .ohsblock--fullwidth.has-red-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color + .alignfull.has-red-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-red-dark-background-color + .ohsblock--fullwidth.has-red-dark-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-purple-color {
  color: var(--color__purple);
}

.has-purple-background-color {
  background-color: var(--color__purple);
  position: relative;
}

.color-purple {
  color: var(--color__purple);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color + .alignfull.has-purple-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-purple-background-color + .ohsblock--fullwidth.has-purple-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color + .alignfull.has-purple-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-background-color + .ohsblock--fullwidth.has-purple-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-purple-light-color {
  color: var(--color__purple-light);
}

.has-purple-light-background-color {
  background-color: var(--color__purple-light);
  position: relative;
}

.color-purple-light {
  color: var(--color__purple-light);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color + .alignfull.has-purple-light-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-purple-light-background-color + .ohsblock--fullwidth.has-purple-light-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color + .alignfull.has-purple-light-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-purple-light-background-color + .ohsblock--fullwidth.has-purple-light-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-blue-color {
  color: var(--color__blue);
}

.has-blue-background-color {
  background-color: var(--color__blue);
  position: relative;
}

.color-blue {
  color: var(--color__blue);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color + .alignfull.has-blue-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-blue-background-color + .ohsblock--fullwidth.has-blue-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color + .alignfull.has-blue-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-blue-background-color + .ohsblock--fullwidth.has-blue-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-yellow-color {
  color: var(--color__yellow);
}

.has-yellow-background-color {
  background-color: var(--color__yellow);
  position: relative;
}

.color-yellow {
  color: var(--color__yellow);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ecbe29' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ecbe29' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ecbe29' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ecbe29' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color + .alignfull.has-yellow-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-background-color + .ohsblock--fullwidth.has-yellow-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color + .alignfull.has-yellow-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-background-color + .ohsblock--fullwidth.has-yellow-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-yellow-dark-color {
  color: var(--color__yellow-dark);
}

.has-yellow-dark-background-color {
  background-color: var(--color__yellow-dark);
  position: relative;
}

.color-yellow-dark {
  color: var(--color__yellow-dark);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23a17e0e' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23a17e0e' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23a17e0e' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23a17e0e' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color + .alignfull.has-yellow-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-yellow-dark-background-color + .ohsblock--fullwidth.has-yellow-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color + .alignfull.has-yellow-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-yellow-dark-background-color + .ohsblock--fullwidth.has-yellow-dark-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-pink-color {
  color: var(--color__pink);
}

.has-pink-background-color {
  background-color: var(--color__pink);
  position: relative;
}

.color-pink {
  color: var(--color__pink);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f09fca' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f09fca' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f09fca' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f09fca' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color + .alignfull.has-pink-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-pink-background-color + .ohsblock--fullwidth.has-pink-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color + .alignfull.has-pink-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-pink-background-color + .ohsblock--fullwidth.has-pink-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-primary-color {
  color: var(--color__primary);
}

.has-primary-background-color {
  background-color: var(--color__primary);
  position: relative;
}

.color-primary {
  color: var(--color__primary);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23583789' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color + .alignfull.has-primary-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-primary-background-color + .ohsblock--fullwidth.has-primary-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color + .alignfull.has-primary-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-background-color + .ohsblock--fullwidth.has-primary-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-primary-dark-color {
  color: var(--color__primary-dark);
}

.has-primary-dark-background-color {
  background-color: var(--color__primary-dark);
  position: relative;
}

.color-primary-dark {
  color: var(--color__primary-dark);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color + .alignfull.has-primary-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-primary-dark-background-color + .ohsblock--fullwidth.has-primary-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color + .alignfull.has-primary-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-primary-dark-background-color + .ohsblock--fullwidth.has-primary-dark-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-secondary-color {
  color: var(--color__secondary);
}

.has-secondary-background-color {
  background-color: var(--color__secondary);
  position: relative;
}

.color-secondary {
  color: var(--color__secondary);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color + .alignfull.has-secondary-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-background-color + .ohsblock--fullwidth.has-secondary-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color + .alignfull.has-secondary-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-background-color + .ohsblock--fullwidth.has-secondary-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-secondary-light-color {
  color: var(--color__secondary-light);
}

.has-secondary-light-background-color {
  background-color: var(--color__secondary-light);
  position: relative;
}

.color-secondary-light {
  color: var(--color__secondary-light);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234cc9eb' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234cc9eb' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234cc9eb' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234cc9eb' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color + .alignfull.has-secondary-light-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-secondary-light-background-color + .ohsblock--fullwidth.has-secondary-light-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color + .alignfull.has-secondary-light-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-secondary-light-background-color + .ohsblock--fullwidth.has-secondary-light-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-tertiary-color {
  color: var(--color__tertiary);
}

.has-tertiary-background-color {
  background-color: var(--color__tertiary);
  position: relative;
}

.color-tertiary {
  color: var(--color__tertiary);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23f34d35' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color + .alignfull.has-tertiary-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-background-color + .ohsblock--fullwidth.has-tertiary-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color + .alignfull.has-tertiary-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-background-color + .ohsblock--fullwidth.has-tertiary-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-tertiary-dark-color {
  color: var(--color__tertiary-dark);
}

.has-tertiary-dark-background-color {
  background-color: var(--color__tertiary-dark);
  position: relative;
}

.color-tertiary-dark {
  color: var(--color__tertiary-dark);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23c13c29' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color + .alignfull.has-tertiary-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-tertiary-dark-background-color + .ohsblock--fullwidth.has-tertiary-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color + .alignfull.has-tertiary-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-tertiary-dark-background-color + .ohsblock--fullwidth.has-tertiary-dark-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-link-light-color {
  color: var(--color__link-light);
}

.has-link-light-background-color {
  background-color: var(--color__link-light);
  position: relative;
}

.color-link-light {
  color: var(--color__link-light);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23005250' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color + .alignfull.has-link-light-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-link-light-background-color + .ohsblock--fullwidth.has-link-light-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color + .alignfull.has-link-light-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-light-background-color + .ohsblock--fullwidth.has-link-light-background-color:not(.no-whitespace) {
  padding-top: 0;
}

.has-link-dark-color {
  color: var(--color__link-dark);
}

.has-link-dark-background-color {
  background-color: var(--color__link-dark);
  position: relative;
}

.color-link-dark {
  color: var(--color__link-dark);
}

/* wave decoration - top level items only */
.site-main .entry-content > .wp-block-group.alignfull,
.site-main .entry-content > .ohsblock--fullwidth {
  position: relative;
  z-index: 0;
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-2, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-2,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-1,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-2 {
  z-index: 100;
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-2::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-1::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-1::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-2::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-2::after {
  position: absolute;
  z-index: 995;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  background-size: 103%;
  pointer-events: none;
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-2 {
    margin-top: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-2:not(.no-whitespace) {
  padding-top: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
@media only screen and (min-width: 74.375em) {
  .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-1, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-2,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-1,
  .site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-2 {
    margin-bottom: 1.1574074074vw;
  }
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-1:not(.no-whitespace), .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-2:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-1:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-2:not(.no-whitespace) {
  padding-bottom: calc(var(--block-vertical-padding) - 2.5462962963vw);
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave::before, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-1::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-1::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-top-wave-2::before,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-top-wave-2::before {
  content: "";
  bottom: calc(100% - 0.125rem);
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M-44.374 56.302C75.1 63.597 253.873 68.932 436.248 74.374c141.765 4.23 285.708 8.526 405.67 13.857 108.783 4.835 211.592 10.958 312.812 16.987 189.29 11.274 372.97 22.215 579.62 23.764l39.44-115.6c-114.05-2.224-235.08-3.355-355.28-4.48-67.08-.626-133.9-1.25-199.11-2.061-246.583-3.066-470.837-4.209-666.871.714-65.526 1.645-139.777 3.077-215.35 4.534-132.416 2.553-268.896 5.184-369.6 9.18z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave::after, .site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-1::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-1::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='45' fill='none' viewBox='0 0 1728 45'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M1770.9 29.964c-119.76 4.13-298.61 1.973-481.06-.228-141.83-1.711-285.84-3.448-405.956-2.279-108.927 1.061-211.971 4.387-313.411 7.661-189.712 6.124-373.81 12.066-580.27 2.67L-42.17-137.217c114.034 3.139 234.961 8.306 355.07 13.439 67.019 2.864 133.786 5.717 198.956 8.201 246.434 9.392 470.45 20.393 665.915 38.858 65.34 6.173 139.4 12.52 214.78 18.98 132.08 11.32 268.21 22.987 368.54 34.666z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v45H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color.has-bottom-wave-2::after,
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color.has-bottom-wave-2::after {
  content: "";
  top: calc(100% - 0.125rem);
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231598bc' fill-rule='evenodd' d='M-16.696 25.364c119.754 4.12 298.604 1.943 481.059-.276 141.827-1.726 285.833-3.477 405.954-2.32 108.927 1.05 211.973 4.366 313.413 7.63 189.71 6.104 373.81 12.028 580.27 2.611L1796.36-142c-114.04 3.151-234.96 8.331-355.07 13.475-67.02 2.871-133.79 5.731-198.96 8.221-246.431 9.417-470.447 20.44-665.911 38.926-65.335 6.179-139.397 12.534-214.777 19.002C229.563-51.044 93.432-39.363-6.89-27.675z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color + .alignfull.has-link-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .wp-block-group.alignfull.has-link-dark-background-color + .ohsblock--fullwidth.has-link-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color + .alignfull.has-link-dark-background-color:not(.no-whitespace),
.site-main .entry-content > .ohsblock--fullwidth.has-link-dark-background-color + .ohsblock--fullwidth.has-link-dark-background-color:not(.no-whitespace) {
  padding-top: 0;
}

:root {
  --color__black: #2C2E2B;
  --color__white: #fff;
  --color__gray-1: #efefef;
  --color__gray-2: #c4c4c4;
  --color__gray-3: #757575;
  --color__red: #f34d35;
  --color__red-dark: #c13c29;
  --color__purple: #423753;
  --color__purple-light: #583789;
  --color__blue: #1598bc;
  --color__blue-light: #4cc9eb;
  --color__yellow: #ecbe29;
  --color__yellow-dark: #a17e0e;
  --color__green: #005250;
  --color__green-light: #147a77;
  --color__pink: #f09fca;
  --color__primary: #583789;
  --color__primary-dark: #423753;
  --color__secondary: #1598bc;
  --color__secondary-light: #4cc9eb;
  --color__tertiary: #f34d35;
  --color__tertiary-dark: #c13c29;
  --color__link-light: #005250;
  --color__link-dark: #1598bc;
  --color__photo-card-overlay: rgba(0, 0, 0, 0.15);
  --color__photo-card-overlay-1: rgba(243, 77, 53, 0.75);
  --color__photo-card-overlay-2: rgba(193, 60, 41, 0.8);
  --color__photo-card-overlay-3: rgba(66, 55, 83, 0.75);
  --color__accordion-background: var(--color__blue);
  --color__accordion-title: var(--color__white);
  --color__accordion-border: var(--color__blue);
  --color__link: var(--color__link-light);
  --color__link-visited: var(--color__link-light);
  --color__link-hover: var(--color__link-light);
  --color__link-heading: var(--color__purple);
  --color__link-heading-visited: var(--color__purple);
  --color__link-heading-hover: var(--color__purple);
  --color__text-main: var(--color__black);
  --color__text-heading: var(--color__purple);
  --color__text-input: var(--color__black);
  --color__text-input-focus: var(--color__black);
  --color__border-input: var(--color__gray-2);
  --color__text-button: var(--color__white);
  --color__text-button-hover: var(--color__white);
  --color__background-button: var(--color__green);
  --color__background-button-hover: var(--color__green-light);
  --color__text-button-2: var(--color__white);
  --color__text-button-2-hover: var(--color__white);
  --color__background-button-2: var(--color__purple);
  --color__background-button-2-hover: var(--color__purple-light);
  --color__text-button-3: var(--color__white);
  --color__text-button-3-hover: var(--color__white);
  --color__background-button-3: var(--color__red);
  --color__background-button-3-hover: var(--color__red-dark);
  --color__background-alt: var(--color__gray-1);
  --color__border-table: var(--color__gray-1);
  --color__background-brand: var(--color__yellow);
  --color__background-headermain: var(--color__yellow);
  --color__link-headermain: var(--color__white);
  --color__link-headermain-hover: var(--color__yellow);
  --color__subnav-background-headermain: var(--color__purple);
  --color__subnav-link-headermain: var(--color__white);
  --color__subnav-link-headermain-hover: var(--color__yellow);
  --color__background-header-menu-mobile: var(--color__purple);
  --color__menu-toggle: var(--color__purple);
}
@media only screen and (min-width: 74.375em) {
  :root {
    --color__link-headermain: var(--color__purple);
    --color__link-headermain-hover: var(--color__red-dark);
  }
}
:root {
  --color__background-headerutility: var(--color__blue);
  --color__link-headerutility: var(--color__white);
  --color__link-hover-headerutility: var(--color__gray-1);
  --color__background-footer: var(--color__purple);
  --color__text-footer-main: var(--color__white);
  --color__text-footer-heading: var(--color__yellow);
  --color__text-button-slider: var(--color__purple);
  --color__text-button-slider-hover: var(--color__red);
  --color__background-button-slider: var(--color__yellow);
  --color__background-button-slider-hover: var(--color__red);
  --color__background-pet-card: var(--color__pink);
  --color__background-pet-card-icons: var(--color__purple);
  --color__text-pet-card-icons: var(--color__white);
  --color__text-pet-card: var(--color__black);
  --color__background-body: var(--color__white);
  --color__text-screen: var(--color__purple);
  --color__border-abbr: #666;
  --color__background-screen: var(--color__gray-1);
  --color__background-hr: var(--color__gray-1);
  --color__background-pre: #eee;
  --color__background-ins: #fff9c0;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box;
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
option,
textarea {
  color: var(--color__text-main);
  font-family: "futura-pt", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color__text-heading);
  line-height: 1.2;
  margin: 1em 0 0.5em 0;
}
.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color h4,
.has-text-color h5,
.has-text-color h6 {
  color: inherit;
}

h1,
.heading-1 {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  h1,
  .heading-1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 87.5em) {
  h1,
  .heading-1 {
    font-size: 3.5rem;
  }
}

h2,
.heading-2 {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  h2,
  .heading-2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  h2,
  .heading-2 {
    font-size: 3.125rem;
  }
}
h2 strong,
h2 b,
.heading-2 strong,
.heading-2 b {
  font-weight: 400;
}

h3,
.heading-3 {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  h3,
  .heading-3 {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 87.5em) {
  h3,
  .heading-3 {
    font-size: 2.25rem;
  }
}
h3 strong,
h3 b,
.heading-3 strong,
.heading-3 b {
  font-weight: 400;
}

h4,
.heading-4 {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 74.375em) {
  h4,
  .heading-4 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  h4,
  .heading-4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.entry-content h2 {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  .entry-content h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .entry-content h2 {
    font-size: 2.625rem;
  }
}
.entry-content h2 strong,
.entry-content h2 b {
  font-weight: 400;
}
.entry-content h3 + * {
  margin-top: 0.75em;
}
.entry-content h4 + *,
.entry-content h5 + *,
.entry-content h6 + * {
  margin-top: 0.5em;
}

body {
  font-size: var(--default-font-size);
  font-weight: 500;
}

p {
  font-weight: 500;
  margin: 1em 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin-top: 0;
}

address {
  margin-top: 0;
}

pre {
  background: var(--color__background-pre);
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--color__border-abbr);
  cursor: help;
}

mark,
ins {
  background: var(--color__background-ins);
  text-decoration: none;
}

big {
  font-size: 125%;
}

figcaption {
  font-size: calc(0.95 * var(--default-font-size));
}

/* Links
--------------------------------------------- */
a {
  color: var(--color__link);
  text-decoration: underline;
  transition: all var(--transition-time);
}
.has-text-color a:not(.wp-block-button__link, .button) {
  color: inherit;
  text-decoration: underline;
}
.has-text-color a:not(.wp-block-button__link, .button):hover, .has-text-color a:not(.wp-block-button__link, .button):focus, .has-text-color a:not(.wp-block-button__link, .button):active {
  color: inherit;
  opacity: 0.8;
}
a:hover, a:focus, a:active {
  color: var(--color__link-hover);
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--color__link-heading);
}
h1 a:hover, h1 a:focus, h1 a:active,
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active,
h4 a:hover,
h4 a:focus,
h4 a:active,
h5 a:hover,
h5 a:focus,
h5 a:active,
h6 a:hover,
h6 a:focus,
h6 a:active {
  color: var(--color__link-heading-hover);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 1.875rem);
}

/* Forms
--------------------------------------------- */
.wp-block-button {
  margin-bottom: 0;
}

.wp-block-buttons {
  margin-top: 1em;
  margin-bottom: 1em;
}
@supports not (translate: none) {
  .wp-block-buttons > .wp-block-button {
    margin-top: 0.5em;
  }
  .wp-block-buttons > .wp-block-button:not(:last-child) {
    margin-right: 0.5em;
  }
  .wp-block-buttons.is-content-justification-right > .wp-block-button:not(:last-child) {
    margin-left: 0.5em;
    margin-right: 0;
  }
}

a.wp-block-button__link,
button.button,
a.button,
input[type=button],
input[type=reset],
input[type=submit],
p > button:not(class) {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0.625rem;
  background: var(--color__background-button);
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  color: var(--color__text-button);
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 48.875em) {
  a.wp-block-button__link,
  button.button,
  a.button,
  input[type=button],
  input[type=reset],
  input[type=submit],
  p > button:not(class) {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
  }
}
a.wp-block-button__link:hover, a.wp-block-button__link:active, a.wp-block-button__link:focus,
button.button:hover,
button.button:active,
button.button:focus,
a.button:hover,
a.button:active,
a.button:focus,
input[type=button]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus,
p > button:not(class):hover,
p > button:not(class):active,
p > button:not(class):focus {
  background-color: var(--color__background-button-hover);
  color: var(--color__text-button-hover);
  text-decoration: none;
}

.wp-block-buttons .wp-block-button__link {
  width: auto;
}

.nav-links a {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0.625rem;
  background: var(--color__background-button);
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  color: var(--color__text-button);
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 48.875em) {
  .nav-links a {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
  }
}
.nav-links a:hover, .nav-links a:active, .nav-links a:focus {
  background-color: var(--color__background-button-hover);
  color: var(--color__text-button-hover);
  text-decoration: none;
}
.nav-links a {
  line-height: 1.3;
}

body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  color: var(--color__text-input);
  border: 0.1875rem solid var(--color__border-input);
  border-radius: 0.9375rem;
  padding: 0.25rem 1.25rem;
  -webkit-appearance: none;
  background-color: var(--color__white);
  font-weight: 500;
  font-size: 1.125rem;
}
@media only screen and (min-width: 48.875em) {
  body .gform_wrapper.gravity-theme input[type=color],
  body .gform_wrapper.gravity-theme input[type=date],
  body .gform_wrapper.gravity-theme input[type=datetime-local],
  body .gform_wrapper.gravity-theme input[type=datetime],
  body .gform_wrapper.gravity-theme input[type=email],
  body .gform_wrapper.gravity-theme input[type=month],
  body .gform_wrapper.gravity-theme input[type=number],
  body .gform_wrapper.gravity-theme input[type=password],
  body .gform_wrapper.gravity-theme input[type=search],
  body .gform_wrapper.gravity-theme input[type=tel],
  body .gform_wrapper.gravity-theme input[type=text],
  body .gform_wrapper.gravity-theme input[type=time],
  body .gform_wrapper.gravity-theme input[type=url],
  body .gform_wrapper.gravity-theme input[type=week],
  body .gform_wrapper.gravity-theme select,
  body .gform_wrapper.gravity-theme textarea,
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  input[type=search],
  input[type=number],
  input[type=tel],
  input[type=range],
  input[type=date],
  input[type=month],
  input[type=week],
  input[type=time],
  input[type=datetime],
  input[type=datetime-local],
  input[type=color],
  select,
  textarea {
    padding: 0.4375rem 1.25rem;
  }
}
body .gform_wrapper.gravity-theme input[type=color]:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  color: var(--color__text-input-focus);
}

input[type=color] {
  padding: 0;
  border-radius: 0;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 7L15 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem 0.75rem;
  padding-right: 1.875rem;
  font-size: 1.1875rem;
}
select[multiple] {
  background-image: none;
}

textarea {
  width: 100%;
}

.gfield input[readonly] {
  border: 0;
  background: transparent;
}

.cf-turnstile {
  border-radius: 0.9375rem;
  overflow: hidden;
  padding: 0;
  width: 18.75rem;
  max-width: 100%;
  height: 4rem;
}

/* Elements
--------------------------------------------- */
.site-header {
  --header-desktop-utility-nav-height: 3.75rem;
  --header-desktop-main-nav-offset: 6.875rem;
  --header-desktop-logo-offset: 0;
  --header-brand-logo-width: 11.25rem;
  --header-menu-toggle-width: 2.25rem;
  background-color: var(--color__background-headermain);
}
@media only screen and (min-width: 74.375em) {
  .site-header {
    --header-desktop-logo-offset: -0.75rem;
    --header-desktop-utility-nav-height: 3.125rem;
    --header-desktop-main-nav-offset: 3.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .site-header {
    --header-desktop-utility-nav-height: 5.625rem;
    --header-desktop-logo-offset: -1.375rem;
    --header-brand-logo-width: 15.625rem;
    --header-desktop-main-nav-offset: 6.5625rem;
  }
}
@media only screen and (min-width: 108em) {
  .site-header {
    --header-desktop-logo-offset: -2.0625rem;
    --header-brand-logo-width: 22.8125rem;
  }
}
.site-header::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: var(--header-height);
  height: 0.625rem;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 103%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='393' height='45' fill='none' viewBox='0 0 393 45'%3E%3Cpath fill='%23ecbe29' d='M0 0v45c90.508-8.516 168.405 2.77 309.418-2.44 48.391-1.788 75.974.692 83.582 1.7V.004H0z'/%3E%3C/svg%3E");
  pointer-events: none;
}
@media only screen and (min-width: 48.875em) {
  .site-header::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='73' fill='none' viewBox='0 0 1728 73'%3E%3Cpath fill='%23ecbe29' d='M0 0v72.908c403.433-14.449 732.652 4.7 1361.21-4.139 215.7-3.035 332.88 1.028 366.79 2.737V.006H0z'/%3E%3C/svg%3E");
  }
}
@media only screen and (min-width: 74.375em) {
  .site-header.site-header--floating, body.page-short-global-header .site-header {
    --header-desktop-utility-nav-height: 3.125rem;
    --header-desktop-main-nav-offset: 3.625rem;
    --header-height: 9.375rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .site-header.site-header--floating, body.page-short-global-header .site-header {
    --header-brand-logo-width: 15.625rem;
    --header-desktop-logo-offset: -1.25rem;
  }
}
@media print {
  .site-header {
    display: none;
  }
}
.site-header {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header__container {
  position: relative;
  width: 100%;
  max-width: var(--header-max-width);
  margin: 0 auto;
}

body.page-short-global-header .site-header__container {
  background-color: var(--color__background-headermain);
  height: var(--header-height);
}
body.page-short-global-header .site-header__container::before, body.page-short-global-header .site-header__container::after {
  content: "";
  display: block;
  height: 100%;
  width: 624.9375rem;
  position: absolute;
  top: 0;
  background-color: var(--color__background-headermain);
}
body.page-short-global-header .site-header__container::before {
  right: 100%;
}
body.page-short-global-header .site-header__container::after {
  left: 100%;
}
@media only screen and (min-width: 48.875em) {
  body.page-short-global-header .site-header__container {
    height: 1.125rem;
  }
}

.site-footer {
  --vertical-gap: 2.5rem;
  --horizontal-gap: 1.875rem;
  --top-row-height: 7.8125rem;
  --top-row-bottom-offset: 1.5rem;
  background-color: var(--color__background-footer);
  color: var(--color__text-footer-main);
  padding: 3.125rem 0;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 74.375em) {
  .site-footer {
    --vertical-gap: 1.875rem;
    --horizontal-gap: 3.125rem;
    padding: 6.25rem 0;
  }
}
body:not(.page-hide-decorations) .site-footer {
  padding: 3.125rem 0 9.375rem;
}
@media only screen and (min-width: 74.375em) {
  body:not(.page-hide-decorations) .site-footer {
    padding: 6.25rem 0 9.375rem;
  }
}
body:not(.page-hide-decorations) .site-footer {
  /* cat decoration */
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='593' height='240' fill='none' viewBox='0 0 593 240'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23ecbe29' d='M208.328 114.952S89.402-10.976 64.602.362s-1.824 161.646 2.97 171.546M478.487 28.355c-41.801 34.152-91.32 86.597-91.32 86.597l140.757 56.956c3.18-6.568 14.37-74.967 14.288-123.555z'/%3E%3Cpath fill='%23ecbe29' d='M593.473 280.584c0-104.363-138.546-193.076-295.731-193.076C140.558 87.508 0 176.22 0 280.584z'/%3E%3Cpath fill='%23ecbe29' d='M251.135 65.639c2.514 4.699 9.775 19.204 25.876 28.835 16.031 9.584 31.827 9.362 37.51 9.222 5.496-.141 9.319-1.672 9.787-6.324.421-4.23-2.573-6.288-7.039-6.358-8.255-.117-22.778-.269-33.851-6.896-11.669-6.978-17.48-18.49-21.713-24.942-2.794-4.267-5.449-5.868-9.225-3.94-3.777 1.93-3.345 6.628-1.333 10.403z'/%3E%3Cpath fill='%23ecbe29' d='M273.877 48.34c.76 5.284 2.631 21.378 14.487 35.93 11.798 14.482 26.718 19.648 32.12 21.46 5.215 1.741 9.33 1.613 11.353-2.607 1.836-3.834-.269-6.79-4.443-8.369-7.717-2.922-21.316-8.03-29.477-18.023-8.583-10.53-10.126-23.34-11.903-30.845-1.181-4.956-3.122-7.375-7.332-6.849-4.209.526-5.413 5.096-4.805 9.316z'/%3E%3Cpath fill='%2300524f' d='M314.533 182.346c0 4.933-7.518 11.49-16.779 11.49s-16.779-6.557-16.779-11.49 7.519-6.382 16.779-6.382 16.779 1.438 16.779 6.382M220.85 172.212a8.055 8.055 0 0 0 8.056-8.053 8.055 8.055 0 0 0-8.056-8.054 8.055 8.055 0 0 0-8.056 8.054 8.055 8.055 0 0 0 8.056 8.053M374.644 172.212a8.055 8.055 0 0 0 8.056-8.053 8.055 8.055 0 0 0-8.056-8.054 8.055 8.055 0 0 0-8.057 8.054 8.055 8.055 0 0 0 8.057 8.053'/%3E%3Cpath fill='%2300524f' d='M340.337 207.498c-5.214 3.132-20.789 13.056-42.175 13.056s-36.586-9.456-42.07-12.916c-5.297-3.354-8.138-7.083-5.87-11.898 2.058-4.383 6.197-4.641 10.594-2.104 8.138 4.71 22.426 13.055 37.136 13.055 15.492 0 27.91-7.854 35.826-11.688 5.227-2.536 8.769-2.548 11.33 1.543 2.561 4.103-.608 8.439-4.782 10.94z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h593v240H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
@media only screen and (min-width: 28.75em) {
  body:not(.page-hide-decorations) .site-footer {
    background-size: 24.375rem auto;
  }
}
@media only screen and (min-width: 74.375em) {
  body:not(.page-hide-decorations) .site-footer {
    background-size: 37.0625rem auto;
  }
}
body:not(.page-hide-decorations) .site-footer {
  /* animals decoration */
}
body:not(.page-hide-decorations) .site-footer::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 990;
  bottom: 100%;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: var(--container-max-width);
  pointer-events: none;
  height: 9.0625rem;
  aspect-ratio: 329/145;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='341' height='156' fill='none' viewBox='0 0 341 156'%3E%3Cpath fill='%23e4a3c9' d='M98.638 155.055H6.262L19.203 34.752C21.204 17.914 35.486 5.234 52.449 5.234s31.245 12.68 33.246 29.518l12.94 120.303z'/%3E%3Cpath fill='%23e4a3c9' d='M9.287 55.634a8.2 8.2 0 0 1-3.527-.799 8.214 8.214 0 0 1-3.888-10.95l12.232-25.682a8.22 8.22 0 0 1 10.954-3.886 8.214 8.214 0 0 1 3.888 10.95L16.714 50.949a8.22 8.22 0 0 1-7.427 4.685M95.613 55.634a8.2 8.2 0 0 0 3.528-.8 8.213 8.213 0 0 0 3.887-10.95L90.797 18.204a8.22 8.22 0 0 0-10.955-3.887 8.214 8.214 0 0 0-3.888 10.95l12.232 25.682a8.22 8.22 0 0 0 7.427 4.686'/%3E%3Cpath fill='%23403751' d='M11.622 70.578h81.52l6.92 44.076z'/%3E%3Cpath fill='%23403751' d='M14.391 74.837a3.137 3.137 0 1 0 .001-6.273 3.137 3.137 0 0 0 0 6.273'/%3E%3Cpath fill='%23403751' d='M13.334 70.68a9.9 9.9 0 0 0-4.456-5.873 9.9 9.9 0 0 0-7.279-1.181 9.9 9.9 0 0 0 4.456 5.872 9.9 9.9 0 0 0 7.279 1.181'/%3E%3Cpath fill='%23403751' d='M13.314 70.957a9.9 9.9 0 0 0-7.296-1.065A9.89 9.89 0 0 0 0 74.152a9.9 9.9 0 0 0 7.296 1.064 9.89 9.89 0 0 0 6.018-4.259M62.075 36.055c0 2.831-4.31 6.591-9.623 6.591-5.314 0-9.624-3.762-9.624-6.59 0-2.83 4.31-3.658 9.624-3.658s9.623.828 9.623 3.657M42.109 27.662a1.92 1.92 0 1 0 0-3.841 1.92 1.92 0 0 0 0 3.84M62.794 27.662a1.92 1.92 0 1 0 .001-3.841 1.92 1.92 0 0 0 0 3.84M62.606 47.69c-1.243.746-4.955 3.114-10.055 3.114s-8.724-2.254-10.03-3.08c-1.307-.826-1.94-1.688-1.4-2.838.493-1.046 1.478-1.107 2.526-.5 1.94 1.123 5.348 3.112 8.853 3.112 3.693 0 6.655-1.874 8.541-2.785 1.248-.605 2.09-.61 2.701.367.612.978-.144 2.013-1.14 2.61z'/%3E%3Cpath fill='%23e4a3c9' d='M58.502 1.76c-.28.645-1.078 2.626-3.091 4.064-2.004 1.43-4.08 1.57-4.829 1.61-.724.042-1.243-.119-1.353-.725-.1-.551.27-.853.856-.91 1.082-.102 2.988-.28 4.373-1.266 1.458-1.04 2.099-2.615 2.586-3.507.322-.59.654-.828 1.17-.616.517.214.512.836.285 1.352z'/%3E%3Cpath fill='%23e4a3c9' d='M59.86 4.087c-.43.555-1.69 2.283-3.993 3.182-2.291.897-4.339.522-5.075.38-.712-.139-1.175-.419-1.133-1.035.036-.558.473-.76 1.053-.673 1.075.166 2.966.46 4.55-.158C56.93 5.13 57.94 3.76 58.63 3.015c.456-.492.836-.643 1.284-.31.449.334.29.936-.053 1.382'/%3E%3Cpath fill='%23f4773a' d='M209.122 155.055h-75.26l10.545-97.1c1.63-14.81 13.265-25.962 27.086-25.962 13.818 0 25.455 11.153 27.086 25.962l10.545 97.1z'/%3E%3Cpath fill='%23f4773a' d='M158.552 35.815s-17.211-18.226-20.799-16.584c-3.588 1.64-.266 23.394.429 24.827M184.435 35.815s17.211-18.226 20.799-16.584c3.588 1.64.266 23.394-.429 24.827'/%3E%3Cpath fill='%23f4773a' d='M171.493 86.535c22.747 0 41.187-12.243 41.187-27.346s-18.44-27.346-41.187-27.346-41.188 12.243-41.188 27.346 18.441 27.346 41.188 27.346'/%3E%3Cpath fill='%23e5c04b' d='M175.013 54.211c0 1.036-1.575 2.41-3.52 2.41s-3.52-1.377-3.52-2.41 1.575-1.338 3.52-1.338 3.52.302 3.52 1.338M155.367 52.083a1.689 1.689 0 1 0 0-3.377 1.689 1.689 0 0 0 0 3.377M187.62 52.084a1.689 1.689 0 1 0 0-3.378 1.689 1.689 0 0 0 0 3.377'/%3E%3Cpath fill='%23e5c04b' d='M180.427 59.486c-1.092.656-4.361 2.739-8.844 2.739s-7.673-1.984-8.821-2.71c-1.112-.701-1.706-1.484-1.231-2.495.431-.918 1.299-.974 2.223-.44 1.706.986 4.705 2.736 7.788 2.736 3.247 0 5.855-1.648 7.513-2.452 1.097-.53 1.838-.536 2.376.324.539.86-.127 1.77-1.002 2.296z'/%3E%3Cpath fill='%23f4773a' d='M124.458 51.706c.743-.305 2.981-1.292 5.777-.865 2.783.426 4.597 1.969 5.243 2.532.626.543.924 1.089.529 1.674-.359.53-.905.482-1.429.063-.97-.78-2.674-2.157-4.597-2.451-2.026-.31-3.807.47-4.921.811-.734.227-1.197.158-1.451-.429-.253-.587.249-1.091.844-1.335z'/%3E%3Cpath fill='%23f4773a' d='M124.741 57.615c.612-.522 2.425-2.162 5.216-2.632s4.983.431 5.773.763c.765.321 1.218.745 1.028 1.423-.173.616-.707.743-1.336.506-1.165-.436-3.215-1.21-5.133-.886-2.021.34-3.471 1.637-4.419 2.312-.627.446-1.087.526-1.512.046-.424-.48-.107-1.113.383-1.532M217.172 51.706c-.743-.305-2.981-1.292-5.777-.865-2.783.426-4.597 1.969-5.243 2.532-.626.543-.924 1.089-.529 1.674.359.53.905.482 1.429.063.97-.78 2.674-2.157 4.597-2.451 2.026-.31 3.807.47 4.921.811.734.227 1.197.158 1.451-.429.253-.587-.249-1.091-.844-1.335z'/%3E%3Cpath fill='%23f4773a' d='M216.891 57.615c-.612-.522-2.426-2.162-5.217-2.632s-4.982.431-5.772.763c-.765.321-1.219.745-1.029 1.423.173.616.707.743 1.336.506 1.165-.436 3.215-1.21 5.134-.886 2.02.34 3.471 1.637 4.419 2.312.626.446 1.087.526 1.511.046s.107-1.113-.382-1.532'/%3E%3Cpath fill='%23e5c04b' d='M171.493 92.127a2.76 2.76 0 1 0 0-5.522 2.76 2.76 0 0 0 0 5.522'/%3E%3Cpath fill='%23e5c04b' d='M202.862 80.39a81.27 81.27 0 0 1-62.173 0l.951-2.293a78.77 78.77 0 0 0 60.271 0zM333.397 155.055h-92.703l12.988-119.606c2.008-18.243 16.341-31.981 33.363-31.981s31.354 13.738 33.363 31.98l12.987 119.607z'/%3E%3Cpath fill='%23e5c04b' d='m337.181 10.75-14.966-9.46a8 8 0 0 0-.573-.329 8.19 8.19 0 0 0-7.834.073l-24.793 13.784a8.19 8.19 0 0 0-4.197 7.683 8.196 8.196 0 0 0 12.163 6.635l19.091-10.614a2.81 2.81 0 0 1 2.864.08l9.49 5.997a8.195 8.195 0 0 0 11.305-2.549 8.19 8.19 0 0 0-2.55-11.3'/%3E%3Cpath fill='%23e5c04b' d='m236.909 10.75 14.967-9.46c.187-.119.378-.226.573-.329a8.19 8.19 0 0 1 7.834.074l24.792 13.784a8.19 8.19 0 0 1 4.198 7.682 8.198 8.198 0 0 1-12.164 6.635l-19.091-10.614a2.81 2.81 0 0 0-2.864.08l-9.489 5.997a8.196 8.196 0 0 1-11.306-2.549 8.19 8.19 0 0 1 2.55-11.3'/%3E%3Cpath fill='%2300524f' d='M295.9 29.906c0 2.604-3.964 6.064-8.854 6.064s-8.853-3.46-8.853-6.064 3.964-3.365 8.853-3.365c4.89 0 8.854.762 8.854 3.364M287.047 70.163a4.565 4.565 0 0 0 4.566-4.564 4.565 4.565 0 0 0-4.566-4.563 4.565 4.565 0 0 0-4.566 4.563 4.565 4.565 0 0 0 4.566 4.564M281.451 24.806a1.916 1.916 0 1 0 0-3.832 1.916 1.916 0 0 0 0 3.831M292.641 24.806a1.916 1.916 0 1 0 0-3.832 1.916 1.916 0 0 0 0 3.831M297.172 43.791c-1.238.743-4.94 3.104-10.025 3.104s-8.697-2.246-9.999-3.072c-1.26-.797-1.936-1.684-1.394-2.83.49-1.042 1.472-1.103 2.518-.499 1.933 1.121 5.333 3.102 8.828 3.102 3.681 0 6.636-1.866 8.517-2.777 1.243-.602 2.084-.607 2.694.367.609.975-.144 2.006-1.136 2.603zM325.765 52.352h-77.439v5.974h77.439z'/%3E%3Cpath fill='%2300524f' d='M287.797 55.16v9.574h-1.5v-9.573zM287.797 34.822v9.573h-1.5v-9.573zM324.802 91.525c0 3.105-2.494 3.918-4.941 3.918s-6.133-.984-6.133-4.088 3.859-5.963 6.304-5.963c2.444 0 4.77 3.027 4.77 6.13zM268.403 146.028c0 2.916-3.027 3.918-6.133 3.918s-7.668-.831-7.668-3.748c0-2.916 4.902-6.983 8.007-6.983 3.106 0 5.794 3.896 5.794 6.813'/%3E%3Cmask id='a' width='94' height='153' x='240' y='3' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M333.397 155.055h-92.703l12.988-119.606c2.008-18.243 16.341-31.981 33.363-31.981s31.354 13.738 33.363 31.98l12.987 119.607z'/%3E%3C/mask%3E%3Cg fill='%2300524f' mask='url(%23a)'%3E%3Cpath d='M274.026 104.127c0 18.107-22.294 38.832-32.032 38.832s-11.415-16.213-11.415-34.319 7.981-33.808 17.721-33.808 25.729 11.186 25.729 29.295zM300.948 124.398c0 14.078 3.407 29.636 27.013 28.274 7.558-.436 8.875-12.605 8.875-26.683 0-14.079-6.206-26.287-13.777-26.287-7.574 0-22.111 10.619-22.111 24.698z'/%3E%3C/g%3E%3Cpath fill='%23e5c04b' d='M328.378 84.079c-.646-.324-2.635-1.26-3.993-3.409-1.352-2.14-1.374-4.279-1.372-5.051 0-.746.195-1.267.824-1.347.573-.071.86.328.885.93.044 1.119.112 3.085 1.045 4.564.985 1.557 2.565 2.308 3.452 2.86.588.366.814.72.563 1.239s-.887.475-1.404.214'/%3E%3Cpath fill='%23e5c04b' d='M328.039 81.036c-.646-.324-2.635-1.26-3.992-3.41-1.353-2.139-1.375-4.278-1.373-5.05 0-.746.195-1.267.824-1.348.573-.07.861.33.885.931.044 1.118.112 3.085 1.046 4.564.984 1.557 2.564 2.307 3.451 2.86.588.366.814.72.563 1.238-.251.52-.887.475-1.404.215'/%3E%3Cpath fill='%2300524f' d='M241.285 126.914c.646-.324 2.635-1.259 3.993-3.408 1.353-2.14 1.375-4.279 1.372-5.052 0-.745-.195-1.267-.824-1.347-.573-.071-.86.329-.885.931-.044 1.118-.112 3.085-1.045 4.564-.985 1.557-2.565 2.307-3.452 2.86-.587.366-.814.719-.563 1.238.249.519.887.475 1.404.214'/%3E%3Cpath fill='%2300524f' d='M241.623 123.872c.646-.324 2.635-1.26 3.993-3.409 1.352-2.14 1.374-4.279 1.372-5.051 0-.746-.195-1.267-.824-1.348-.573-.07-.86.329-.885.931-.044 1.118-.112 3.085-1.045 4.564-.985 1.557-2.565 2.307-3.452 2.86-.588.366-.814.719-.563 1.238.248.519.887.475 1.404.215'/%3E%3C/svg%3E");
}
@media only screen and (min-width: 74.375em) {
  body:not(.page-hide-decorations) .site-footer::after {
    height: 17.625rem;
    background-position: right var(--container-gutter-width) bottom;
  }
}
.site-footer {
  /* wave decoration */
}
.site-footer::before {
  content: "";
  position: absolute;
  z-index: 995;
  bottom: calc(100% - 0.125rem);
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1728/44;
  background-repeat: no-repeat;
  pointer-events: none;
  background-size: 103%;
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1728' height='44' fill='none' viewBox='0 0 1728 44'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23423753' fill-rule='evenodd' d='M1770.9 14.955c-119.77-3.71-298.61-.921-481.06 1.923-141.82 2.21-285.82 4.455-405.94 3.708-108.929-.677-211.985-3.64-313.435-6.557-189.733-5.455-373.85-10.748-580.276-.625l-31.758 175.118c114.022-3.541 234.931-9.134 355.021-14.69 67.009-3.1 133.766-6.188 198.926-8.902 246.399-10.259 470.375-22.05 665.772-41.204 65.32-6.402 139.36-13.01 214.71-19.736 132.04-11.785 268.13-23.931 368.42-35.964z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h1728v44H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.site-footer {
  /* layout */
}
.site-footer .container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  .site-footer .container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.site-footer .container {
  max-width: var(--footer-max-width);
  display: grid;
  gap: var(--vertical-gap) var(--horizontal-gap);
  align-items: start;
  grid-template-columns: 1fr;
  grid-template-areas: "a" "b" "c" "d" "e";
}
@media only screen and (min-width: 28.75em) {
  .site-footer .container {
    grid-template-columns: repeat(2, 1fr);
    text-align: start;
    grid-template-areas: "a a" "b c" "d d" "e e";
    text-align: start;
  }
}
@media only screen and (min-width: 74.375em) {
  .site-footer .container {
    grid-template-columns: repeat(2, auto) minmax(15.625rem, 27.8125rem);
    grid-template-rows: var(--top-row-height) 1fr;
    grid-template-areas: "a d e" "b c e";
  }
}
.site-footer__block {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--vertical-gap);
}
.site-footer__block figure {
  margin: 0;
}
.site-footer__block--4 {
  grid-area: a;
}
.site-footer__block--1 {
  grid-area: b;
}
.site-footer__block--2 {
  grid-area: c;
}
.site-footer__block--6 {
  grid-area: d;
}
@media only screen and (min-width: 74.375em) {
  .site-footer__block--6 {
    align-self: end;
    margin-bottom: var(--top-row-bottom-offset);
  }
}
.site-footer__block--3 {
  grid-area: e;
}
@media only screen and (min-width: 74.375em) {
  .site-footer__block--3 {
    gap: 0;
  }
  .site-footer__block--3 .heading-2 {
    margin: 0 0 var(--vertical-gap);
    padding-bottom: var(--top-row-bottom-offset);
    height: var(--top-row-height);
    position: relative;
    top: 0.5rem;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;
  }
}
.site-footer__block--5 {
  grid-area: f;
}
.site-footer .widget,
.site-footer .wp-block-columns,
.site-footer .wp-block-group__inner-container {
  margin: 0;
}
.site-footer {
  /* typography */
}
.site-footer {
  font-size: 1.125rem;
  line-height: 2;
}
.site-footer a {
  color: var(--color__text-footer-main);
}
.site-footer a:hover, .site-footer a:focus {
  color: inherit;
  text-decoration: underline;
}
.site-footer h2:not([class*=heading-]) {
  margin: 0 0 0.9em 0;
  font-family: "futura-pt", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color__text-footer-main);
  line-height: 1.2;
}
.site-footer h2:not([class*=heading-]) a {
  color: var(--color__text-footer-main);
}
.site-footer h3:not([class*=heading-]) {
  margin: 0 0 0.6em 0;
  font-family: "futura-pt", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--color__text-footer-heading);
  line-height: 1.2;
}
.site-footer h3:not([class*=heading-]) a {
  color: var(--color__text-footer-heading);
}
.site-footer li {
  margin-bottom: 0.27em;
  font-size: inherit;
}
.site-footer p {
  margin: 0 0 0.8em;
  font-size: inherit;
  line-height: 1.4;
}
.site-footer a {
  text-decoration: none;
}
.site-footer strong {
  letter-spacing: 0.06em;
}
.site-footer ul {
  margin: 0 0 1em;
  padding: 0;
}
.site-footer ul li {
  list-style: none;
}
.site-footer {
  /* Social links */
}
.site-footer .footer-social-icons {
  max-width: 21.25rem;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 74.375em) {
  .site-footer .footer-social-icons {
    margin: 0;
    text-align: start;
  }
}
.site-footer .footer-social-icons a {
  transition: opacity 0.3s ease;
}
.site-footer .footer-social-icons a:hover, .site-footer .footer-social-icons a:focus {
  opacity: 0.8;
}
.site-footer {
  /* logo */
}
.site-footer .footer-logo {
  max-width: 21.25rem;
}
.site-footer {
  /* Form */
}
.site-footer input[type=submit] {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0.625rem;
  background: var(--color__background-button-3);
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  color: var(--color__text-button-3);
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 48.875em) {
  .site-footer input[type=submit] {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
  }
}
.site-footer input[type=submit]:hover, .site-footer input[type=submit]:active, .site-footer input[type=submit]:focus {
  background-color: var(--color__background-button-3-hover);
  color: var(--color__text-button-3-hover);
  text-decoration: none;
}
.site-footer input[type=submit] {
  width: 100%;
  font-size: 1.1875rem;
  padding: 0.375rem 1.5625rem;
  border-radius: 0.9375rem;
  margin: 0;
}
@media only screen and (min-width: 40.0625em) {
  .site-footer input[type=submit] {
    padding: 1.375rem 1.5625rem;
  }
}

/* Add space to the last element in the main area for the footer top decoration */
body:not(.page-hide-decorations).archive .site-main, body:not(.page-hide-decorations).single .site-main,
body:not(.page-hide-decorations) .site-main > section > .entry-content,
body:not(.page-hide-decorations) .site-main > article > .entry-footer,
body:not(.page-hide-decorations) .site-main > article:not(:has(.entry-footer)) > .entry-content > div:last-of-type:not(.no-whitespace) {
  padding-bottom: 11.25rem;
}
@media only screen and (min-width: 74.375em) {
  body:not(.page-hide-decorations).archive .site-main, body:not(.page-hide-decorations).single .site-main,
  body:not(.page-hide-decorations) .site-main > section > .entry-content,
  body:not(.page-hide-decorations) .site-main > article > .entry-footer,
  body:not(.page-hide-decorations) .site-main > article:not(:has(.entry-footer)) > .entry-content > div:last-of-type:not(.no-whitespace) {
    padding-bottom: 19.375rem;
  }
}
body:not(.page-hide-decorations) {
  /* Prevent the last section from having a purple background */
}
body:not(.page-hide-decorations) .site-main > article:not(:has(.entry-footer)) > .entry-content > *:last-child:not(.no-whitespace).has-primary-dark-background-color {
  background-color: var(--color__secondary);
}

body {
  background: var(--color__background-body);
  overflow-x: hidden;
}
body.disable-scroll {
  overflow: hidden;
}

.wp-block-columns.has-background {
  padding: 1.25em 2.375em;
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  margin-top: var(--block-vertical-margin);
  margin-bottom: var(--block-vertical-margin);
}

.site-main .entry-content > .wp-block-group.has-background:not(.no-whitespace) {
  padding-top: var(--block-vertical-padding);
  padding-bottom: var(--block-vertical-padding);
}

.site-main .entry-content > .wp-block-group:not(.has-background) {
  margin-top: var(--block-vertical-padding);
  margin-bottom: var(--block-vertical-padding);
}

.ohsblock-banner + *:not(.alignfull.has-background, .ohsblock-banner),
.ohsblock-banner-gallery + *:not(.alignfull.has-background) {
  margin-top: var(--block-vertical-margin);
}

.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}

body.single .entry-content > .ohsblock--fullwidth,
body.page .entry-content > .ohsblock--fullwidth {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
body.single .entry-content > .ohsblock--fullwidth > .ohsblock-container,
body.page .entry-content > .ohsblock--fullwidth > .ohsblock-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  body.single .entry-content > .ohsblock--fullwidth > .ohsblock-container,
  body.page .entry-content > .ohsblock--fullwidth > .ohsblock-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

body.page .entry-content > .wp-block-group.alignfull {
  padding-left: 0;
  padding-right: 0;
}

.wp-block-group.alignfull > .wp-block-group__inner-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  .wp-block-group.alignfull > .wp-block-group__inner-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

body.page .entry-header,
body.page .post-thumbnail,
body.page .entry-footer,
body.page .comments-area,
body.page .entry-content > *,
body.single .entry-content > *,
body.single .entry-header > *,
body.single .post-navigation > *,
body.single .comments-area > *,
body.single .social-share,
.hfeed .site-main {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  body.page .entry-header,
  body.page .post-thumbnail,
  body.page .entry-footer,
  body.page .comments-area,
  body.page .entry-content > *,
  body.single .entry-content > *,
  body.single .entry-header > *,
  body.single .post-navigation > *,
  body.single .comments-area > *,
  body.single .social-share,
  .hfeed .site-main {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

body.page .entry-content > hr {
  width: calc(100% - var(--container-gutter-width) * 2);
}

body.single .entry-content > *.alignwide,
body.page .entry-content > *.alignwide {
  max-width: var(--header-max-width);
  padding-left: 0;
  padding-right: 0;
}

hr,
hr.has-background,
hr.has-background:not(.wp-block-group.alignfull) {
  margin-top: var(--element-vertical-margin);
  margin-bottom: 0;
  padding: 0;
}

img:is([sizes=auto i], [sizes^="auto," i]) {
  contain-intrinsic-size: unset;
}

hr {
  background-color: var(--color__background-hr);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 1em 0 1em 1em;
  padding-left: 1.7em;
  font-weight: 500;
}

ul.wp-block-post-template {
  margin-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 1em 1.5em;
}

.entry-content ol li,
.entry-content ul li {
  margin-bottom: 0.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

.entry-content img[class*=wp-image-] {
  overflow: hidden;
  border-radius: 0.9375rem;
}

.wp-block-image.hover-caption figcaption {
  text-align: center;
}
@media only screen and (min-width: 48.875em) {
  .wp-block-image.hover-caption figure.aligncenter {
    position: relative;
    cursor: pointer;
  }
  .wp-block-image.hover-caption .aligncenter > figcaption {
    opacity: 0;
    transition: all 150ms;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    line-height: 1.2;
    text-align: center;
  }
  .wp-block-image.hover-caption .aligncenter > img {
    transition: all 150ms;
  }
  .wp-block-image.hover-caption:hover .aligncenter > figcaption {
    opacity: 1;
  }
  .wp-block-image.hover-caption:hover .aligncenter > img {
    opacity: 0.1;
  }
}
@media only screen and (min-width: 74.375em) {
  .wp-block-image.hover-caption .aligncenter > figcaption {
    font-size: 1.4375rem;
  }
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

td,
th {
  text-align: start;
  padding: 0.625rem 2.5rem 0.625rem 0;
}

tr {
  border-bottom: 0.0625rem solid var(--color__border-table);
}

.bw-calendar th, .bw-calendar td {
  padding: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media only screen and (min-width: 64.0625em) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
}

.mobile-navigation {
  display: grid;
  align-items: center;
  justify-content: end;
  gap: 0 1.25rem;
  padding: 0 var(--container-gutter-width);
  grid-template-columns: 1fr auto calc(var(--header-menu-toggle-width));
  background-color: var(--color__background-headermain);
  min-height: var(--header-height);
  max-height: 100svmax;
  overflow: auto;
}
@media only screen and (min-width: 74.375em) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation #donate-menu-mobile {
  grid-column: 2;
  height: var(--header-height);
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.mobile-navigation .menu-container {
  display: none;
  grid-column: 1/span 3;
  grid-row: 2;
  height: calc(100vh - var(--header-height));
  background-color: var(--color__background-header-menu-mobile);
  overflow: auto;
  padding: 0 0 6.25rem;
  margin: 0 calc(-1 * var(--container-gutter-width));
}
.mobile-navigation .menu-container[aria-hidden=false] {
  display: block;
}

.primary-menu,
.donate-menu,
.utility-menu {
  list-style: none;
  margin: 0;
}
.primary-menu ul,
.primary-menu li,
.donate-menu ul,
.donate-menu li,
.utility-menu ul,
.utility-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.primary-menu a,
.donate-menu a,
.utility-menu a {
  outline: none;
  color: var(--color__link-headermain);
  cursor: pointer;
}
.primary-menu .current-menu-ancestor > a,
.primary-menu .current-menu-item > a,
.primary-menu a:hover,
.primary-menu a:focus,
.donate-menu .current-menu-ancestor > a,
.donate-menu .current-menu-item > a,
.donate-menu a:hover,
.donate-menu a:focus,
.utility-menu .current-menu-ancestor > a,
.utility-menu .current-menu-item > a,
.utility-menu a:hover,
.utility-menu a:focus {
  color: var(--color__link-headermain-hover);
  text-decoration: none;
}

.utility-menu {
  --gap-size: 1.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 1.625rem var(--container-gutter-width) 1rem;
  grid-template-columns: 1fr auto;
  background-color: var(--color__background-headerutility);
  gap: var(--gap-size);
}
@media only screen and (min-width: 74.375em) {
  .utility-menu {
    height: 100%;
    background-color: transparent;
    justify-content: flex-end;
    padding: 0;
    --gap-size: 2vw;
  }
}
@media only screen and (min-width: 108em) {
  .utility-menu {
    --gap-size: 2.125rem;
  }
}
.utility-menu > li {
  border-left: 1px solid var(--color__link-headerutility);
  padding-left: var(--gap-size);
}
.utility-menu > li.menu-item-gtranslate {
  padding-left: calc(var(--gap-size) - 0.25rem);
}
.utility-menu > li:first-child {
  border-left: 0;
  padding-left: 0;
}
@media only screen and (min-width: 74.375em) {
  .utility-menu > li, .utility-menu > li.menu-item-gtranslate {
    border-left: 0;
    padding-left: 0;
  }
}
.utility-menu a {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color__link-headerutility);
  text-decoration: none;
}
.utility-menu a:hover, .utility-menu a:focus {
  text-decoration: underline;
}
.utility-menu .gt_selector {
  border: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 7L15 1' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E%0A");
  color: var(--color__white);
  font-weight: 700;
  font-size: 1.25rem;
}
.utility-menu li,
.utility-menu a {
  display: flex;
  align-items: center;
  height: 100%;
}
.utility-menu .current-menu-ancestor > a,
.utility-menu .current-menu-item > a,
.utility-menu a:hover,
.utility-menu a:focus {
  color: var(--color__link-hover-headerutility);
  text-decoration: none;
}
.utility-menu #gtranslate_selector {
  border: 0;
  background-color: var(--color__background-headerutility);
  -webkit-appearance: none;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 7L15 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem 0.75rem;
  padding-right: 1.875rem;
  font-size: 1.1875rem;
}

@media only screen and (min-width: 74.375em) {
  .mobile-navigation .utility-menu {
    display: none;
  }
}

.search-form-wrapper {
  --field__height: 3.125rem;
  --field__background-color: var(--color__purple-light);
  --field__text-color: var(--color__white);
  --button__background-color: var(--color__purple-light);
  --button__background-hover-color: var(--color__purple);
  padding: 2.5rem var(--container-gutter-width);
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 74.375em) {
  .search-form-wrapper {
    --field__width: 8.125rem;
    --field__height: 2.25rem;
    --field__right-padding: 1.25rem;
    --field__width-expanded: 12.5rem;
    --field__background-color: transparent;
    --field__text-color: var(--color__link-headerutility);
    --button__background-color: transparent;
    --button__background-hover-color: var(--color__white);
    width: auto;
    padding: 0;
  }
  .search-form-wrapper:hover {
    --field__width: var(--field__width-expanded);
    --field__background-color: var(--color__white);
    --field__text-color: var(--color__secondary);
  }
}
.search-form-wrapper .search-form {
  width: 100%;
  position: relative;
}
.search-form-wrapper .search-field {
  width: 100%;
  background-color: var(--field__background-color);
  border: 0;
  padding-left: 1em;
  padding-right: calc(var(--field__height) + 0.3125rem);
  border-radius: 9999px;
  height: var(--field__height);
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 150ms ease-out;
  outline: none;
}
.search-form-wrapper .search-field, .search-form-wrapper .search-field:focus {
  color: var(--field__text-color);
}
.search-form-wrapper .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--field__text-color);
}
.search-form-wrapper .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--field__text-color);
}
.search-form-wrapper .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--field__text-color);
}
.search-form-wrapper .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: var(--field__text-color);
}
@media only screen and (min-width: 74.375em) {
  .search-form-wrapper .search-field {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 700;
    width: var(--field__width);
    transition: all 150ms ease-out;
    padding-right: var(--field__right-padding);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.153 13.087 17 16.949m-1.778-8.86c0 3.915-3.183 7.088-7.11 7.088S1 12.004 1 8.09 4.184 1 8.111 1c3.928 0 7.111 3.174 7.111 7.089'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
  }
  .search-form-wrapper .search-field:hover, .search-form-wrapper .search-field:focus, .search-form-wrapper .search-field:not(:placeholder-shown) {
    --field__width: var(--field__width-expanded);
    --field__background-color: var(--color__white);
    --field__right-padding: var(--field__height);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath stroke='%231598bc' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M13.153 13.087 17 16.949m-1.778-8.86c0 3.915-3.183 7.088-7.11 7.088S1 12.004 1 8.09 4.184 1 8.111 1c3.928 0 7.111 3.174 7.111 7.089'/%3E%3C/svg%3E");
  }
  .search-form-wrapper .search-field:focus-within {
    --field__width: var(--field__width-expanded);
    --field__background-color: var(--color__white);
    --field__right-padding: var(--field__height);
  }
}
.search-form-wrapper .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  border-radius: 9999px;
  border: 0;
  width: var(--field__height);
  height: var(--field__height);
  padding: 0;
  font-size: 0px;
  transition: all 150ms ease-out;
  background-color: var(--button__background-color);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.2407 6.62033C10.2407 8.61979 8.61979 10.2407 6.62033 10.2407C4.62088 10.2407 3 8.61979 3 6.62033C3 4.62088 4.62088 3 6.62033 3C8.61979 3 10.2407 4.62088 10.2407 6.62033ZM10.1822 12.2018C9.15377 12.8595 7.93157 13.2407 6.62033 13.2407C2.96402 13.2407 0 10.2766 0 6.62033C0 2.96402 2.96402 0 6.62033 0C10.2766 0 13.2407 2.96402 13.2407 6.62033C13.2407 7.87826 12.8898 9.05424 12.2807 10.0558L19.8407 16.9858L17.8135 19.1973L10.1822 12.2018Z' fill='white'/%3E%3C/svg%3E%0A");
  outline: none;
}
.search-form-wrapper .search-submit:hover, .search-form-wrapper .search-submit:focus {
  background-color: var(--button__background-hover-color);
}
@media only screen and (min-width: 74.375em) {
  .search-form-wrapper .search-submit {
    background: none;
  }
}

.donate-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
  padding: 0;
}
.donate-menu .button > a {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0.625rem;
  background: var(--color__background-button-2);
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  color: var(--color__text-button-2);
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 48.875em) {
  .donate-menu .button > a {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
  }
}
.donate-menu .button > a:hover, .donate-menu .button > a:active, .donate-menu .button > a:focus {
  background-color: var(--color__background-button-2-hover);
  color: var(--color__text-button-2-hover);
  text-decoration: none;
}
@media only screen and (min-width: 74.375em) {
  .donate-menu .button > a {
    font-size: 1.25rem;
  }
}

.primary-menu {
  width: 100%;
  padding: 0 var(--container-gutter-width);
}
.primary-menu > li {
  display: grid;
  grid-template-columns: 1fr 2.25rem;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.25);
  position: relative;
}
@media only screen and (min-width: 74.375em) {
  .primary-menu > li {
    display: flex;
    align-items: center;
    border: 0;
    padding: 0;
  }
  .primary-menu > li:hover > .sub-menu {
    display: block;
  }
  .primary-menu > li.two-column-grid:hover > .sub-menu, .primary-menu > li.two-column-grid .sub-menu-toggle[aria-expanded=true] + .sub-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.primary-menu > li .sub-menu-toggle[aria-expanded=true] + .sub-menu {
  display: block;
}
@media only screen and (min-width: 28.75em) {
  .primary-menu > li.two-column > .sub-menu {
    columns: 2;
  }
}
.primary-menu > li.two-column > .sub-menu > li {
  display: block;
  break-inside: avoid;
}
.primary-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  transition: all var(--transition-time);
  padding: 0.5em 0;
}
@media only screen and (min-width: 74.375em) {
  .primary-menu > li > a {
    text-align: center;
    height: 5rem;
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0;
    color: var(--color__link-headermain);
  }
}
@media only screen and (min-width: 87.5em) {
  .primary-menu > li > a {
    font-size: 1.375rem;
  }
}
.primary-menu > li > .sub-menu {
  display: none;
}
.primary-menu > li > .sub-menu {
  padding: 0;
  margin-bottom: 1em;
}
@media only screen and (min-width: 74.375em) {
  .primary-menu > li > .sub-menu {
    background-color: var(--color__subnav-background-headermain);
    width: 29.0625rem;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1.875rem 1.875rem 1.5625rem;
  }
}
.primary-menu > li > .sub-menu a {
  text-align: start;
  display: block;
  height: auto;
  color: var(--color__subnav-link-headermain);
  text-decoration: none;
}
.primary-menu > li > .sub-menu a:hover, .primary-menu > li > .sub-menu a:focus {
  color: var(--color__subnav-link-headermain-hover);
}
.primary-menu > li > .sub-menu > li:not(.menu-item-has-children) + li {
  margin-top: 1em;
}
.primary-menu > li > .sub-menu > li > a {
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (min-width: 74.375em) {
  .primary-menu > li.two-column:last-child > .sub-menu {
    left: auto;
    right: 0;
  }
}
.primary-menu .sub-menu .sub-menu {
  margin-top: 0.2em;
  margin-bottom: 1em;
}
.primary-menu .sub-menu .sub-menu > li > a {
  font-size: 1.125rem;
  font-weight: 500;
  padding: 0.25em 0;
  text-decoration: none;
}
@media only screen and (min-width: 74.375em) {
  .primary-menu .sub-menu .sub-menu > li > a {
    font-weight: 400;
  }
}

.desktop-navigation {
  display: none;
  height: var(--header-height);
  background-color: var(--color__background-headermain);
  padding: 0 var(--container-gutter-width) 0;
}
@media only screen and (min-width: 74.375em) {
  .desktop-navigation {
    display: block;
  }
}
.desktop-navigation__top {
  transition: all 150ms ease-out;
  position: absolute;
  right: 0;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.125rem;
  align-items: center;
  background-color: var(--color__background-headerutility);
  padding: 0 3.125rem;
  height: var(--header-desktop-utility-nav-height);
  margin-inline-end: var(--container-gutter-width);
  z-index: 100;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  background-color: var(--color__background-headerutility);
}
.desktop-navigation__bottom {
  transition: all 150ms ease-out;
  --gap-size: 1.25rem;
  position: relative;
  display: grid;
  z-index: 90;
  grid-template-columns: var(--header-brand-logo-width) 1fr auto;
  gap: var(--gap-size);
  align-items: center;
  padding-top: var(--header-desktop-main-nav-offset);
}
@media only screen and (min-width: 87.5em) {
  .desktop-navigation__bottom {
    --gap-size: 2.5rem;
  }
}
.desktop-navigation .primary-menu {
  display: flex;
  gap: var(--gap-size);
  justify-content: flex-end;
  flex-wrap: nowrap;
  background-color: transparent;
  padding: 0;
}
.desktop-navigation .site-branding {
  position: relative;
  top: var(--header-desktop-logo-offset);
}

.menu-toggle {
  /* based on: https://codepen.io/designcouch/pen/Atyop */
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: none;
  width: 2.25rem;
  height: 1.5625rem;
  transform: rotate(0deg);
  transition: transform 0.5s ease-in-out;
  padding: 0;
  cursor: pointer;
  grid-column: 3;
}
.menu-toggle:hover, .menu-toggle:active, .menu-toggle:focus {
  background: none;
}
@media only screen and (min-width: 74.375em) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle .bar {
  display: block;
  position: absolute;
  height: 0.1875rem;
  width: 100%;
  background: var(--color__menu-toggle);
  opacity: 1;
  left: 0;
  transition: transform 100ms, opacity 250ms;
  border-radius: 0.09375rem;
}
.menu-toggle .bar:nth-child(1) {
  top: 0rem;
}
.menu-toggle .bar:nth-child(2), .menu-toggle .bar:nth-child(3) {
  top: 0.75rem;
}
.menu-toggle .bar:nth-child(4) {
  top: 1.4375rem;
}
.menu-toggle[aria-expanded=true] .bar {
  transition: transform 250ms, opacity 100ms;
}
.menu-toggle[aria-expanded=true] .bar:nth-child(1), .menu-toggle[aria-expanded=true] .bar:nth-child(4) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .bar:nth-child(2) {
  transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .bar:nth-child(3) {
  transform: rotate(-45deg);
}

.sub-menu-toggle {
  position: relative;
  -webkit-appearance: none;
  border: 0;
  display: inline-block;
  height: 2.25rem;
  width: 2.25rem;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.sub-menu-toggle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 150ms ease-out;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8 0.447715 7.55228 0 7 0C6.44772 0 6 0.447715 6 1V6H1C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8H6V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V8H13C13.5523 8 14 7.55228 14 7C14 6.44771 13.5523 6 13 6H8V1Z' fill='white'/%3E%3C/svg%3E%0A");
}
.sub-menu-toggle[aria-expanded=true]::after {
  transform: rotate(45deg);
}
@media only screen and (min-width: 74.375em) {
  .sub-menu-toggle {
    width: 1px;
    height: 1px;
    padding: 0;
  }
  .sub-menu-toggle::after {
    background-image: none;
  }
  .sub-menu-toggle[aria-expanded=true], .sub-menu-toggle:focus {
    height: 2.25rem;
    width: 2.25rem;
  }
  .sub-menu-toggle[aria-expanded=true]::after, .sub-menu-toggle:focus::after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 1C8 0.447715 7.55228 0 7 0C6.44772 0 6 0.447715 6 1V6H1C0.447715 6 0 6.44772 0 7C0 7.55228 0.447715 8 1 8H6V13C6 13.5523 6.44772 14 7 14C7.55228 14 8 13.5523 8 13V8H13C13.5523 8 14 7.55228 14 7C14 6.44771 13.5523 6 13 6H8V1Z' fill='%23423753'/%3E%3C/svg%3E%0A");
  }
}

.site-branding a {
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: var(--header-brand-logo-width);
}
.site-branding img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: var(--header-brand-aspect-ratio);
}
.site-branding__desktop {
  display: none;
}
@media only screen and (min-width: 48.875em) {
  .site-branding__desktop {
    display: block;
  }
}
@media only screen and (min-width: 74.375em) {
  .site-branding__mobile {
    display: none;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post {
  margin: 0 0 1.875rem;
}

.updated:not(.published) {
  display: none;
}

.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-short-global-header .entry-content,
.page-hide-global-header .entry-content {
  margin-top: 0;
}

.page-links {
  clear: both;
  margin: 1.5em 0 0;
}

body.single .entry-content > *.alignfull,
body.page .entry-content > *.alignfull {
  max-width: none;
}

.site-main {
  transition: margin-top 150ms ease-out;
  margin-top: var(--page-top-spacing);
  min-height: 25rem;
}
.page-hide-global-header .site-main {
  --page-top-spacing: 0;
}
.page-hide-decorations .site-main {
  margin-bottom: var(--page-bottom-spacing);
}

.single .entry-content > ul,
.single .entry-content > ul,
.page .entry-content > ul,
.page .entry-content > ol {
  padding-left: calc(var(--container-gutter-width) + 3.125rem);
}

.entry-content > .ohsblock-banner-gallery + .alignfull.has-background,
.entry-content > .has-background + .alignfull.has-background,
.entry-content > .has-background + .alignfull.has-background,
.classic-block > .ohsblock-banner-gallery + .alignfull.has-background,
.classic-block > .has-background + .alignfull.has-background,
.classic-block > .has-background + .alignfull.has-background,
.wp-block-group__inner-container > .ohsblock-banner-gallery + .alignfull.has-background,
.wp-block-group__inner-container > .has-background + .alignfull.has-background,
.wp-block-group__inner-container > .has-background + .alignfull.has-background,
.ohsblock-innerblocks-wrapper > .ohsblock-banner-gallery + .alignfull.has-background,
.ohsblock-innerblocks-wrapper > .has-background + .alignfull.has-background,
.ohsblock-innerblocks-wrapper > .has-background + .alignfull.has-background,
.wp-block-cover__inner-container > .ohsblock-banner-gallery + .alignfull.has-background,
.wp-block-cover__inner-container > .has-background + .alignfull.has-background,
.wp-block-cover__inner-container > .has-background + .alignfull.has-background,
.wp-block-column > .ohsblock-banner-gallery + .alignfull.has-background,
.wp-block-column > .has-background + .alignfull.has-background,
.wp-block-column > .has-background + .alignfull.has-background {
  margin-top: 0;
}
.entry-content > *:first-child,
.classic-block > *:first-child,
.wp-block-group__inner-container > *:first-child,
.ohsblock-innerblocks-wrapper > *:first-child,
.wp-block-cover__inner-container > *:first-child,
.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-group__inner-container > .wp-block-cover {
  padding: 0;
}

.wp-block-group.alignfull.ohs-block-nav .wp-block-navigation {
  margin-top: 1.25rem;
  gap: 1.25rem 2.5rem;
}
@media only screen and (min-width: 48.875em) {
  .wp-block-group.alignfull.ohs-block-nav .wp-block-navigation {
    margin-top: 1.875rem;
    gap: 1.875rem 3.75rem;
  }
}
.wp-block-group.alignfull.ohs-block-nav .wp-block-navigation__container {
  display: block;
}
@media only screen and (min-width: 28.75em) {
  .wp-block-group.alignfull.ohs-block-nav .wp-block-navigation__container {
    columns: 2;
  }
}
@media only screen and (min-width: 48.875em) {
  .wp-block-group.alignfull.ohs-block-nav .wp-block-navigation__container {
    columns: 3;
  }
}
@media only screen and (min-width: 87.5em) {
  .wp-block-group.alignfull.ohs-block-nav .wp-block-navigation__container {
    columns: 4;
  }
}
.wp-block-group.alignfull.ohs-block-nav a {
  text-decoration: none;
}

.wp-block-cover.ohs-cover {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .wp-block-cover.ohs-cover {
  padding: 0;
}
.wp-block-cover.ohs-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  .wp-block-cover.ohs-cover .wp-block-cover__inner-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.wp-block-cover.ohs-cover .wp-block-cover__image-background {
  border-radius: 0;
}
@media print {
  .wp-block-cover.ohs-cover {
    min-height: 0 !important;
  }
  .wp-block-cover.ohs-cover .wp-block-cover__image-background,
  .wp-block-cover.ohs-cover .wp-block-cover__video-background {
    display: none;
  }
}

@media only screen and (min-width: 48.875em) {
  .one_half {
    width: 47%;
    float: left;
    margin-right: 3%;
  }
}
healcode-widget {
  display: block;
}

.wp-block-columns.center-columns {
  justify-content: center;
}

.wp-block-columns {
  gap: 1em;
  margin: 1.75em 0;
}

.page-header {
  margin-bottom: 2.625rem;
}
@media only screen and (min-width: 48.875em) {
  .page-header {
    margin-bottom: 3.4375rem;
  }
}

body.search article,
body.blog article,
body.archive article {
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 48.875em) {
  body.search article,
  body.blog article,
  body.archive article {
    display: grid;
    grid-template-columns: minmax(9.375rem, 15%) 1fr;
    gap: 3.125rem;
    align-items: center;
    margin: 0 0 3.75rem 0;
  }
}
body.search .entry-image,
body.blog .entry-image,
body.archive .entry-image {
  display: none;
  position: relative;
  width: 16.875rem;
  height: auto;
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48.875em) {
  body.search .entry-image,
  body.blog .entry-image,
  body.archive .entry-image {
    display: block;
    width: 100%;
  }
}
body.search .entry-title,
body.search .entry-header,
body.blog .entry-title,
body.blog .entry-header,
body.archive .entry-title,
body.archive .entry-header {
  margin-bottom: 1.25rem;
}
body.search .site-main .button,
body.blog .site-main .button,
body.archive .site-main .button {
  margin-top: 1.25rem;
}

@media only screen and (min-width: 48.875em) {
  body.search article {
    display: block;
  }
}

.post-tout {
  margin: 2em 0 0;
  text-align: center;
}
.post-tout__text {
  margin: 0 0 1em;
}

.archive-description {
  margin: 2em 0;
}
@media only screen and (min-width: 48.875em) {
  .archive-description img {
    overflow: hidden;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .archive-description img {
    border-radius: 2.5rem;
  }
}

.entry-content .search-form .search-field {
  margin: 0 0.5em 0.5em 0;
}
.entry-content .search-form .search-submit {
  border-radius: 0.9375rem;
  padding: 0.8125rem 1.25rem;
}

/* Paging navigation */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: 0;
  white-space: nowrap;
}

.pet-details {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  .pet-details {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
@media only screen and (min-width: 48.875em) {
  .pet-details {
    display: grid;
    gap: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details {
    gap: 2.5rem;
  }
}
.pet-details h1 {
  margin: 0;
}
.pet-details h2 {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 48.8125em) {
  .pet-details__header {
    margin-top: calc(-1 * var(--page-top-spacing) + var(--header-height));
  }
}
@media only screen and (max-width: 48.8125em) {
  .pet-details__header {
    margin-left: calc(-1 * var(--container-gutter-width));
    margin-right: calc(-1 * var(--container-gutter-width));
  }
}
@media only screen and (min-width: 48.875em) {
  .pet-details__header {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 3fr 2fr;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__header {
    gap: 2.5rem;
    grid-template-columns: 2fr 1fr;
  }
}
.pet-details__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.5rem 0;
}
.pet-details__footer .social-share {
  margin: 1em 0;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__main {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 2fr 3fr;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__main {
    gap: 2.5rem;
    grid-template-columns: 1fr 2fr;
  }
}
.pet-details__slides .slick-next:focus .slick-next-icon,
.pet-details__slides .slick-next:focus .slick-prev-icon,
.pet-details__slides .slick-prev:focus .slick-next-icon,
.pet-details__slides .slick-prev:focus .slick-prev-icon {
  margin: 0;
}
.pet-details__slides .slick-autoplay-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.pet-details__slides .slick-autoplay-toggle-button .slick-play-icon::before,
.pet-details__slides .slick-autoplay-toggle-button .slick-pause-icon::before {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  line-height: 1;
}
.pet-details__slides .slick-autoplay-toggle-button:focus {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: var(--color__white);
}
.pet-details__slides .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--color__text-button-slider);
  background-color: var(--color__background-button-slider);
  border-radius: 0.625rem;
  z-index: 100;
  transition: all 150ms ease-out;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__slides .slick-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.pet-details__slides .slick-arrow:hover, .pet-details__slides .slick-arrow:focus, .pet-details__slides .slick-arrow:active {
  opacity: 1;
  color: var(--color__text-button-slider-hover);
  background-color: var(--color__background-button-slider-hover);
  outline: none;
  box-shadow: none;
}
.pet-details__slides .slick-arrow:active {
  transform: translateY(-50%) translateY(0.125rem);
}
.pet-details__slides .slick-arrow.slick-next {
  right: 0.625rem;
}
.pet-details__slides .slick-arrow.slick-prev {
  left: 0.625rem;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__slides .slick-arrow.slick-prev {
    left: 1.4375rem;
  }
}
.pet-details__slides .slick-arrow .slick-prev-icon,
.pet-details__slides .slick-arrow .slick-next-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__slides .slick-arrow .slick-prev-icon,
  .pet-details__slides .slick-arrow .slick-next-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.pet-details__slides .slick-arrow .slick-prev-icon::before,
.pet-details__slides .slick-arrow .slick-next-icon::before {
  display: none;
}
.pet-details__slides .slick-arrow .slick-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' transform='translate(100, 100) rotate(180) '%3E%3C/path%3E%3C/svg%3E");
}
.pet-details__slides .slick-arrow .slick-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' %3E%3C/path%3E%3C/svg%3E");
}
@media only screen and (min-width: 48.875em) {
  .pet-details__slides {
    overflow: hidden;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__slides {
    border-radius: 2.5rem;
  }
}
.pet-details__slides {
  height: 75vw;
  max-height: 47.5rem;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__slides {
    height: auto;
  }
}
@media only screen and (min-width: 48.875em) {
  .pet-details__slides .slick-list {
    overflow: hidden;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__slides .slick-list {
    border-radius: 2.5rem;
  }
}
.pet-details__slides .slick-list,
.pet-details__slides .slick-track,
.pet-details__slides .classic-block.slick-slide {
  height: 100%;
}
.pet-details__slides.slick-slider {
  margin-bottom: 0;
}
.pet-details__slides img,
.pet-details__slides video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pet-details__slides .classic-block.slick-slide {
  display: flex;
}
.pet-details__slides .classic-block.slick-slide iframe {
  width: 100% !important;
  height: 100% !important;
}
.pet-details__slides .classic-block.slick-slide .jetpack-video-wrapper {
  margin-bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__actions {
    overflow: hidden;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__actions {
    border-radius: 2.5rem;
  }
}
.pet-details__actions {
  --actions-gap: 1.25rem;
  padding: 1.75rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--actions-gap);
  text-align: center;
  color: var(--color__white);
  background-color: var(--color__blue);
}
@supports not (translate: none) {
  .pet-details__actions > * {
    margin-bottom: var(--actions-gap);
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__actions {
    --actions-gap: 1.75rem;
  }
}
.pet-details__cta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5em;
  justify-content: center;
  align-items: center;
}
.pet-details__cta .button {
  width: 13.75rem;
}
.pet-details__cta p {
  margin: 0;
}
.pet-details__cta a {
  color: var(--color__white);
}
.pet-details__name {
  color: inherit;
}
.pet-details__name > *:last-child {
  margin-bottom: 0;
}
.pet-details__sponsor {
  margin-top: 1em;
  line-height: 1.6;
}
@media only screen and (max-width: 48.8125em) {
  .pet-details__stats {
    margin-left: calc(-1 * var(--container-gutter-width));
    margin-right: calc(-1 * var(--container-gutter-width));
  }
}
@media only screen and (min-width: 48.875em) {
  .pet-details__stats-inner {
    overflow: hidden;
    border-radius: 1.25rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__stats-inner {
    border-radius: 2.5rem;
  }
}
.pet-details__stats-inner {
  background-color: var(--color__gray-1);
  padding: 2.5rem;
}
@media only screen and (min-width: 48.875em) {
  .pet-details__stats-inner {
    padding: 2.5rem 1.25rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 74.375em) {
  .pet-details__stats-inner {
    padding: 2.5rem;
    font-size: var(--default-font-size);
  }
}
.pet-details__stats-inner > *:first-child {
  margin-top: 0;
}
.pet-details__stats table {
  max-width: 18.75rem;
  margin: 0;
}
.pet-details__stats tr:last-child td,
.pet-details__stats tr:last-child th {
  padding: 0;
}
.pet-details__stats th {
  color: var(--color__link-light);
}
.pet-details__stats .pet-details__note-label {
  padding-bottom: 0;
}
.pet-details__stats th,
.pet-details__stats td {
  padding: 0 1em 1em 0;
  vertical-align: top;
}
.pet-details__stats th:last-child,
.pet-details__stats td:last-child {
  padding-right: 0;
}
.pet-details__stats ul {
  margin: 0.25em 0 0;
  padding: 0;
  list-style: none;
}
.pet-details__stats li {
  margin-bottom: 0.35em;
  line-height: 1.3;
}
.pet-details__stats li:last-child {
  margin-bottom: 0;
}
.pet-details__desc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pet-details__desc > *:first-child {
  margin-top: 0;
}
.pet-details__desc ul,
.pet-details__desc ol,
.pet-details__desc p {
  margin-bottom: 1em;
}

.entry-content > .return-to-search {
  display: none;
}
@media only screen and (min-width: 48.875em) {
  .entry-content > .return-to-search {
    display: block;
  }
}

.profile-popup {
  padding: 1.25rem;
}
.profile-popup.is-opening, .profile-popup.is-opening::backdrop {
  opacity: 0;
  animation: revealPopup 0.2s ease-out;
}
.profile-popup.is-closing, .profile-popup.is-closing::backdrop {
  animation: hidePopup 0.1s ease-out;
}
.profile-popup::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.profile-popup__close {
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  top: 0.5rem;
  right: 0.5rem;
}
.profile-popup__close button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  border: 0;
  width: 0.75rem;
  height: 0.75rem;
  padding: 0;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="none" stroke="%23333" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="0" x2="0" y2="12"/><line x1="0" y1="0" x2="12" y2="12"/></svg>') no-repeat;
}
.profile-popup__content p {
  margin-bottom: 1em;
}
.profile-popup__content a:not(.button) {
  color: var(--color__link);
}
.profile-popup__content a.button {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0.625rem;
  background: var(--color__background-button);
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  color: var(--color__text-button);
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 48.875em) {
  .profile-popup__content a.button {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
  }
}
.profile-popup__content a.button:hover, .profile-popup__content a.button:active, .profile-popup__content a.button:focus {
  background-color: var(--color__background-button-hover);
  color: var(--color__text-button-hover);
  text-decoration: none;
}
.profile-popup__content a.button {
  width: auto;
}

@keyframes revealPopup {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hidePopup {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.social-share {
  margin: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
  align-items: center;
}
@supports not (translate: none) {
  .social-share > * {
    margin-right: 1.25rem;
  }
}
.social-share p {
  margin: 0;
}
.social-share__legend {
  line-height: 1;
}
.social-share__link, .social-share__icon {
  display: inline-block;
}
.social-share__link {
  text-decoration: none;
  color: #fff;
}
.social-share__icon {
  stroke: none;
}
.social-share svg {
  width: 2em;
  height: 2em;
  margin-right: 0.4em;
  vertical-align: top;
  margin: 0;
  vertical-align: middle;
}
.social-share__button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.social-share__button--facebook .social-share__icon {
  fill: #3b5998;
}
.social-share__button--facebook .social-share__icon:hover, .social-share__button--facebook .social-share__icon:active {
  fill: #2d4373;
}
.social-share__button--twitter .social-share__icon {
  fill: #55acee;
}
.social-share__button--twitter .social-share__icon:hover, .social-share__button--twitter .social-share__icon:active {
  fill: #2795e9;
}
.social-share__button--email .social-share__icon {
  fill: #777777;
}
.social-share__button--email .social-share__icon:hover, .social-share__button--email .social-share__icon:active {
  fill: #5e5e5e;
}
.social-share__button--pinterest .social-share__icon {
  fill: #bd081c;
}
.social-share__button--pinterest .social-share__icon:hover, .social-share__button--pinterest .social-share__icon:active {
  fill: #8c0615;
}
.social-share__button--linkedin .social-share__icon {
  fill: #0077b5;
}
.social-share__button--linkedin .social-share__icon:hover, .social-share__button--linkedin .social-share__icon:active {
  fill: #046293;
}
.social-share__button--reddit .social-share__icon {
  fill: #5f99cf;
}
.social-share__button--reddit .social-share__icon:hover, .social-share__button--reddit .social-share__icon:active {
  fill: #3a80c1;
}

.entry-content .pet-card {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%;
}
.entry-content .pet-card__container {
  justify-self: center;
  background-color: var(--color__background-pet-card);
  width: 100%;
  grid-template-rows: 19rem 1fr;
}
.entry-content .pet-card__icons {
  background-color: var(--color__background-pet-card-icons);
  color: var(--color__text-pet-card-icons);
  text-align: start;
  animation: fade-in var(--fade-in-time) ease-out forwards;
}
.entry-content .pet-card__icons ul {
  margin: 0;
  padding: 0 0 0 1.2em;
}
.entry-content .pet-card__text {
  gap: 0;
  padding: 0.95rem 0.625rem 1.15rem;
  color: var(--color__text-pet-card);
}
.entry-content .pet-card__button {
  padding-top: 0.4em;
}
.entry-content .pet-card__button .button {
  display: inline-block;
  width: auto;
  border: 0;
  border-radius: 0.625rem;
  background: var(--color__background-button-3);
  padding: 0.625rem 0.9375rem;
  cursor: pointer;
  margin-block-start: 0.25em;
  margin-block-end: 0.25em;
  color: var(--color__text-button-3);
  line-height: 1;
  font-size: var(--button-font-size);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
@media only screen and (min-width: 48.875em) {
  .entry-content .pet-card__button .button {
    padding: 1.25rem 1.5625rem;
    border-radius: 1.25rem;
  }
}
.entry-content .pet-card__button .button:hover, .entry-content .pet-card__button .button:active, .entry-content .pet-card__button .button:focus {
  background-color: var(--color__background-button-3-hover);
  color: var(--color__text-button-3-hover);
  text-decoration: none;
}
.entry-content .pet-card__button .button {
  font-size: 0.9375rem;
  border: 0;
  border-radius: 1.25rem;
}
.entry-content .pet-card__image, .entry-content .pet-card__text, .entry-content .pet-card__icons-toggle {
  cursor: pointer;
}
.entry-content .pet-card__admin, .entry-content .pet-card__name, .entry-content .pet-card__details, .entry-content .pet-card__details li {
  margin: 0;
}
.entry-content .pet-card__name {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}
.entry-content .pet-card__details {
  font-weight: 700;
  font-size: 1.125rem;
}
.entry-content .pet-card__campus {
  font-weight: 500;
  font-size: 1.125rem;
}

.ohssb-search-results {
  --card-width: 17.125rem;
  --gap-width: 1.125rem;
  opacity: 0;
  min-height: 12.5rem;
  max-width: var(--card-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
  transition: opacity 150ms ease-out;
}
@media only screen and (min-width: 37.5em) {
  .ohssb-search-results {
    max-width: calc(var(--card-width) * 2 + var(--gap-width));
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 60em) {
  .ohssb-search-results {
    max-width: calc(var(--card-width) * 3 + var(--gap-width) * 2);
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 77.5em) {
  .ohssb-search-results {
    max-width: calc(var(--card-width) * 4 + var(--gap-width) * 3);
    grid-template-columns: repeat(4, 1fr);
  }
}
.ohssb-search-results--loaded {
  opacity: 1;
}
.ohssb-search-results--isotope {
  display: block;
}
.ohssb-search-results--isotope .pet-card {
  width: 100%;
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 37.5em) {
  .ohssb-search-results--isotope .pet-card {
    width: calc(50% - 0.5625rem);
    margin-right: 0.5625rem;
    margin-bottom: 0.5625rem;
  }
}
@media only screen and (min-width: 60em) {
  .ohssb-search-results--isotope .pet-card {
    width: calc(50% - 0.75rem);
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 77.5em) {
  .ohssb-search-results--isotope .pet-card {
    width: calc(33.3333% - 0.875rem);
    margin-right: 0.875rem;
    margin-bottom: 0.875rem;
  }
}

@media only screen and (min-width: 60em) {
  .ohssb-search-container {
    display: grid;
    grid-template-columns: 18.75rem 1fr;
    gap: 1.25rem;
    margin-top: 1.875rem;
  }
}

@media only screen and (min-width: 60em) {
  .ohssb-search-filters-inner-container {
    position: sticky;
    top: var(--header-height);
    max-height: calc(100vh - var(--header-height));
    overflow: auto;
    padding-right: 0.625rem;
  }
}

.ohssb-search-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem 1.25rem;
  margin-bottom: 1.25rem;
}
@supports not (translate: none) {
  .ohssb-search-filters > *:not(:last-child) {
    margin-right: 0.5em;
  }
}

.ohssb-search-filter {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 60em) {
  .ohssb-search-filter {
    width: 100%;
  }
}
.ohssb-search-filter--type-range {
  width: 100%;
  max-width: 18.75rem;
}
.ohssb-search-filter__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color__black);
  margin-bottom: 0.2em;
}
.ohssb-search-filter__field {
  font-size: 1rem;
}
.ohssb-search-filter .select2-container {
  color: var(--color__text-input);
  border: 0.1875rem solid var(--color__border-input);
  border-radius: 0.9375rem;
  padding: 0.25rem 1.25rem;
  -webkit-appearance: none;
  background-color: var(--color__white);
  font-weight: 500;
  font-size: 1.125rem;
}
@media only screen and (min-width: 48.875em) {
  .ohssb-search-filter .select2-container {
    padding: 0.4375rem 1.25rem;
  }
}
.ohssb-search-filter .select2-container:focus {
  color: var(--color__text-input-focus);
}
.ohssb-search-filter select.ohssb-search-filter__field,
.ohssb-search-filter .select2-container {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 7L15 1' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem 0.75rem;
  padding-right: 1.875rem;
  font-size: 1.1875rem;
  width: 100%;
}
.ohssb-search-filter .select2-container {
  height: 2.125rem;
  padding-bottom: 0;
  padding-top: 0.0625rem;
}
.ohssb-search-filter .select2-selection {
  border-width: 0;
}
.ohssb-search-filter .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  color: var(--color__black);
}
.ohssb-search-filter .select2-selection__arrow {
  opacity: 0;
}

body .select2-results__option {
  font-size: 1rem;
}

body .select2-search--dropdown .select2-search__field {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.ohssb-search-count {
  color: var(--color__gray-3);
  margin-bottom: 1.25rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.custom-logo-link {
  display: inline-block;
}

.wp-block-embed.alignfull.is-type-video iframe {
  width: 100%;
  height: 56.25vw;
}

.wp-block-embed.alignwide.is-type-video {
  position: relative;
}
.wp-block-embed.alignwide.is-type-video::before, .wp-block-embed.alignwide.is-type-video::after {
  content: "";
  display: block;
  height: 100%;
  width: 624.9375rem;
  position: absolute;
  top: 0;
  background-color: var(--color__black);
}
.wp-block-embed.alignwide.is-type-video::before {
  right: 100%;
}
.wp-block-embed.alignwide.is-type-video::after {
  left: 100%;
}
.wp-block-embed.alignwide.is-type-video iframe {
  width: 100%;
  height: 56.25vw;
}
@media only screen and (min-width: 108em) {
  .wp-block-embed.alignwide.is-type-video iframe {
    height: calc(var(--header-max-width) * 9 / 16);
  }
}

iframe {
  display: block;
}

.wp-block-embed {
  margin-top: 0;
  margin-bottom: 0;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Blocks
--------------------------------------------- */
.ohs-accordion-block {
  margin: 1em 0;
}
.ohs-accordion-block__title {
  background-color: var(--color__accordion-background);
  color: var(--color__accordion-title);
  font-weight: 700;
}
.ohs-accordion-block__title b,
.ohs-accordion-block__title strong {
  font-weight: inherit;
}
.ohs-accordion-block__title:hover, .ohs-accordion-block__title:focus, .ohs-accordion-block__title:active {
  background-color: var(--color__accordion-background);
  color: var(--color__accordion-title);
}
.ohs-accordion-block__title::before {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='19' stroke='%23ecbe29' stroke-width='2'/%3E%3Cline x1='20' y1='32' x2='20' y2='9' stroke='%23ecbe29' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='8' y1='20' x2='31' y2='20' stroke='%23ecbe29' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.ohs-accordion-block__content-wrapper {
  border-color: var(--color__accordion-border);
}

.ohsblock-banner {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-banner {
  padding: 0;
}
.ohsblock-banner {
  min-height: 15.625rem;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner {
    min-height: 31.25rem;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner[data-height=taller] {
    min-height: 50rem;
  }
}
.ohsblock-banner h2 {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  .ohsblock-banner h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .ohsblock-banner h2 {
    font-size: 3.5rem;
  }
}
.ohsblock-banner h1 + h2 {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  .ohsblock-banner h1 + h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .ohsblock-banner h1 + h2 {
    font-size: 3.125rem;
  }
}
.ohsblock-banner h1 + h2 strong,
.ohsblock-banner h1 + h2 b {
  font-weight: 400;
}
.ohsblock-banner h1 + h2 {
  margin-top: -0.6em;
}
.ohsblock-banner h1,
.ohsblock-banner h2,
.ohsblock-banner h3,
.ohsblock-banner h4,
.ohsblock-banner h5,
.ohsblock-banner h6 {
  color: var(--color__white);
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner[data-alignment=left] .ohsblock-banner__text {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner[data-alignment=right] .ohsblock-banner__text {
    padding-left: 10%;
  }
}
@media print {
  .ohsblock-banner__image {
    display: none;
  }
}

.ohsblock-banner-gallery {
  --banner-padding-bottom: calc(1.5 * var(--ohsblock-vertical-padding));
}
.ohsblock-banner-gallery .slick-next:focus .slick-next-icon,
.ohsblock-banner-gallery .slick-next:focus .slick-prev-icon,
.ohsblock-banner-gallery .slick-prev:focus .slick-next-icon,
.ohsblock-banner-gallery .slick-prev:focus .slick-prev-icon {
  margin: 0;
}
.ohsblock-banner-gallery .slick-autoplay-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.ohsblock-banner-gallery .slick-autoplay-toggle-button .slick-play-icon::before,
.ohsblock-banner-gallery .slick-autoplay-toggle-button .slick-pause-icon::before {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  line-height: 1;
}
.ohsblock-banner-gallery .slick-autoplay-toggle-button:focus {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: var(--color__white);
}
.ohsblock-banner-gallery .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--color__text-button-slider);
  background-color: var(--color__background-button-slider);
  border-radius: 0.625rem;
  z-index: 100;
  transition: all 150ms ease-out;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner-gallery .slick-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.ohsblock-banner-gallery .slick-arrow:hover, .ohsblock-banner-gallery .slick-arrow:focus, .ohsblock-banner-gallery .slick-arrow:active {
  opacity: 1;
  color: var(--color__text-button-slider-hover);
  background-color: var(--color__background-button-slider-hover);
  outline: none;
  box-shadow: none;
}
.ohsblock-banner-gallery .slick-arrow:active {
  transform: translateY(-50%) translateY(0.125rem);
}
.ohsblock-banner-gallery .slick-arrow.slick-next {
  right: 0.625rem;
}
.ohsblock-banner-gallery .slick-arrow.slick-prev {
  left: 0.625rem;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner-gallery .slick-arrow.slick-prev {
    left: 1.4375rem;
  }
}
.ohsblock-banner-gallery .slick-arrow .slick-prev-icon,
.ohsblock-banner-gallery .slick-arrow .slick-next-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner-gallery .slick-arrow .slick-prev-icon,
  .ohsblock-banner-gallery .slick-arrow .slick-next-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.ohsblock-banner-gallery .slick-arrow .slick-prev-icon::before,
.ohsblock-banner-gallery .slick-arrow .slick-next-icon::before {
  display: none;
}
.ohsblock-banner-gallery .slick-arrow .slick-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' transform='translate(100, 100) rotate(180) '%3E%3C/path%3E%3C/svg%3E");
}
.ohsblock-banner-gallery .slick-arrow .slick-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' %3E%3C/path%3E%3C/svg%3E");
}
.ohsblock-banner-gallery {
  position: relative;
  z-index: 990;
}
.ohsblock-banner-gallery .ohsblock-banner {
  padding-bottom: var(--banner-padding-bottom);
}
.ohsblock-banner-gallery .ohsblock-banner .ohsblock-container {
  width: 100%;
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media print {
  .ohsblock-banner-gallery .ohsblock-banner .ohsblock-container {
    display: block;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.ohsblock-banner-gallery .slick-dots {
  --dot-size: 1.25rem;
  bottom: calc(0.75 * var(--banner-padding-bottom) - var(--dot-size));
}
@media only screen and (min-width: 74.375em) {
  .ohsblock-banner-gallery .slick-dots {
    --dot-size: 1.875rem;
  }
}
.ohsblock-banner-gallery .slick-dots li {
  margin: 0 0.5rem;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-banner-gallery .slick-dots li {
    margin: 0 1.125rem;
  }
}
.ohsblock-banner-gallery .slick-dots li button {
  color: transparent;
  opacity: 1;
  border: 0.1875rem solid var(--color__white);
  border-radius: 100%;
  width: var(--dot-size);
  height: var(--dot-size);
  padding: 0;
  transition: background-color 0.3s ease;
}
.ohsblock-banner-gallery .slick-dots li .slick-dot-icon {
  display: none;
}
.ohsblock-banner-gallery .slick-dots li button {
  margin: 0 !important;
}
.ohsblock-banner-gallery .slick-dots li.slick-active button,
.ohsblock-banner-gallery .slick-dots li button:hover,
.ohsblock-banner-gallery .slick-dots li button:focus {
  background-color: var(--color__pink);
}
.ohsblock-banner-gallery .ohsblock-banner {
  margin: 0;
}
.ohsblock-banner-gallery.slick-slider.slick-dotted {
  margin: 0;
}
.ohsblock-banner-gallery.slick-slider {
  margin-bottom: 0;
}
@media print {
  .ohsblock-banner-gallery .slick-track,
  .ohsblock-banner-gallery .slick-slide {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    transform: none !important;
    min-height: 0 !important;
  }
}

.ohsblock-photo-card {
  margin-bottom: 0;
}

.archive .site-main .post:nth-child(5n+1) .ohsblock-photo-card .ohsblock-container::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='72' fill='none' viewBox='0 0 100 72'%3E%3Cpath stroke='%234cc9eb' stroke-width='4' d='M49.86 2c16.157 0 28.177 1.698 36.144 6.687C93.73 13.525 98 21.712 98 35.83c0 14.131-4.209 22.406-11.906 27.323C78.164 68.22 66.15 70 49.86 70c-16.285 0-28.226-1.825-36.084-6.907C6.145 58.157 2 49.88 2 35.83 2 21.794 6.206 13.605 13.866 8.748 21.762 3.742 33.708 2 49.86 2Z'/%3E%3C/svg%3E");
}
.archive .site-main .post:nth-child(5n+2) .ohsblock-photo-card .ohsblock-container::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='72' fill='none' viewBox='0 0 100 72'%3E%3Cpath stroke='%23583789' stroke-width='4' d='M49.86 2c16.157 0 28.177 1.698 36.144 6.687C93.73 13.525 98 21.712 98 35.83c0 14.131-4.209 22.406-11.906 27.323C78.164 68.22 66.15 70 49.86 70c-16.285 0-28.226-1.825-36.084-6.907C6.145 58.157 2 49.88 2 35.83 2 21.794 6.206 13.605 13.866 8.748 21.762 3.742 33.708 2 49.86 2Z'/%3E%3C/svg%3E");
}
.archive .site-main .post:nth-child(5n+3) .ohsblock-photo-card .ohsblock-container::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='72' fill='none' viewBox='0 0 100 72'%3E%3Cpath stroke='%23f34d35' stroke-width='4' d='M49.86 2c16.157 0 28.177 1.698 36.144 6.687C93.73 13.525 98 21.712 98 35.83c0 14.131-4.209 22.406-11.906 27.323C78.164 68.22 66.15 70 49.86 70c-16.285 0-28.226-1.825-36.084-6.907C6.145 58.157 2 49.88 2 35.83 2 21.794 6.206 13.605 13.866 8.748 21.762 3.742 33.708 2 49.86 2Z'/%3E%3C/svg%3E");
}
.archive .site-main .post:nth-child(5n+4) .ohsblock-photo-card .ohsblock-container::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='72' fill='none' viewBox='0 0 100 72'%3E%3Cpath stroke='%23f09fca' stroke-width='4' d='M49.86 2c16.157 0 28.177 1.698 36.144 6.687C93.73 13.525 98 21.712 98 35.83c0 14.131-4.209 22.406-11.906 27.323C78.164 68.22 66.15 70 49.86 70c-16.285 0-28.226-1.825-36.084-6.907C6.145 58.157 2 49.88 2 35.83 2 21.794 6.206 13.605 13.866 8.748 21.762 3.742 33.708 2 49.86 2Z'/%3E%3C/svg%3E");
}

.ohsblock-photo-card-alt h2,
.ohsblock-photo-card-alt h3,
.ohsblock-photo-card-alt h4,
.ohsblock-photo-card-alt h5,
.ohsblock-photo-card-alt h6 {
  font-family: "futura-pt", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 74.375em) {
  .ohsblock-photo-card-alt h2,
  .ohsblock-photo-card-alt h3,
  .ohsblock-photo-card-alt h4,
  .ohsblock-photo-card-alt h5,
  .ohsblock-photo-card-alt h6 {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .ohsblock-photo-card-alt h2,
  .ohsblock-photo-card-alt h3,
  .ohsblock-photo-card-alt h4,
  .ohsblock-photo-card-alt h5,
  .ohsblock-photo-card-alt h6 {
    font-size: 1.75rem;
  }
}

.ohsblock-two-column {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-two-column {
  padding: 0;
}

.ohsblock-two-column-photo-cards {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-two-column-photo-cards {
  padding: 0;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-photo-cards[data-alignment=left] .ohsblock-innerblocks-wrapper {
    padding-right: 10%;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-photo-cards[data-alignment=right] .ohsblock-innerblocks-wrapper {
    padding-left: 10%;
  }
}

.ohsblock-two-column-intro {
  position: relative;
  overflow: hidden;
}
.ohsblock-two-column-intro .ohsblock-innerblocks-wrapper {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-two-column-intro .ohsblock-innerblocks-wrapper {
  padding: 0;
}
.ohsblock-two-column-intro .ohsblock-innerblocks-wrapper {
  position: relative;
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-intro .ohsblock-innerblocks-wrapper {
    padding-right: 60%;
  }
}
.ohsblock-two-column-intro .ohsblock-innerblocks-wrapper {
  margin-left: calc(-1 * var(--container-gutter-width));
  margin-right: calc(-1 * var(--container-gutter-width));
}
.ohsblock-two-column-intro .ohsblock-innerblocks-wrapper::before, .ohsblock-two-column-intro .ohsblock-innerblocks-wrapper::after {
  content: "";
  display: block;
  height: 100%;
  width: 624.9375rem;
  position: absolute;
  top: 0;
}
.ohsblock-two-column-intro .ohsblock-innerblocks-wrapper::before {
  right: 100%;
}
.ohsblock-two-column-intro .ohsblock-innerblocks-wrapper::after {
  left: 100%;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-intro .ohsblock-innerblocks-wrapper:nth-child(2) {
    padding-bottom: 3.75rem;
  }
  .ohsblock-two-column-intro .ohsblock-innerblocks-wrapper:nth-child(3) {
    padding-top: 3.75rem;
  }
}
.ohsblock-two-column-intro[data-background=gray-white] .ohsblock-innerblocks-wrapper:nth-child(1) {
  background-color: var(--color__background-alt);
}
.ohsblock-two-column-intro[data-background=gray-white] .ohsblock-innerblocks-wrapper:nth-child(1)::before, .ohsblock-two-column-intro[data-background=gray-white] .ohsblock-innerblocks-wrapper:nth-child(1)::after {
  background-color: var(--color__background-alt);
}
.ohsblock-two-column-intro[data-background=white-gray] .ohsblock-innerblocks-wrapper:nth-child(3) {
  background-color: var(--color__background-alt);
}
.ohsblock-two-column-intro[data-background=white-gray] .ohsblock-innerblocks-wrapper:nth-child(3)::before, .ohsblock-two-column-intro[data-background=white-gray] .ohsblock-innerblocks-wrapper:nth-child(3)::after {
  background-color: var(--color__background-alt);
}
@media only screen and (min-width: 28.75em) {
  .ohsblock-two-column-intro .ohsblock-large-image {
    width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-intro .ohsblock-large-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-intro .ohsblock-large-image {
    right: var(--container-gutter-width);
    width: calc(45% - 2 * var(--container-gutter-width));
  }
}
@media print {
  .ohsblock-two-column-intro .ohsblock-large-image {
    display: none;
  }
}

.ohsblock-two-column-slider .slick-next:focus .slick-next-icon,
.ohsblock-two-column-slider .slick-next:focus .slick-prev-icon,
.ohsblock-two-column-slider .slick-prev:focus .slick-next-icon,
.ohsblock-two-column-slider .slick-prev:focus .slick-prev-icon {
  margin: 0;
}
.ohsblock-two-column-slider .slick-autoplay-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.ohsblock-two-column-slider .slick-autoplay-toggle-button .slick-play-icon::before,
.ohsblock-two-column-slider .slick-autoplay-toggle-button .slick-pause-icon::before {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  line-height: 1;
}
.ohsblock-two-column-slider .slick-autoplay-toggle-button:focus {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: var(--color__white);
}
.ohsblock-two-column-slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--color__text-button-slider);
  background-color: var(--color__background-button-slider);
  border-radius: 0.625rem;
  z-index: 100;
  transition: all 150ms ease-out;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-slider .slick-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.ohsblock-two-column-slider .slick-arrow:hover, .ohsblock-two-column-slider .slick-arrow:focus, .ohsblock-two-column-slider .slick-arrow:active {
  opacity: 1;
  color: var(--color__text-button-slider-hover);
  background-color: var(--color__background-button-slider-hover);
  outline: none;
  box-shadow: none;
}
.ohsblock-two-column-slider .slick-arrow:active {
  transform: translateY(-50%) translateY(0.125rem);
}
.ohsblock-two-column-slider .slick-arrow.slick-next {
  right: 0.625rem;
}
.ohsblock-two-column-slider .slick-arrow.slick-prev {
  left: 0.625rem;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-slider .slick-arrow.slick-prev {
    left: 1.4375rem;
  }
}
.ohsblock-two-column-slider .slick-arrow .slick-prev-icon,
.ohsblock-two-column-slider .slick-arrow .slick-next-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-slider .slick-arrow .slick-prev-icon,
  .ohsblock-two-column-slider .slick-arrow .slick-next-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.ohsblock-two-column-slider .slick-arrow .slick-prev-icon::before,
.ohsblock-two-column-slider .slick-arrow .slick-next-icon::before {
  display: none;
}
.ohsblock-two-column-slider .slick-arrow .slick-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' transform='translate(100, 100) rotate(180) '%3E%3C/path%3E%3C/svg%3E");
}
.ohsblock-two-column-slider .slick-arrow .slick-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' %3E%3C/path%3E%3C/svg%3E");
}
.ohsblock-two-column-slider {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-two-column-slider {
  padding: 0;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-slider .slick-arrow.slick-next {
    right: -1.875rem;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-slider .slick-arrow.slick-prev {
    left: -1.875rem;
  }
}
@media print {
  .ohsblock-two-column-slider .wp-block-ohs-image-gallery {
    display: none;
  }
}

.ohsblock-two-column-three-image {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-two-column-three-image {
  padding: 0;
}
.ohsblock-two-column-three-image .ohsblock-three-image-gallery {
  margin-bottom: 2em;
}
@media print {
  .ohsblock-two-column-three-image .ohsblock-three-image-gallery {
    display: none;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-two-column-three-image .ohsblock-three-image-gallery {
    margin-bottom: 0;
  }
}

.ohsblock-two-column-featured-pet {
  padding-top: var(--ohsblock-vertical-padding);
  padding-bottom: var(--ohsblock-vertical-padding);
  padding-left: 0;
  padding-right: 0;
}
.has-background > .wp-block-group__inner-container > .ohsblock-two-column-featured-pet {
  padding: 0;
}
.ohsblock-two-column-featured-pet__details li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--color__secondary);
}

.wp-block-cover.ohs-stats.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: 100%;
  max-width: 71.875rem;
}
.wp-block-cover.ohs-stats .number-counter__value {
  color: #f34d35;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 3.125rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  font-family: "URWScenarioWebextrabold", sans-serif;
}
@media only screen and (min-width: 64.0625em) {
  .wp-block-cover.ohs-stats .number-counter__value {
    font-size: 4.5rem;
  }
}
.wp-block-cover.ohs-stats .number-counter + p {
  margin-top: 0;
  font-size: 1.375rem;
}
@media only screen and (min-width: 64.0625em) {
  .wp-block-cover.ohs-stats .number-counter + p {
    font-size: 1.875rem;
  }
}
.wp-block-cover.ohs-stats .wp-block-cover__image-background {
  border-radius: 0;
}
.wp-block-cover.ohs-stats hr.has-background:not(.wp-block-group.alignfull) {
  margin-top: 1.875rem;
}
@media only screen and (max-width: 48.8125em) {
  .wp-block-cover.ohs-stats {
    min-height: 0 !important;
  }
  .wp-block-cover.ohs-stats .wp-block-image,
  .wp-block-cover.ohs-stats hr {
    display: none;
  }
  .wp-block-cover.ohs-stats .wp-block-cover__background.has-background-dim.has-background-dim-0 {
    opacity: 0.8;
  }
  .wp-block-cover.ohs-stats .number-counter {
    margin-top: 0;
  }
}
@media print {
  .wp-block-cover.ohs-stats .wp-block-cover__image-background,
  .wp-block-cover.ohs-stats .wp-block-cover__video-background {
    display: none;
  }
}

.ohs-donation-bar .wp-block-buttons.alignfull,
.ohs-donation-bar .wp-block-buttons.alignfull .wp-block-button,
.ohs-donation-bar .wp-block-buttons.alignfull .wp-block-button__link {
  width: 100%;
}
.ohs-donation-bar .wp-block-buttons.alignfull .wp-block-button__link {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  max-width: 15.625rem;
}
.ohs-donation-bar h2,
.ohs-donation-bar .wp-block-buttons {
  margin: 0;
}
@media only screen and (min-width: 48.875em) and (max-width: 74.3125em) {
  .ohs-donation-bar .wp-block-columns {
    gap: 1em;
  }
}
.ohs-donation-bar h2,
.ohs-donation-bar h3,
.ohs-donation-bar h4,
.ohs-donation-bar h5,
.ohs-donation-bar h6,
.ohs-donation-bar p {
  text-align: center;
}
@media only screen and (min-width: 48.875em) {
  .ohs-donation-bar h2,
  .ohs-donation-bar h3,
  .ohs-donation-bar h4,
  .ohs-donation-bar h5,
  .ohs-donation-bar h6,
  .ohs-donation-bar p {
    text-align: start;
  }
}

.ohs-custom-donation {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1.875rem 1fr 2.25rem;
  max-width: 15.625rem;
  margin: 0 auto;
}
.ohs-custom-donation::before {
  position: relative;
  z-index: 2;
  content: "$";
  display: block;
  grid-row: 1;
  grid-column: 1;
  color: #757575;
  text-align: center;
  line-height: 1;
}
.ohs-custom-donation input[type=number] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 2.8125rem;
  grid-row: 1;
  grid-column: 1/span 3;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  line-height: 1;
  border-color: var(--color__yellow);
}
@media only screen and (min-width: 48.875em) and (max-width: 74.3125em) {
  .ohs-custom-donation input[type=number] {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.ohs-custom-donation__submit {
  position: relative;
  z-index: 2;
  grid-row: 1;
  grid-column: 3;
  border: 0;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='12' viewBox='0 0 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5303 6.53033C16.8232 6.23744 16.8232 5.76256 16.5303 5.46967L11.7574 0.696698C11.4645 0.403805 10.9896 0.403805 10.6967 0.696698C10.4038 0.989592 10.4038 1.46447 10.6967 1.75736L14.9393 6L10.6967 10.2426C10.4038 10.5355 10.4038 11.0104 10.6967 11.3033C10.9896 11.5962 11.4645 11.5962 11.7574 11.3033L16.5303 6.53033ZM6.55671e-08 6.75L16 6.75L16 5.25L-6.55671e-08 5.25L6.55671e-08 6.75Z' fill='%23757577'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: all 150ms ease-out;
}
.ohs-custom-donation__submit:hover, .ohs-custom-donation__submit:focus {
  background-color: transparent;
  transform: translateX(0.125rem);
}

.ohsblock-pet-feed .slick-next:focus .slick-next-icon,
.ohsblock-pet-feed .slick-next:focus .slick-prev-icon,
.ohsblock-pet-feed .slick-prev:focus .slick-next-icon,
.ohsblock-pet-feed .slick-prev:focus .slick-prev-icon {
  margin: 0;
}
.ohsblock-pet-feed .slick-autoplay-toggle-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.ohsblock-pet-feed .slick-autoplay-toggle-button .slick-play-icon::before,
.ohsblock-pet-feed .slick-autoplay-toggle-button .slick-pause-icon::before {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  line-height: 1;
}
.ohsblock-pet-feed .slick-autoplay-toggle-button:focus {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: var(--color__white);
}
.ohsblock-pet-feed .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: var(--color__text-button-slider);
  background-color: var(--color__background-button-slider);
  border-radius: 0.625rem;
  z-index: 100;
  transition: all 150ms ease-out;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-pet-feed .slick-arrow {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.ohsblock-pet-feed .slick-arrow:hover, .ohsblock-pet-feed .slick-arrow:focus, .ohsblock-pet-feed .slick-arrow:active {
  opacity: 1;
  color: var(--color__text-button-slider-hover);
  background-color: var(--color__background-button-slider-hover);
  outline: none;
  box-shadow: none;
}
.ohsblock-pet-feed .slick-arrow:active {
  transform: translateY(-50%) translateY(0.125rem);
}
.ohsblock-pet-feed .slick-arrow.slick-next {
  right: 0.625rem;
}
.ohsblock-pet-feed .slick-arrow.slick-prev {
  left: 0.625rem;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-pet-feed .slick-arrow.slick-prev {
    left: 1.4375rem;
  }
}
.ohsblock-pet-feed .slick-arrow .slick-prev-icon,
.ohsblock-pet-feed .slick-arrow .slick-next-icon {
  width: 1.125rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-pet-feed .slick-arrow .slick-prev-icon,
  .ohsblock-pet-feed .slick-arrow .slick-next-icon {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.ohsblock-pet-feed .slick-arrow .slick-prev-icon::before,
.ohsblock-pet-feed .slick-arrow .slick-next-icon::before {
  display: none;
}
.ohsblock-pet-feed .slick-arrow .slick-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' transform='translate(100, 100) rotate(180) '%3E%3C/path%3E%3C/svg%3E");
}
.ohsblock-pet-feed .slick-arrow .slick-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M 10,50 L 60,100 L 65,95 L 20,50 L 65,5 L 60,0 Z' class='arrow' fill='%23423753' %3E%3C/path%3E%3C/svg%3E");
}
.ohsblock-pet-feed {
  padding-left: var(--container-gutter-width);
  padding-right: var(--container-gutter-width);
  margin: 3em 0;
}
@media only screen and (min-width: 87.5em) {
  .ohsblock-pet-feed {
    padding-left: 0;
    padding-right: 0;
  }
}
.ohsblock-pet-feed .slick-slider {
  margin-bottom: 0;
}
.ohsblock-pet-feed .slick-slide {
  margin: 0 0.5625rem;
}
.ohsblock-pet-feed .button {
  padding: 0.7em 1em;
}
.ohsblock-pet-feed .pet-card {
  display: grid;
  justify-content: center;
}
@media only screen and (min-width: 37.5em) {
  .ohsblock-pet-feed .pet-card {
    width: calc(50% - 0.5625rem);
  }
}
@media only screen and (min-width: 60em) {
  .ohsblock-pet-feed .pet-card {
    width: calc(33.3333% - 0.75rem);
  }
}
@media only screen and (min-width: 77.5em) {
  .ohsblock-pet-feed .pet-card {
    width: calc(25% - 0.875rem);
  }
}
.ohsblock-pet-feed .pet-card--cta .pet-card__container {
  --color__background-pet-card: var(--color__blue);
  --color__text-pet-card: var(--color__white);
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-pet-feed .slick-arrow.slick-next {
    right: -1.625rem;
  }
}
@media only screen and (min-width: 48.875em) {
  .ohsblock-pet-feed .slick-arrow.slick-prev {
    left: -1.625rem;
  }
}
@media print {
  .ohsblock-pet-feed .slick-arrow {
    display: none !important;
  }
}
.has-secondary-background-color .ohsblock-pet-feed .pet-card--cta .pet-card__container {
  --color__background-pet-card: var(--color__yellow);
  --color__text-pet-card: var(--color__black);
}
.has-pink-background-color .ohsblock-pet-feed .pet-card__container {
  --color__background-pet-card: var(--color__blue);
  --color__text-pet-card: var(--color__white);
}

.wp-block-ohs-resource-choices .resource-choices {
  --ohsres-button-color: var(--color__background-button);
  --ohsres-button-hover-color: var(--color__background-button-hover);
}

.ohsres-navigation button {
  cursor: pointer;
}

.resource-heading {
  margin-top: 0.5em;
}
.resource-heading strong {
  color: var(--color__black);
}

.wp-block-ohs-resource-application[data-style=inline] {
  margin-bottom: var(--block-vertical-margin);
}
.wp-block-ohs-resource-application[data-style=inline] .resource-choices__items li {
  margin: 0 auto;
}
@media only screen and (min-width: 48.875em) {
  .wp-block-ohs-resource-application[data-style=inline] .resource-choices__items li {
    margin: 0;
  }
}
.wp-block-ohs-resource-application[data-style=inline] .resource-choices__items a {
  padding: 0.5em 1em;
  margin: 0 0.5em 0.5em 0;
}
.wp-block-ohs-resource-application[data-style=inline] .ohsres-navigation {
  margin: 1em auto 0;
  max-width: 15rem;
}
.wp-block-ohs-resource-application[data-style=inline] .ohsres-navigation button {
  font-size: 1.125rem;
  padding-left: 0;
  margin: 0 1em 0.5em 0;
}
.wp-block-ohs-resource-application[data-style=inline] .resource-heading {
  font-family: "URWScenarioWebextrabold", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (min-width: 74.375em) {
  .wp-block-ohs-resource-application[data-style=inline] .resource-heading {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 87.5em) {
  .wp-block-ohs-resource-application[data-style=inline] .resource-heading {
    font-size: 3.125rem;
  }
}
.wp-block-ohs-resource-application[data-style=inline] .resource-heading strong,
.wp-block-ohs-resource-application[data-style=inline] .resource-heading b {
  font-weight: 400;
}

/* quick fix for resources content that doesn't load page styles */
.wp-block-buttons.is-content-justification-center {
  display: flex;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: var(--color__background-screen);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color__text-screen);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
body .wp-block-image .alignleft,
.alignleft:not(.wp-block-button) {
  float: none;
}
@media only screen and (min-width: 28.75em) {
  body .wp-block-image .alignleft,
  .alignleft:not(.wp-block-button) {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
  }
}

body .wp-block-image .alignright,
.alignright:not(.wp-block-button) {
  float: none;
}
@media only screen and (min-width: 28.75em) {
  body .wp-block-image .alignright,
  .alignright:not(.wp-block-button) {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.no-margin {
  margin: 0;
}

/*# sourceMappingURL=theme.css.map */
