@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-400-800.woff2") format("woff2")
}

* {
  border-color: #d9dfd0
}

html {
  scroll-behavior: smooth
}

body {
  color: #102b24;
  -webkit-font-smoothing: antialiased;
  background: #fcfbf5;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.65
}

a {
  color: inherit;
  text-decoration: none
}

button {
  font: inherit
}

h1,
h2,
h3,
p {
  margin-top: 0
}

/* alle h2 in classe datenschutz */
.datenschutz h2 {
  max-width: 100% !important;
  margin-bottom: 22px !important;
  font-size: clamp(2.5rem, 4.35vw, 4.45rem);

  /* mache font size 70 prozent kleiner */
  font-size: clamp(1.75rem, 3.045vw, 3.115rem) !important;
}

.site-shell {
  overflow: hidden
}

.site-header {
  z-index: 10;
  background: #fcfbf5;
  border-bottom: 1px solid #d9dfd0;
  align-items: center;
  gap: 24px;
  height: 80px;
  padding: 0 6vw;
  display: flex;
  position: relative
}

.brand {
  flex-shrink: 0;
  align-items: center;
  gap: 11px;
  display: inline-flex
}

.brand-mark {
  object-fit: contain;
  width: 42px;
  height: 42px
}

.brand-type {
  letter-spacing: -1.2px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1
}

.brand-type strong {
  font-weight: 800
}

.desktop-nav {
  gap: clamp(18px, 2.6vw, 42px);
  margin-left: auto;
  display: flex
}

.desktop-nav a,
.header-contact {
  text-transform: uppercase;
  letter-spacing: .065em;
  font-size: 11px;
  font-weight: 800
}

.desktop-nav a {
  color: #425b52;
  transition: color .16s
}

.desktop-nav a:hover {
  color: #6d9e11
}

.header-contact {
  border: 1px solid #102b24;
  align-items: center;
  gap: 6px;
  margin-left: 10px;
  padding: 10px 14px;
  transition: background .16s, color .16s;
  display: inline-flex
}

.header-contact:hover {
  background: #7ab317;
  border-color: #7ab317
}

.menu-toggle,
.mobile-menu {
  display: none
}

.hero-section {
  color: #fff;
  isolation: isolate;
  align-items: flex-end;
  height: calc(100vh - 80px);
  min-height: 660px;
  max-height: 790px;
  display: flex;
  position: relative
}

.hero-image,
.hero-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.hero-image {
  object-fit: cover;
  object-position: center
}

.hero-overlay {
  z-index: 1;
  background: linear-gradient(90deg, #0d2a23ba, #0d2a234d 52%, #0d2a231f)
}

.hero-content {
  z-index: 2;
  max-width: 590px;
  margin: 0 6vw clamp(76px, 10vw, 125px);
  position: relative
}

.kicker {
  color: #6d9e11;
  text-transform: uppercase;
  letter-spacing: .14em;
  align-items: center;
  gap: 9px;
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex
}

.hof-mark {
  box-sizing: border-box;
  border: 1.5px solid;
  border-right-color: #0000;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative
}

.hof-mark:after {
  content: "";
  background: currentColor;
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: -2px;
  right: -2px
}

.kicker-on-image {
  color: #dbeab6
}

h1,
h2 {
  letter-spacing: -.052em;
  font-weight: 700;
  line-height: 1.06
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(3.5rem, 6vw, 5.9rem)
}

h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.35vw, 4.45rem)
}

.hero-content>p:not(.kicker) {
  color: #f0f5e8;
  max-width: 490px;
  margin-bottom: 30px;
  font-size: 17px
}

.hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  display: flex
}

.button {
  text-transform: uppercase;
  letter-spacing: .07em;
  align-items: center;
  gap: 9px;
  padding: 15px 18px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  transition: background .16s, transform .16s;
  display: inline-flex
}

.button:active {
  transform: scale(.98)
}

.button-linden {
  color: #102b24;
  background: #7ab317
}

.button-linden:hover {
  background: #a2d337
}

.quiet-link {
  color: #fff;
  border-bottom: 1px solid #ffffffa6;
  align-items: center;
  gap: 7px;
  padding-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex
}

.hero-caption {
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .11em;
  color: #e9f2d4;
  margin: 0;
  font-size: 9px;
  font-weight: 800;
  position: absolute;
  bottom: 28px;
  right: 6vw
}

.section {
  padding: clamp(85px, 10vw, 145px) 8.5vw
}

.split-heading {
  grid-template-columns: 1.1fr .8fr;
  align-items: end;
  gap: 8vw;
  display: grid
}

.section-intro {
  color: #40594f;
  max-width: 470px;
  margin: 0 0 3px;
  font-size: 18px
}

.image-pair {
  grid-template-columns: .85fr 1.15fr;
  align-items: stretch;
  gap: 7vw;
  margin-top: clamp(60px, 8vw, 110px);
  display: grid
}

figure {
  margin: 0
}

.image-large {
  min-height: 560px;
  position: relative
}

.image-large img,
.family-ribbon img,
.pathway-image img,
.board-banner img,
.contact-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block
}

.image-large figcaption {
  color: #fff;
  letter-spacing: .09em;
  text-transform: uppercase;
  text-shadow: 0 1px 10px #0009;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  bottom: 17px;
  left: 19px
}

.values-list {
  flex-direction: column;
  justify-content: center;
  display: flex
}

.value-row {
  border-top: 1px solid #d9dfd0;
  grid-template-columns: 49px 1fr;
  gap: 17px;
  padding: 22px 0;
  display: grid
}

.value-row:last-child {
  border-bottom: 1px solid #d9dfd0
}

.value-row>span {
  color: #7ab317;
  letter-spacing: .1em;
  padding-top: 5px;
  font-size: 10px;
  font-weight: 800
}

.value-row h3 {
  letter-spacing: -.035em;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.2
}

.value-row p {
  color: #597069;
  max-width: 470px;
  margin: 0;
  font-size: 14px
}

.family-ribbon {
  background: #efede1;
  grid-template-columns: 1.05fr .95fr;
  min-height: 460px;
  display: grid
}

.family-ribbon img {
  min-height: 460px
}

.family-ribbon-copy {
  align-self: center;
  padding: 60px 10vw 60px 7vw
}

.family-ribbon-copy>p:last-child {
  letter-spacing: -.04em;
  max-width: 490px;
  font-size: clamp(1.55rem, 2.4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.27
}

.pathway-heading {
  max-width: 780px
}

.pathway-layout {
  grid-template-columns: 1fr .75fr;
  align-items: center;
  gap: 8vw;
  margin-top: clamp(60px, 8vw, 110px);
  display: grid
}

.pathway-list {
  margin: 0;
  padding: 0;
  list-style: none
}

.pathway-list li {
  border-top: 1px solid #d9dfd0;
  grid-template-columns: 60px 1fr;
  gap: 18px;
  padding: 27px 0;
  display: grid
}

.pathway-list li:last-child {
  /* border-bottom: 1px solid #d9dfd0 */
}

.pathway-list span {
  color: #7ab317;
  letter-spacing: .08em;
  padding-top: 4px;
  font-size: 12px;
  font-weight: 800
}

.pathway-list h3 {
  letter-spacing: -.035em;
  margin-bottom: 5px;
  font-size: 21px
}

.pathway-list p {
  color: #597069;
  max-width: 400px;
  margin: 0;
  font-size: 14px
}

.pathway-image {
  height: 430px
}

.pathway-note {
  color: #40594f;
  max-width: 680px;
  margin: 45px 0 0;
  font-size: 15px
}

.network-inner {
  padding-top: clamp(85px, 10vw, 145px);
  padding-bottom: clamp(85px, 10vw, 135px)
}

.network-grid {
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 8vw;
  display: grid
}

.network-copy {
  color: #dbe4d8;
  max-width: 480px;
  margin: 26px 0 0;
  font-size: 16px
}

.partner-line {
  /* border-top: 1px solid #ffffff47; */
  grid-template-columns: 0.37fr 1.35fr;
  gap: 4vw;
  margin-top: 70px;
  padding-top: 22px;
  display: grid
}

.partner-line p {
  color: #b8d877;
  letter-spacing: .07em;
  text-transform: uppercase;
  margin: 0;
  font-size: 11px;
  font-weight: 800
}

.partner-line div {
  flex-wrap: wrap;
  gap: 8px 22px;
  display: flex
}

.partner-line span {
  font-size: 16px;
  font-weight: 600
}

.board-banner {
  height: 340px
}

.board-banner img {
  object-position: center 52%
}

.board-content {
  padding-top: clamp(72px, 8vw, 110px)
}

.board-heading {
  grid-template-columns: 1.1fr .8fr;
  align-items: end;
  gap: 8vw;
  display: grid
}

.board-heading p:not(.kicker) {
  color: #40594f;
  max-width: 460px;
  margin: 0 0 3px;
  font-size: 16px
}

.board-list {
  /* border-top: 2px solid #7ab317; */
  margin-top: 110px
}

.board-list article {
  border-bottom: 1px solid #d9dfd0;
  grid-template-columns: 74px minmax(200px, 1fr) .85fr;
  align-items: baseline;
  gap: 20px;
  padding: 20px 0;
  transition: background .15s, padding .15s;
  display: grid
}

.board-list article:hover {
  background: #e7f0d3;
  padding-left: 17px;
  padding-right: 17px
}

.board-list span {
  color: #6d9e11;
  letter-spacing: .1em;
  font-size: 10px;
  font-weight: 800
}

.board-list h3 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 22px;
  font-weight: 800
}

.board-list p {
  color: #597069;
  margin: 0;
  font-size: 13px
}

.contact-section {
  color: #102b24;
  background: #efede1;
  grid-template-columns: 1fr 1fr;
  display: grid
}

.contact-content {
  padding: clamp(85px, 10vw, 145px) 8.5vw
}

.kicker-on-green {
  color: #6d9e11
}

.contact-content h2 {
  max-width: 600px;
  font-size: clamp(2.6rem, 4.3vw, 4.5rem)
}

.contact-content>p:not(.kicker) {
  max-width: 480px;
  margin: 22px 0 30px
}

.button-light {
  color: #102b24;
  background: #7ab317
}

.button-light:hover {
  background: #a2d337
}

.contact-details {
  border-top: 1px solid #102b243d;
  gap: 10px;
  margin-top: 59px;
  padding-top: 22px;
  display: grid
}

.contact-details a,
.contact-details address {
  color: #102b24;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-style: normal;
  display: flex
}

.contact-image {
  min-height: 620px
}

.contact-image img {
  object-position: center
}

.site-footer {
  background: #fcfbf5;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 29px 6vw;
  display: flex
}

.site-footer p {
  color: #597069;
  margin: 0;
  font-size: 11px
}

.site-footer .footer-links {
  align-items: center;
  gap: 22px;
  display: flex
}

.site-footer .footer-links a {
  color: #426313;
  text-transform: uppercase;
  letter-spacing: .07em;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex
}

@media (max-width:820px) {

  .desktop-nav,
  .header-contact {
    display: none
  }

  .site-header {
    height: 72px;
    padding: 0 5vw
  }

  .menu-toggle {
    color: #102b24;
    background: 0 0;
    border: 0;
    place-items: center;
    margin-left: auto;
    padding: 7px;
    display: grid
  }

  .mobile-menu {
    opacity: 0;
    pointer-events: none;
    background: #fcfbf5;
    border-top: 1px solid #d9dfd0;
    flex-direction: column;
    gap: 1px;
    padding: 20px 5vw 26px;
    transition: opacity .15s, transform .15s;
    display: flex;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    transform: translateY(-8px);
    box-shadow: 0 12px 22px #102b2414
  }

  .mobile-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
  }

  .mobile-menu a {
    letter-spacing: -.035em;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 21px;
    font-weight: 700;
    display: flex
  }

  .mobile-menu a:last-child {
    color: #5e8c0d;
    border-top: 1px solid #d9dfd0;
    margin-top: 9px;
    padding-top: 18px;
    font-size: 16px
  }

  .hero-section {
    height: calc(100svh - 72px);
    min-height: 620px
  }

  .hero-content {
    margin-left: 7vw;
    margin-right: 7vw
  }

  .hero-caption {
    left: 7vw;
    right: auto
  }

  .split-heading,
  .image-pair,
  .pathway-layout,
  .network-grid,
  .board-heading,
  .contact-section,
  .family-ribbon {
    grid-template-columns: 1fr;
    gap: 34px
  }

  .section {
    padding-left: 7vw;
    padding-right: 7vw
  }

  .image-large {
    width: 88%;
    min-height: 450px
  }

  .values-list {
    margin-top: 10px
  }

  .family-ribbon img {
    min-height: 330px
  }

  .family-ribbon-copy {
    padding: 55px 7vw 62px
  }

  .pathway-image {
    height: 330px
  }

  .partner-line {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 54px
  }

  .board-banner {
    height: 250px
  }

  .board-list {
    margin-top: 42px
  }

  .board-list article {
    grid-template-columns: 42px 1fr;
    gap: 7px 14px
  }

  .board-list p {
    grid-column: 2
  }

  .contact-content {
    padding-left: 7vw;
    padding-right: 7vw
  }

  .contact-image {
    min-height: 420px
  }
}

@media (max-width:500px) {
  h1 {
    font-size: clamp(3.3rem, 15.5vw, 4.6rem)
  }

  h2 {
    font-size: clamp(2.35rem, 11.5vw, 3.4rem)
  }

  .hero-content>p:not(.kicker) {
    font-size: 14px
  }

  .hero-caption {
    max-width: 260px;
    font-size: 8px;
    line-height: 1.5
  }

  .section-intro {
    font-size: 16px
  }

  .image-large {
    min-height: 380px
  }

  .value-row {
    grid-template-columns: 38px 1fr;
    padding: 19px 0
  }

  .value-row h3,
  .pathway-list h3,
  .board-list h3 {
    font-size: 18px
  }

  .value-row p,
  .pathway-list p {
    font-size: 12px
  }

  .family-ribbon-copy>p:last-child {
    font-size: 24px
  }

  .pathway-list li {
    grid-template-columns: 42px 1fr
  }

  .pathway-image {
    height: 250px
  }

  .partner-line span {
    font-size: 14px
  }

  .board-banner {
    height: 210px
  }

  .board-list article {
    padding: 17px 0
  }

  .contact-image {
    min-height: 340px
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    display: grid
  }

  .site-footer p {
    grid-area: 2/1/auto/-1;
    font-size: 10px
  }
}

@media (prefers-reduced-motion:reduce) {

  *,
  :before,
  :after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important
  }
}

.hero-overlay {
  background: linear-gradient(90deg, #0d2a239e, #0d2a233d 54%, #0d2a2314)
}

h1 {
  letter-spacing: -.055em;
  max-width: 560px;
  font-size: clamp(3.35rem, 5.35vw, 5.25rem);
  line-height: 1.08
}

h2 {
  letter-spacing: -.045em;
  font-size: clamp(2.35rem, 3.95vw, 4rem);
  font-weight: 600;
  line-height: 1.1
}

.hof-mark {
  border-width: 1.5px;
  width: 16px;
  height: 16px
}

.hof-mark:after {
  width: 5px;
  height: 5px
}

.section-heading .kicker:after,
.network-section .kicker:after,
.family-ribbon-copy .kicker:after,
.contact-content .kicker:after {
  content: "";
  opacity: .65;
  background: currentColor;
  width: 42px;
  height: 1px;
  margin-left: 5px;
  display: block
}

.network-grid h2 {
  max-width: 590px
}

.board-heading h2,
.contact-content h2 {
  font-weight: 600
}

@media (max-width:820px) {
  h1 {
    font-size: clamp(3.1rem, 12vw, 4.45rem)
  }

  h2 {
    font-size: clamp(2.15rem, 9vw, 3.15rem)
  }

}

.partner-line div {
  align-items: center
}

.partner-line a {
  color: #fff;
  border-bottom: 1px solid #0000;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: color .16s, border-color .16s;
  display: inline-flex
}

.board-statement {
  font-style: italic;
  line-height: 1.68;
  color: #40594f !important;
  font-size: 13px !important
}

@media (max-width:820px) {
  .partner-line a {
    font-size: 14px
  }

  .board-list .board-statement {
    grid-column: 2
  }
}

.brand-copy {
  flex-direction: column;
  gap: 4px;
  display: flex
}

.brand-subtitle {
  color: #597069;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 7px;
  font-weight: 800;
  line-height: 1
}

.value-row,
.pathway-list li,
.board-list article {
  position: relative
}

.value-row:before,
.pathway-list li:before,
.board-list article:before {
  content: "";
  box-sizing: border-box;
  border: 1.5px solid #7ab317;
  border-right-color: #0000;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%)
}

.value-row:after,
.pathway-list li:after,
.board-list article:after {
  content: "";
  background: #7ab317;
  width: 4px;
  height: 4px;
  position: absolute;
  top: calc(50% + 4px);
  left: -17px
}

.pathway-list li:before,
.pathway-list li:after {
  left: -14px
}

.board-list article:before,
.board-list article:after {
  left: -17px
}

@media (max-width:820px) {
  .brand-mark-original {
    width: 50px;
    height: 42px
  }

  .brand-subtitle {
    font-size: 6px
  }

  .value-row:before,
  .value-row:after,
  .pathway-list li:before,
  .pathway-list li:after,
  .board-list article:before,
  .board-list article:after {
    left: -10px
  }
}

.intro-section {
  background: #f8f3e5
}

.pathway-section {
  background: #f3efe1
}

.board-section {
  background: #e9eedf
}

.site-footer {
  background: #eef0e5
}

.network-grid h2 {
  color: #102b24;
  max-width: 660px
}

.network-grid h2 span {
  color: #5f8e12
}

.network-copy {
  color: #3f574c;
  max-width: 530px
}

@media (max-width:820px) {
  .network-grid h2 {
    max-width: 500px
  }
}

.brand-mark-original {
  object-position: center;
  width: 48px;
  height: 42px
}

.board-list article {
  grid-template-columns: 74px minmax(200px, .72fr) 1.28fr;
  align-items: start;
  padding: 22px 0
}

.board-list>article>span {
  padding-top: 6px
}

.board-list h3 {
  margin: 0 0 5px
}

.board-role {
  font-weight: 700;
  line-height: 1.45;
  color: #426313 !important;
  font-size: 11px !important
}

.network-section {
  color: #102b24;
  background: #dde6cd
}

.network-section .kicker {
  color: #5c8b10
}

.network-grid h2 {
  color: #102b24
}

.network-copy {
  color: #3f574c
}

.partner-line {
  border-color: #102b243d
}

.partner-line p {
  color: #5c8b10
}

.partner-line span,
.partner-line a {
  color: #102b24
}

.partner-line a:hover {
  color: #5c8b10;
  border-bottom-color: #5c8b10
}

.brand-copy {
  gap: 5px
}

.brand-subtitle {
  color: #40594f;
  font-size: 7px
}

@media (max-width:820px) {

  .brand-mark-original {
    width: 53px;
    height: 44px
  }
}

.intro-context {
  border-top: 1px solid #d9dfd0;
  grid-template-columns: 1.15fr .85fr;
  gap: 7vw;
  margin-top: 44px;
  padding: 26px 0 0;
  display: grid
}

.intro-context>p {
  color: #40594f;
  max-width: 660px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75
}

.intro-context>div {
  border-left: 3px solid #7ab317;
  padding: 3px 0 3px 20px
}

.intro-context span,
.family-principles span {
  color: #5c8b10;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 800;
  display: block
}

.intro-context div p {
  color: #273f34;
  margin: 0;
  font-size: 14px;
  line-height: 1.7
}

.family-ribbon-copy h3 {
  color: #102b24;
  letter-spacing: -.045em;
  max-width: 560px;
  margin: 0 0 16px;
  font-size: clamp(1.8rem, 2.7vw, 2.85rem);
  font-weight: 600;
  line-height: 1.17
}

.family-ribbon-lead {
  color: #40594f;
  max-width: 560px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7
}

.family-principles {
  border-top: 1px solid #d9dfd0;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
  padding-top: 21px;
  display: grid
}

.family-principles div {
  min-width: 0
}

.family-principles p {
  color: #52675e;
  margin: 0;
  font-size: 11px;
  line-height: 1.65
}

.pathway-context {
  border-top: 1px solid #d9dfd0;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  max-width: 980px;
  margin: 42px 0 0 auto;
  padding: 22px 0 0;
  display: grid
}

.pathway-context p {
  color: #40594f;
  margin: 0;
  font-size: 15px;
  line-height: 1.75
}

.pathway-context p:first-child {
  color: #102b24;
  font-weight: 600
}

.pathway-list li {
  padding: 25px 0
}

.pathway-list p {
  max-width: 520px
}

.pathway-note {
  border-top: 1px solid #d9dfd0;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  max-width: none;
  margin-top: 45px;
  padding: 22px 0 0;
  display: grid
}

.pathway-note p {
  color: #40594f;
  max-width: 690px;
  margin: 0;
  font-size: 15px
}

.pathway-note span {
  color: #5c8b10;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: right;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5
}

@media (max-width:820px) {

  .intro-context,
  .pathway-context {
    grid-template-columns: 1fr;
    gap: 20px
  }

  .family-principles {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .family-ribbon-copy {
    padding-top: 55px
  }

  .pathway-context {
    margin-top: 31px
  }

  .pathway-note {
    grid-template-columns: 1fr;
    gap: 14px
  }

  .pathway-note span {
    text-align: left
  }
}

.kicker {
  letter-spacing: .12em;
  font-size: 12px
}

.desktop-nav a,
.header-contact,
.button {
  font-size: 12px
}

.quiet-link {
  font-size: 14px
}

.hero-caption {
  font-size: 11px;
  line-height: 1.55
}

.image-large figcaption,
.value-row>span,
.pathway-list span,
.board-list>article>span {
  font-size: 12px
}

.value-row p,
.pathway-list p {
  color: #40594f;
  font-size: 16px;
  line-height: 1.72
}

.network-copy {
  font-size: 17px;
  line-height: 1.72
}

.partner-line p {
  font-size: 12px
}

.partner-line span,
.partner-line a {
  font-size: 17px
}

.board-role {
  line-height: 1.6;
  font-size: 13px !important
}

.board-statement {
  line-height: 1.75;
  color: #304a40 !important;
  font-size: 15px !important
}

.contact-details a,
.contact-details address {
  font-size: 15px;
  line-height: 1.65
}

.site-footer p,
.site-footer .footer-links a,
.intro-context span,
.family-principles span {
  font-size: 12px
}

.intro-context div p {
  font-size: 16px;
  line-height: 1.75
}

.family-ribbon-lead {
  font-size: 17px;
  line-height: 1.75
}

.family-principles p {
  color: #40594f;
  font-size: 14px;
  line-height: 1.72
}

.pathway-context p,
.pathway-note p {
  font-size: 16px;
  line-height: 1.75
}

.pathway-note span {
  font-size: 12px;
  line-height: 1.65
}

@media (max-width:820px) {
  .kicker {
    font-size: 11px
  }

  .desktop-nav a,
  .header-contact {
    font-size: 12px
  }

  .hero-caption {
    font-size: 10px
  }

  .value-row p,
  .pathway-list p {
    font-size: 15px
  }

  .network-copy {
    font-size: 16px
  }

  .partner-line span,
  .partner-line a {
    font-size: 15px
  }

  .board-statement {
    font-size: 14px !important
  }

  .contact-details a,
  .contact-details address {
    font-size: 14px
  }

  .family-ribbon-lead {
    font-size: 16px
  }

  .family-principles p {
    font-size: 14px
  }

  .intro-context div p,
  .pathway-context p,
  .pathway-note p {
    font-size: 15px
  }
}

.landscape-label {
  color: #5c8b10;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 800
}

.collaboration-atlas {
  /* border-top: 2px solid #7ab317; */
  border-bottom: 1px solid #102b243d;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(34px, 6vw, 84px);
  margin-top: clamp(72px, 9vw, 118px);
  padding: 0 0 38px;
  display: grid
}

.planning-session {
  min-height: 530px;
  margin: 0;
  position: relative
}

.planning-session img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0
}

.planning-session:after {
  content: "";
  background: linear-gradient(#0000 58%, #102b2485);
  position: absolute;
  inset: 0
}

.planning-session figcaption {
  z-index: 1;
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 22px
}

.planning-session .hof-mark {
  width: 15px;
  height: 15px
}

.collaboration-story {
  align-self: center;
  padding: 28px 0
}

.collaboration-story h3 {
  letter-spacing: -.05em;
  margin: 0 0 18px;
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 600;
  line-height: 1.13
}

.collaboration-story>p:not(.kicker) {
  color: #40594f;
  max-width: 560px;
  margin: 0;
  font-size: 17px;
  line-height: 1.76
}

.collaboration-story blockquote {
  color: #173a31;
  letter-spacing: -.025em;
  border-left: 3px solid #7ab317;
  margin: 28px 0;
  padding: 18px 0 18px 21px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.45
}

.collaboration-story .collaboration-note {
  font-size: 15px
}

.competence-river {
  border-top: 1px solid #102b243d;
  grid-column: 1/-1;
  grid-template-columns: .35fr 1.65fr;
  gap: 6vw;
  margin-top: 14px;
  padding-top: 30px;
  display: grid
}

.competence-river-intro p:last-child {
  color: #40594f;
  max-width: 300px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7
}

.competence-river-list {
  /* border-left: 1px solid #c8d4b7; */
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  display: grid
}

.competence-river-list article {
  /* 
  border-bottom: 1px solid #c8d4b7;
  border-right: 1px solid #c8d4b7;
  */
  min-height: 158px;
  padding: 17px 18px 20px 27px;
  position: relative
}

.competence-river-list article:nth-child(-n +3) {
  /*  border-top: 1px solid #c8d4b7 */
}

.competence-river-list article:before {
  content: "";
  background: #7ab317;
  width: 18px;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 0
}

.competence-river-list span {
  color: #5c8b10;
  letter-spacing: .1em;
  font-size: 11px;
  font-weight: 800
}

.competence-river-list h4 {
  color: #102b24;
  margin: 10px 0 5px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3
}

.competence-river-list p {
  color: #40594f;
  margin: 0;
  font-size: 14px;
  line-height: 1.68
}

.collaboration-outcome {
  border-top: 1px solid #102b243d;
  grid-column: 1/-1;
  grid-template-columns: .31fr 1fr;
  gap: 30px;
  padding: 28px 0 0;
  display: grid
}

.collaboration-outcome span {
  color: #5c8b10;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800
}

.collaboration-outcome p {
  color: #273f34;
  max-width: 800px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.65
}

.brand-mark-original {
  width: 70px;
  height: 53px
}

.brand-type {
  font-size: 23px
}

.brand-subtitle {
  letter-spacing: .12em;
  font-size: 9px
}

@media (max-width:820px) {
  .collaboration-atlas {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 58px
  }

  .planning-session {
    min-height: 345px
  }

  .collaboration-story {
    padding: 0
  }

  .collaboration-story h3 {
    font-size: clamp(1.9rem, 8vw, 2.6rem)
  }

  .collaboration-story>p:not(.kicker) {
    font-size: 16px
  }

  .collaboration-story blockquote {
    font-size: 18px
  }

  .competence-river {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0
  }

  .competence-river-list {
    grid-template-columns: 1fr
  }

  .competence-river-list article,
  .competence-river-list article:nth-child(-n

    /**/
    +3) {
    border-top: 0;
    min-height: auto
  }

  .competence-river-list article:first-child {
    border-top: 1px solid #c8d4b7
  }

  .collaboration-outcome {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 8px
  }

  .collaboration-outcome p {
    font-size: 16px
  }

  .brand-mark-original {
    width: 59px;
    height: 48px
  }

  .brand-type {
    font-size: 21px
  }

  .brand-subtitle {
    font-size: 8px
  }
}