@charset "UTF-8";
/* main: global.scss */
@font-face {
  font-family: "Muoto";
  src: url("fonts/205TF-Muoto-Regular.woff2") format("woff2"), url("fonts/205TF-Muoto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muoto";
  src: url("fonts/205TF-Muoto-Italic.woff2") format("woff2"), url("fonts/205TF-Muoto-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muoto";
  src: url("fonts/205TF-Muoto-Medium.woff2") format("woff2"), url("fonts/205TF-Muoto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muoto";
  src: url("fonts/205TF-Muoto-MediumItalic.woff2") format("woff2"), url("fonts/205TF-Muoto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Muoto";
  src: url("fonts/205TF-Muoto-Bold.woff2") format("woff2"), url("fonts/205TF-Muoto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muoto";
  src: url("fonts/205TF-Muoto-BoldItalic.woff2") format("woff2"), url("fonts/205TF-Muoto-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --body-font: "Muoto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --heading-font: "Muoto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --h1: 9.6rem;
  --h2: 7.2rem;
  --h3: 6rem;
  --h4: 4.8rem;
  --h5: 3.6rem;
  --h6: 1.6rem;
  --h1-line-height: 0.94;
  --h2-line-height: 0.84;
  --h3-line-height: 0.87;
  --h4-line-height: 1;
  --h5-line-height: 1;
  --heading-letter-spacing: -0.05em;
  --h1-display: 12.8rem;
  --h1-display-line-height: 0.86;
  --h1-display-letter-spacing: -0.06em;
  --body-size: 2.2rem;
  --body-line-height: 1.25;
  --body-letter-spacing: -0.02em;
  --body-large: 3.2rem;
  --body-large-line-height: 1.19;
  --body-large-letter-spacing: -0.04em;
  --body-panel: 2.4rem;
  --body-panel-line-height: 1.08;
  --body-cards: 2rem;
  --body-cards-line-height: 1.2;
  --label-page: 2rem;
  --label-card: 1.6rem;
  --top-padding: 8rem 0;
  --card-padding: 3rem;
  --border-radius-sm: 0;
  --border-radius-md: 0;
  --border-radius-lg: 0;
  --border-radius: var(--border-radius-sm);
  --tag-radius: 2px;
  --default-mod-spacing: 100px;
  --btn-border-radius-default: 3px;
  --btn-padding-default: 0.83em 1.75em;
  --btn-font-size-default: 2.4rem;
  --btn-font-weight-default: 700;
  --container-default: 1226px;
  --container-wide: 1412px;
  --cta: #fc7338;
  --dark: #182622;
  --light: #fff7de;
  --grey: rgba(24, 38, 34, 0.6);
  --light-grey: #e9d8aa;
  --ease-out-strong: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-strong: cubic-bezier(0.77, 0, 0.175, 1);
  --paper: #fff7de;
  --dark-paper: #e9d8aa;
  --orange-text: #c74913;
  --footer-color: #182622;
  --social-icon-color: #fff7de;
}
@media (max-width: 991px) {
  :root {
    --h1-display: 9.6rem;
  }
}
@media (max-width: 768px) {
  :root {
    --h1-display: 7.2rem;
    --h1: 6.4rem;
    --h2: 5.2rem;
    --h3: 4.4rem;
    --h4: 3.6rem;
    --h5: 2.8rem;
    --body-large: 2.6rem;
  }
}
@media (max-width: 480px) {
  :root {
    --h1-display: 5.2rem;
    --h1: 4.8rem;
    --h2: 4rem;
    --h3: 3.4rem;
    --h4: 2.8rem;
    --h5: 2.4rem;
    --body-size: 2rem;
    --body-large: 2.2rem;
  }
}
@media (max-width: 768px) {
  :root {
    --top-padding: 48px 0;
    --default-mod-spacing: 60px;
  }
}
@media (max-width: 480px) {
  :root {
    --top-padding: 20px 0;
    --default-mod-spacing: 30px;
  }
}

/* main: global.scss */
.background-paper {
  background: #fff7de;
}
.background-paper * {
  color: #182622;
}
.background-paper .button, .background-paper .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-paper a {
  background: #fc7338;
  color: #182622;
  transition: background-color 0.3s ease;
}
.background-paper .button:hover, .background-paper .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-paper a:hover {
  background: #fb5006;
}
.background-paper .text-link,
.background-paper a {
  color: #c74913;
  transition: color 0.3s ease;
}
.background-paper .button:focus, .background-paper .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-paper a:focus,
.background-paper a:focus {
  outline: 2px solid #fc7338;
  outline-offset: 2px;
}

.background-light-blue {
  background: #7adfc6;
}
.background-light-blue * {
  color: #182622;
}
.background-light-blue .button, .background-light-blue .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-light-blue a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-light-blue .button:hover, .background-light-blue .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-light-blue a:hover {
  background: #2c453e;
}
.background-light-blue .text-link,
.background-light-blue a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-light-blue .button:focus, .background-light-blue .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-light-blue a:focus,
.background-light-blue a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-light-green {
  background: #6fcb87;
}
.background-light-green * {
  color: #182622;
}
.background-light-green .button, .background-light-green .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-light-green a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-light-green .button:hover, .background-light-green .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-light-green a:hover {
  background: #2c453e;
}
.background-light-green .text-link,
.background-light-green a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-light-green .button:focus, .background-light-green .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-light-green a:focus,
.background-light-green a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-light-yellow {
  background: #ffe14d;
}
.background-light-yellow * {
  color: #182622;
}
.background-light-yellow .button, .background-light-yellow .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-light-yellow a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-light-yellow .button:hover, .background-light-yellow .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-light-yellow a:hover {
  background: #2c453e;
}
.background-light-yellow .text-link,
.background-light-yellow a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-light-yellow .button:focus, .background-light-yellow .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-light-yellow a:focus,
.background-light-yellow a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-light-pink {
  background: #f1a3cb;
}
.background-light-pink * {
  color: #182622;
}
.background-light-pink .button, .background-light-pink .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-light-pink a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-light-pink .button:hover, .background-light-pink .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-light-pink a:hover {
  background: #2c453e;
}
.background-light-pink .text-link,
.background-light-pink a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-light-pink .button:focus, .background-light-pink .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-light-pink a:focus,
.background-light-pink a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-blue {
  background: #14b8af;
}
.background-blue * {
  color: #182622;
}
.background-blue .button, .background-blue .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-blue a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-blue .button:hover, .background-blue .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-blue a:hover {
  background: #2c453e;
}
.background-blue .text-link,
.background-blue a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-blue .button:focus, .background-blue .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-blue a:focus,
.background-blue a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-cta {
  background: #fc7338;
}
.background-cta * {
  color: #182622;
}
.background-cta .button, .background-cta .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-cta a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-cta .button:hover, .background-cta .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-cta a:hover {
  background: #2c453e;
}
.background-cta .text-link,
.background-cta a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-cta .button:focus, .background-cta .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-cta a:focus,
.background-cta a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-dark {
  background: #182622;
}
.background-dark * {
  color: #fff7de;
}
.background-dark .button, .background-dark .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-dark a {
  background: #fc7338;
  color: #182622;
  transition: background-color 0.3s ease;
}
.background-dark .button:hover, .background-dark .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-dark a:hover {
  background: #fb5006;
}
.background-dark .text-link,
.background-dark a {
  color: #fff7de;
  transition: color 0.3s ease;
}
.background-dark .button:focus, .background-dark .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-dark a:focus,
.background-dark a:focus {
  outline: 2px solid #fc7338;
  outline-offset: 2px;
}

.background-texture-paper {
  background-color: #fff7de;
  background-image: url("../assets/backgrounds/OKC-BG-2-Paper-5.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-2-Paper-5.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-2-Paper-5.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
.background-texture-paper * {
  color: #182622;
}
.background-texture-paper .button, .background-texture-paper .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-paper a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-paper .button:hover, .background-texture-paper .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-paper a:hover {
  background: #2c453e;
}
.background-texture-paper .text-link,
.background-texture-paper a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-paper .button:focus, .background-texture-paper .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-paper a:focus,
.background-texture-paper a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-texture-blue {
  background-color: #14b8af;
  background-image: url("../assets/backgrounds/OKC-BG-3-Blue-0.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-3-Blue-0.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-3-Blue-0.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
.background-texture-blue * {
  color: #182622;
}
.background-texture-blue .button, .background-texture-blue .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-blue a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-blue .button:hover, .background-texture-blue .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-blue a:hover {
  background: #2c453e;
}
.background-texture-blue .text-link,
.background-texture-blue a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-blue .button:focus, .background-texture-blue .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-blue a:focus,
.background-texture-blue a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-texture-green {
  background-color: #39ab65;
  background-image: url("../assets/backgrounds/OKC-BG-4-Green-3.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-4-Green-3.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-4-Green-3.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
.background-texture-green * {
  color: #182622;
}
.background-texture-green .button, .background-texture-green .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-green a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-green .button:hover, .background-texture-green .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-green a:hover {
  background: #2c453e;
}
.background-texture-green .text-link,
.background-texture-green a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-green .button:focus, .background-texture-green .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-green a:focus,
.background-texture-green a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-texture-orange {
  background-color: #fc7338;
  background-image: url("../assets/backgrounds/OKC-BG-1-Orange-3.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-1-Orange-3.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-1-Orange-3.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
.background-texture-orange * {
  color: #182622;
}
.background-texture-orange .button, .background-texture-orange .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-orange a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-orange .button:hover, .background-texture-orange .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-orange a:hover {
  background: #2c453e;
}
.background-texture-orange .text-link,
.background-texture-orange a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-orange .button:focus, .background-texture-orange .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-orange a:focus,
.background-texture-orange a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-texture-yellow {
  background-color: #f4b614;
  background-image: url("../assets/backgrounds/OKC-BG-5-Yellow-3.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-5-Yellow-3.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-5-Yellow-3.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
.background-texture-yellow * {
  color: #182622;
}
.background-texture-yellow .button, .background-texture-yellow .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-yellow a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-yellow .button:hover, .background-texture-yellow .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-yellow a:hover {
  background: #2c453e;
}
.background-texture-yellow .text-link,
.background-texture-yellow a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-yellow .button:focus, .background-texture-yellow .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-yellow a:focus,
.background-texture-yellow a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-texture-pink {
  background-color: #db7aab;
  background-image: url("../assets/backgrounds/OKC-BG-6-Pink-3.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-6-Pink-3.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-6-Pink-3.jpg") type("image/jpeg"));
  background-size: cover;
  background-position: center;
}
.background-texture-pink * {
  color: #182622;
}
.background-texture-pink .button, .background-texture-pink .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-pink a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-pink .button:hover, .background-texture-pink .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-pink a:hover {
  background: #2c453e;
}
.background-texture-pink .text-link,
.background-texture-pink a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-pink .button:focus, .background-texture-pink .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-pink a:focus,
.background-texture-pink a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

.background-texture-custom {
  background-color: #fff7de;
  background-size: cover;
  background-position: center;
}
.background-texture-custom * {
  color: #182622;
}
.background-texture-custom .button, .background-texture-custom .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .background-texture-custom a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.background-texture-custom .button:hover, .background-texture-custom .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .background-texture-custom a:hover {
  background: #2c453e;
}
.background-texture-custom .text-link,
.background-texture-custom a {
  color: #182622;
  transition: color 0.3s ease;
}
.background-texture-custom .button:focus, .background-texture-custom .site-header nav .chd-main-menu > li.button a:focus, .site-header nav .chd-main-menu > li.button .background-texture-custom a:focus,
.background-texture-custom a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}

/* main: global.scss */
body {
  font-family: var(--body-font);
  font-weight: normal;
}

.h1 {
  font-family: var(--heading-font);
  font-weight: 700;
  text-wrap: pretty;
  margin: 0 0 24px 0;
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  letter-spacing: var(--heading-letter-spacing);
}

.h2 {
  font-family: var(--heading-font);
  font-weight: 700;
  text-wrap: pretty;
  margin: 0 0 24px 0;
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--heading-letter-spacing);
}

.h3 {
  font-family: var(--heading-font);
  font-weight: 700;
  text-wrap: pretty;
  margin: 0 0 24px 0;
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--heading-letter-spacing);
}

.h4 {
  font-family: var(--heading-font);
  font-weight: 700;
  text-wrap: pretty;
  margin: 0 0 24px 0;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
}

.h5 {
  font-family: var(--heading-font);
  font-weight: 700;
  text-wrap: pretty;
  margin: 0 0 24px 0;
  font-size: var(--h5);
  line-height: var(--h5-line-height);
  letter-spacing: var(--heading-letter-spacing);
}

p {
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
p:first-of-type {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}

/* main: global.scss */
/* SCREENSIZES*/
*:focus {
  outline: none;
  border: 1px solid teal;
  -webkit-box-shadow: 0 0 10px teal;
  box-shadow: 0 0 10px teal;
}
.using-mouse *:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.screen-reader-text,
.srt,
.search-box .form-group label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  z-index: 10000;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  word-wrap: normal !important;
}
.screen-reader-text:focus,
.srt:focus,
.search-box .form-group label:focus {
  background-color: #fc7338;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #182622;
  display: block;
  font-size: 1.8rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 8px 16px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000000; /* Above WP toolbar. */
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Set core body defaults */
body {
  min-height: 80vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #fff7de;
}

/* A elements that don't have a class get default styles */
a {
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    -o-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 0;
}

html,
body {
  margin: 0;
}

html {
  font-size: 62.5%;
}
@media (max-width: 768px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 50%;
  }
}

body {
  overflow-x: hidden;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.2;
}
body.lock {
  overflow: hidden;
}

.raised {
  position: relative;
  z-index: 10;
}

.hidden {
  display: none;
}

strong {
  font-weight: 500;
}

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

.margins-container {
  width: 90%;
  max-width: var(--container-default);
  margin: 0 auto 0 auto;
}
@media (max-width: 768px) {
  .margins-container {
    width: 95%;
  }
}
.margins-container.wide {
  width: 94%;
  max-width: var(--container-wide);
}
.margins-container.no-margin {
  margin: 0 auto;
}
.margins-container.constrained {
  max-width: 1000px;
}
.margins-container.mega {
  max-width: 740px;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 12px;
  text-transform: none;
}

iframe {
  max-width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .animate-ready .chd-flex-block,
  .animate-ready .newsletter-signup {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms var(--ease-out-strong), transform 600ms var(--ease-out-strong);
  }
  .animate-ready .chd-flex-block.in-view,
  .animate-ready .newsletter-signup.in-view {
    opacity: 1;
    transform: none;
  }
  .animate-ready .chd-flex-block-stories_feed,
  .animate-ready .chd-flex-block-parent_climate_groups,
  .animate-ready .chd-flex-block-campaign_cards,
  .animate-ready .chd-flex-block-press_release_cards,
  .animate-ready .chd-flex-block-news_link_cards,
  .animate-ready .chd-flex-block-project_cards,
  .animate-ready .chd-flex-block-people_block,
  .animate-ready .chd-flex-block-feature_link_cards,
  .animate-ready .campaign-stories {
    transform: none;
  }
  .animate-ready .chd-flex-block-stories_feed .story-card,
  .animate-ready .chd-flex-block-stories_feed .group-card,
  .animate-ready .chd-flex-block-stories_feed .okc-card,
  .animate-ready .chd-flex-block-stories_feed .person,
  .animate-ready .chd-flex-block-stories_feed .feature-card,
  .animate-ready .chd-flex-block-parent_climate_groups .story-card,
  .animate-ready .chd-flex-block-parent_climate_groups .group-card,
  .animate-ready .chd-flex-block-parent_climate_groups .okc-card,
  .animate-ready .chd-flex-block-parent_climate_groups .person,
  .animate-ready .chd-flex-block-parent_climate_groups .feature-card,
  .animate-ready .chd-flex-block-campaign_cards .story-card,
  .animate-ready .chd-flex-block-campaign_cards .group-card,
  .animate-ready .chd-flex-block-campaign_cards .okc-card,
  .animate-ready .chd-flex-block-campaign_cards .person,
  .animate-ready .chd-flex-block-campaign_cards .feature-card,
  .animate-ready .chd-flex-block-press_release_cards .story-card,
  .animate-ready .chd-flex-block-press_release_cards .group-card,
  .animate-ready .chd-flex-block-press_release_cards .okc-card,
  .animate-ready .chd-flex-block-press_release_cards .person,
  .animate-ready .chd-flex-block-press_release_cards .feature-card,
  .animate-ready .chd-flex-block-news_link_cards .story-card,
  .animate-ready .chd-flex-block-news_link_cards .group-card,
  .animate-ready .chd-flex-block-news_link_cards .okc-card,
  .animate-ready .chd-flex-block-news_link_cards .person,
  .animate-ready .chd-flex-block-news_link_cards .feature-card,
  .animate-ready .chd-flex-block-project_cards .story-card,
  .animate-ready .chd-flex-block-project_cards .group-card,
  .animate-ready .chd-flex-block-project_cards .okc-card,
  .animate-ready .chd-flex-block-project_cards .person,
  .animate-ready .chd-flex-block-project_cards .feature-card,
  .animate-ready .chd-flex-block-people_block .story-card,
  .animate-ready .chd-flex-block-people_block .group-card,
  .animate-ready .chd-flex-block-people_block .okc-card,
  .animate-ready .chd-flex-block-people_block .person,
  .animate-ready .chd-flex-block-people_block .feature-card,
  .animate-ready .chd-flex-block-feature_link_cards .story-card,
  .animate-ready .chd-flex-block-feature_link_cards .group-card,
  .animate-ready .chd-flex-block-feature_link_cards .okc-card,
  .animate-ready .chd-flex-block-feature_link_cards .person,
  .animate-ready .chd-flex-block-feature_link_cards .feature-card,
  .animate-ready .campaign-stories .story-card,
  .animate-ready .campaign-stories .group-card,
  .animate-ready .campaign-stories .okc-card,
  .animate-ready .campaign-stories .person,
  .animate-ready .campaign-stories .feature-card {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
    transition: opacity 600ms var(--ease-out-strong), transform 600ms var(--ease-out-strong);
  }
  .animate-ready .chd-flex-block-stories_feed .story-card.in-view,
  .animate-ready .chd-flex-block-stories_feed .group-card.in-view,
  .animate-ready .chd-flex-block-stories_feed .okc-card.in-view,
  .animate-ready .chd-flex-block-stories_feed .person.in-view,
  .animate-ready .chd-flex-block-stories_feed .feature-card.in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .story-card.in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .group-card.in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .okc-card.in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .person.in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .feature-card.in-view,
  .animate-ready .chd-flex-block-campaign_cards .story-card.in-view,
  .animate-ready .chd-flex-block-campaign_cards .group-card.in-view,
  .animate-ready .chd-flex-block-campaign_cards .okc-card.in-view,
  .animate-ready .chd-flex-block-campaign_cards .person.in-view,
  .animate-ready .chd-flex-block-campaign_cards .feature-card.in-view,
  .animate-ready .chd-flex-block-press_release_cards .story-card.in-view,
  .animate-ready .chd-flex-block-press_release_cards .group-card.in-view,
  .animate-ready .chd-flex-block-press_release_cards .okc-card.in-view,
  .animate-ready .chd-flex-block-press_release_cards .person.in-view,
  .animate-ready .chd-flex-block-press_release_cards .feature-card.in-view,
  .animate-ready .chd-flex-block-news_link_cards .story-card.in-view,
  .animate-ready .chd-flex-block-news_link_cards .group-card.in-view,
  .animate-ready .chd-flex-block-news_link_cards .okc-card.in-view,
  .animate-ready .chd-flex-block-news_link_cards .person.in-view,
  .animate-ready .chd-flex-block-news_link_cards .feature-card.in-view,
  .animate-ready .chd-flex-block-project_cards .story-card.in-view,
  .animate-ready .chd-flex-block-project_cards .group-card.in-view,
  .animate-ready .chd-flex-block-project_cards .okc-card.in-view,
  .animate-ready .chd-flex-block-project_cards .person.in-view,
  .animate-ready .chd-flex-block-project_cards .feature-card.in-view,
  .animate-ready .chd-flex-block-people_block .story-card.in-view,
  .animate-ready .chd-flex-block-people_block .group-card.in-view,
  .animate-ready .chd-flex-block-people_block .okc-card.in-view,
  .animate-ready .chd-flex-block-people_block .person.in-view,
  .animate-ready .chd-flex-block-people_block .feature-card.in-view,
  .animate-ready .chd-flex-block-feature_link_cards .story-card.in-view,
  .animate-ready .chd-flex-block-feature_link_cards .group-card.in-view,
  .animate-ready .chd-flex-block-feature_link_cards .okc-card.in-view,
  .animate-ready .chd-flex-block-feature_link_cards .person.in-view,
  .animate-ready .chd-flex-block-feature_link_cards .feature-card.in-view,
  .animate-ready .campaign-stories .story-card.in-view,
  .animate-ready .campaign-stories .group-card.in-view,
  .animate-ready .campaign-stories .okc-card.in-view,
  .animate-ready .campaign-stories .person.in-view,
  .animate-ready .campaign-stories .feature-card.in-view {
    opacity: 1;
    transform: none;
  }
  .animate-ready .chd-flex-block-stories_feed .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-stories_feed .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-stories_feed .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-stories_feed .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-stories_feed .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-campaign_cards .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-campaign_cards .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-campaign_cards .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-campaign_cards .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-campaign_cards .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-press_release_cards .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-press_release_cards .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-press_release_cards .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-press_release_cards .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-press_release_cards .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-news_link_cards .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-news_link_cards .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-news_link_cards .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-news_link_cards .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-news_link_cards .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-project_cards .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-project_cards .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-project_cards .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-project_cards .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-project_cards .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-people_block .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-people_block .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-people_block .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-people_block .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-people_block .feature-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .story-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .group-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .okc-card:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .person:nth-child(3n+2).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .feature-card:nth-child(3n+2).in-view,
  .animate-ready .campaign-stories .story-card:nth-child(3n+2).in-view,
  .animate-ready .campaign-stories .group-card:nth-child(3n+2).in-view,
  .animate-ready .campaign-stories .okc-card:nth-child(3n+2).in-view,
  .animate-ready .campaign-stories .person:nth-child(3n+2).in-view,
  .animate-ready .campaign-stories .feature-card:nth-child(3n+2).in-view {
    transition-delay: 60ms;
  }
  .animate-ready .chd-flex-block-stories_feed .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-stories_feed .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-stories_feed .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-stories_feed .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-stories_feed .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-parent_climate_groups .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-campaign_cards .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-campaign_cards .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-campaign_cards .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-campaign_cards .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-campaign_cards .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-press_release_cards .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-press_release_cards .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-press_release_cards .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-press_release_cards .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-press_release_cards .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-news_link_cards .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-news_link_cards .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-news_link_cards .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-news_link_cards .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-news_link_cards .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-project_cards .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-project_cards .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-project_cards .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-project_cards .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-project_cards .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-people_block .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-people_block .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-people_block .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-people_block .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-people_block .feature-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .story-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .group-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .okc-card:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .person:nth-child(3n).in-view,
  .animate-ready .chd-flex-block-feature_link_cards .feature-card:nth-child(3n).in-view,
  .animate-ready .campaign-stories .story-card:nth-child(3n).in-view,
  .animate-ready .campaign-stories .group-card:nth-child(3n).in-view,
  .animate-ready .campaign-stories .okc-card:nth-child(3n).in-view,
  .animate-ready .campaign-stories .person:nth-child(3n).in-view,
  .animate-ready .campaign-stories .feature-card:nth-child(3n).in-view {
    transition-delay: 120ms;
  }
  .animate-ready .top-section .group > * {
    opacity: 0;
    animation: chd-rise-in 600ms var(--ease-out-strong) forwards;
  }
  .animate-ready .top-section .group > *:nth-child(2) {
    animation-delay: 90ms;
  }
  .animate-ready .top-section .group > *:nth-child(3) {
    animation-delay: 180ms;
  }
  .animate-ready .top-section .group > *:nth-child(n+4) {
    animation-delay: 270ms;
  }
  .animate-ready .hero-collage li {
    opacity: 0;
    animation: chd-rise-in 600ms var(--ease-out-strong) forwards;
  }
  .animate-ready .hero-collage li.slot-1 {
    animation-delay: 120ms;
  }
  .animate-ready .hero-collage li.slot-2 {
    animation-delay: 200ms;
  }
  .animate-ready .hero-collage li.slot-3 {
    animation-delay: 280ms;
  }
  .animate-ready .hero-collage li.slot-4 {
    animation-delay: 360ms;
  }
  .animate-ready .hero-collage li.slot-5 {
    animation-delay: 440ms;
  }
  .animate-ready .front-hero h1 .title-highlight::before {
    transform: scaleX(0);
    transform-origin: left center;
    animation: chd-highlight-in 500ms var(--ease-in-out-strong) 550ms forwards;
  }
  .animate-ready .modal .modal-overlay {
    animation: chd-fade-in 200ms ease-out;
  }
  .animate-ready .default-modal .modal-container {
    animation: chd-modal-in 200ms var(--ease-out-strong);
  }
  @keyframes chd-rise-in {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
  @keyframes chd-highlight-in {
    to {
      transform: scaleX(1);
    }
  }
  @keyframes chd-fade-in {
    from {
      opacity: 0;
    }
  }
  @keyframes chd-modal-in {
    from {
      opacity: 0;
      transform: scale(0.97);
    }
  }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .story-card .photo .img,
  .okc-card .photo .img,
  .banner-band .band-photo,
  .feature-card .card-image .img {
    transition: transform 300ms var(--ease-out-strong);
  }
  .story-card .card-link:hover .photo .img,
  .story-card .card-link:focus .photo .img,
  .okc-card .card-link:hover .photo .img,
  .okc-card .card-link:focus .photo .img,
  .banner-band:hover .band-photo,
  .banner-band:focus .band-photo,
  .feature-card .card-link:hover .card-image .img,
  .feature-card .card-link:focus .card-image .img {
    transform: scale(1.02);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-ready .chd-flex-block-text_and_image {
    opacity: 1;
    transform: none;
  }
  .animate-ready .chd-flex-block-text_and_image .image-and-text-row {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms var(--ease-out-strong), transform 600ms var(--ease-out-strong);
  }
  .animate-ready .chd-flex-block-text_and_image .image-and-text-row.in-view {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-ready .chd-flex-block-multi_banner {
    opacity: 1;
    transform: none;
  }
  .animate-ready .chd-flex-block-multi_banner .banner-band {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms var(--ease-out-strong), transform 600ms var(--ease-out-strong);
  }
  .animate-ready .chd-flex-block-multi_banner .banner-band.in-view {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .button::after, .site-header nav .chd-main-menu > li.button a::after,
  .read-more-label::after,
  .view-all-link::after {
    transition: transform 200ms var(--ease-out-strong);
  }
  .button:hover::after, .site-header nav .chd-main-menu > li.button a:hover::after,
  .button:focus::after,
  .site-header nav .chd-main-menu > li.button a:focus::after,
  .view-all-link:hover::after,
  .view-all-link:focus::after {
    transform: translateX(4px);
  }
  .card-link:hover .read-more-label::after,
  .card-link:focus .read-more-label::after {
    transform: translateX(4px);
  }
  .carousel-arrow svg {
    transition: transform 200ms var(--ease-out-strong);
  }
  .carousel-arrow.next:hover svg,
  .carousel-arrow.next:focus svg {
    transform: translateX(3px);
  }
  .carousel-arrow.prev:hover svg,
  .carousel-arrow.prev:focus svg {
    transform: rotate(180deg) translateX(3px);
  }
  .back-link .back-arrow {
    transition: transform 200ms var(--ease-out-strong);
  }
  .back-link:hover .back-arrow,
  .back-link:focus .back-arrow {
    transform: translateX(-3px);
  }
  .visit-website .external-arrow,
  a.external-link::after {
    transition: transform 200ms var(--ease-out-strong);
  }
  .visit-website:hover .external-arrow,
  .visit-website:focus .external-arrow,
  a.external-link:hover::after,
  a.external-link:focus::after {
    transform: translate(2px, -2px);
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-ready .chd-flex-block-testimonial_carousel {
    transform: none;
  }
  .animate-ready .chd-flex-block-testimonial_carousel .testimonial-card {
    opacity: 0;
    transform: translateY(24px) scale(0.97);
    transition: opacity 600ms var(--ease-out-strong), transform 600ms var(--ease-out-strong);
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card {
    opacity: 1;
    transform: none;
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card:nth-child(2) {
    transition-delay: 60ms;
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card:nth-child(3) {
    transition-delay: 120ms;
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card:nth-child(4) {
    transition-delay: 180ms;
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card:nth-child(5) {
    transition-delay: 240ms;
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card:nth-child(6) {
    transition-delay: 300ms;
  }
  .animate-ready .chd-flex-block-testimonial_carousel.in-view .testimonial-card:nth-child(n+7) {
    transition-delay: 360ms;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .animate-ready .chd-flex-block-numbered_steps {
    transform: none;
  }
  .animate-ready .chd-flex-block-numbered_steps .steps > li {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 600ms var(--ease-out-strong), transform 600ms var(--ease-out-strong);
  }
  .animate-ready .chd-flex-block-numbered_steps.in-view .steps > li {
    opacity: 1;
    transform: none;
  }
  .animate-ready .chd-flex-block-numbered_steps.in-view .steps > li:nth-child(2) {
    transition-delay: 120ms;
  }
  .animate-ready .chd-flex-block-numbered_steps.in-view .steps > li:nth-child(3) {
    transition-delay: 240ms;
  }
  .animate-ready .chd-flex-block-numbered_steps.in-view .steps > li:nth-child(n+4) {
    transition-delay: 360ms;
  }
}
/* main: global.scss */
:root {
  --grid-cols: 1fr 1fr;
  --grid-gap: 40px;
  --grid-gap-lg: 80px;
  --grid-gap-sm: 20px;
}

@media (max-width: 768px) {
  :root {
    --grid-cols: 1fr;
    --grid-gap: var(--grid-gap-sm);
    --grid-gap-lg: var(--grid-gap);
  }
}
.button, .site-header nav .chd-main-menu > li.button a,
button,
input[type=submit] {
  background-color: #fc7338;
  color: #182622;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button:hover, .site-header nav .chd-main-menu > li.button a:hover,
button:hover,
input[type=submit]:hover {
  background-color: #fc611f;
}

.button-xl {
  font-size: 3.2rem;
  padding: 17px 47px;
}

.button::after, .site-header nav .chd-main-menu > li.button a::after {
  content: "";
  display: inline-block;
  width: 0.72em;
  height: 0.72em;
  margin-left: 0.5em;
  vertical-align: -0.06em;
  background-color: currentColor;
  -webkit-mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
  mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
}

.card, .post-password-form {
  padding: 32px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  background: white;
}

.bg-img {
  object-fit: cover;
  object-position: center;
}

.text-link {
  font-family: var(--body-font);
  font-weight: 700;
  color: #fc7338;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.15;
}

a.external-link::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../assets/icons/external.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}
.background-dark a.external-link.button.fill::after, .background-dark .site-header nav .chd-main-menu > li.button a.external-link.fill::after, .site-header nav .chd-main-menu > li.button .background-dark a.external-link.fill::after {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.link-block {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-block li {
  margin: 0;
}
.link-block li .text-link {
  margin-bottom: 6px;
}
.link-block li .description {
  font-size: 1.8rem;
  margin: 0;
}
.link-block li + li {
  margin-top: 24px;
}

.chevron::before {
  border-style: solid;
  border-width: 4px 4px 0 0;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  vertical-align: top;
  width: 16px;
}

.chd-flex-block-popular_posts .margins-container > h2,
.chd-flex-block-popular_posts .margins-container > h3,
.chd-flex-block-recent_posts .margins-container > h2,
.chd-flex-block-recent_posts .margins-container > h3 {
  font-size: 4rem;
}

.image-card {
  position: relative;
  width: 100%;
  margin: 0;
}
.image-card .meta + h2 {
  margin-top: 8px;
}
.image-card .date {
  font-size: 1.6rem;
}
.image-card a {
  display: block;
}
.image-card h2,
.image-card h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  text-decoration: none;
}
.type-basic .image-card h2,
.type-basic .image-card h3 {
  text-decoration: underline;
  margin-top: 0;
}
.image-card h2:hover,
.image-card h3:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .image-card h2,
  .image-card h3 {
    margin-bottom: 10px;
  }
}
.image-card .img {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius);
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .image-card .img {
    min-height: 250px;
  }
}
.image-card p {
  margin: 0;
}
.image-card .rest {
  margin-top: 20px;
}
.type-basic .image-card .rest {
  margin-top: 0;
}
.image-card .rest:has(.meta) {
  margin-top: 15px;
}
.image-card.featured .img {
  aspect-ratio: 3/2;
}
.image-card:hover h2,
.image-card:hover h3 {
  text-decoration: underline;
}
.image-card:hover .img {
  opacity: 0.9;
  transform: scale(1.02);
}

.image-and-text-row,
.image-and-text-row.featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (max-width: 768px) {
  .image-and-text-row,
  .image-and-text-row.featured {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 40px;
  }
}
@media (max-width: 480px) {
  .image-and-text-row,
  .image-and-text-row.featured {
    grid-gap: 20px;
  }
}
.image-and-text-row .img,
.image-and-text-row.featured .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
  width: 100%;
  height: 100%;
  min-height: 380px;
  max-height: 480px;
}
.image-and-text-row .rest h3,
.image-and-text-row .rest h2,
.image-and-text-row.featured .rest h3,
.image-and-text-row.featured .rest h2 {
  line-height: 1.05;
  font-size: 4rem;
  text-decoration: none;
}
.image-and-text-row .rest .text p:first-child,
.image-and-text-row.featured .rest .text p:first-child {
  margin-top: 16px;
}
.image-and-text-row .rest .button, .image-and-text-row .rest .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .image-and-text-row .rest a,
.image-and-text-row.featured .rest .button {
  font-size: 2.2rem;
  margin-top: 32px;
}
.image-and-text-row + .row,
.image-and-text-row.featured + .row {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .image-and-text-row + .row,
  .image-and-text-row.featured + .row {
    margin-top: 40px;
  }
}

.chevron.right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.img-pos {
  background-position: attr(data-vpos) attr(data-hpos);
  top: attr(data-vpos);
}

.social-icon-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, 28px);
  grid-gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-icon-links li {
  margin: 0;
}
.social-icon-links li a {
  width: 100%;
  display: inline-block;
  max-width: 40px;
}
.social-icon-links li a svg {
  height: auto;
  width: 100%;
  fill: var(--social-icon-color);
}

.faux-link {
  text-decoration: none;
}
.faux-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.gradient-top-before::before {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.gradient-top-after::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #171717;
  opacity: 0.75;
}
.overlay.overlay-light::after {
  opacity: 0.3;
}

.search-box {
  padding: 64px 0;
  margin-bottom: 48px;
  position: relative;
  background: #182622;
  display: none;
}
.search-box#search-page {
  display: block;
  padding: 20px 0;
}
.search-box#search-page .margins-container .search-label {
  font-size: 2.4rem;
  color: white;
  margin: 0 0 16px 0;
}
@media (max-width: 768px) {
  .search-box#search-page .margins-container .search-form {
    grid-template-columns: 1fr 50px;
    grid-gap: 20px;
  }
}
.search-box#search-page .margins-container .search-form .form-group input {
  border-bottom: 3px solid white;
  color: white;
}
.search-box#search-page .margins-container .search-form button {
  background-color: white;
  color: #182622;
}
@media (max-width: 768px) {
  .search-box#search-page .margins-container .search-form button {
    width: 50px;
    height: auto;
  }
}
.search-box .search-form {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.search-box .form-group {
  width: 100%;
}
.search-box .form-group input {
  padding: 16px 0;
  border: none;
  background: none;
  border-bottom: 1px solid white;
  font-size: 1.8rem;
  border-radius: 0;
  font-family: var(--body-font);
  font-weight: normal;
  width: 100%;
}
@media (max-width: 768px) {
  .search-box .form-group input {
    color: white;
    height: 100%;
    font-size: 1.7rem;
  }
}
.search-box .form-group input::-webkit-input-placeholder {
  font-size: 1.7rem;
  font-family: var(--body-font);
  font-weight: normal;
  color: white;
}
.search-box .form-group input::-moz-placeholder {
  font-size: 1.7rem;
  color: white;
}
.search-box .form-group input:-ms-input-placeholder {
  font-size: 1.7rem;
  color: white;
}
.search-box .form-group input::placeholder {
  font-size: 1.7rem;
  color: white;
}
.search-box .search-submit {
  background: white;
  border: 0;
  color: #182622;
  height: 100%;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .search-box .search-submit {
    font-size: 0;
    width: 100%;
    border-radius: 100%;
    aspect-ratio: 1/1;
    margin: 0;
    background-image: url("../assets/icons/search.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 10;
  cursor: pointer;
  text-align: center;
}
.close-button .close-icon {
  width: 24px;
  height: 24px;
  position: relative;
  display: block;
  margin: auto;
}
.close-button .close-icon::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 3px;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
}
.close-button .close-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%) rotate(45deg);
  height: 3px;
  width: 100%;
  background: white;
  left: 0;
  right: 0;
  margin: auto;
}
.close-button span {
  font-size: 2rem;
  font-family: var(--body-font);
  font-weight: 700;
  display: block;
  color: white;
}

.post-password-form {
  margin: 32px 0;
}
.post-password-form p:has(input) {
  display: grid;
  grid-template-columns: 1fr 200px;
  grid-gap: 16px;
  align-items: flex-end;
}
.post-password-form p:has(input) label {
  font-family: var(--body-font);
  font-weight: 700;
}
.post-password-form p:has(input) label input {
  width: 100%;
  display: block;
  padding: 16px;
  font-family: var(--body-font);
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #182622;
  font-size: 2rem;
  font-family: var(--body-font);
  font-weight: 700;
  width: 100%;
}

figure {
  text-align: center;
}
figure img {
  border-radius: var(--border-radius);
  display: block;
}
figure figcaption {
  font-size: 1.6rem;
  margin-top: 10px;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #e9d8aa;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(24, 38, 34, 0.6);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fb5006;
}

/* main: global.scss */
/* main: global.scss */
.body-content h1,
.body-content h2,
.body-content h3,
.body-content h4,
.body-content h5,
.body-content h6 {
  font-family: var(--body-font);
  font-weight: 700;
  text-wrap: pretty;
  margin: 0;
}
.body-content h1 + ul,
.body-content h1 + ol,
.body-content h2 + ul,
.body-content h2 + ol,
.body-content h3 + ul,
.body-content h3 + ol,
.body-content h4 + ul,
.body-content h4 + ol,
.body-content h5 + ul,
.body-content h5 + ol,
.body-content h6 + ul,
.body-content h6 + ol {
  margin-top: 1.2em;
}
.body-content h1 {
  display: none;
}
.body-content h2 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 0.94;
  font-size: 6.4rem;
  letter-spacing: var(--heading-letter-spacing);
}
.body-content h2 + p {
  margin-top: 1em;
}
.body-content h3 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  line-height: 1.1;
  font-size: 4rem;
  letter-spacing: var(--heading-letter-spacing);
}
.body-content h3 + p {
  margin-top: 1em;
}
.body-content h4 {
  font-family: var(--body-font);
  font-weight: 500;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  line-height: 1.21;
  font-size: 2.8rem;
  letter-spacing: -0.03em;
}
.body-content h4 + p {
  margin-top: 1em;
}
.body-content h5 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: var(--body-size);
  letter-spacing: var(--body-letter-spacing);
}
.body-content h5 + p {
  margin-top: 1em;
}
.body-content h6 {
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 1.8rem;
}
.body-content h6 + p {
  margin-top: 1em;
}
.body-content p {
  margin: 1em 0;
  font-size: var(--body-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: var(--body-line-height);
}
.body-content p:first-child {
  margin-top: 0;
}
.body-content p:last-child {
  margin-bottom: 0;
}
.body-content p + blockquote {
  margin-top: 2em;
}
.body-content p strong,
.body-content p b {
  font-family: var(--body-font);
  font-weight: 700;
}
.body-content p + ol,
.body-content p + ul {
  margin-top: 1.2em;
}
.body-content p a {
  color: #fc7338;
  font-family: var(--body-font);
  font-weight: 500;
}
.body-content p a:hover {
  text-decoration: underline;
}
.body-content ol,
.body-content ul {
  margin: 1.2em 0;
  padding: 0;
}
.body-content ol li,
.body-content ul li {
  margin: 0.8em 0 0.8em 1.5em;
  font-size: var(--body-size);
  letter-spacing: var(--body-letter-spacing);
  line-height: 1.3;
}
.body-content ol li:first-child,
.body-content ul li:first-child {
  margin-top: 0;
}
.body-content blockquote {
  padding-left: 40px;
  position: relative;
  margin: 2em 0;
  width: 100%;
}
@media (max-width: 768px) {
  .body-content blockquote {
    padding-left: 30px;
  }
}
.body-content blockquote p {
  font-size: 4rem;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.1;
  color: #182622;
  margin: 0;
}
@media (max-width: 768px) {
  .body-content blockquote p {
    font-size: 3rem;
  }
}
.body-content blockquote cite {
  color: #182622;
  font-size: 2.2rem;
  font-weight: 300;
  font-style: normal;
  margin-top: 1em;
  display: block;
}
.body-content blockquote:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #fc7338;
  border-radius: var(--border-radius-md);
}
.body-content iframe {
  margin: 1.2em 0;
  width: 100%;
}
.body-content .issuuembed {
  margin: 2em 0;
}
.body-content .aligncenter,
.body-content .alignleft,
.body-content .alignright {
  display: block;
  padding: 0;
  margin: 1.2em 0;
}
.body-content .aligncenter {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.body-content .alignright {
  float: right;
  margin-left: 2em;
}
.body-content .alignleft {
  float: left;
  margin-right: 2em;
}
.body-content .wp-caption {
  padding: 5px 0;
  border: 1px solid #555;
  background: #444;
  text-align: center;
  margin: 1.2em 0;
}
.body-content .wp-caption img {
  display: inline;
}
.body-content .wp-caption p.wp-caption-text {
  margin: 0.5em 0 0;
  padding: 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  color: #ddd;
}

/* main: global.scss */
.notification-banner {
  padding: 10px 0;
}
.notification-banner .margins-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.notification-banner .margins-container .text {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0;
}
.notification-banner .margins-container a {
  font-size: 1.6rem;
}

#site-navigation-nav .search-button {
  display: none;
}

.site-header {
  padding: 20px 0;
  background: #fff7de;
  z-index: 100000;
  position: sticky;
  top: 0;
  transition: all 0.3s ease;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}
.site-header.fixed .logo img {
  max-height: 60px;
}
.site-header .margins-container {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-header .logo {
  width: 105px;
}
.sidebar-active .site-header .logo {
  visibility: none;
  opacity: 0;
  pointer-events: none;
}
.site-header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  max-height: 150px;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  .site-header .logo img {
    width: 80px;
    max-height: 60px;
  }
}
.site-header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header nav {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: #fc7338;
    text-align: left;
    width: 100%;
    height: 100vh;
    margin: 0;
    z-index: 99998;
    overflow-y: auto;
    padding: 9.6rem 3.2rem 4.8rem;
    transition: all 0.3s ease-out;
    display: block;
  }
  .site-header nav.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}
.site-header nav #close-mobile-menu {
  display: none !important;
}
.site-header nav .menu-primary-container {
  display: inline-block;
}
@media (max-width: 991px) {
  .site-header nav .menu-primary-container {
    display: block;
  }
}
.site-header nav .chd-main-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu {
    display: block;
  }
}
.site-header nav .chd-main-menu > li {
  padding: 0;
  margin: 0 0.1rem;
  display: inline-block;
  position: relative;
  z-index: 10000;
  transition: all 0.3s ease, opacity 0.3s ease;
}
@media (min-width: 991px) {
  .site-header nav .chd-main-menu > li.current_page_item > a {
    opacity: 0.7;
  }
}
.site-header nav .chd-main-menu > li.menu-item-has-children::after {
  display: none;
}
.site-header nav .chd-main-menu > li.search-button {
  display: none !important;
  background-image: url("../assets/icons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin-left: 20px;
}
.site-header nav .chd-main-menu > li.search-button:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu > li.search-button {
    display: none;
  }
}
.site-header nav .chd-main-menu > li.search-button a {
  font-size: 0;
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu > li {
    display: block;
    margin: 0;
    padding: 16px 0;
    text-align: left;
    position: relative;
  }
  .site-header nav .chd-main-menu > li.menu-item-has-children ul {
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    background: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
    top: 0;
    white-space: normal;
  }
}
.site-header nav .chd-main-menu > li.button {
  margin-right: 0;
}
.site-header nav .chd-main-menu > li.button::after {
  display: none;
}
.site-header nav .chd-main-menu > li.button a {
  margin-top: 0;
  font-size: 1.8rem;
  font-family: var(--body-font);
  font-weight: 700;
}
.site-header nav .chd-main-menu > li.button a::after {
  display: none;
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu > li.button a {
    font-size: 3rem;
    background-color: #182622;
    color: white;
  }
}
.single-case .site-header nav .chd-main-menu > li.button a, .single-issue .site-header nav .chd-main-menu > li.button a {
  background: #182622;
  color: white;
}
.site-header nav .chd-main-menu > li a {
  font-family: var(--body-font);
  font-weight: 500;
  color: #182622;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: var(--body-letter-spacing);
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu > li a {
    font-size: 3rem;
    color: #182622;
  }
}
.site-header nav .chd-main-menu > li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0;
  z-index: 10000000;
  min-width: 100%;
  left: 0;
  padding: 0;
  background: #fff7de;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.06);
  display: none;
  top: 100%;
  white-space: nowrap;
}
.site-header nav .chd-main-menu > li ul li {
  display: block;
  padding: 8px 12px;
  clear: both;
  list-style: none;
  width: 100%;
}
.site-header nav .chd-main-menu > li ul li:first-child {
  padding-top: 15px;
}
.site-header nav .chd-main-menu > li ul li.show-mobile {
  display: none;
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu > li ul li.show-mobile {
    display: block;
  }
}
.site-header nav .chd-main-menu > li ul li a {
  font-size: 1.7rem;
  line-height: 1;
}
@media (max-width: 991px) {
  .site-header nav .chd-main-menu > li ul li a {
    font-size: 2.8rem;
    line-height: 1.2;
    font-family: var(--body-font);
    font-weight: normal;
  }
}
@media (min-width: 991px) {
  .site-header nav .chd-main-menu > li:hover {
    opacity: 1;
  }
  .site-header nav .chd-main-menu > li:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 10000000;
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 991px) {
  .site-header nav .chd-main-menu > li:hover ul {
    display: none;
  }
}
@media (min-width: 991px) {
  .site-header nav .chd-main-menu > li:hover ul:hover li {
    opacity: 0.6;
  }
  .site-header nav .chd-main-menu > li:hover ul li:hover {
    opacity: 1;
  }
}

.height-fix {
  display: none;
}
.height-fix.fixed {
  display: block;
}

#mobile-menu {
  font-size: 1.8rem;
  padding: var(--btn-padding-default);
  border: none;
  background: #182622;
  border-radius: var(--btn-border-radius-default);
  position: relative;
  z-index: 1000;
  display: none;
  cursor: pointer;
}
#mobile-menu.active {
  z-index: 99999;
}
@media (max-width: 991px) {
  #mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#mobile-menu span#menu-text {
  display: inline-block;
  color: #fff7de;
  font-size: 1.8rem;
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
}
#mobile-menu .hamburger {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 14px;
  width: 24px;
  transition: all 0.2s ease-in-out;
}
#mobile-menu .hamburger .bar {
  width: 100%;
  height: 2px;
  background: #fff7de;
  transition: all 0.2s ease-in-out;
}
#mobile-menu.active .hamburger .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 4px);
}
#mobile-menu.active .hamburger .bar:nth-child(2) {
  opacity: 0;
}
#mobile-menu.active .hamburger .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -3px);
}

.search-container-mobile-search {
  display: none;
}
@media (max-width: 991px) {
  .search-container-mobile-search {
    display: block;
  }
  .search-container-mobile-search .margins-container {
    display: block;
    width: 100%;
  }
  .search-container-mobile-search .margins-container .close-button {
    display: none;
  }
  .search-container-mobile-search .margins-container .form-group input {
    background: none;
    font-family: var(--body-font);
    font-weight: normal;
    font-size: 1.8rem;
    padding: 10px 0;
    color: #182622;
    border-bottom: 3px solid #182622;
  }
  .search-container-mobile-search .margins-container .form-group input::placeholder {
    font-family: var(--body-font);
    font-weight: normal;
    font-size: 1.8rem;
  }
  .search-container-mobile-search .margins-container .form-group button {
    margin-top: 8px;
  }
}

.search-button {
  font-size: 0;
  background: none;
  border: none;
  background-image: url("../assets/icons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 24px;
  width: 24px;
  margin-left: 20px;
}
.search-button:hover {
  background-color: transparent;
}
@media (max-width: 991px) {
  .search-button {
    height: 30px;
    width: 30px;
    filter: invert(1);
    margin-top: 20px;
    margin-left: 0;
  }
}
.search-button a {
  font-size: 0;
}

@media (max-width: 991px) {
  .search-container-header {
    padding: 40px 0 20px 0;
    margin: 0;
  }
  .search-container-header .search-form {
    grid-template-columns: 1fr 50px 50px;
    gap: 20px;
  }
  .search-container-header .close-button {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }
}
.search-container-header .close-button {
  background: none;
}

@keyframes slide-down {
  from {
    transform: translateY(-100px);
  }
  to {
    transform: translateY(0);
  }
}
/* main: global.scss */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  justify-content: center;
  align-items: center;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
.modal-overlay.filters {
  z-index: 999999;
}
.modal-container {
  position: relative;
  z-index: 1001;
  max-width: 90%;
  max-height: 90vh;
}
.modal-content {
  position: relative;
  max-height: 90vh;
}
.modal-title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}
.modal-close {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 10002;
  padding: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
  transition: color 0.2s;
}
.modal-close:hover {
  color: #e6e6e6;
}

.close-icon {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-top: -10px;
}
.close-icon::before, .close-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: currentColor;
  top: 50%;
  left: 0;
}
.close-icon::before {
  transform: rotate(45deg);
}
.close-icon::after {
  transform: rotate(-45deg);
}

.default-modal .modal-container {
  width: min(680px, 90%);
}
.default-modal .modal-content {
  position: static;
  background: white;
  border-radius: var(--border-radius);
  padding: 60px;
  overflow-y: auto;
  max-height: 80vh;
}
@media (max-width: 768px) {
  .default-modal .modal-content {
    padding: 30px;
  }
}
.default-modal .modal-content .modal-title {
  margin-top: 0;
  padding-right: 40px;
}
.default-modal .modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #182622;
}
.default-modal .modal-close:hover, .default-modal .modal-close:focus {
  color: #182622;
  opacity: 0.7;
}

.gallery-modal .modal-container {
  max-width: 95%;
  max-height: 95vh;
}

.gallery-container {
  position: relative;
  padding: 0 60px;
}
.gallery-main {
  position: relative;
  margin-bottom: 1rem;
}
.gallery-item {
  display: none;
  text-align: center;
}
.gallery-item.active {
  display: block;
}
.gallery-item img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}
.gallery-caption {
  margin-top: 16px;
  padding: 0;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  letter-spacing: var(--body-letter-spacing);
  color: #fff7de;
}
.gallery-controls {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  z-index: 10001;
  transform: translateY(-50%);
}
.gallery-prev, .gallery-next {
  pointer-events: auto;
  background: #e9d8aa;
  border: none;
  border-radius: 100%;
  color: #182622;
  width: 48px;
  height: 48px;
  font-size: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10002;
}
.gallery-prev:hover, .gallery-prev:focus, .gallery-next:hover, .gallery-next:focus {
  background: #e1c98a;
}
.gallery-prev::before, .gallery-next::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  -webkit-mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
  mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
}
.gallery-prev {
  margin-left: 24px;
}
.gallery-prev::before {
  transform: rotate(180deg);
}
.gallery-next {
  margin-right: 24px;
}

.image-grid-item {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.image-grid-item:hover {
  opacity: 0.9;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .modal-container {
    max-width: 95%;
  }
  .gallery-controls {
    flex-direction: column;
    gap: 0.5rem;
  }
  .gallery-prev,
  .gallery-next {
    width: 100%;
  }
}
.default-modal .modal-close {
  background: none;
}
.default-modal .modal-close:hover, .default-modal .modal-close:focus {
  background: none;
}

.modal .modal-title:focus,
.modal .modal-content:focus,
.modal .modal-container:focus {
  outline: none;
}

.map-modal .modal-content {
  background: #fff7de;
}

/* main: global.scss */
:root {
  --topColor: #182622;
  --btnStyle: border;
}

.top-section {
  padding: var(--top-padding);
  background-size: cover;
  background-color: #fff7de;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.top-section.long-title > .margins-container .group h1 {
  font-size: 5.2rem;
}
@media (max-width: 768px) {
  .top-section.long-title > .margins-container .group h1 {
    font-size: 4.2rem;
  }
}
.top-section + .chd-flex-block {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top-section + .chd-flex-block {
    margin-top: 60px;
  }
}
.top-section > .margins-container {
  text-align: center;
}
.top-section > .margins-container:has(img) {
  display: grid;
  grid-template-columns: var(--grid-cols);
  gap: var(--grid-gap);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  text-align: left;
}
@media (max-width: 991px) {
  .top-section > .margins-container:has(img) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .top-section > .margins-container:has(img) .group {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .top-section > .margins-container:has(img) .top-bg-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.top-section > .margins-container:has(img) .group {
  max-width: unset;
  margin: 0;
}
.top-section > .margins-container .group {
  max-width: 883px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.top-section > .margins-container .group .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-section > .margins-container .group .date {
  color: var(--topColor);
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
}
.top-section > .margins-container .group h1 {
  color: var(--topColor);
  font-size: 7.2rem;
  display: block;
  line-height: 1.1;
  margin: 0;
  text-wrap: pretty;
}
.sidebar-active .top-section > .margins-container .group h1 {
  font-size: 6.2rem;
}
@media (max-width: 768px) {
  .top-section > .margins-container .group h1 {
    font-size: 5.2rem;
  }
}
.top-section > .margins-container .group .strapline {
  margin: 20px 0 0 0;
  display: block;
  color: var(--topColor);
}
.top-section > .margins-container .group .strapline * {
  font-size: 2.4rem;
  line-height: 1.16;
  margin: 0;
}
.top-section > .margins-container .group .strapline p + p {
  margin-top: 10px;
}
.top-section > .margins-container .group .btn-container .button:nth-child(1), .top-section > .margins-container .group .btn-container .site-header nav .chd-main-menu > li.button a:nth-child(1), .site-header nav .chd-main-menu > li.button .top-section > .margins-container .group .btn-container a:nth-child(1) {
  background: #182622;
  color: #fff7de;
  margin-top: 30px;
}
.top-section > .margins-container .group .btn-container .button:nth-child(1):hover, .top-section > .margins-container .group .btn-container .site-header nav .chd-main-menu > li.button a:nth-child(1):hover, .site-header nav .chd-main-menu > li.button .top-section > .margins-container .group .btn-container a:nth-child(1):hover {
  background: #2c453e;
}
.top-section > .margins-container .top-bg-img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--border-radius);
  width: 100%;
  min-height: 280px;
  max-height: 480px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .top-section > .margins-container .top-bg-img {
    min-height: unset;
    max-height: unset;
    aspect-ratio: 16/9;
  }
}
.breadcrumbs-container:has(a) {
  padding: 12px 0;
  background: #fff5d4;
  position: relative;
  text-align: left;
  z-index: 10;
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .breadcrumbs-container .breadcrumbs .desktop-breadcrumbs {
    display: none;
  }
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs li {
  display: inline-block;
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs li a {
  font-size: 1.4rem;
  color: #182622;
  text-decoration: none;
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs li a .breadcrumb-title {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs li span {
  font-size: 1.4rem;
  color: #182622;
  text-decoration: none;
  opacity: 0.8;
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs li span.breadcrumb-title {
  max-width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs-container .breadcrumbs .desktop-breadcrumbs li + li::before {
  content: ">";
  margin: 0 5px;
  color: #182622;
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: middle;
}
.breadcrumbs-container .breadcrumbs .mobile-breadcrumbs {
  display: none;
}
@media (max-width: 768px) {
  .breadcrumbs-container .breadcrumbs .mobile-breadcrumbs {
    display: block;
  }
}
.breadcrumbs-container .breadcrumbs .mobile-breadcrumbs .back-link {
  display: flex;
  align-items: center;
  color: #182622;
  text-decoration: none;
  font-size: 1.6rem;
  gap: 8px;
}
.breadcrumbs-container .breadcrumbs .mobile-breadcrumbs .back-link svg {
  width: 24px;
  height: 24px;
}
.breadcrumbs-container .breadcrumbs .mobile-breadcrumbs .back-link .breadcrumb-title {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs-container .breadcrumbs .mobile-breadcrumbs .back-link:hover {
  text-decoration: underline;
}

.anchor-bar {
  background: #182622;
  padding: 16px 0 6px 0;
  display: block;
  width: 100%;
  z-index: 9999;
  position: sticky;
  top: var(--site-header-height, 0px);
}
.anchor-bar .margins-container ul {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-bottom: 10px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: auto hidden;
}
.anchor-bar .margins-container ul li {
  display: inline-block;
}
.anchor-bar .margins-container ul li a {
  color: white;
  font-size: 1.8rem;
  font-family: var(--body-font);
  font-weight: normal;
  text-decoration: none;
}
.anchor-bar .margins-container ul li a:hover {
  text-decoration: underline;
}
.anchor-bar .margins-container ul li + li {
  margin-left: 20px;
}

.error-404 {
  margin-top: 48px;
}
.error-404 .split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  min-height: 60vh;
}
.error-404 .split-grid .left {
  padding: 64px;
  background: #fc7338;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .error-404 .split-grid .left {
    padding: 32px;
  }
}
.error-404 .split-grid .left .group {
  position: relative;
  z-index: 10;
}
.error-404 .split-grid .left h1 {
  font-size: 16rem;
  margin: 0;
  line-height: 1;
}
.error-404 .split-grid .left .main-text {
  font-size: 4rem;
  margin: 32px 0 0 0;
  line-height: 1.1;
}
.error-404 .split-grid .right {
  padding: 0 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .error-404 .split-grid .right {
    padding: 32px;
  }
}
.error-404 .split-grid .right h2 {
  margin: 0;
  font-size: 3.2rem;
}
.error-404 .split-grid .right ul {
  margin: 20px 0 30px 0;
  padding: 0;
}
.error-404 .split-grid .right ul li a {
  font-size: 2.8rem;
}
.error-404 .split-grid .right .search-box {
  display: block;
  padding: 0;
  background: none;
  margin: 32px 0 0 0;
}
.error-404 .split-grid .right .search-box .margins-container {
  width: 100%;
}
.error-404 .split-grid .right .search-box .margins-container .search-form {
  display: block;
}
.error-404 .split-grid .right .search-box .margins-container h2 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.error-404 .split-grid .right .search-box .margins-container .close-button {
  display: none;
}
.error-404 .split-grid .right .search-box .margins-container input {
  width: 100%;
  font-size: 1.7rem;
  border-bottom: 2px solid #182622;
}
.error-404 .split-grid .right .search-box .margins-container input::-webkit-input-placeholder {
  font-size: 1.7rem;
  color: #182622;
  font-family: var(--body-font);
  font-weight: normal;
}
.error-404 .split-grid .right .search-box .margins-container input:-ms-input-placeholder {
  font-size: 1.7rem;
  color: #182622;
  font-family: var(--body-font);
  font-weight: normal;
}
.error-404 .split-grid .right .search-box .margins-container input::placeholder {
  font-size: 1.7rem;
  color: #182622;
  font-family: var(--body-font);
  font-weight: normal;
}
.error-404 .split-grid .right .search-box .margins-container button {
  width: 100%;
  padding: 8px 16px;
  margin-top: 16px;
}

.sidebar-active {
  width: calc(100% - 300px);
  margin-left: 300px;
}
@media (max-width: 991px) {
  .sidebar-active {
    width: 100%;
    margin-left: 0;
  }
}
.sidebar-active #main-sidebar {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(24, 38, 34, 0.6);
  padding: 30px;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 300px;
}
@media (max-width: 991px) {
  .sidebar-active #main-sidebar {
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateX(-80vw);
    transform: translateX(-80vw);
    padding-bottom: 100px;
  }
  .sidebar-active #main-sidebar.active {
    -webkit-transform: none;
    transform: none;
    visibility: visible;
    pointer-events: all;
  }
}
.sidebar-active #main-sidebar h2 {
  margin: 30px 0 0 0;
  font-size: 4rem;
}
.sidebar-active #main-sidebar ol {
  margin: 32px 0 0;
  padding-left: 20px;
  list-style: none;
  counter-reset: item;
}
.sidebar-active #main-sidebar ol > li {
  counter-increment: item;
}
.sidebar-active #main-sidebar ol > li::before {
  content: counters(item, ".");
  margin-left: -20px;
  font-size: 2.2rem;
  display: inline-block;
  font-family: var(--body-font);
  font-weight: 700;
}
.sidebar-active #main-sidebar ol li + li {
  margin-top: 30px;
}
.sidebar-active #main-sidebar ol li a {
  font-size: 2.2rem;
  font-family: var(--body-font);
  font-weight: 700;
  text-decoration: none;
}
.sidebar-active #main-sidebar ol li a:hover {
  text-decoration: underline;
}
.sidebar-active #main-sidebar ol li ol {
  margin-top: 8px;
  padding-left: 12px;
}
.sidebar-active #main-sidebar ol li ol li + li {
  margin-top: 6px;
}
.sidebar-active #main-sidebar ol li ol li::before {
  font-size: 1.8rem;
  font-family: var(--body-font);
  font-weight: normal;
}
.sidebar-active #main-sidebar ol li ol li a {
  font-size: 1.8rem;
  font-family: var(--body-font);
  font-weight: normal;
}

#show-sidebar {
  position: fixed;
  bottom: 30px;
  background-image: url("../assets/icons/contents.svg");
  background-position: 10px center;
  background-size: 22px;
  background-repeat: no-repeat;
  left: 30px;
  z-index: 1000000;
  font-size: 1.8rem;
  border: 2px solid #182622;
  padding: 6px 10px 6px 36px;
  display: none;
}
#show-sidebar.active {
  background-image: url("../assets/icons/close.svg");
  background-size: 16px;
}
@media (max-width: 991px) {
  #show-sidebar {
    display: block;
  }
}

.simple-page-layout {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .simple-page-layout {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .simple-page-layout {
    margin-top: 30px;
  }
}

.top-section.front-hero {
  background-color: #fff7de;
  background-image: url("../assets/backgrounds/OKC-BG-2-Paper-5.jpg");
  background-image: image-set(url("../assets/backgrounds/OKC-BG-2-Paper-5.avif") type("image/avif"), url("../assets/backgrounds/OKC-BG-2-Paper-5.jpg") type("image/jpeg"));
}
.top-section.front-hero > .margins-container .group h1 {
  font-size: var(--h1-display);
  line-height: var(--h1-display-line-height);
  letter-spacing: var(--h1-display-letter-spacing);
  max-width: 5em;
}
@media (max-width: 768px) {
  .top-section.front-hero > .margins-container .group h1 {
    font-size: var(--h1-display);
  }
}
.top-section.front-hero > .margins-container .group .btn-container .button:nth-child(1), .top-section.front-hero > .margins-container .group .btn-container .site-header nav .chd-main-menu > li.button a:nth-child(1), .site-header nav .chd-main-menu > li.button .top-section.front-hero > .margins-container .group .btn-container a:nth-child(1) {
  background: #fc7338;
  color: #182622;
}
.top-section.front-hero > .margins-container .group .strapline {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-large);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
  margin-top: 40px;
  max-width: 18.1em;
}
.top-section.front-hero > .margins-container .group .strapline * {
  font-size: var(--body-large);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
  margin: 0;
}
.top-section.front-hero > .margins-container {
  display: grid;
  grid-template-columns: minmax(0, 640px) minmax(0, 1fr);
  gap: var(--grid-gap);
  text-align: left;
  align-items: center;
  max-width: var(--container-wide);
  width: 94%;
  padding-left: calc((var(--container-wide) - var(--container-default)) / 2);
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .top-section.front-hero > .margins-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    padding-left: 0;
    text-align: center;
  }
  .top-section.front-hero > .margins-container .hero-collage {
    order: -1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    justify-self: unset;
  }
  .top-section.front-hero > .margins-container .group h1 {
    margin-inline: auto;
  }
  .top-section.front-hero > .margins-container .group .strapline {
    margin-inline: auto;
  }
  .top-section.front-hero > .margins-container .group .btn-container {
    justify-content: center;
  }
}
.top-section.front-hero h1 .title-highlight {
  position: relative;
}
.top-section.front-hero h1 .title-highlight::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.246em;
  bottom: -0.098em;
  left: -0.1em;
  right: -0.1em;
  background: #fc7338;
}
.top-section.front-hero .btn-container {
  margin-top: 40px;
}
.top-section.front-hero .hero-collage {
  position: relative;
  width: 100%;
  max-width: 800px;
  justify-self: end;
  aspect-ratio: 800/580;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-section.front-hero .hero-collage li {
  position: absolute;
}
.top-section.front-hero .hero-collage li .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.top-section.front-hero .hero-collage .slot-1 {
  left: 23.3%;
  top: 0;
  width: 30%;
  height: 48.2%;
}
.top-section.front-hero .hero-collage .slot-2 {
  left: 62.2%;
  top: 3.3%;
  width: 25.6%;
  height: 36.6%;
}
.top-section.front-hero .hero-collage .slot-3 {
  left: 0;
  top: 55.8%;
  width: 25%;
  height: 44.2%;
}
.top-section.front-hero .hero-collage .slot-4 {
  left: 30.2%;
  top: 58.7%;
  width: 39.6%;
  height: 30.9%;
}
.top-section.front-hero .hero-collage .slot-5 {
  left: 74.7%;
  top: 51.8%;
  width: 25.3%;
  height: 30.4%;
}
@media (max-width: 991px) {
  .top-section.front-hero > .margins-container .group h1 {
    max-width: none;
  }
}

.top-section:not(.front-hero) > .margins-container .group h1 {
  font-size: var(--h1);
  line-height: var(--h1-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.top-section:not(.front-hero).plain-title > .margins-container .group h1 {
  font-size: 6rem;
  line-height: 0.867;
}

.top-section .page-label {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 6px 12px 5px;
  font-size: var(--label-page);
  text-transform: uppercase;
  background: #fc7338;
  color: #182622;
  border-radius: var(--tag-radius);
  margin-bottom: 16px;
}

.top-section:not(.front-hero) .btn-container .button, .top-section:not(.front-hero) .btn-container .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .top-section:not(.front-hero) .btn-container a {
  background: #182622;
  color: #fff7de;
  font-size: 3.2rem;
  padding: 17px 47px;
}
.top-section:not(.front-hero) .btn-container .button:hover, .top-section:not(.front-hero) .btn-container .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .top-section:not(.front-hero) .btn-container a:hover {
  background: #2c453e;
}

.single-story {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .single-story {
    padding-bottom: 60px;
  }
}
.single-story .back-link {
  font-family: var(--body-font);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #e9d8aa;
  color: #182622;
  font-size: 1.6rem;
  letter-spacing: var(--body-letter-spacing);
  text-decoration: none;
  border-radius: var(--btn-border-radius-default);
}
.single-story .back-link:hover, .single-story .back-link:focus {
  background: #e1c98a;
}
.single-story .story-grid {
  display: grid;
  grid-template-columns: minmax(0, 740px) minmax(0, 601px);
  justify-content: space-between;
  column-gap: 60px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .single-story .story-grid {
    display: block;
  }
}
.single-story .story-grid .text-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 733px;
  padding-top: 69px;
}
@media (max-width: 991px) {
  .single-story .story-grid .text-side {
    padding-top: 0;
  }
}
.single-story .story-grid .date {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.single-story .story-grid h1 {
  margin: 0;
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.single-story .story-grid .story-photo {
  width: 100%;
  aspect-ratio: 601/435;
  object-fit: cover;
  border-radius: var(--btn-border-radius-default);
}
@media (max-width: 1200px) {
  .single-story .story-grid .story-photo {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .single-story .story-grid .story-photo {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-story .story-main .text-side {
  margin-bottom: 66px;
}
.single-story .story-side {
  position: sticky;
  top: calc(var(--site-header-height, 0px) + 40px);
  align-self: start;
}
.single-story .story-side .story-tags {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .single-story .story-side {
    position: static;
    margin-top: 40px;
  }
}
.single-story .story-intro {
  font-size: 2.8rem;
  line-height: 1.14;
  letter-spacing: var(--body-letter-spacing);
  max-width: 565px;
  margin: 0 0 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #182622;
}
.single-story .story-content .chd-flex-block {
  margin: 0 0 40px;
}
.single-story .story-content .chd-flex-block:last-child {
  margin-bottom: 0;
}
.single-story .story-content .chd-flex-block .margins-container {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.single-story .story-content .chd-flex-block.has-bg-color {
  padding: 24px;
  border-radius: var(--border-radius);
}
.single-story .story-tags .tags-label {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 12px;
  line-height: 1.2;
}
.single-story .story-tags .tags-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.single-story .story-tags .tags-list li {
  margin: 0;
}
.single-story .story-tags .tag {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px 5px;
  font-size: var(--label-card);
  text-transform: uppercase;
  color: #182622;
  border-radius: var(--tag-radius);
  text-decoration: none;
}
.single-story .story-tags .tag:hover, .single-story .story-tags .tag:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.single-story .story-tags .tag.tag-region {
  background: #fc7338;
}
.single-story .story-tags .tag.tag-light-pink {
  background: #f1a3cb;
}
.single-story .story-tags .tag.tag-light-yellow {
  background: #ffe14d;
}
.single-story .story-tags .tag.tag-light-blue {
  background: #7adfc6;
}
.single-story .story-tags .tag.tag-paper {
  background: #e9d8aa;
}

.single-article {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .single-article {
    padding-bottom: 60px;
  }
}
.single-article .article-top {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 64px;
}
.single-article .article-top h1 {
  margin: 24px 0 0;
  font-size: 7.2rem;
  line-height: 0.84;
  letter-spacing: var(--heading-letter-spacing);
}
@media (max-width: 768px) {
  .single-article .article-top h1 {
    font-size: 6rem;
  }
}
.single-article .article-body {
  max-width: 740px;
  margin: 0 auto;
}
.single-article .article-body figure,
.single-article .article-body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}
.single-article .chd-flex-block-simple_wysiwyg_editor .margins-container {
  max-width: 740px;
  padding: 0;
}
.single-article .chd-flex-block-simple_wysiwyg_editor .margins-container figure,
.single-article .chd-flex-block-simple_wysiwyg_editor .margins-container img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.chd-flex-block-people_block .people-grid.names-only .person .rest .name {
  font-size: 2.4rem;
}

.single-article .campaign-stories {
  max-width: var(--container-wide);
  margin: 80px auto 0;
}
.single-article .campaign-stories > h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: 48px;
}

.forminator-ui.forminator-custom-form {
  max-width: 740px;
  padding: 0;
  background: none;
  border-radius: 0;
}
.forminator-ui.forminator-custom-form .forminator-row {
  margin-bottom: 28px;
}
.forminator-ui.forminator-custom-form .forminator-field {
  margin-bottom: 0;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-label {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: var(--body-letter-spacing);
  color: #182622;
  margin-bottom: 10px;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-label .forminator-required {
  color: #fc7338;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-input,
.forminator-ui.forminator-custom-form .forminator-field .forminator-textarea,
.forminator-ui.forminator-custom-form .forminator-field .forminator-select--field {
  font-size: 1.8rem;
  letter-spacing: var(--body-letter-spacing);
  color: #182622;
  background: white;
  border: 1px solid #182622;
  border-radius: var(--btn-border-radius-default);
  padding: 14px 16px;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-input::placeholder,
.forminator-ui.forminator-custom-form .forminator-field .forminator-textarea::placeholder,
.forminator-ui.forminator-custom-form .forminator-field .forminator-select--field::placeholder {
  color: rgba(24, 38, 34, 0.55);
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-input:focus,
.forminator-ui.forminator-custom-form .forminator-field .forminator-textarea:focus,
.forminator-ui.forminator-custom-form .forminator-field .forminator-select--field:focus {
  outline: 2px solid #fc7338;
  outline-offset: 2px;
  border-color: #182622;
  box-shadow: none;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-select--field {
  padding-right: 48px;
}
.forminator-ui.forminator-custom-form .forminator-field .forminator-textarea {
  min-height: 180px;
}
.forminator-ui.forminator-custom-form .forminator-field.forminator-has_error .forminator-error-message {
  font-size: 1.6rem;
  color: #fc7338;
}
.forminator-ui.forminator-custom-form .forminator-button-submit {
  background-color: #fc7338;
  color: #182622;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: auto;
  padding: var(--btn-padding-default);
  font-size: var(--btn-font-size-default);
}
.forminator-ui.forminator-custom-form .forminator-button-submit:hover {
  background-color: #fc611f;
}
.forminator-ui.forminator-custom-form .forminator-button-submit:hover {
  background-color: #fc611f;
}
.forminator-ui.forminator-custom-form .forminator-button-submit:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.forminator-ui.forminator-custom-form .forminator-response-message.forminator-success {
  background: #39ab65;
  border: none;
  color: #182622;
  font-size: 1.8rem;
  border-radius: var(--btn-border-radius-default);
}

.found-results-bar {
  margin: 30px 0;
}
.found-results-bar span {
  font-size: 1.8rem;
}

.archive-container {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .archive-container {
    margin-top: 30px;
  }
}
.archive-container .margins-container:has(.chd-filter-bar.layout-sidebar) {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-gap: 60px;
  align-items: flex-start;
}
.archive-container .margins-container:has(.chd-filter-bar.layout-sidebar) .chd-filter-bar {
  position: sticky;
  top: calc(var(--site-header-height, 0px) + 20px);
}
.archive-container .margins-container:has(.chd-filter-bar.layout-sidebar) .chd-filter-bar form {
  padding: 0;
  background: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  .archive-container .margins-container:has(.chd-filter-bar.layout-sidebar) {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.archive-container .margins-container:has(.chd-filter-bar.layout-full) .chd-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  align-items: flex-start;
  padding: 8px 16px;
  padding: 0;
  background: none;
}
.archive-container .margins-container:has(.chd-filter-bar.layout-full) .chd-form label {
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.archive-container .margins-container:has(.chd-filter-bar.layout-full) .chd-form .field-group + .field-group {
  margin: 0;
}
.archive-container .margins-container:has(.chd-filter-bar.layout-full) .chd-form .field-group.btn-group {
  align-self: center;
  justify-self: end;
}
.archive-container .margins-container .chd-form .close-filters {
  background: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  top: 20px;
  right: 20px;
}
.archive-container .margins-container .chd-form .close-filters img {
  width: 100%;
}

.filter-toggle-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  background: rgba(24, 38, 34, 0.6);
  color: #182622;
}
.filter-toggle-button:hover {
  background: rgba(14, 22, 20, 0.6);
}
.filter-toggle-button img {
  height: 20px;
}

.chd-filter-bar.layout-slideout {
  position: fixed;
  top: 0;
  left: -100vw;
  transition: left 0.3s ease;
  width: 80vw;
  max-width: 340px;
  height: 100vh;
  background: white;
  border-right: 1px solid #e9d8aa;
  z-index: 99999999;
  overflow-y: auto;
}
.chd-filter-bar.layout-slideout.active {
  left: 0;
}
.chd-filter-bar.layout-slideout > h2 {
  display: none;
}

.pagination {
  display: block;
  margin: 80px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .pagination {
    margin: 50px 0;
  }
}
.pagination * {
  font-size: 3.2rem;
  margin: 0 16px;
}
@media (max-width: 768px) {
  .pagination * {
    font-size: 2.6rem;
    margin: 10px;
  }
  .pagination *:first-of-type {
    margin-left: 0;
  }
  .pagination *:last-of-type {
    margin-right: 0;
  }
}
.pagination ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40px, max-content));
  flex-wrap: wrap;
  list-style-type: none;
  justify-content: center;
  gap: 10px;
}
.pagination ul li {
  flex: 1 1 40px;
}
.pagination a {
  font-family: var(--body-font);
  font-weight: 700;
  color: #fc7338;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 4rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .archive-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media (max-width: 768px) {
  .archive-grid {
    gap: 3rem;
  }
}
@media (max-width: 480px) {
  .archive-grid {
    gap: 2rem;
  }
}
.archive-grid .featured {
  grid-column: 1/-1;
}
.archive-grid li:not(.featured):only-child {
  max-width: 340px;
}

.no-results-container p a {
  font-family: var(--body-font);
  font-weight: 700;
  color: #fc7338;
}

/* main: global.scss */
.chd-form {
  background: white;
  border-radius: var(--border-radius);
  padding: 48px;
}
.chd-form label {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 8px;
  display: block;
  color: #182622;
}
.chd-form input {
  width: 100%;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(24, 38, 34, 0.6);
  border-radius: var(--border-radius-sm);
  background: white;
  font-family: var(--body-font);
  font-weight: normal;
  transition: all 0.3s ease;
}
.chd-form textarea {
  width: 100%;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(24, 38, 34, 0.6);
  border-radius: var(--border-radius-sm);
  background: white;
  font-family: var(--body-font);
  font-weight: normal;
  transition: all 0.3s ease;
  min-height: 120px;
  resize: vertical;
  line-height: 1.375;
  padding: 16px;
}
.chd-form select,
.chd-form .select2-selection {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  border-color: rgba(24, 38, 34, 0.6);
  cursor: pointer;
  padding-right: 0;
}
.chd-form button {
  background-color: #fc7338;
  color: #182622;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 16px;
}
.chd-form button:hover {
  background-color: #fc611f;
}
.chd-form .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.chd-form .radio-group input[type=checkbox],
.chd-form .radio-group input[type=radio] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  z-index: 10000;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
.chd-form .radio-group label {
  position: relative;
  padding-left: 2.1rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #182622;
  margin: 0;
}
.chd-form .radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid rgba(24, 38, 34, 0.6);
  border-radius: 4px;
  background: white;
  transition: all 0.2s ease;
}
.chd-form .radio-group input[type=checkbox]:checked + label::before,
.chd-form .radio-group input[type=radio]:checked + label::before {
  background: #fc7338;
  border-color: #fc7338;
}
.chd-form .radio-group label::before {
  border-radius: 50%;
}
.chd-form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.chd-form .checkbox-group input[type=checkbox],
.chd-form .checkbox-group input[type=radio] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  z-index: 10000;
  margin: -1px;
  width: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}
.chd-form .checkbox-group label {
  position: relative;
  padding-left: 2.1rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #182622;
  margin: 0;
}
.chd-form .checkbox-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid rgba(24, 38, 34, 0.6);
  border-radius: 4px;
  background: white;
  transition: all 0.2s ease;
}
.chd-form .checkbox-group input[type=checkbox]:checked + label::before,
.chd-form .checkbox-group input[type=radio]:checked + label::before {
  background: #fc7338;
  border-color: #fc7338;
}
.chd-form .field-group + .field-group {
  margin-top: 16px;
}
.chd-form fieldset {
  -webkit-appearance: none;
  border-radius: var(--border-radius-sm);
  border-color: rgba(24, 38, 34, 0.6);
  border-width: 1px;
  padding-bottom: 10px;
  padding-top: 0;
  border-style: solid;
}
.chd-form fieldset legend {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 8px;
  display: block;
  color: #182622;
}
.chd-form .btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.chd-form .btn-group .button, .chd-form .btn-group .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-form .btn-group a {
  margin: 0;
}
.chd-form .btn-group .reset-filters {
  font-family: var(--body-font);
  font-weight: normal;
  font-size: 1.4rem;
  color: #182622;
  text-decoration: underline;
}

.forminator-ui {
  background: white;
  border-radius: var(--border-radius);
  padding: 48px;
}
.forminator-ui p:empty {
  display: none;
}
.forminator-ui p:has(input[type=hidden]:only-child) {
  margin: 0;
}
.forminator-ui .forminator-row {
  margin-bottom: 16px;
}
.forminator-ui .forminator-row:empty {
  margin: 0 !important;
}
.forminator-ui .forminator-row:last-child {
  margin-bottom: 0;
}
.forminator-ui .forminator-field {
  position: relative;
  margin-bottom: 16px;
}
.forminator-ui .forminator-field .forminator-label {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 8px;
  display: block;
  color: #182622;
}
.forminator-ui .forminator-field .forminator-label .forminator-required {
  color: #fc7338;
  margin-left: 4px;
}
.forminator-ui .forminator-field .forminator-input {
  width: 100%;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(24, 38, 34, 0.6);
  border-radius: var(--border-radius-sm);
  background: white;
  font-family: var(--body-font);
  font-weight: normal;
  transition: all 0.3s ease;
}
.forminator-ui .forminator-field .forminator-textarea {
  width: 100%;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(24, 38, 34, 0.6);
  border-radius: var(--border-radius-sm);
  background: white;
  font-family: var(--body-font);
  font-weight: normal;
  transition: all 0.3s ease;
  min-height: 120px;
  resize: vertical;
  line-height: 1.375;
  padding: 16px;
}
.forminator-ui .forminator-field .forminator-textarea:focus {
  border-color: #fc7338;
  outline: none;
  box-shadow: 0 0 0 2px rgba(252, 115, 56, 0.1);
}
.forminator-ui .forminator-field .forminator-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  border-color: rgba(24, 38, 34, 0.6);
  cursor: pointer;
}
.forminator-ui .forminator-field .forminator-select--field {
  width: 100%;
  padding: 8px 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(24, 38, 34, 0.6);
  border-radius: var(--border-radius-sm);
  background: white;
  font-family: var(--body-font);
  font-weight: normal;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  border-color: rgba(24, 38, 34, 0.6);
  cursor: pointer;
}
.forminator-ui .forminator-field .forminator-checkbox,
.forminator-ui .forminator-field .forminator-radio {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.forminator-ui .forminator-field .forminator-checkbox input[type=checkbox],
.forminator-ui .forminator-field .forminator-checkbox input[type=radio],
.forminator-ui .forminator-field .forminator-radio input[type=checkbox],
.forminator-ui .forminator-field .forminator-radio input[type=radio] {
  margin-top: 4px;
  margin-right: 12px;
}
.forminator-ui .forminator-field .forminator-checkbox .forminator-checkbox-label,
.forminator-ui .forminator-field .forminator-checkbox .forminator-radio-label,
.forminator-ui .forminator-field .forminator-radio .forminator-checkbox-label,
.forminator-ui .forminator-field .forminator-radio .forminator-radio-label {
  font-family: var(--body-font);
  font-weight: normal;
  font-size: 1.6rem;
  color: #182622;
}
.forminator-ui .forminator-field.forminator-has_error .forminator-input,
.forminator-ui .forminator-field.forminator-has_error .forminator-textarea,
.forminator-ui .forminator-field.forminator-has_error .forminator-select {
  border-color: #fc7338;
}
.forminator-ui .forminator-field.forminator-has_error .forminator-error-message {
  color: #fc7338;
  font-size: 1.4rem;
  margin-top: 8px;
}
.forminator-ui .forminator-button-submit {
  background-color: #fc7338;
  color: #182622;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  font-size: 1.8rem;
  padding: 16px 24px;
}
.forminator-ui .forminator-button-submit:hover {
  background-color: #fc611f;
}
.forminator-ui .forminator-button-submit:hover {
  background: #fb5006;
}
.forminator-ui .forminator-button-submit:focus {
  outline: 2px solid #fc7338;
  outline-offset: 2px;
}
.forminator-ui .forminator-response-message {
  display: none;
  padding: 16px;
  border-radius: var(--border-radius);
  margin-bottom: 24px;
  font-size: 1.6rem;
}
.forminator-ui .forminator-response-message.forminator-success {
  display: block;
  background: white;
  color: #fb5006;
  border: 1px solid #ffefe8;
}
.forminator-ui .forminator-response-message.forminator-error {
  background: white;
  color: #fb5006;
  border: 1px solid #ffefe8;
}
.forminator-ui .forminator-upload .forminator-upload-message {
  font-size: 1.4rem;
  color: #182622;
  margin-bottom: 8px;
}
.forminator-ui .forminator-upload .forminator-upload-button {
  background-color: #fc7338;
  color: #182622;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 16px;
}
.forminator-ui .forminator-upload .forminator-upload-button:hover {
  background-color: #fc611f;
}
.forminator-ui .forminator-upload .forminator-uploaded-file {
  display: flex;
  align-items: center;
  padding: 12px;
  background: rgba(44, 69, 62, 0.6);
  border-radius: var(--border-radius);
  margin-bottom: 16px;
}
.forminator-ui .forminator-upload .forminator-uploaded-file .forminator-uploaded-file-name {
  font-family: var(--body-font);
  font-weight: normal;
  font-size: 1.4rem;
  color: #182622;
  margin-right: 12px;
}
.forminator-ui .forminator-upload .forminator-uploaded-file .forminator-uploaded-file-remove {
  color: #fc7338;
  text-decoration: underline;
  font-size: 1.4rem;
  cursor: pointer;
}
.forminator-ui .forminator-upload .forminator-uploaded-file .forminator-uploaded-file-remove:hover {
  color: #fb5006;
}
.forminator-ui .forminator-datepicker .forminator-input {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.forminator-ui .forminator-password .forminator-input {
  padding-right: 40px;
}
.forminator-ui .forminator-password .forminator-toggle-password {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #182622;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.forminator-ui .forminator-password .forminator-toggle-password:hover {
  opacity: 1;
}
.forminator-ui .forminator-number .forminator-input {
  -moz-appearance: textfield;
}
.forminator-ui .forminator-number .forminator-input::-webkit-outer-spin-button, .forminator-ui .forminator-number .forminator-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.forminator-ui .forminator-time .forminator-input {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.forminator-ui .forminator-phone .forminator-input {
  padding-left: 80px;
}
.forminator-ui .forminator-phone .forminator-phone-prefix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #182622;
  font-size: 1.6rem;
  font-family: var(--body-font);
  font-weight: normal;
}
.forminator-ui .forminator-address .forminator-row {
  margin-bottom: 16px;
}
.forminator-ui .forminator-name .forminator-row {
  margin-bottom: 16px;
}
.forminator-ui .forminator-calculation .forminator-calculation-field {
  background: rgba(44, 69, 62, 0.6);
  padding: 12px 16px;
  border-radius: var(--border-radius);
  font-size: 1.6rem;
  font-family: var(--body-font);
  font-weight: normal;
  color: #182622;
}
.forminator-ui .forminator-signature .forminator-signature-pad {
  border: 1px solid rgba(24, 38, 34, 0.6);
  border-radius: var(--border-radius);
  background: white;
}
.forminator-ui .forminator-signature .forminator-signature-clear {
  background-color: #fc7338;
  color: #182622;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 12px;
}
.forminator-ui .forminator-signature .forminator-signature-clear:hover {
  background-color: #fc611f;
}
.forminator-ui .forminator-slider .forminator-slider-value {
  font-size: 1.6rem;
  font-family: var(--body-font);
  font-weight: normal;
  color: #182622;
  margin-bottom: 8px;
}
.forminator-ui .forminator-slider .forminator-slider-track {
  height: 4px;
  background: rgba(24, 38, 34, 0.6);
  border-radius: 2px;
  position: relative;
}
.forminator-ui .forminator-slider .forminator-slider-handle {
  width: 20px;
  height: 20px;
  background: #fc7338;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.forminator-ui .forminator-slider .forminator-slider-handle:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.forminator-ui .forminator-hidden {
  display: none;
}
.forminator-ui .forminator-spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(252, 115, 56, 0.3);
  border-radius: 50%;
  border-top-color: #fc7338;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border: 1px solid var(--border-color, #ccc);
  border-radius: var(--border-radius);
  background: white;
  cursor: pointer;
  min-height: 48px;
}
.custom-select__header:hover {
  border-color: var(--color-primary);
}
.custom-select__header.is-open {
  border-color: var(--color-primary);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-select__selected {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.custom-select__selected-item {
  background: var(--light-grey);
  color: var(--dark);
  padding: 4px 8px;
  border-radius: var(--border-radius-sm);
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
}
.custom-select__selected-item button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
  font-size: 1.6rem;
  line-height: 1;
}
.custom-select__selected-item button:hover {
  opacity: 0.8;
  background: none;
}
.custom-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid var(--color-primary);
  border-top: none;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
}
.custom-select__dropdown.is-open {
  display: block;
}
.custom-select__search {
  padding: 8px;
  border-bottom: 1px solid var(--border-color);
}
.custom-select__search input {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--border-color);
  border-radius: 4px;
}
.custom-select__search input:focus {
  outline: none;
  border-color: var(--color-primary);
}
.custom-select__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-select__options li {
  padding: 8px 16px;
  cursor: pointer;
}
.custom-select__options li:hover {
  background: var(--color-primary-light);
}
.custom-select__options li.is-selected {
  color: var(--cta);
}
.custom-select__options li.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.custom-select__placeholder {
  color: var(--text-muted);
}
.custom-select__arrow {
  width: 12px;
  height: 12px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
.is-open .custom-select__arrow {
  transform: rotate(-135deg);
}

/* main: global.scss */
.chd-flex-block + .chd-flex-block {
  margin-top: var(--default-mod-spacing);
}
.chd-flex-block.has-bg-color {
  padding: 64px 0;
}
.chd-flex-block.has-bg-color .background-paper {
  background: #fff7de;
}
.chd-flex-block.has-bg-color .background-paper * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-paper .button, .chd-flex-block.has-bg-color .background-paper .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-paper a {
  background: #fc7338;
  color: #182622;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-paper .button:hover, .chd-flex-block.has-bg-color .background-paper .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-paper a:hover {
  background: #fb5006;
}
.chd-flex-block.has-bg-color .background-paper .text-link,
.chd-flex-block.has-bg-color .background-paper a {
  color: #c74913;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-paper .button:focus,
.chd-flex-block.has-bg-color .background-paper a:focus {
  outline: 2px solid #fc7338;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-light-blue {
  background: #7adfc6;
}
.chd-flex-block.has-bg-color .background-light-blue * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-light-blue .button, .chd-flex-block.has-bg-color .background-light-blue .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-blue a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-blue .button:hover, .chd-flex-block.has-bg-color .background-light-blue .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-blue a:hover {
  background: #2c453e;
}
.chd-flex-block.has-bg-color .background-light-blue .text-link,
.chd-flex-block.has-bg-color .background-light-blue a {
  color: #182622;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-blue .button:focus,
.chd-flex-block.has-bg-color .background-light-blue a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-light-green {
  background: #6fcb87;
}
.chd-flex-block.has-bg-color .background-light-green * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-light-green .button, .chd-flex-block.has-bg-color .background-light-green .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-green a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-green .button:hover, .chd-flex-block.has-bg-color .background-light-green .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-green a:hover {
  background: #2c453e;
}
.chd-flex-block.has-bg-color .background-light-green .text-link,
.chd-flex-block.has-bg-color .background-light-green a {
  color: #182622;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-green .button:focus,
.chd-flex-block.has-bg-color .background-light-green a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-light-yellow {
  background: #ffe14d;
}
.chd-flex-block.has-bg-color .background-light-yellow * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-light-yellow .button, .chd-flex-block.has-bg-color .background-light-yellow .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-yellow a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-yellow .button:hover, .chd-flex-block.has-bg-color .background-light-yellow .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-yellow a:hover {
  background: #2c453e;
}
.chd-flex-block.has-bg-color .background-light-yellow .text-link,
.chd-flex-block.has-bg-color .background-light-yellow a {
  color: #182622;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-yellow .button:focus,
.chd-flex-block.has-bg-color .background-light-yellow a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-light-pink {
  background: #f1a3cb;
}
.chd-flex-block.has-bg-color .background-light-pink * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-light-pink .button, .chd-flex-block.has-bg-color .background-light-pink .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-pink a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-pink .button:hover, .chd-flex-block.has-bg-color .background-light-pink .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-light-pink a:hover {
  background: #2c453e;
}
.chd-flex-block.has-bg-color .background-light-pink .text-link,
.chd-flex-block.has-bg-color .background-light-pink a {
  color: #182622;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-light-pink .button:focus,
.chd-flex-block.has-bg-color .background-light-pink a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-blue {
  background: #14b8af;
}
.chd-flex-block.has-bg-color .background-blue * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-blue .button, .chd-flex-block.has-bg-color .background-blue .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-blue a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-blue .button:hover, .chd-flex-block.has-bg-color .background-blue .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-blue a:hover {
  background: #2c453e;
}
.chd-flex-block.has-bg-color .background-blue .text-link,
.chd-flex-block.has-bg-color .background-blue a {
  color: #182622;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-blue .button:focus,
.chd-flex-block.has-bg-color .background-blue a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-cta {
  background: #fc7338;
}
.chd-flex-block.has-bg-color .background-cta * {
  color: #182622;
}
.chd-flex-block.has-bg-color .background-cta .button, .chd-flex-block.has-bg-color .background-cta .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-cta a {
  background: #182622;
  color: #fff7de;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-cta .button:hover, .chd-flex-block.has-bg-color .background-cta .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-cta a:hover {
  background: #2c453e;
}
.chd-flex-block.has-bg-color .background-cta .text-link,
.chd-flex-block.has-bg-color .background-cta a {
  color: #182622;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-cta .button:focus,
.chd-flex-block.has-bg-color .background-cta a:focus {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block.has-bg-color .background-dark {
  background: #182622;
}
.chd-flex-block.has-bg-color .background-dark * {
  color: #fff7de;
}
.chd-flex-block.has-bg-color .background-dark .button, .chd-flex-block.has-bg-color .background-dark .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-dark a {
  background: #fc7338;
  color: #182622;
  transition: background-color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-dark .button:hover, .chd-flex-block.has-bg-color .background-dark .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .chd-flex-block.has-bg-color .background-dark a:hover {
  background: #fb5006;
}
.chd-flex-block.has-bg-color .background-dark .text-link,
.chd-flex-block.has-bg-color .background-dark a {
  color: #fff7de;
  transition: color 0.3s ease;
}
.chd-flex-block.has-bg-color .background-dark .button:focus,
.chd-flex-block.has-bg-color .background-dark a:focus {
  outline: 2px solid #fc7338;
  outline-offset: 2px;
}
@media (max-width: 768px) {
  .chd-flex-block.has-bg-color {
    padding: 32px 0;
  }
  .chd-flex-block.has-bg-color .margins-container {
    position: relative;
  }
  .chd-flex-block.has-bg-color .margins-container .text-link {
    font-size: 1.7rem;
    margin-top: 32px;
  }
  .chd-flex-block.has-bg-color .top-row {
    padding-bottom: 10px;
    border-bottom: 1px solid #182622;
  }
}
.chd-flex-block.has-bg-color + .has-bg-color {
  margin-top: 0;
}
.chd-flex-block .top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid black;
  padding-bottom: 16px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .chd-flex-block .top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
}
.chd-flex-block .top-row a {
  font-size: 2rem;
  text-decoration: underline;
  color: #182622;
  margin: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .chd-flex-block .top-row a {
    font-size: 1.6rem;
  }
}

+ .chd-flex-block-simple_wysiwyg_editor.full_image {
  margin-top: 60px;
}

.chd-flex-block-full_image img {
  width: 100%;
  border-radius: var(--border-radius-md);
  display: block;
}

.chd-flex-block-text_and_image .margins-container .row .rest h2,
.chd-flex-block-text_and_image .margins-container .row .rest h3 {
  margin-top: 0;
}
.chd-flex-block-text_and_image .margins-container.alternate .row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.chd-flex-block-text_and_image .margins-container.alternate .row:nth-child(even) .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.chd-flex-block-text_and_image .margins-container.alternate .row:nth-child(even) .rest {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* main: ../global.scss */
.chd-flex-block-text_and_image .image-and-text-row .img {
  min-height: 0;
  max-height: none;
  aspect-ratio: 550/367;
  height: auto;
  max-width: 550px;
}
.chd-flex-block-text_and_image .image-and-text-row .rest h2,
.chd-flex-block-text_and_image .image-and-text-row .rest h3 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-text_and_image .image-and-text-row .rest .text p {
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

.chd-flex-block-banner:has(.background-image) {
  margin: 0;
  padding: 0;
}
.chd-flex-block-banner .align-center .group h2,
.chd-flex-block-banner .align-center .group h3 {
  max-width: 740px;
  margin: auto;
  margin-bottom: 24px;
}
.chd-flex-block-banner .align-center .group p {
  max-width: 600px;
  margin: auto;
}
.chd-flex-block-banner .align-center .group p:last-child {
  margin-bottom: 0;
}
.chd-flex-block-banner .button, .chd-flex-block-banner .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block-banner a {
  margin-top: 40px;
}
.chd-flex-block-banner .background-image {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .chd-flex-block-banner .background-image {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .chd-flex-block-banner .background-image {
    padding: 30px 0;
  }
}
.chd-flex-block-banner .background-image .group {
  position: relative;
  z-index: 2;
}
.chd-flex-block-banner .background-image .group h2,
.chd-flex-block-banner .background-image .group h3,
.chd-flex-block-banner .background-image .group p,
.chd-flex-block-banner .background-image .group p * {
  color: white;
}
.chd-flex-block-banner:has(img) .margins-container {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 1fr;
  grid-gap: 40px;
  text-align: left;
}
@media (max-width: 991px) {
  .chd-flex-block-banner:has(img) .margins-container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 991px) {
  .chd-flex-block-banner:has(img) .margins-container .group {
    order: 2;
  }
}
.chd-flex-block-banner:has(img) .margins-container img {
  aspect-ratio: auto;
  width: 100%;
  max-width: 459px;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius);
  justify-self: end;
  align-self: center;
}
@media (max-width: 991px) {
  .chd-flex-block-banner:has(img) .margins-container img {
    max-width: none;
    justify-self: stretch;
  }
}
@media (max-width: 991px) {
  .chd-flex-block-banner:has(img) .margins-container img {
    order: 1;
    justify-self: start;
  }
}

.chd-flex-block-banner h2 {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--heading-letter-spacing);
  max-width: 8.3em;
}
.chd-flex-block-banner .group p {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  letter-spacing: var(--body-letter-spacing);
  max-width: 20em;
}

.chd-flex-block-centered_standout_text .margins-container * {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 700;
  width: 90%;
  margin: 0 auto;
}

.chd-flex-block-blockquote .margins-container * {
  line-height: 1.4;
}
.chd-flex-block-blockquote .margins-container cite {
  margin-top: 25px;
}

.chd-flex-block-video h2,
.chd-flex-block-video h3 {
  font-size: 4rem;
  margin: 0 0 20px 0;
}
.chd-flex-block-video iframe {
  min-height: 550px;
  width: 100%;
}
@media (max-width: 768px) {
  .chd-flex-block-video iframe {
    min-height: auto;
  }
}

/* main: ../global.scss */
.chd-flex-block-people_block .margins-container > h2 + .people-grid {
  margin-top: 64px;
}
.chd-flex-block-people_block .people-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
  gap: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .chd-flex-block-people_block .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .chd-flex-block-people_block .people-grid {
    grid-template-columns: 1fr;
  }
}
.chd-flex-block-people_block .people-grid .person {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding-bottom: 24px;
  background: white;
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
}
.chd-flex-block-people_block .people-grid .person .profile-pic {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center top;
}
.chd-flex-block-people_block .people-grid .person .profile-pic.align-middle {
  object-position: center;
}
.chd-flex-block-people_block .people-grid .person .profile-pic.align-bottom {
  object-position: center bottom;
}
.chd-flex-block-people_block .people-grid .person.has-popup {
  cursor: pointer;
}
.chd-flex-block-people_block .people-grid .person.has-popup:hover .name, .chd-flex-block-people_block .people-grid .person.has-popup:focus-within .name {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.chd-flex-block-people_block .people-grid .person .rest {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.chd-flex-block-people_block .people-grid .person .rest .name {
  margin: 0;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
}
.chd-flex-block-people_block .people-grid .person .rest .role {
  display: block;
  margin-top: 16px;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-people_block .people-grid .person .rest .read-more {
  font-family: var(--body-font);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding: 20px 0 0;
  background: none;
  border: none;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #182622;
  cursor: pointer;
}
.chd-flex-block-people_block .people-grid .person .rest .read-more::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  -webkit-mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
  mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
}
.chd-flex-block-people_block .people-grid .person .rest .read-more:hover, .chd-flex-block-people_block .people-grid .person .rest .read-more:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.chd-flex-block-people_block .people-grid .person .rest p {
  margin: 10px 0;
  font-size: 1.8rem;
}
.chd-flex-block-people_block .people-grid .person .rest .social-icon-links {
  margin-top: 16px;
}
.chd-flex-block-people_block .people-grid .person .rest .social-icon-links li {
  width: 100%;
  margin: 0;
}
.chd-flex-block-people_block .people-grid .person .rest .social-icon-links li a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.chd-flex-block-people_block .people-grid.few {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.chd-flex-block-people_block .people-grid.few .person {
  width: calc((100% - 96px) / 3);
}
@media (max-width: 991px) {
  .chd-flex-block-people_block .people-grid.few .person {
    width: calc((100% - 48px) / 2);
  }
}
@media (max-width: 480px) {
  .chd-flex-block-people_block .people-grid.few .person {
    width: 100%;
  }
}
.chd-flex-block-people_block .people-grid.names-only .person .rest .name {
  font-size: 2.4rem;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .chd-flex-block-people_block .person.has-popup .profile-pic {
    transition: transform 300ms var(--ease-out-strong);
  }
  .chd-flex-block-people_block .person.has-popup:hover .profile-pic {
    transform: scale(1.02);
  }
}
.chd-flex-block-colored_box .margins-container.constrained.mega {
  max-width: var(--container-default);
}
.chd-flex-block-colored_box .box {
  border-radius: var(--border-radius-md);
  padding: 60px;
  display: grid;
  grid-template-columns: var(--grid-cols);
  gap: var(--grid-gap);
  align-items: end;
  padding: 45px 50px 50px;
}
@media (max-width: 991px) {
  .chd-flex-block-colored_box .box {
    padding: 40px;
  }
}
@media (max-width: 480px) {
  .chd-flex-block-colored_box .box {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .chd-flex-block-colored_box .box {
    display: block;
  }
}
.chd-flex-block-colored_box .box h2:first-of-type,
.chd-flex-block-colored_box .box h3:first-of-type {
  margin: 0;
  font-size: 7.2rem;
  line-height: 0.94;
  letter-spacing: var(--heading-letter-spacing);
  align-self: end;
}
@media (max-width: 991px) {
  .chd-flex-block-colored_box .box h2:first-of-type,
  .chd-flex-block-colored_box .box h3:first-of-type {
    margin-bottom: 32px;
  }
}
.chd-flex-block-colored_box .box .description p,
.chd-flex-block-colored_box .box .description li {
  font-size: var(--body-cards);
  line-height: var(--body-cards-line-height);
  letter-spacing: -0.01em;
}
.chd-flex-block-colored_box .box .description li {
  margin-bottom: 12px;
}
.chd-flex-block-colored_box .box.background-none {
  border: 3px solid #182622;
}
.chd-flex-block-colored_box .box .description {
  display: block;
}
.chd-flex-block-colored_box .box .button, .chd-flex-block-colored_box .box .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .chd-flex-block-colored_box .box a {
  margin-top: 20px;
  display: inline-block;
}

.chd-flex-block-accordion .margins-container > h2 {
  margin-bottom: 40px;
}
.chd-flex-block-accordion .accordion-title {
  color: #182622;
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  width: 100%;
}
.chd-flex-block-accordion .accordion-container {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.chd-flex-block-accordion .accordion-container .accordion-item {
  width: 100%;
  margin: 0;
  border-radius: var(--border-radius);
  border: 2px solid rgba(24, 38, 34, 0.6);
}
.chd-flex-block-accordion .accordion-container .accordion-item + .accordion-item {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .chd-flex-block-accordion .accordion-container .accordion-item + .accordion-item {
    margin-top: 16px;
  }
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger {
  display: grid;
  grid-template-columns: 1fr 20px;
  gap: 30px;
  align-items: center;
  width: 100%;
  text-align: left;
  background: none;
  padding: 40px;
  color: #182622;
  font-family: var(--body-font);
  font-weight: 700;
  cursor: pointer;
  border: none;
}
@media (max-width: 768px) {
  .chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger {
    padding: 20px;
  }
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger.active .fake-link .chevron::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}
.chd-flex-block-accordion .accordion-container .accordion-item .visible-text {
  font-size: 2.4rem;
  margin: 0;
}
@media (max-width: 768px) {
  .chd-flex-block-accordion .accordion-container .accordion-item .visible-text {
    width: 100%;
    font-size: 2rem;
  }
}
.no-cssgrid .chd-flex-block-accordion .accordion-container .accordion-item .visible-text {
  max-width: unset;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content {
  display: none;
  padding: 40px;
}
@media (max-width: 768px) {
  .chd-flex-block-accordion .accordion-container .accordion-item .accordion-content {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .chd-flex-block-accordion .accordion-container .accordion-item .accordion-content {
    padding: 20px;
  }
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content p strong {
  font-weight: 700;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content p:first-child {
  margin-top: 0;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content p:last-child {
  margin-bottom: 0;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content * {
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: var(--body-font);
  font-weight: normal;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content strong {
  font-weight: 700;
}

.chd-flex-block-accordion .margins-container {
  max-width: 920px;
}
.chd-flex-block-accordion .margins-container > h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: 40px;
}
.chd-flex-block-accordion .accordion-container {
  margin: 0;
  border-bottom: 1px solid #182622;
}
.chd-flex-block-accordion .accordion-container .accordion-item {
  border: none;
  border-top: 1px solid #182622;
  border-radius: 0;
}
.chd-flex-block-accordion .accordion-container .accordion-item + .accordion-item {
  margin-top: 0;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger {
  padding: 24px 0;
  position: relative;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger .visible-text {
  font-family: var(--body-font);
  font-weight: normal;
  font-size: var(--body-panel);
  line-height: 1.17;
  letter-spacing: var(--body-letter-spacing);
  padding-right: 40px;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger .chevron {
  display: none;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: var(--body-panel);
  line-height: 1;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-trigger.active::after {
  content: "−";
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content {
  padding: 0 0 32px;
}
.chd-flex-block-accordion .accordion-container .accordion-item .accordion-content * {
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

.chd-flex-block-custom_links_blocks .has-bg-color {
  padding: 4rem;
  border-radius: var(--border-radius);
}
.chd-flex-block-custom_links_blocks h2,
.chd-flex-block-custom_links_blocks h3 {
  margin-bottom: 4rem;
  margin-top: 0;
}
.chd-flex-block-custom_links_blocks .link-block {
  padding: 0;
}
.chd-flex-block-custom_links_blocks .link-block li .text-link {
  font-size: var(--body-size);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-custom_links_blocks .link-block li .description {
  font-size: var(--body-cards);
  letter-spacing: var(--body-letter-spacing);
  color: #182622;
}

.chd-flex-block-image_grid h2,
.chd-flex-block-image_grid h3 {
  font-size: 4rem;
  margin: 0 0 20px 0;
}
.chd-flex-block-image_grid .image-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 30px;
}
.chd-flex-block-image_grid .image-grid li {
  margin: 0;
  width: 100%;
}
.chd-flex-block-image_grid .image-grid li.grayscale img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.chd-flex-block-image_grid .image-grid li img {
  display: block;
  width: 100%;
  border-radius: var(--border-radius);
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
}

.chd-flex-block-table_block table {
  width: 100%;
}
.chd-flex-block-table_block table th,
.chd-flex-block-table_block table td {
  padding: 10px;
  text-align: left;
  font-size: 1.8rem;
}
.chd-flex-block-table_block table tbody tr:nth-child(even) td {
  background: #e9d8aa;
}

.chd-flex-block-internal_menu .margins-container.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 768px) {
  .chd-flex-block-internal_menu .margins-container .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.chd-flex-block-internal_menu .margins-container .left h2 {
  margin: 0 0 20px 0;
}
.chd-flex-block-internal_menu .margins-container .right {
  padding-left: 20px;
  border-left: 3px solid #182622;
  margin-left: auto;
}
@media (max-width: 768px) {
  .chd-flex-block-internal_menu .margins-container .right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
.chd-flex-block-internal_menu .margins-container .right h2 {
  margin: 0;
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}
.chd-flex-block-internal_menu .margins-container .right h2 a {
  font-size: 2.4rem;
  font-family: var(--body-font);
  font-weight: 700;
}
.chd-flex-block-internal_menu .margins-container .right ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.chd-flex-block-internal_menu .margins-container .right ul li {
  color: #182622;
}
.chd-flex-block-internal_menu .margins-container .right ul li.active {
  color: #fc7338;
}
.chd-flex-block-internal_menu .margins-container .right ul li.active::before {
  background: #fc7338;
}
.chd-flex-block-internal_menu .margins-container .right ul li.active a {
  color: inherit;
}
.chd-flex-block-internal_menu .margins-container .right ul > li > ul {
  padding-left: 20px;
  margin-top: 20px;
}
.chd-flex-block-internal_menu .margins-container .right ul > li > ul li {
  position: relative;
}
.chd-flex-block-internal_menu .margins-container .right ul > li > ul li::before {
  content: "";
  background: #182622;
  height: 3px;
  top: 10px;
  left: -20px;
  width: 10px;
  display: inline-block;
  position: absolute;
}
.chd-flex-block-internal_menu .margins-container .right ul > li > ul li.active::before {
  background: #fc7338;
}
.chd-flex-block-internal_menu .margins-container .right ul > li > ul li + li {
  margin-top: 20px;
}
.chd-flex-block-internal_menu .margins-container .right ul > li + li {
  margin-top: 28px;
}
.chd-flex-block-internal_menu .margins-container .right a {
  color: #182622;
  font-family: var(--body-font);
  font-weight: normal;
  font-size: 2rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.chd-flex-block-internal_menu .margins-container .right a:hover {
  text-decoration: underline;
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.chd-flex-block-internal_menu .margins-container .right a.active {
  color: #fc7338;
}

.chd-flex-block-title_and_text_side .margins-container {
  display: flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-gap: 60px;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .chd-flex-block-title_and_text_side .margins-container {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.chd-flex-block-title_and_text_side .margins-container h2,
.chd-flex-block-title_and_text_side .margins-container h3 {
  margin: 0;
}
@media (max-width: 768px) {
  .chd-flex-block-title_and_text_side .margins-container h2,
  .chd-flex-block-title_and_text_side .margins-container h3 {
    font-size: 3.2rem;
  }
}

/* main: ../global.scss */
.chd-flex-block-feature_link_cards .feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .chd-flex-block-feature_link_cards .feature-cards {
    grid-template-columns: 1fr;
  }
}
.chd-flex-block-feature_link_cards .feature-card {
  background: #fff7de;
}
.chd-flex-block-feature_link_cards .feature-card .card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #182622;
}
.chd-flex-block-feature_link_cards .feature-card.no-image .card-link {
  padding: 70px 20px 20px;
}
.chd-flex-block-feature_link_cards .feature-card.no-image .card-link .tag {
  position: absolute;
  top: 0;
  left: 24px;
  border-radius: 0 0 var(--tag-radius) var(--tag-radius);
}
.chd-flex-block-feature_link_cards .feature-card.has-image .card-image {
  position: relative;
  overflow: hidden;
}
.chd-flex-block-feature_link_cards .feature-card.has-image .card-image .img {
  display: block;
  width: 100%;
  aspect-ratio: 444/272;
  object-fit: cover;
}
.chd-flex-block-feature_link_cards .feature-card.has-image .card-image .tag {
  position: absolute;
  bottom: 0;
  left: 24px;
  border-radius: var(--tag-radius) var(--tag-radius) 0 0;
}
.chd-flex-block-feature_link_cards .feature-card.has-image .card-heading,
.chd-flex-block-feature_link_cards .feature-card.has-image .bottom-row {
  margin-left: 20px;
  margin-right: 20px;
}
.chd-flex-block-feature_link_cards .feature-card.has-image .card-heading {
  margin-top: 12px;
}
.chd-flex-block-feature_link_cards .feature-card .tag {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 6px 10px 5px;
  font-size: var(--label-card);
  text-transform: uppercase;
  color: #182622;
}
.chd-flex-block-feature_link_cards .feature-card .tag.tag-light-blue {
  background: #7adfc6;
}
.chd-flex-block-feature_link_cards .feature-card .tag.tag-light-yellow {
  background: #ffe14d;
}
.chd-flex-block-feature_link_cards .feature-card .tag.tag-light-pink {
  background: #f1a3cb;
}
.chd-flex-block-feature_link_cards .feature-card .tag.tag-paper {
  background: #e9d8aa;
}
.chd-flex-block-feature_link_cards .feature-card .card-heading {
  display: block;
  margin-bottom: 0;
  line-height: 0.77;
}
.chd-flex-block-feature_link_cards .feature-card .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--grid-gap);
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.chd-flex-block-feature_link_cards .feature-card .bottom-row .card-text {
  font-family: var(--body-font);
  font-weight: normal;
  font-size: var(--body-panel);
  line-height: 1;
  letter-spacing: var(--body-letter-spacing);
  max-width: 65%;
}
.chd-flex-block-feature_link_cards .feature-card .bottom-row .arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: no-preference) {
  .chd-flex-block-feature_link_cards .feature-card .card-link:hover .arrow,
  .chd-flex-block-feature_link_cards .feature-card .card-link:focus .arrow {
    transform: translateX(6px);
  }
}

/* main: ../global.scss */
.chd-flex-block-standout_text_image .margins-container {
  display: grid;
  grid-template-columns: var(--grid-cols);
  gap: var(--grid-gap);
  align-items: center;
  text-align: left;
}
@media (max-width: 768px) {
  .chd-flex-block-standout_text_image .margins-container {
    display: flex;
    flex-wrap: wrap;
  }
}
.chd-flex-block-standout_text_image .standout-text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-large);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
  margin: 0 0 24px;
}
.chd-flex-block-standout_text_image .body-text p {
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-standout_text_image .body-text a {
  text-decoration: underline;
}
.chd-flex-block-standout_text_image .body-col {
  align-self: center;
}
.chd-flex-block-standout_text_image .body-col p {
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-standout_text_image .body-col a {
  text-decoration: underline;
}
.chd-flex-block-standout_text_image .img {
  width: 100%;
  max-width: 550px;
  aspect-ratio: 550/367;
  object-fit: cover;
  justify-self: end;
  align-self: center;
}

/* main: ../global.scss */
.chd-flex-block-parent_climate_groups .pcg-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--grid-gap);
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.chd-flex-block-parent_climate_groups .pcg-intro {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0;
  max-width: 15.5em;
}
.chd-flex-block-parent_climate_groups .pcg-intro a {
  color: #c74913;
  text-decoration: none;
}
.chd-flex-block-parent_climate_groups .pcg-intro a:hover, .chd-flex-block-parent_climate_groups .pcg-intro a:focus {
  text-decoration: underline;
}
.chd-flex-block-parent_climate_groups .pcg-filters {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chd-flex-block-parent_climate_groups .pcg-filters select {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  height: 39px;
  box-sizing: border-box;
  padding: 0 12px;
  border: 1px solid rgba(24, 38, 34, 0.15);
  border-radius: var(--btn-border-radius-default);
  background: white;
  color: #182622;
}
.chd-flex-block-parent_climate_groups .pcg-filters .pcg-apply {
  font-family: var(--body-font);
  font-weight: 500;
  height: 39px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 1.6rem;
  background: white;
  color: #182622;
  border: 1px solid rgba(24, 38, 34, 0.15);
  border-radius: var(--btn-border-radius-default);
}
.chd-flex-block-parent_climate_groups .pcg-filters .pcg-apply::after {
  display: none;
}
.chd-flex-block-parent_climate_groups .pcg-filters .pcg-apply:hover {
  background: #e9d8aa;
}
.chd-flex-block-parent_climate_groups .pcg-filtered-by {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 24px;
}
.chd-flex-block-parent_climate_groups .pcg-filtered-by .pcg-reset {
  margin-left: 12px;
  color: #182622;
  text-decoration: underline;
}
.chd-flex-block-parent_climate_groups .group-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .chd-flex-block-parent_climate_groups .group-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .chd-flex-block-parent_climate_groups .group-cards {
    grid-template-columns: 1fr;
  }
}
.chd-flex-block-parent_climate_groups .group-card {
  position: relative;
  background: white;
  min-height: 356px;
  padding: 55px 24px 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chd-flex-block-parent_climate_groups .group-card .tag {
  font-family: var(--body-font);
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 24px;
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 6px 10px 5px;
  font-size: var(--label-card);
  text-transform: uppercase;
  background: #fc7338;
  color: #182622;
  border-radius: 0 0 var(--tag-radius) var(--tag-radius);
}
.chd-flex-block-parent_climate_groups .group-card h3 {
  margin: 0 0 16px;
  padding-bottom: 23px;
  border-bottom: 1px solid #182622;
  width: 100%;
}
.chd-flex-block-parent_climate_groups .group-card .excerpt {
  font-size: var(--body-cards);
  line-height: var(--body-cards-line-height);
  letter-spacing: var(--body-letter-spacing);
  margin: 0 0 24px;
}
.chd-flex-block-parent_climate_groups .group-card .card-actions {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.chd-flex-block-parent_climate_groups .group-card .read-more {
  font-family: var(--body-font);
  font-weight: 700;
  background: none;
  border: none;
  padding: 0;
  font-size: var(--body-cards);
  letter-spacing: var(--body-letter-spacing);
  color: #182622;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  cursor: pointer;
}
.chd-flex-block-parent_climate_groups .group-card .visit-website {
  font-family: var(--body-font);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 37px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: var(--body-cards);
  letter-spacing: var(--body-letter-spacing);
  background: #ffe14d;
  color: #182622;
  text-decoration: none;
  border-radius: var(--btn-border-radius-default);
  transition: background-color 0.3s ease;
}
.chd-flex-block-parent_climate_groups .group-card .visit-website:hover, .chd-flex-block-parent_climate_groups .group-card .visit-website:focus {
  background: #ffda24;
}
.chd-flex-block-parent_climate_groups .group-card .visit-website .external-arrow {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
}
.chd-flex-block-parent_climate_groups .load-more-container {
  text-align: center;
  margin-top: 40px;
}
.chd-flex-block-parent_climate_groups .load-more {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-block;
  padding: 10px 24px;
  font-size: var(--body-cards);
  background: #e9d8aa;
  color: #182622;
  text-decoration: none;
  border-radius: var(--btn-border-radius-default);
}
.chd-flex-block-parent_climate_groups .load-more:hover, .chd-flex-block-parent_climate_groups .load-more:focus {
  background: #e1c98a;
}
.chd-flex-block-parent_climate_groups .no-groups {
  font-size: var(--body-size);
}

/* main: ../global.scss */
.chd-flex-block-testimonial_carousel {
  overflow: hidden;
}
.chd-flex-block-testimonial_carousel.has-bg-color {
  padding: 70px 0 100px;
}
.chd-flex-block-testimonial_carousel h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0 0 50px;
}
.chd-flex-block-testimonial_carousel .testimonial-track {
  display: flex;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 75px 40px 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  justify-content: safe center;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.chd-flex-block-testimonial_carousel .testimonial-track::-webkit-scrollbar {
  display: none;
}
.chd-flex-block-testimonial_carousel .testimonial-track:focus-visible {
  outline: 2px solid #182622;
  outline-offset: 2px;
}
.chd-flex-block-testimonial_carousel .testimonial-card {
  position: relative;
  flex: 0 0 340px;
  scroll-snap-align: center;
  background: #fff7de;
  padding: 81px 25px 24px;
  text-align: center;
}
.chd-flex-block-testimonial_carousel .testimonial-card .photo {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
}
.chd-flex-block-testimonial_carousel .testimonial-card figure {
  margin: 0;
}
.chd-flex-block-testimonial_carousel .testimonial-card .quote-mark {
  position: absolute;
  top: 39px;
  left: 18px;
}
.chd-flex-block-testimonial_carousel .testimonial-card blockquote {
  font-family: var(--body-font);
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: var(--body-letter-spacing);
  margin: 0 auto 16px;
  max-width: 290px;
}
.chd-flex-block-testimonial_carousel .testimonial-card figcaption {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--label-card);
  line-height: 1.5;
  letter-spacing: var(--body-letter-spacing);
}

.chd-flex-block-testimonial_carousel .carousel-link-container {
  margin-top: 40px;
  text-align: center;
}

/* main: ../global.scss */
.chd-flex-block-numbered_steps.has-bg-color {
  padding: 80px 0 130px;
}
.chd-flex-block-numbered_steps .steps-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-numbered_steps h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 0 0 49px;
}
.chd-flex-block-numbered_steps .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .chd-flex-block-numbered_steps .steps {
    grid-template-columns: 1fr;
  }
}
.chd-flex-block-numbered_steps .steps li {
  margin: 0;
}
.chd-flex-block-numbered_steps .steps .step-number {
  font-family: var(--heading-font);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 208px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: #fff7de;
  font-size: var(--h1);
  line-height: 1;
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-numbered_steps .steps p {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-large);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
  max-width: 309px;
  margin: 0 auto;
}
.chd-flex-block-numbered_steps .btn-container {
  text-align: center;
  margin-top: 42px;
}

/* main: ../global.scss */
.chd-flex-block-stories_feed .featured-story {
  background: #fff7de;
}
.chd-flex-block-stories_feed .featured-story .featured-inner {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .chd-flex-block-stories_feed .featured-story .featured-inner {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.chd-flex-block-stories_feed .featured-story .text-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.chd-flex-block-stories_feed .featured-story .date {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 0.78;
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-stories_feed .featured-story h2 {
  margin: 0;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-stories_feed .featured-story h2 a {
  color: #182622;
  text-decoration: none;
}
.chd-flex-block-stories_feed .featured-story h2 a:hover, .chd-flex-block-stories_feed .featured-story h2 a:focus {
  text-decoration: underline;
}
.chd-flex-block-stories_feed .featured-story .excerpt {
  font-size: var(--body-cards);
  line-height: var(--body-cards-line-height);
  letter-spacing: -0.01em;
  margin: 0;
}
.chd-flex-block-stories_feed .featured-story .photo {
  position: relative;
  flex: 0 0 800px;
  max-width: 800px;
}
@media (max-width: 1200px) {
  .chd-flex-block-stories_feed .featured-story .photo {
    flex-basis: 55%;
    max-width: 55%;
  }
}
@media (max-width: 768px) {
  .chd-flex-block-stories_feed .featured-story .photo {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.chd-flex-block-stories_feed .featured-story .photo .img {
  display: block;
  width: 100%;
  aspect-ratio: 800/612;
  object-fit: cover;
  border-radius: var(--btn-border-radius-default);
}
.chd-flex-block-stories_feed .tag {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding: 6px 10px 5px;
  font-size: var(--label-card);
  line-height: 1.2;
  text-transform: uppercase;
  color: #182622;
  border-radius: var(--tag-radius);
}
.chd-flex-block-stories_feed .tag.tag-region {
  position: absolute;
  top: 0;
  right: 29px;
  background: #fc7338;
  border-radius: 0 0 var(--tag-radius) var(--tag-radius);
}
.chd-flex-block-stories_feed .tag.tag-light-pink {
  background: #f1a3cb;
}
.chd-flex-block-stories_feed .tag.tag-light-yellow {
  background: #ffe14d;
}
.chd-flex-block-stories_feed .tag.tag-paper {
  background: #e9d8aa;
}
.chd-flex-block-stories_feed .stories-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  background: #e9d8aa;
  padding: 12px 16px;
  margin: 60px 0 40px;
  width: fit-content;
  margin-left: auto;
}
.chd-flex-block-stories_feed .stories-filters .filter-label {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--label-page);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-stories_feed .stories-filters select {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--label-page);
  letter-spacing: var(--body-letter-spacing);
  height: 39px;
  box-sizing: border-box;
  padding: 0 13px 0 17px;
  border: 2px solid #e9d8aa;
  border-radius: var(--btn-border-radius-default);
  background: white;
  color: #182622;
}
.chd-flex-block-stories_feed .stories-filters .filters-apply {
  height: 39px;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 1.6rem;
}
.chd-flex-block-stories_feed .stories-filters .filters-apply::after {
  display: none;
}
.chd-flex-block-stories_feed .filtered-by {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 24px;
}
.chd-flex-block-stories_feed .filtered-by .filters-reset {
  margin-left: 12px;
  color: #182622;
  text-decoration: underline;
}
.chd-flex-block-stories_feed .story-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .chd-flex-block-stories_feed .story-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .chd-flex-block-stories_feed .story-cards {
    grid-template-columns: 1fr;
  }
}
.chd-flex-block-stories_feed .story-card {
  background: white;
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
}
.chd-flex-block-stories_feed .story-card .card-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding-bottom: 24px;
  color: #182622;
  text-decoration: none;
}
.chd-flex-block-stories_feed .story-card .card-link:hover h3, .chd-flex-block-stories_feed .story-card .card-link:focus h3 {
  text-decoration: underline;
}
.chd-flex-block-stories_feed .story-card .photo {
  position: relative;
  width: 100%;
}
.chd-flex-block-stories_feed .story-card .photo .img {
  display: block;
  width: 100%;
  aspect-ratio: 429/240;
  object-fit: cover;
}
.chd-flex-block-stories_feed .story-card .photo .tag-region {
  right: 20px;
}
.chd-flex-block-stories_feed .story-card h3 {
  margin: 0;
  padding: 0 20px;
  font-size: 3.2rem;
  line-height: 1.13;
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-stories_feed .story-card .excerpt {
  margin: -4px 0 0;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.38;
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-stories_feed .story-card > .card-link > .tag,
.chd-flex-block-stories_feed .story-card .card-link .tag:not(.tag-region) {
  margin: auto 20px 0;
  font-size: 1.4rem;
  height: 28px;
}
.chd-flex-block-stories_feed .load-more-container {
  text-align: center;
  margin-top: 40px;
}
.chd-flex-block-stories_feed .load-more {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-block;
  padding: 16px 36px;
  font-size: var(--label-page);
  background: #e9d8aa;
  color: #182622;
  text-decoration: none;
  border-radius: var(--btn-border-radius-default);
}
.chd-flex-block-stories_feed .load-more:hover, .chd-flex-block-stories_feed .load-more:focus {
  background: #e1c98a;
}
.chd-flex-block-stories_feed .no-stories {
  font-size: var(--body-size);
}

.top-section + .chd-flex-block-stories_feed {
  margin-top: 0;
}

.top-section.plain-title:has(+ .chd-flex-block-stories_feed) {
  padding-bottom: 24px;
}

/* main: ../global.scss */
.chd-flex-block-link_banner .banner-link {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 519px;
  padding: 40px;
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
  text-decoration: none;
  color: #fff7de;
}
.chd-flex-block-link_banner .banner-link .photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chd-flex-block-link_banner .banner-link .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.69));
}
.chd-flex-block-link_banner .banner-link .banner-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 68px;
  width: 100%;
}
.chd-flex-block-link_banner .banner-link .text-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.chd-flex-block-link_banner .banner-link .tag {
  font-family: var(--body-font);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  height: 30px;
  box-sizing: border-box;
  padding: 6px 10px 5px;
  line-height: 1.2;
  font-size: var(--label-card);
  text-transform: uppercase;
  background: #fc7338;
  color: #182622;
  border-radius: var(--tag-radius);
}
.chd-flex-block-link_banner .banner-link .banner-text {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--heading-letter-spacing);
  max-width: 18.1em;
}
.chd-flex-block-link_banner .banner-link .arrow {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.chd-flex-block-link_banner .banner-link.has-photo .banner-text,
.chd-flex-block-link_banner .banner-link.has-photo .arrow {
  color: #fff7de;
}
@media (prefers-reduced-motion: no-preference) {
  .chd-flex-block-link_banner .banner-link:hover .arrow, .chd-flex-block-link_banner .banner-link:focus .arrow {
    transform: translateX(8px);
  }
}
.chd-flex-block-link_banner .banner-link:not(.has-photo) {
  color: #182622;
}
.chd-flex-block-link_banner .banner-link:not(.has-photo) .banner-text {
  color: #182622;
}

.chd-flex-block-link_banner.has-bg-color {
  background: none !important;
  background-image: none !important;
  padding: 0;
}
.chd-flex-block-link_banner .banner-link.background-texture-custom {
  background-size: cover;
  background-position: center;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .chd-flex-block-link_banner .banner-link.background-texture-custom::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    transition: transform 300ms var(--ease-out-strong);
  }
  .chd-flex-block-link_banner .banner-link.background-texture-custom:hover::before,
  .chd-flex-block-link_banner .banner-link.background-texture-custom:focus::before {
    transform: scale(1.02);
  }
  .chd-flex-block-link_banner .banner-link .photo {
    transition: transform 300ms var(--ease-out-strong);
  }
  .chd-flex-block-link_banner .banner-link:hover .photo,
  .chd-flex-block-link_banner .banner-link:focus .photo {
    transform: scale(1.02);
  }
}
.site-content .chd-flex-block-link_banner.has-bg-color:last-child {
  margin-bottom: var(--default-mod-spacing);
}

/* main: ../global.scss */
.chd-flex-block-campaign_cards > .margins-container > h2,
.chd-flex-block-press_release_cards > .margins-container > h2,
.chd-flex-block-news_link_cards > .margins-container > h2,
.chd-flex-block-project_cards > .margins-container > h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: 48px;
}

.okc-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gap);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .okc-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .okc-card-grid {
    grid-template-columns: 1fr;
  }
}
.okc-card-grid .okc-card {
  margin: 0;
  background: white;
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
}
.okc-card-grid .okc-card .card-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding-bottom: 24px;
  color: #182622;
  text-decoration: none;
}
.okc-card-grid .okc-card .card-link:hover h3, .okc-card-grid .okc-card .card-link:focus h3 {
  text-decoration: underline;
}
.okc-card-grid .okc-card .photo {
  width: 100%;
  aspect-ratio: 429/240;
  background: #e9d8aa;
  overflow: hidden;
}
.okc-card-grid .okc-card .photo .img {
  display: block;
  width: 100%;
  aspect-ratio: 429/240;
  height: auto;
  object-fit: cover;
}
.okc-card-grid .okc-card .photo.logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-bottom: 1px solid #e9d8aa;
}
.okc-card-grid .okc-card .photo.logo-panel .logo {
  max-width: 60%;
  max-height: 60%;
  object-fit: contain;
}
.okc-card-grid .okc-card h3 {
  margin: 0;
  padding: 0 20px;
  font-size: 3.2rem;
  line-height: 1.13;
  letter-spacing: var(--heading-letter-spacing);
}
.okc-card-grid .okc-card .excerpt {
  margin: -4px 0 0;
  padding: 0 20px;
  font-size: 1.6rem;
  line-height: 1.38;
  letter-spacing: var(--body-letter-spacing);
}
.okc-card-grid .okc-card .read-more-label {
  font-family: var(--body-font);
  font-weight: 700;
  display: inline-block;
  margin-top: auto;
  padding: 0 20px;
  font-size: var(--body-cards);
  letter-spacing: -0.02em;
}
.okc-card-grid .okc-card .read-more-label::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 8px;
  vertical-align: -0.1em;
  background-color: currentColor;
  -webkit-mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
  mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
}

.view-all-container {
  margin-top: 48px;
  text-align: center;
}

.view-all-link {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: var(--body-cards);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #182622;
  text-decoration: none;
}
.view-all-link::after {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 8px;
  vertical-align: -0.1em;
  background-color: currentColor;
  -webkit-mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
  mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
}
.view-all-link:hover, .view-all-link:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.chd-flex-block-centered_standout_text {
  text-align: center;
}
.chd-flex-block-centered_standout_text .standout-text {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-large);
  line-height: var(--body-large-line-height);
  letter-spacing: var(--body-large-letter-spacing);
  max-width: 900px;
  margin: 0 auto;
}

.okc-card .read-more-label.with-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.okc-card .read-more-label.with-arrow svg {
  flex-shrink: 0;
}

.chd-flex-block-project_cards:not(.has-bg-color) .okc-card {
  background: transparent;
  border-radius: 0;
  overflow: visible;
}
.chd-flex-block-project_cards:not(.has-bg-color) .okc-card .card-link {
  padding-bottom: 0;
}
.chd-flex-block-project_cards:not(.has-bg-color) .okc-card .photo {
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
}
.chd-flex-block-project_cards:not(.has-bg-color) .okc-card h3,
.chd-flex-block-project_cards:not(.has-bg-color) .okc-card .excerpt,
.chd-flex-block-project_cards:not(.has-bg-color) .okc-card .read-more-label {
  padding-left: 0;
  padding-right: 0;
}

.map-popup-cards {
  grid-template-columns: 1fr;
}
.map-popup-cards .okc-card {
  background: white;
}
.map-popup-cards .okc-card .card-link {
  display: grid;
  grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
  gap: 0 20px;
  align-items: start;
  padding: 20px;
}
@media (max-width: 480px) {
  .map-popup-cards .okc-card .card-link {
    grid-template-columns: 1fr;
  }
}
.map-popup-cards .okc-card .photo {
  grid-row: 1/4;
  aspect-ratio: 1/1;
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
}
.map-popup-cards .okc-card .photo .img {
  aspect-ratio: 1/1;
  height: 100%;
}
.map-popup-cards .okc-card h3,
.map-popup-cards .okc-card .excerpt,
.map-popup-cards .okc-card .read-more-label {
  padding-left: 0;
  padding-right: 0;
}
.map-popup-cards .okc-card h3 {
  font-size: 2.4rem;
}
.map-popup-cards .okc-card .excerpt {
  margin-top: 8px;
}
.map-popup-cards .okc-card .read-more-label {
  margin-top: 12px;
}

.body-content .map-popup-cards .card-link,
.body-content .map-popup-cards .card-link h3 {
  text-decoration: none;
}

.body-content .map-popup-cards .card-link:hover h3,
.body-content .map-popup-cards .card-link:focus h3 {
  text-decoration: underline;
}

/* main: ../global.scss */
.chd-flex-block-projects_map h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-projects_map .map-intro {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 48px;
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-projects_map .projects-world-map {
  max-width: var(--container-default);
  margin: 0 auto;
}
.chd-flex-block-projects_map .projects-world-map svg {
  width: 100%;
  height: auto;
  display: block;
}
.chd-flex-block-projects_map .projects-world-map svg path,
.chd-flex-block-projects_map .projects-world-map svg circle {
  fill: #e9d8aa;
  stroke: #fff7de;
  stroke-width: 0.5;
}
.chd-flex-block-projects_map .projects-world-map svg .oceanxx,
.chd-flex-block-projects_map .projects-world-map svg .ocean {
  fill: none;
  stroke: none;
}

.chd-flex-block-projects_map .projects-world-map {
  position: relative;
}
.chd-flex-block-projects_map .map-tooltip {
  font-family: var(--body-font);
  font-weight: 500;
  position: absolute;
  display: none;
  padding: 8px 12px;
  background: #182622;
  color: #fff7de;
  font-size: 1.6rem;
  line-height: 1.2;
  border-radius: var(--tag-radius);
  white-space: nowrap;
  pointer-events: none;
  z-index: 2;
}
.chd-flex-block-projects_map .map-tooltip.visible {
  display: block;
}
.chd-flex-block-projects_map .map-project + .map-project {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e9d8aa;
}
.chd-flex-block-projects_map .map-project h3 {
  margin: 0 0 8px;
}
.chd-flex-block-projects_map .map-project h3 a {
  color: #182622;
}
.chd-flex-block-projects_map .map-project .read-more-label {
  font-family: var(--body-font);
  font-weight: 700;
  font-size: var(--body-cards);
  color: #182622;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

/* main: ../global.scss */
.chd-flex-block-photo_carousel .photo-carousel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
}
.chd-flex-block-photo_carousel .photo-track {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  border-radius: var(--border-radius);
  scrollbar-width: none;
}
.chd-flex-block-photo_carousel .photo-track::-webkit-scrollbar {
  display: none;
}
.chd-flex-block-photo_carousel .photo-slide {
  flex: 0 0 100%;
  margin: 0;
  scroll-snap-align: center;
}
.chd-flex-block-photo_carousel .photo-slide figure {
  margin: 0;
}
.chd-flex-block-photo_carousel .photo-slide figcaption {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 1.38;
  letter-spacing: var(--body-letter-spacing);
  text-align: center;
}
.chd-flex-block-photo_carousel .photo-slide .img {
  width: 100%;
  aspect-ratio: 16/9;
  max-height: 640px;
  object-fit: cover;
  border-radius: var(--border-radius);
  display: block;
}
@media (max-width: 768px) {
  .chd-flex-block-photo_carousel .photo-slide .img {
    aspect-ratio: 3/2;
    max-height: none;
  }
}

.carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 100%;
  color: #182622;
  cursor: pointer;
}
.carousel-arrow:hover, .carousel-arrow:focus {
  background: #e9d8aa;
}

.carousel-arrow.prev svg {
  transform: rotate(180deg);
}

/* main: ../global.scss */
.chd-flex-block-people_carousel.has-bg-color {
  padding: 80px 0;
}
.chd-flex-block-people_carousel h2 {
  text-align: center;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin-bottom: 48px;
}
.chd-flex-block-people_carousel .people-track {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  padding-inline: calc((100% - min(920px, 92%)) / 2);
  list-style: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .chd-flex-block-people_carousel .people-track {
    padding-inline: 4%;
  }
}
.chd-flex-block-people_carousel .people-track::-webkit-scrollbar {
  display: none;
}
.chd-flex-block-people_carousel .person-card {
  flex: 0 0 auto;
  width: min(920px, 92%);
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 30px;
  margin: 0;
  padding-right: 30px;
  background: white;
  border-radius: var(--btn-border-radius-default);
  overflow: hidden;
  scroll-snap-align: center;
  min-height: 400px;
}
@media (max-width: 768px) {
  .chd-flex-block-people_carousel .person-card {
    grid-template-columns: 1fr;
    width: 92%;
    padding-right: 0;
    min-height: 0;
  }
}
.chd-flex-block-people_carousel .person-card .photo {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .chd-flex-block-people_carousel .person-card .photo {
    min-height: 0;
    aspect-ratio: 3/2;
    height: auto;
  }
}
.chd-flex-block-people_carousel .person-card .rest {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .chd-flex-block-people_carousel .person-card .rest {
    padding: 24px;
  }
}
.chd-flex-block-people_carousel .person-card .name {
  margin: 0;
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-people_carousel .person-card .location {
  display: block;
  margin-top: 12px;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-people_carousel .person-card .bio-excerpt {
  margin: 36px 0 16px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-people_carousel .person-card .read-more {
  font-family: var(--body-font);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  background: none;
  border: none;
  padding: 0;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #182622;
  cursor: pointer;
}
.chd-flex-block-people_carousel .person-card .read-more::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-color: currentColor;
  -webkit-mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
  mask: url("../assets/icons/arrow-right.svg") no-repeat center/contain;
}
.chd-flex-block-people_carousel .person-card .read-more:hover, .chd-flex-block-people_carousel .person-card .read-more:focus {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.chd-flex-block-people_carousel .carousel-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.chd-flex-block-people_carousel .carousel-nav .carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: #e9d8aa;
  border: none;
  border-radius: 100%;
  color: #182622;
  cursor: pointer;
}
.chd-flex-block-people_carousel .carousel-nav .carousel-arrow svg {
  width: 17px;
  height: 17px;
}
.chd-flex-block-people_carousel .carousel-nav .carousel-arrow:hover, .chd-flex-block-people_carousel .carousel-nav .carousel-arrow:focus {
  background: #e1c98a;
}

@media (prefers-reduced-motion: no-preference) {
  .chd-flex-block-people_carousel .person-card {
    opacity: 0.5;
    transition: opacity 300ms var(--ease-out-strong);
  }
  .chd-flex-block-people_carousel .person-card.is-centred {
    opacity: 1;
  }
}
/* main: ../global.scss */
.chd-flex-block-multi_banner .multi-banner {
  display: flex;
  flex-direction: column;
}
.chd-flex-block-multi_banner .banner-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 715px);
  gap: 40px;
  align-items: center;
  min-height: 536px;
  padding: 30px;
  text-decoration: none;
  color: #182622;
}
@media (max-width: 991px) {
  .chd-flex-block-multi_banner .banner-band {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 24px;
  }
}
.chd-flex-block-multi_banner .banner-band.band-cta {
  background: #fc7338;
}
.chd-flex-block-multi_banner .banner-band.band-light-blue {
  background: #7adfc6;
}
.chd-flex-block-multi_banner .banner-band.band-light-yellow {
  background: #ffe14d;
}
.chd-flex-block-multi_banner .banner-band .band-text {
  text-align: center;
}
.chd-flex-block-multi_banner .banner-band .band-title {
  font-family: var(--body-font);
  font-weight: 700;
  display: block;
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-multi_banner .banner-band .band-sub {
  display: block;
  margin: 20px auto 0;
  max-width: 440px;
  font-size: var(--body-size);
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-multi_banner .banner-band .band-photo {
  width: 100%;
  aspect-ratio: 715/476;
  object-fit: cover;
  border-radius: var(--btn-border-radius-default);
}
.chd-flex-block-multi_banner .banner-band:hover .band-title, .chd-flex-block-multi_banner .banner-band:focus .band-title {
  text-decoration: underline;
}

/* main: ../global.scss */
.chd-flex-block-link_panels .link-panels {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 991px) {
  .chd-flex-block-link_panels .link-panels {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.chd-flex-block-link_panels .link-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 120px 80px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .chd-flex-block-link_panels .link-panel {
    padding: 80px 32px;
  }
}
.chd-flex-block-link_panels .link-panel .panel-title {
  font-family: var(--body-font);
  font-weight: 700;
  position: relative;
  display: block;
  font-size: var(--h3);
  line-height: var(--h3-line-height);
  letter-spacing: var(--heading-letter-spacing);
}
.chd-flex-block-link_panels .link-panel .panel-sub {
  font-family: var(--body-font);
  font-weight: 500;
  position: relative;
  display: block;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  letter-spacing: var(--body-letter-spacing);
}
.chd-flex-block-link_panels .link-panel:hover .panel-title, .chd-flex-block-link_panels .link-panel:focus .panel-title {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.chd-flex-block-link_panels + .chd-flex-block-link_banner {
  margin-top: 48px;
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .chd-flex-block-link_panels .link-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    transition: transform 300ms var(--ease-out-strong);
  }
  .chd-flex-block-link_panels .link-panel:hover::before,
  .chd-flex-block-link_panels .link-panel:focus::before {
    transform: scale(1.02);
  }
}
/* main: ../global.scss */
.chd-flex-block-signed_letter .signed-letter {
  max-width: 740px;
  margin: 0 auto;
}
.chd-flex-block-signed_letter .signed-letter > h2 {
  font-size: var(--h4);
  line-height: var(--h4-line-height);
  letter-spacing: var(--heading-letter-spacing);
  margin: 56px 0 32px;
}
.chd-flex-block-signed_letter .signed-letter .featured-signatures {
  list-style: none;
  margin: 0;
  padding: 24px;
  background: white;
  border-radius: var(--btn-border-radius-default);
  columns: 2;
  column-gap: 48px;
}
@media (max-width: 480px) {
  .chd-flex-block-signed_letter .signed-letter .featured-signatures {
    columns: 1;
  }
}
.chd-flex-block-signed_letter .signed-letter .featured-signatures li {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: var(--body-letter-spacing);
  break-inside: avoid;
}
.chd-flex-block-signed_letter .signed-letter .signatures-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 2;
  column-gap: 48px;
}
@media (max-width: 480px) {
  .chd-flex-block-signed_letter .signed-letter .signatures-list {
    columns: 1;
  }
}
.chd-flex-block-signed_letter .signed-letter .signatures-list li {
  margin: 0 0 8px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: var(--body-letter-spacing);
  break-inside: avoid;
}
.chd-flex-block-signed_letter .signed-letter.is-collapsed .signatures-list {
  max-height: 620px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 75%, transparent);
  mask-image: linear-gradient(to bottom, black 75%, transparent);
}
.chd-flex-block-signed_letter .signed-letter .show-all-signatures {
  font-family: var(--body-font);
  font-weight: 700;
  margin-top: 24px;
  background: none;
  border: none;
  padding: 0;
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #182622;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  cursor: pointer;
}

.top-section + .chd-flex-block.has-bg-color {
  margin-top: 0;
}

.site-content .chd-flex-block:last-child:not(.has-bg-color) {
  margin-bottom: var(--default-mod-spacing);
}

.chd-flex-block-internal_menu_link,
.chd-flex-block-popup_window {
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
}

.chd-flex-block .body-content > *:first-child {
  margin-top: 0;
}

/* main: global.scss */
.site-footer {
  padding: 40px 0;
  margin-top: 100px;
  background: var(--footer-color);
}
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0;
    margin-top: 60px;
  }
}
.site-footer .margins-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-footer .margins-container .top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  border: none;
  margin: 0;
  padding: 0;
}
.site-footer .margins-container .top-row .social .social-icon-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer .margins-container .top-row .social .social-icon-links li a {
  max-width: 30px;
}
.site-footer .margins-container .top-row .footer-main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
}
.site-footer .margins-container .top-row .footer-main-nav ul li a {
  color: #fff7de;
  text-decoration: none;
  font-size: 2rem;
  font-family: var(--body-font);
  font-weight: 500;
}
.site-footer .margins-container .top-row .footer-main-nav ul li a:hover, .site-footer .margins-container .top-row .footer-main-nav ul li a:focus {
  text-decoration: underline;
}
.site-footer .margins-container .footer-text * {
  font-size: 1.6rem;
  color: #fff7de;
}
.site-footer .margins-container .footer-text a {
  text-decoration: underline;
}
.site-footer .margins-container .footer-text p {
  margin: 0 0 8px;
}
.site-footer .margins-container .footer-bottom-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
.site-footer .margins-container .footer-bottom-links ul li a {
  color: #fff7de;
  text-decoration: underline;
  font-size: 1.6rem;
}
.site-footer .margins-container .chd-text {
  margin-top: 8px;
}
.site-footer .margins-container .chd-text span,
.site-footer .margins-container .chd-text a {
  color: #fff7de;
  font-size: 1.4rem;
  opacity: 0.85;
}

.newsletter-signup + .site-footer {
  margin-top: 0;
}

.newsletter-signup {
  background: #fc7338;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .newsletter-signup {
    padding: 48px 0;
  }
}
.newsletter-signup > .margins-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 768px) {
  .newsletter-signup > .margins-container {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.newsletter-signup .text-content h2 {
  font-size: var(--h2);
  line-height: var(--h2-line-height);
  letter-spacing: var(--heading-letter-spacing);
  font-family: var(--heading-font);
  font-weight: 700;
  color: #182622;
  margin: 0 0 12px;
  max-width: 6.8em;
}
.newsletter-signup .text-content p {
  font-family: var(--body-font);
  font-weight: 500;
  font-size: var(--body-panel);
  line-height: var(--body-panel-line-height);
  color: #182622;
  max-width: 14em;
}
.newsletter-signup .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-shrink: 0;
}
.newsletter-signup .newsletter-form input[type=email] {
  font-family: var(--body-font);
  font-weight: 500;
  width: 500px;
  max-width: 100%;
  max-width: 100%;
  height: 56px;
  box-sizing: border-box;
  padding: 14px 16px;
  letter-spacing: -0.02em;
  border: none;
  border-radius: var(--btn-border-radius-default);
  background: white;
  color: #182622;
  font-size: var(--body-panel);
}
.newsletter-signup .newsletter-form input[type=email]::placeholder {
  color: #182622;
  opacity: 1;
}
.newsletter-signup .newsletter-form .button, .newsletter-signup .newsletter-form .site-header nav .chd-main-menu > li.button a, .site-header nav .chd-main-menu > li.button .newsletter-signup .newsletter-form a {
  background-color: #182622;
  color: #fff7de;
  border-radius: var(--btn-border-radius-default);
  padding: var(--btn-padding-default);
  -webkit-appearance: none;
  border: none;
  font-size: var(--btn-font-size-default);
  letter-spacing: var(--body-letter-spacing);
  font-family: var(--body-font);
  font-weight: 700;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  align-self: flex-start;
}
.newsletter-signup .newsletter-form .button:hover, .newsletter-signup .newsletter-form .site-header nav .chd-main-menu > li.button a:hover, .site-header nav .chd-main-menu > li.button .newsletter-signup .newsletter-form a:hover {
  background-color: #0e1614;
}
.newsletter-signup .newsletter-form .button .arrow, .site-header nav .chd-main-menu > li.button .newsletter-signup .newsletter-form a .arrow {
  flex-shrink: 0;
}

.newsletter-signup {
  margin-top: 0;
}
