@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://img1.wsimg.com/gfonts/s/cinzel/v26/8vIU7ww63mVu7gtR-kwKxNvkNOjw-tbnfY3lDQ.woff2") format("woff2");
}

:root {
  --brand-green: #006400;
  --heading-color: rgb(27, 27, 27);
  --body-color: rgb(94, 94, 94);
  --muted-color: rgb(89, 89, 89);
  --content-width: 1112px;
  --body-font: "Quicksand", sans-serif;
  --display-font: "Cinzel", Georgia, serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html,
body { margin: 0; min-height: 100%; }

body {
  color: var(--heading-color);
  background: #ffffff;
  font-family: var(--body-font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img,
svg { display: block; }

a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 8px;
  left: 8px;
  padding: 8px 14px;
  color: #ffffff;
  background: var(--brand-green);
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.lead-section,
.slider-section,
.statement-section,
.philosophy-section,
.angles-section,
.resources-section,
.approach-intro,
.approach-steps,
.contact-section { padding-right: 24px; padding-left: 24px; background: #ffffff; }

.lead-section {
  min-height: 148px;
  padding-top: 56px;
  padding-bottom: 56px;
}

.lead-section p {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.slider-section { padding-top: 56px; padding-bottom: 56px; }

.strategy-slider {
  position: relative;
  width: min(100%, var(--content-width));
  height: 600px;
  margin: 0 auto;
  outline: none;
}

.slider-viewport { width: 100%; height: 100%; overflow: hidden; }

.slider-track {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 500ms ease-in-out;
  will-change: transform;
}

.slider-track.is-resetting { transition: none; }

.slider-slide {
  flex: 0 0 80%;
  width: 80%;
  min-width: 80%;
  height: 100%;
  margin-left: 5px;
  overflow: hidden;
  opacity: .3;
  background: rgb(246, 246, 246);
  transition: opacity 500ms ease-in-out;
}

.slider-slide.is-selected { z-index: 1; opacity: 1; }

.slider-slide img { width: 100%; height: 100%; object-fit: cover; }

.slider-controls { position: absolute; inset: 0; pointer-events: none; }

.slider-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 38px;
  height: 44px;
  padding: 8px 5px;
  border: 0;
  color: #ffffff;
  background: rgba(0, 0, 0, .45);
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  transform: translateY(-50%);
  transition: opacity 300ms ease, visibility 300ms ease;
  cursor: pointer;
}

.slider-arrow svg { fill: currentColor; }
.slider-arrow--previous { left: 0; }
.slider-arrow--next { right: 0; }

.strategy-slider:hover .slider-arrow,
.strategy-slider:focus-within .slider-arrow,
.strategy-slider.show-controls .slider-arrow { opacity: 1; visibility: visible; }

.statement-section { min-height: 184px; padding-top: 56px; padding-bottom: 56px; }

.statement-section p,
.approach-intro p {
  width: min(100%, 725.33px);
  margin: 0 auto;
  color: var(--body-color);
  font-size: 20px;
  line-height: 1.8;
}

.title-section {
  width: min(calc(100% - 48px), var(--content-width));
  min-height: 220px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  text-align: center;
}

.title-section h1,
.title-section h2 {
  margin: 0;
  padding: 12px 0;
  color: var(--heading-color);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.125;
}

.philosophy-section { padding-top: 56px; padding-bottom: 56px; }

.philosophy-row {
  width: min(100%, var(--content-width));
  height: 266px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 48px;
  align-items: center;
}

.philosophy-row:last-child { margin-bottom: 0; }

.philosophy-row img { width: 100%; height: 266px; object-fit: fill; }

.philosophy-row h2 {
  margin: 0;
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.angles-section { padding-top: 56px; padding-bottom: 56px; }

.angle-grid,
.resource-grid {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
}

.angle-card img { width: 100%; height: auto; object-fit: fill; }

.angle-card h3,
.resource-card h3 {
  margin: 24px 0 0;
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.angle-card p {
  margin: 24px 0 0;
  color: var(--body-color);
  font-size: 18px;
  line-height: 1.8;
}

.resources-section { padding-top: 56px; padding-bottom: 56px; }

.resources-section > h2,
.approach-intro h2 {
  width: min(100%, var(--content-width));
  margin: 0 auto 40px;
  color: #000000;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
}

.resource-card h3 { margin-top: 0; }

.resource-card img { width: 100%; height: 169px; margin-top: 24px; object-fit: cover; }

.approach-intro { padding-top: 56px; padding-bottom: 56px; }

.approach-intro p { font-size: 18px; line-height: 1.8; }

.approach-steps { padding-top: 56px; padding-bottom: 56px; }

.approach-layout {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 338.66px minmax(0, 1fr);
  column-gap: 48px;
  align-items: start;
}

.approach-layout img { width: 100%; height: 202px; object-fit: fill; }

.approach-layout ol {
  margin: 0;
  padding: 0;
  display: grid;
  row-gap: 32px;
  list-style: none;
}

.approach-layout li {
  color: var(--heading-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.contact-section { padding-top: 56px; padding-bottom: 56px; text-align: center; }

.contact-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 32px;
  border: 1px solid var(--brand-green);
  color: var(--brand-green);
  background: transparent;
  font-family: var(--display-font);
  font-size: 22px;
  line-height: 1.25;
  text-decoration: none;
  transition: color 250ms ease, background-color 250ms ease;
}

.contact-button:hover,
.contact-button:focus-visible { color: #ffffff; background: var(--brand-green); }

.site-footer { min-height: 164.796875px; padding: 56px 24px; background: #ffffff; }

.footer-container {
  width: min(100%, var(--content-width));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.copyright { margin: 0; color: var(--muted-color); font-size: 16px; line-height: 1.8; }

.powered-by {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--muted-color);
  font-size: 16px;
  line-height: 1.8;
}

.powered-by span { margin: 0 0 4px; }
.powered-by img { width: 131px; height: 20px; object-fit: contain; }

@media (hover: none) {
  .slider-arrow { opacity: 1; visibility: visible; }
}

@media (max-width: 767px) {
  .lead-section,
  .slider-section,
  .statement-section,
  .philosophy-section,
  .angles-section,
  .resources-section,
  .approach-intro,
  .approach-steps,
  .contact-section { padding-right: 24px; padding-left: 24px; }

  .lead-section { min-height: 216px; padding-top: 40px; padding-bottom: 32px; }

  .slider-section { padding-top: 40px; padding-bottom: 40px; }
  .strategy-slider { height: 600px; }

  .statement-section { min-height: 260px; padding-top: 40px; padding-bottom: 40px; }

  .title-section { width: calc(100% - 48px); }
  .title-section--philosophy { min-height: 183.5px; }
  .title-section--angles { min-height: 215px; }

  .title-section h1,
  .title-section h2 { font-size: 28px; line-height: 1.125; }

  .title-section--angles h2 { max-width: 231px; }

  .philosophy-section { padding-top: 40px; padding-bottom: 64px; }

  .philosophy-row {
    height: auto;
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .philosophy-row:nth-child(2) h2 { order: 2; }
  .philosophy-row:nth-child(2) img { order: 1; }
  .philosophy-row img { height: 266px; }
  .philosophy-row h2 { margin-top: 24px; }

  .angles-section { padding-top: 40px; padding-bottom: 40px; }

  .angle-grid,
  .resource-grid { grid-template-columns: 1fr; }
  .angle-grid { row-gap: 24px; }
  .angle-card img { height: auto; }

  .resources-section { padding-top: 40px; padding-bottom: 40px; }

  .resources-section > h2,
  .approach-intro h2 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
  }

  .resource-grid { row-gap: 48px; }
  .resource-card h3 { text-align: center; }
  .resource-card img { height: 169px; }

  .approach-intro { padding-top: 40px; padding-bottom: 40px; }

  .approach-layout { grid-template-columns: 1fr; row-gap: 32px; }
  .approach-layout img { height: 202px; }

  .approach-steps { padding-top: 40px; padding-bottom: 40px; }

  .contact-section { padding-top: 40px; padding-bottom: 40px; text-align: left; }

  .site-footer { min-height: 214.390625px; padding: 40px 24px; }

  .footer-container { grid-template-columns: 1fr; text-align: center; }
  .copyright { text-align: center; }
  .powered-by { align-items: center; }
  .powered-by span { margin: 24px 0 4px; }
}

@media (prefers-reduced-motion: reduce) {
  .slider-track,
  .slider-slide,
  .slider-arrow,
  .contact-button { transition-duration: .01ms; }
}
