html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --ease-fast: cubic-bezier(0.22,1,0.36,1);
}
a{color:inherit;}
.featured-feature {
    width: 100%;
    background: #F6FAF7;
    color: #14211C;
    border-bottom: 1px solid #D3E1D8;
  }
.featured-surface {
    max-width: 1680px;
    margin: 0 auto;
    padding: 1.5rem 1.87rem;
    display: flex;
    align-items: center;
    gap: 2.46rem;
  }
.media-service {
    font-size: calc(19.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #14211C;
    text-decoration: none;
    white-space: nowrap;
  }
.media-service:hover {
    color: #C9E265;
  }
.secondary-note {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.46rem * 1.25);
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 19.7px;
    color: #14211C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 290ms var(--ease-fast),
                border-color 290ms var(--ease-fast);
  }
.nav-list a:hover {
    color: #C9E265;
    border-bottom-color: #C9E265;
  }
.clear-callout {
    flex: 0 0 auto;
    margin-left: auto;
  }
.plain-frame {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #0E7C6B;
    color: #F2FBF8;
    border-radius: 0.45rem;
    font-size: calc(19.7px * .875);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.13);
    transition: background 290ms var(--ease-fast),
                box-shadow 290ms var(--ease-fast);
  }
.plain-frame:hover{
    background: #0A6558;
    box-shadow: 0 8px 24px rgba(0,0,0,0.17);color:#14211C;}
.columns {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #E4EFE8;
    color: #2A3B34;
    border: 1px solid #D3E1D8;
    border-radius: 0.28rem;
    cursor: pointer;
    margin-left: auto;
  }
.bottom-quote{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2A3B34;
    border-radius: 2px;
    transition: transform 290ms var(--ease-fast),
                opacity 290ms var(--ease-fast);color:#14211C;}
.columns[aria-expanded="true"] .bottom-quote:nth-child(1){transform: translateY(7px) rotate(45deg);}
.columns[aria-expanded="true"] .bottom-quote:nth-child(2){opacity: 0;}
.columns[aria-expanded="true"] .bottom-quote:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .featured-surface {
      flex-wrap: wrap;
      align-items: center;
      gap: calc(2.46rem * 0.75);
    }

    .columns {
      display: flex;
    }

    .clear-callout {
      display: none;
    }

    .secondary-note {
      display: none;
      flex: 1 1 100%;
      width: 100%;
      order: 3;
      padding-top: calc(2.46rem * 1.5);
      border-top: 1px solid #D3E1D8;
      margin-top: calc(2.46rem * 1.5);
    }

    .secondary-note.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-list li {
      border-bottom: 1px solid #D3E1D8;
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-list a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 19.7px;
      border-bottom: none;
    }

    .nav-list a:hover {
      border-bottom-color: transparent;
    }
  }
.clear-figure{font-family:"Exo 2", sans-serif;font-size:19.7px;line-height:1.76;padding:calc(1.5rem * 2.4) 1.87rem;background:#0B3B33;color:#EAF6F1;}
.primary-feature{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.46rem * 1.5)}
.wide-links{display:grid;grid-template-columns:1.4fr 1.2fr 0.9fr 1.3fr;gap:calc(1.5rem * .75);align-items:start}
.contact-service{display:flex;flex-direction:column;gap:1.5rem;min-width:0}
.wide-region{font-size:calc(19.7px * 1.125);font-weight:600;letter-spacing:0.01em;margin:0}
.plain-quote{margin:0;font-size:calc(19.7px * .875);line-height:1.76;max-width:32ch}
.surface{font-size:calc(19.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem 0;opacity:0.85}
.quiet-surface{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:0.4rem 2.46rem}
.top-list .quiet-surface{grid-template-columns:1fr}
.quiet-surface li{margin:0}
.quiet-surface a{color:inherit;text-decoration:none;font-size:calc(19.7px * .875);border-bottom:1px solid transparent;transition:border-color 290ms var(--ease-fast)}
.quiet-surface a:hover,
  .quiet-surface a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.content-proof{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.content-proof li{display:flex;flex-direction:column;gap:0.15rem}
.main-service{font-size:calc(19.7px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.75}
.public-surface{font-size:calc(19.7px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.site-intro{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:1.5rem}
.site-intro p{margin:0;font-size:calc(19.7px * .875);line-height:1.76;max-width:90ch}
.site-intro a{color:inherit;text-decoration:underline}
.content-fields{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:1.5rem}
.content-fields p{margin:0;font-size:calc(19.7px * .875)}
@media (max-width: 1024px) {.wide-links{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.clear-figure{padding:calc(2.46rem * 1.5) 1.87rem;background:#0B3B33;color:#EAF6F1;}.wide-links{grid-template-columns:1fr;gap:calc(2.46rem * 1.5)}.quiet-surface{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.87rem;right:1.87rem;bottom:1.5rem;z-index:1200;}
.cookies .simple-list{max-width:1680px;margin:0 auto;background:#FFFFFF;border:1px solid #D3E1D8;border-radius:0.79rem;box-shadow:0 8px 24px rgba(0,0,0,0.17);padding:calc(1.5rem * .9) 1.87rem;display:grid;grid-template-columns:1fr auto;gap:12px 2.46rem;align-items:center;color:#14211C;}
.cookies .content-rail{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .quiet-headline{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .quiet-headline button{border:1px solid #D3E1D8;background:#E4EFE8;color:#2A3B34;border-radius:0.28rem;padding:8px 12px;cursor:pointer;}
.cookies .quiet-headline button.cookie-accept{background:#C9E265;color:#12261C;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .simple-list{grid-template-columns:1fr;}
        .cookies p,.cookies .quiet-headline{grid-column:auto;grid-row:auto;}
        .cookies .quiet-headline{justify-content:flex-start;}
    }
.offer-feature{
        --axis-soft: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: #F6FAF7;
        color: #14211C;
    }
.offer-feature .simple-list{max-width: 1680px;
        margin: 0 auto;}
.offer-feature .bottom-summary{display: flex;
        flex-direction: column;
        gap: calc(2.46rem * 1.5);}
.offer-feature h1,
    .offer-feature p{margin: 0;}
.offer-feature h1{font-size: calc(19.7px * 2.65);
        line-height: 1.08;}
.offer-feature .secondary-actions{font-size: calc(19.7px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #2A3B34;}
.offer-feature .clear-proof{display: flex;
        flex-direction: column;
        gap: calc(2.46rem * 1.5);
        max-width: 72ch;}
.offer-feature .clear-proof p{font-size: 19.7px;
        line-height: 1.76;}
.offer-feature .offer-wrap{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 2.46rem;
        margin-top: 1.5rem;}
.offer-feature .steady-callout{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.28rem;
        background: #0E7C6B;
        color: #F2FBF8;
        text-decoration: none;
        font-size: 19.7px;
        transition: background 290ms var(--ease-fast);
    }
.offer-feature .steady-callout:hover{
        background: #0A6558;color:#14211C;}
.offer-feature .visual-track{font-size: calc(19.7px * .875);
        color: #2A3B34;}
.offer-feature .visual-track a{color: #0E7C6B;
        text-decoration: underline;
        text-underline-offset: 3px;}
.offer-feature .visual-track a:hover{color:inherit;}
@media (max-width: 720px) {.offer-feature h1{}.offer-feature .offer-wrap{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.team-callout{--axis-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.team-callout .simple-list{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.46rem * 1.5);}
.team-callout h2,.team-callout h3,.team-callout p{margin:0;}
.team-callout h2{font-size:calc(19.7px * 2);line-height:1.14;}
.team-callout p{font-size:19.7px;line-height:1.76;}
.team-callout .clear-unit{display:flex;flex-direction:column;gap:1.5rem;}
.team-callout .secondary-actions{}
.team-callout .quiet-body{display:flex;flex-direction:column;gap:calc(1.5rem / 1.4);}
.team-callout details{padding:calc(calc(1.5rem * .75) * 1.1) calc(calc(1.5rem * .75) * 1.2);border-radius:0.45rem;background:#FFFFFF;color:#14211C;border:1px solid #D3E1D8;}
.team-callout summary{cursor:pointer;font-weight:700;font-size:calc(19.7px * 1.125);line-height:1.3;list-style:none;}
.team-callout summary::-webkit-details-marker{display:none;}
.team-callout summary::after{content:"+";float:right;font-weight:400;}
.team-callout details[open] summary::after{content:"\2212";}
.team-callout details p{margin-top:calc(1.5rem / 3);}
.team-callout .visual-track{font-size:calc(19.7px * .875);}
.team-callout .visual-track a{text-decoration:underline;text-underline-offset:3px;}
.team-callout .visual-track a:hover{}
@media (max-width:720px){.team-callout details{padding:calc(1.5rem * .75);}.team-callout summary{font-size:19.7px;}
}
.profile{--axis-soft:calc(1.5rem * 0.92);--state-content:calc(1680px / 2.40);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.profile .simple-list{max-width:1680px;margin:0 auto;}
.profile h1,.profile h2,.profile h3,.profile p,.profile ol,.profile li{margin:0;}
.profile h2{font-size:calc(19.7px * 2);line-height:1.12;}
.profile h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.profile p{font-size:19.7px;line-height:1.76;}
.profile a{color:#0E7C6B;text-decoration:underline;text-underline-offset:3px;}
.profile a:hover{color:inherit;}
.profile .clear-unit{max-width:var(--state-content);}
.profile .compact-media{margin-bottom:calc(1.5rem / 2);font-size:calc(19.7px * .875);letter-spacing:.06em;text-transform:uppercase;color:#2A3B34;}
.profile .secondary-actions{margin-top:1.5rem;}
.profile .content-stack{list-style:none;padding:0;margin-top:var(--axis-soft);display:flex;flex-direction:column;gap:var(--axis-soft);}
.profile .visual-list{display:flex;gap:2.46rem;align-items:flex-start;padding-top:calc(2.46rem * 1.5);border-top:1px solid #D3E1D8;}
.profile .visual-list:first-child{border-top:0;padding-top:0;}
.profile .plain-region{flex:0 0 auto;font-size:calc(19.7px * .875);font-weight:600;letter-spacing:.08em;color:#12261C;background:#C9E265;padding:calc(calc(1.5rem * .75) / 3) calc(calc(1.5rem * .75) / 1.4);border-radius:0.28rem;}
.profile .clear-proof{min-width:0;}
.profile .clear-proof p{margin-top:calc(1.5rem / 3);}
.profile .visual-track{margin-top:var(--axis-soft);padding-top:calc(2.46rem * 1.5);border-top:1px solid #D3E1D8;font-size:calc(19.7px * .875);color:#2A3B34;}
@media (max-width:640px){.profile .visual-list{flex-direction:column;gap:calc(2.46rem / 2);}
}
.team-region{
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
  color:#F2FBF8;
}
.team-region .simple-list{max-width:1680px;
  margin:0 auto;}
.team-region .secondary-actions{margin-bottom:calc(2.46rem * 1.5);}
.team-region .secondary-actions h2{margin:0;
  font-size:calc(19.7px * 2);
  line-height:1.1;}
.team-region .secondary-actions p{margin:1.5rem 0 0;
  font-size:calc(19.7px * 1.125);
  line-height:1.76;}
.team-region .bottom-summary{display:flex;
  flex-wrap:wrap;
  gap:1.5rem 2.46rem;}
.team-region .visual-list{flex:1 1 22rem;
  min-width:0;
  padding-top:1.5rem;
  border-top:1px solid rgba(242,251,248,0.28);}
.team-region .visual-list h3{margin:0;
  font-size:calc(19.7px * 1.35);
  line-height:1.2;}
.team-region .visual-list p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.76;}
.team-region .visual-track{margin-top:calc(2.46rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid rgba(242,251,248,0.28);}
.team-region .visual-track p{margin:0;
  line-height:1.76;}
.team-region .visual-track a{text-decoration:underline;
  text-underline-offset:3px;}
.team-region .visual-track a:hover{}
@media(max-width:760px){.team-region .bottom-summary{
    flex-direction:column;
  }.team-region .visual-list{
    flex:1 1 auto;
  }
}
.clear-content{--axis-soft:calc(1.5rem * 1.05);--state-strong:calc(1680px / 4.4);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.clear-content .simple-list{max-width:1680px;margin:0 auto;}
.clear-content h1,.clear-content h2,.clear-content h3,.clear-content p{margin:0;}
.clear-content h2{font-size:calc(19.7px * 2);line-height:1.14;}
.clear-content h3{font-size:calc(19.7px * 1.35);line-height:1.22;}
.clear-content p{font-size:19.7px;line-height:1.76;}
.clear-content a{color:#0E7C6B;text-decoration:none;}
.clear-content a:hover{color:inherit;}
.clear-content .compact-media{font-size:calc(19.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2A3B34;}
.clear-content .secondary-actions{margin-top:calc(1.5rem / 2);}
.clear-content .steady-callout{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#0E7C6B;color:#F2FBF8;font-size:calc(19.7px * .875);}
.clear-content .steady-callout:hover{background:#0A6558;color:#F2FBF8;}
.clear-content .content-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.46rem;margin-top:var(--axis-soft);}
.clear-content .visual-list{flex:1 1 var(--state-strong);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #D3E1D8;}
.clear-content .visual-list p{margin-top:calc(1.5rem / 3);color:#2A3B34;}
.clear-content .visual-track{margin-top:var(--axis-soft);font-size:calc(19.7px * .875);color:#2A3B34;}
.clear-content .active-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.46rem;}
.clear-content .active-lead>.clear-proof{flex:1 1 auto;min-width:0;}
.clear-content .active-lead>.steady-callout{flex:0 0 auto;}
.clear-content .active-lead>.content-stack,.clear-content .active-lead>.visual-track{flex:1 1 100%;}
.clear-content .clear-proof h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.clear-content .visual-list{flex:1 1 100%;}
}
.service-surface{
  background:#F6FAF7;
  color:#14211C;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.service-surface .simple-list{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.46rem * 1.5);}
.service-surface .clear-unit{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:2.46rem;
  border-bottom:1px solid #D3E1D8;
  padding-bottom:1.5rem;}
.service-surface h2{margin:0;
  font-size:calc(19.7px * 2);
  line-height:1.12;
  letter-spacing:0;}
.service-surface .clear-unit a{flex:0 0 auto;
  color:#0E7C6B;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  font-size:calc(19.7px * .875);
  transition:color 290ms var(--ease-fast);}
.service-surface .clear-unit a:hover{color:inherit;}
.service-surface .active-items{margin:0;
  font-size:calc(19.7px * 1.125);
  line-height:1.76;}
.service-surface .wide-rail{display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.service-surface .wide-rail span{
  background:#E4EFE8;
  color:#2A3B34;
  border:1px solid #D3E1D8;
  border-radius:1.32rem;
  padding:.5rem .9rem;
  font-size:calc(19.7px * .875);
  line-height:1.4;
}
@media (max-width:720px){.service-surface .clear-unit{
    flex-direction:column;
    align-items:flex-start;
    gap:1.5rem;
  }
}
.public-benefit{
  --axis-soft:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:#E4EFE8;
  color:#2A3B34;
}
.public-benefit .simple-list{max-width:1680px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(2.46rem * 1.5);}
.public-benefit h2,
.public-benefit h3,
.public-benefit p{margin:0;}
.public-benefit h2{font-size:calc(19.7px * 2);
  line-height:1.14;}
.public-benefit h3{font-size:calc(19.7px * 1.35);
  line-height:1.22;}
.public-benefit p{font-size:19.7px;
  line-height:1.76;}
.public-benefit .clear-unit .compact-media{font-size:calc(19.7px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.78;
  margin-bottom:calc(1.5rem / 2);}
.public-benefit .clear-unit .secondary-actions{margin-top:1.5rem;}
.public-benefit .content-stack{display:flex;
  flex-direction:column;
  gap:var(--axis-soft);
  border-top:1px solid #D3E1D8;
  padding-top:calc(2.46rem * 1.5);}
.public-benefit .visual-list{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
  padding-bottom:var(--axis-soft);
  border-bottom:1px solid #D3E1D8;}
.public-benefit .visual-list:last-child{border-bottom:0;
  padding-bottom:0;}
.public-benefit .secondary-flow{font-size:calc(19.7px * .875);
  font-weight:600;}
.public-benefit .visual-track{display:inline-block;
  margin-top:calc(1.5rem / 4);
  font-size:calc(19.7px * .875);
  font-weight:600;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:2px;
  transition:color 290ms var(--ease-fast);}
.public-benefit .visual-track:hover{}
.public-benefit .focused-proof{font-size:calc(19.7px * .875);
  opacity:0.85;}
.public-benefit .focused-proof a{text-decoration:underline;}
.public-benefit .focused-proof a:hover{}
@media (min-width:900px){.public-benefit .simple-list{
    grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);
    align-items:start;
    column-gap:2.46rem;
  }.public-benefit .content-stack{
    border-top:0;
    padding-top:0;
  }.public-benefit .focused-proof{
    grid-column:1 / -1;
    border-top:1px solid #D3E1D8;
    padding-top:calc(2.46rem * 1.5);
  }
}
.active-actions{
        background: #F6FAF7;
        color: #14211C;
        padding: calc(1.5rem * 2.4) 1.87rem;
    }
.active-actions .simple-list{width: min(100%, 1680px);
        max-width: 62rem;
        margin: 0 auto;}
.active-actions h2,
    .active-actions h3,
    .active-actions p{margin: 0;}
.active-actions h2{font-size: calc(19.7px * 2);
        line-height: 1.08;}
.active-actions .secondary-actions{color: #2A3B34;
        font-size: calc(19.7px * 1.125);
        line-height: 1.76;
        margin-top: 1.5rem;}
.active-actions .plain-intro{margin-top: calc(2.46rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-actions .plain-intro p{line-height: 1.76;}
.active-actions .open-copy{margin-top: calc(2.46rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.active-actions .visual-list{
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        padding: 1.5rem;
        border-radius: 0.79rem;
        background: #FFFFFF;
        color: #14211C;
        border: 1px solid #D3E1D8;
    }
.active-actions .visual-list .service-actions{color: #2A3B34;
        font-size: calc(19.7px * .875);
        flex: 0 0 auto;
        min-width: 8rem;}
.active-actions h3{font-size: calc(19.7px * 1.35);
        line-height: 1.16;}
.active-actions .visual-list p{line-height: 1.76;
        margin-top: calc(1.5rem * .75);}
.active-actions .visual-list > *{min-width: 0;}
.active-actions .compact-media{margin-top: calc(2.46rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D3E1D8;
        color: #2A3B34;
        line-height: 1.76;}
.active-actions .compact-media a{color: #0E7C6B;}
.active-actions .compact-media a:hover{color:inherit;}
@media (max-width: 640px) {.active-actions .visual-list .service-actions{
            min-width: 0;
        }
    }
.top-contact{--axis-soft:calc(1.5rem * 1.10);--type-quiet:calc(1680px / 3.42);padding:calc(1.5rem * 2.4) 1.87rem;background:#C9E265;color:#12261C;}
.top-contact .simple-list{max-width:1680px;margin:0 auto;}
.top-contact h2,.top-contact h3,.top-contact p{margin:0;}
.top-contact h2{font-size:calc(19.7px * 2);line-height:1.12;}
.top-contact h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.top-contact p{font-size:19.7px;line-height:1.76;color:color-mix(in srgb, currentColor 74%, transparent);}
.top-contact .secondary-actions{margin-top:1.5rem;max-width:calc(1680px / 2);}
.top-contact .active-group{display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.top-contact .visual-list{flex:1 1 var(--type-quiet);min-width:0;padding:calc(var(--axis-soft) * .75);border-radius:0.45rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.top-contact .visual-list p{margin-top:calc(1.5rem / 3);}
.bottom-media{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #0B3B33;
  color: #EAF6F1;
}
.bottom-media .simple-list{max-width: min(1680px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.46rem * 1.5);
  align-items: flex-start;}
.bottom-media .secondary-actions{flex: 1 1 22rem;
  min-width: 0;}
.bottom-media h2{margin: 0;
  font-size: calc(19.7px * 2);
  line-height: 1.1;}
.bottom-media .secondary-actions p{margin: calc(1.5rem * .75) 0 0;
  color: #C6D4CD;
  font-size: 19.7px;
  line-height: 1.76;}
.bottom-media .direct-plan{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2A3B34;}
.bottom-media .direct-plan a{display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 0.35rem calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2A3B34;
  text-decoration: none;
  transition: background 290ms var(--ease-fast);}
.bottom-media .direct-plan a:hover{
  background: rgba(255, 255, 255, 0.04);
}
.bottom-media .direct-plan span{grid-row: 1 / span 2;
  color: #C9E265;
  font-size: calc(19.7px * .875);
  letter-spacing: 0.02em;
  padding-top: 0.15rem;}
.bottom-media .direct-plan strong{font-size: 19.7px;
  font-weight: 600;
  line-height: 1.3;}
.bottom-media .direct-plan em{grid-column: 2;
  font-style: normal;
  color: #C6D4CD;
  font-size: calc(19.7px * .875);
  line-height: 1.55;}
@media (max-width: 720px) {.bottom-media .direct-plan a{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }.bottom-media .direct-plan span{
    grid-row: auto;
  }.bottom-media .direct-plan em{
    grid-column: 1;
  }
}
.public-region{padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.nav{max-width:1680px;margin:0 auto;}
.public-region h1{margin:0;font-size:calc(19.7px * 2.65);line-height:1.08;}
.main-proof{--axis-soft:calc(1.5rem * 1.06);--state-content:calc(1680px / 2.30);padding:calc(1.5rem * 2.4) 1.87rem;background:#0B3B33;color:#EAF6F1;}
.main-proof .simple-list{max-width:1680px;margin:0 auto;}
.main-proof h2,.main-proof h3,.main-proof p{margin:0;}
.main-proof h2{font-size:calc(19.7px * 2);line-height:1.12;}
.main-proof h3{font-size:calc(19.7px * 1.35);line-height:1.22;}
.main-proof p{font-size:19.7px;line-height:1.76;opacity:.88;}
.main-proof a{color:inherit;text-decoration:none;}
.main-proof .direct-header{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.main-proof .simple-items{row-gap:calc(var(--axis-soft) * 1.2);}
.main-proof .contact-area{padding-block:calc(var(--axis-soft) / 2);}
.main-proof .secondary-actions{margin-top:1.5rem;max-width:calc(1680px / 2);}
.main-proof .simple-body{display:flex;flex-direction:column;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.main-proof .visual-list{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid rgba(234,246,241,0.18);}
.main-proof .visual-list p{margin-top:calc(1.5rem / 3);}
.main-proof .visual-list a{display:inline-flex;align-items:center;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);border-radius:0.28rem;background:#C9E265;color:#12261C;font-size:calc(19.7px * .875);transition:background 290ms var(--ease-fast);}
.main-proof .visual-list a:hover{background:#B7D24E;color:#14211C;}
@media (min-width:900px){.main-proof .simple-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.46rem;}
}
.contact-rail{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);color:#F2FBF8}
.contact-rail .simple-list{max-width:1680px;margin:0 auto}
.contact-rail .contact-group{margin-bottom:calc(2.46rem * 1.5)}
.contact-rail h2{margin:0;font-size:calc(19.7px * 2.65);line-height:1.04}
.contact-rail .contact-group p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125);line-height:1.76;opacity:.9}
.contact-rail .primary-content{display:flex;align-items:flex-start;gap:calc(2.46rem * 1.5)}
.contact-rail .quiet-body{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.contact-rail button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 290ms var(--ease-fast),transform 290ms var(--ease-fast)}
.contact-rail button:hover,.contact-rail button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.contact-rail .text-surface{flex:1 1 30rem;align-self:start}
.contact-rail [data-response]{display:none}
.contact-rail [data-response].is-active{display:block;animation:clarifyFocusIn calc(290ms*1.8) var(--ease-fast) both}
.contact-rail h3{margin:0;font-size:calc(19.7px * 2);line-height:1.1}
.contact-rail [data-response] p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125);line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.46rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.contact-rail .primary-content{display:block}.contact-rail .quiet-body{margin-bottom:calc(2.46rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.contact-rail [data-response].is-active{animation:none}}
.focused-block{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #0B3B33;
  color: #EAF6F1;
}
.focused-block .simple-list{max-width: min(1680px, 72rem);
  margin: 0 auto;}
.focused-block .clear-unit h2{margin: 0;
  font-size: calc(19.7px * 2);
  line-height: 1.1;}
.focused-block .secondary-actions{margin: calc(1.5rem * .75) 0 calc(2.46rem * 1.5);
  font-size: calc(19.7px * 1.125);
  line-height: 1.6;
  color: #C6D4CD;}
.focused-block .bottom-summary{display: flex;
  flex-wrap: wrap;
  gap: 2.46rem;}
.focused-block .visual-list{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #2A3B34;}
.focused-block .public-callout{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.7px;
  line-height: 1.65;}
.focused-block .soft-details{margin: 0;
  font-weight: 700;
  font-size: 19.7px;}
.focused-block .page-form{margin: 0.2rem 0 0;
  font-size: calc(19.7px * .875);
  color: #C6D4CD;}
.focused-block .top-actions{margin: calc(calc(1.5rem * .75) * 0.6) 0 0;
  font-size: calc(19.7px * .875);
  color: #C9E265;}
.focused-block .clear-lead{margin-top: calc(2.46rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A3B34;}
.focused-block .narrow-lead{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.7px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C6D4CD;}
.focused-block .track{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.46rem * 0.6) 2.46rem;}
.focused-block .track li{font-size: 19.7px;
  opacity: 0.85;}
@media (max-width: 720px) {.focused-block .bottom-summary{
    display: block;
  }.focused-block .visual-list + .visual-list{
    margin-top: 2.46rem;
  }
}
.public-inner{--axis-soft:calc(1.5rem * 0.95);--state-content:calc(1680px / 2.75);padding:calc(1.5rem * 2.4) 1.87rem;background:#0E7C6B;color:#F2FBF8;}
.public-inner .simple-list{max-width:1680px;margin:0 auto;}
.public-inner h1,.public-inner h2,.public-inner h3,.public-inner p{margin:0;}
.public-inner h1{font-size:calc(19.7px * 2.65);line-height:1.08;}
.public-inner h2{font-size:calc(19.7px * 2);line-height:1.12;}
.public-inner h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.public-inner p{font-size:19.7px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-inner a{color:inherit;text-decoration:none;}
.public-inner .steady-callout{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F2FBF8;color:#0E7C6B;transition:background 290ms var(--ease-fast);}
.public-inner .steady-callout:hover{background:#C9E265;color:#12261C;}
.public-inner .compact-media{font-size:calc(19.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.public-inner .content-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.46rem;margin-top:var(--axis-soft);}
.public-inner .visual-list{flex:1 1 calc(1680px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-inner .visual-list p{margin-top:calc(1.5rem / 3);}
.public-inner .active-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.46rem;}
.public-inner .active-lead>.clear-proof{flex:1 1 auto;min-width:0;}
.public-inner .active-lead>.steady-callout{flex:0 0 auto;}
.public-inner .active-lead>.content-stack{flex:1 1 100%;}
.public-inner .clear-proof h2{margin-top:calc(1.5rem / 2);}
.public-inner .visual-track{flex:1 1 100%;margin-top:var(--axis-soft);font-size:calc(19.7px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.public-inner .visual-track a{text-decoration:underline;text-underline-offset:3px;}
.public-inner .visual-track a:hover{}
@media (max-width:900px){.public-inner .visual-list{flex:1 1 100%;}.public-inner .active-lead>.steady-callout{width:100%;}
}
.wide-footer{--axis-soft:calc(1.5rem * 1.18);--measure-large:calc(calc(1.5rem * .75) * 1.05);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.wide-footer .simple-list{max-width:1680px;margin:0 auto;}
.wide-footer h2,.wide-footer p{margin:0;}
.wide-footer h2{font-size:calc(19.7px * 2);line-height:1.14;}
.wide-footer p{font-size:19.7px;line-height:1.76;}
.wide-footer .secondary-actions{font-size:calc(19.7px * 1.125);color:#2A3B34;}
.wide-footer a{color:#0E7C6B;text-decoration:underline;text-underline-offset:3px;}
.wide-footer a:hover{color:inherit;}
.wide-footer .media-method h2{margin-top:calc(1.5rem / 2.4);}
.wide-footer .quiet-body{display:flex;flex-direction:column;gap:calc(var(--axis-soft) / 2);margin-top:var(--axis-soft);}
.wide-footer details{padding:var(--measure-large);border:1px solid #D3E1D8;border-radius:0.45rem;background:#FFFFFF;color:#14211C;}
.wide-footer summary{cursor:pointer;font-weight:700;font-size:19.7px;list-style:none;}
.wide-footer summary::-webkit-details-marker{display:none;}
.wide-footer summary::after{content:"+";float:right;font-weight:400;color:#2A3B34;}
.wide-footer details[open] summary::after{content:"–";}
.wide-footer details p{margin-top:calc(1.5rem / 3.2);color:#2A3B34;}
@media (max-width:720px){.wide-footer .secondary-actions{font-size:19.7px;}
}
.text-flow{padding:calc(1.5rem * 2) 1.87rem;background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);color:#F2FBF8;}
.text-flow .open-service{max-width:1680px;margin:0 auto;display:grid;gap:2.46rem;}
.text-flow h2,.text-flow h3,.text-flow p{margin:0;}
.text-flow .clear-unit{display:grid;gap:.6rem;}
.text-flow .clear-unit h2{font-size:calc(19.7px * 2);line-height:1.2;}
.text-flow .clear-unit p{font-size:calc(19.7px * 1.125);}
.text-flow .plain-surface{display:grid;grid-template-columns:1.6fr 1fr;gap:2.46rem;align-items:start;}
.text-flow .quiet-plan{display:grid;gap:calc(1.5rem * .75);}
.text-flow .quiet-plan div{display:grid;gap:.4rem;padding-left:1rem;border-left:2px solid #C9E265;}
.text-flow .quiet-plan h3{font-size:calc(19.7px * 1.35);}
.text-flow .open-nav{display:grid;gap:.7rem;background:#FFFFFF;color:#14211C;border:1px solid #D3E1D8;border-radius:0.79rem;padding:calc(1.5rem * .75);}
.text-flow .open-nav div{display:grid;gap:.15rem;}
.text-flow .open-nav strong{font-size:19.7px;}
.text-flow .open-nav span{font-size:calc(19.7px * .875);}
.text-flow .visual-track{border-top:1px solid #2FB79E;padding-top:calc(2.46rem * 1.5);}
.text-flow .visual-track p{font-size:19.7px;}
.text-flow .visual-track a{text-decoration:underline;text-underline-offset:3px;}
.text-flow .visual-track a:hover{}
@media (max-width: 900px){.text-flow .plain-surface{grid-template-columns:1fr;}
    }
.primary-flow{--axis-soft:calc(1.5rem * 1.22);--state-content:calc(1680px / 2.30);padding:calc(1.5rem * 2.4) 1.87rem;background:#E4EFE8;color:#2A3B34;}
.primary-flow .simple-list{max-width:1680px;margin:0 auto;}
.primary-flow h1,.primary-flow h2,.primary-flow h3,.primary-flow p{margin:0;}
.primary-flow h2{font-size:calc(19.7px * 2);line-height:1.12;}
.primary-flow p{font-size:19.7px;line-height:1.76;}
.primary-flow a{color:inherit;text-decoration:none;}
.primary-flow .steady-callout{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#0E7C6B;color:#F2FBF8;transition:background 290ms var(--ease-fast);}
.primary-flow .steady-callout:hover{background:#0A6558;color:#14211C;}
.primary-flow .local-figure>h2,.primary-flow .local-figure>p,.primary-flow .local-figure>.steady-callout{margin-top:1.5rem;}
.primary-flow .local-figure .secondary-actions{margin-top:0;}
.primary-flow .visual-track{margin-top:calc(2.46rem * 1.5);font-size:calc(19.7px * .875);}
.primary-flow .visual-track a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-flow .visual-track a:hover{color:inherit;}
.offer-frame{
    padding:calc(1.5rem * 2.4) 1.87rem;
    background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
    color:#F2FBF8;
}
.offer-frame .simple-list{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.46rem * 1.5);}
.offer-frame .quiet-group{display:flex;
    flex-direction:column;
    gap:0.4rem;}
.offer-frame .quiet-group p{margin:0;
    font-size:calc(19.7px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    opacity:.85;}
.offer-frame .quiet-group h2{margin:0;
    font-size:calc(19.7px * 2);
    line-height:1.2;}
.offer-frame .secondary-actions p{margin:0;
    font-size:19.7px;
    line-height:1.76;
    opacity:.95;}
.offer-frame .bottom-summary{display:flex;
    flex-wrap:wrap;
    gap:2.46rem;}
.offer-frame .visual-list{
    flex:1 1 300px;
    display:flex;
    flex-direction:column;
    gap:0.6rem;
    padding:calc(1.5rem * .75);
    border-radius:0.79rem;
    border:1px solid color-mix(in srgb, currentColor 18%, transparent);
    background:color-mix(in srgb, currentColor 10%, transparent);
}
.offer-frame .visual-list .service-actions{font-size:calc(19.7px * .875);
    font-weight:700;
    opacity:.9;}
.offer-frame .visual-list h3{margin:0;
    font-size:calc(19.7px * 1.35);
    line-height:1.3;}
.offer-frame .visual-list p{margin:0;
    font-size:19.7px;
    line-height:1.76;}
.offer-frame .visual-list a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;}
.offer-frame .visual-list a:hover{}
.offer-frame .compact-media{padding-top:calc(2.46rem * 1.5);
    border-top:1px solid color-mix(in srgb, currentColor 20%, transparent);}
.offer-frame .compact-media p{margin:0;
    font-size:calc(19.7px * .875);
    line-height:1.76;
    opacity:.9;}
.offer-frame .compact-media a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;}
.offer-frame .compact-media a:hover{}
@media (max-width:640px){.offer-frame .visual-list{
        flex:1 1 100%;
    }
}
.text-method{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);color:#F2FBF8;overflow:hidden}
.text-method .soft-menu{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:calc(2.46rem * 1.5);align-items:start}
.text-method .content-rail{position:sticky;top:1.5rem}
.text-method .content-rail span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.7px * .875);letter-spacing:.04em;text-transform:uppercase}
.text-method h2{margin:0 0 calc(1.5rem * .75);font-size:calc(19.7px * 2.65);line-height:1.02}
.text-method .secondary-actions{margin:0 0 calc(1.5rem * .75)}
.text-method .compact-media{margin:0;font-size:calc(19.7px * .875);opacity:.82}
.text-method .compact-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-method .fresh-grid{padding:2.46rem;border-radius:0.79rem;background:#FFFFFF;color:#14211C;border:1px solid #D3E1D8;box-shadow:0 2px 4px rgba(0,0,0,0.13);transition:border-color 290ms var(--ease-fast),transform 290ms var(--ease-fast)}
.text-method .fresh-grid:nth-child(even){background:#E4EFE8;color:#2A3B34;margin-left:calc(1.5rem * .75)}
.text-method .fresh-grid:hover{border-color:#2FB79E;transform:translateX(4px)}
.text-method .fresh-grid span{font-size:calc(19.7px * .875);font-weight:600;letter-spacing:.03em;text-transform:uppercase;opacity:.75}
.text-method h3{margin:calc(1.5rem * .75) 0;font-size:calc(19.7px * 1.35);line-height:1.15}
.text-method .fresh-grid p{margin:0}
.text-method .fresh-grid a{text-decoration:underline;text-underline-offset:3px}
.text-method .fresh-grid a:hover{}
@media (max-width:820px){.text-method .soft-menu{grid-template-columns:1fr}.text-method .content-rail{position:relative;top:auto}.text-method .fresh-grid:nth-child(even){margin-left:0}.text-method .fresh-grid:hover{transform:none}
}
.public-panel{--axis-soft:calc(1.5rem * 1.00);--type-quiet:calc(1680px / 3.31);padding:calc(1.5rem * 2.4) 1.87rem;background:#0B3B33;color:#EAF6F1;}
.public-panel .simple-list{max-width:1680px;margin:0 auto;}
.public-panel h1,.public-panel h2,.public-panel h3,.public-panel p{margin:0;}
.public-panel h2{font-size:calc(19.7px * 2);line-height:1.12;}
.public-panel h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.public-panel p{font-size:19.7px;line-height:1.76;}
.public-panel .active-copy{padding-inline-start:calc(1.5rem * .75);}
.public-panel .simple-items{row-gap:calc(var(--axis-soft) * 1.2);}
.public-panel .direct-header{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.public-panel .secondary-actions{margin-top:1.5rem;}
.public-panel .page-actions{display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.public-panel .visual-list{flex:1 1 var(--type-quiet);min-width:0;padding:calc(var(--axis-soft) * .75);border-radius:0.45rem;background:#E4EFE8;color:#2A3B34;}
.public-panel .visual-list p{margin-top:calc(1.5rem / 3);}
.primary-steps{
  background:#F6FAF7;
  color:#14211C;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.primary-steps .simple-list{max-width:1680px;
  margin:0 auto;}
.primary-steps .clear-unit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.46rem * 1.5);
  align-items:flex-start;}
.primary-steps h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.7px * 2);
  line-height:1.1;}
.primary-steps .clear-unit p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:#2A3B34;
  line-height:1.76;}
.primary-steps .offer-section{margin-top:calc(2.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.46rem;}
.primary-steps .offer-section a{
  flex:1 1 18rem;
  min-width:0;
  color:#14211C;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #D3E1D8;
  border-radius:0.79rem;
  transition:border-color 290ms var(--ease-fast), box-shadow 290ms var(--ease-fast);
}
.primary-steps .offer-section a:hover{border-color:#0E7C6B;
  box-shadow:0 2px 4px rgba(0,0,0,0.13);}
.primary-steps .offer-section strong{display:block;
  font-size:19.7px;}
.primary-steps .offer-section span{display:block;
  margin-top:.4rem;
  color:#2A3B34;
  font-size:calc(19.7px * .875);
  line-height:1.76;}
.primary-steps .compact-media{margin:calc(2.46rem * 1.5) 0 0;
  padding-left:1.87rem;
  border-left:2px solid #C9E265;
  color:#2A3B34;
  line-height:1.76;}
.primary-steps .visual-track{margin-top:calc(2.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.46rem;}
.primary-steps .steady-callout{
  display:inline-flex;
  align-items:center;
  padding:.7rem 1.1rem;
  background:#0E7C6B;
  color:#F2FBF8;
  text-decoration:none;
  border-radius:1.32rem;
  font-size:calc(19.7px * .875);
  transition:background 290ms var(--ease-fast);
}
.primary-steps .steady-callout:hover{
  background:#0A6558;color:#14211C;}
.primary-steps .compact-tile{color:#0E7C6B;
  text-decoration:none;
  font-size:calc(19.7px * .875);
  border-bottom:1px solid #D3E1D8;
  padding-bottom:2px;}
.primary-steps .compact-tile:hover{color:inherit;}
@media (max-width:680px){.primary-steps .clear-unit{display:block}.primary-steps .clear-unit p{margin-top:1.5rem}.primary-steps .offer-section a{flex:1 1 100%}
}
.local-intro{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #0E7C6B;
  color: #F2FBF8;
}
.local-intro .simple-list{max-width: 1680px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(2.46rem * 1.5);
  align-items: start;}
.local-intro .steady-callout{
  padding: calc(1.5rem * .75);
  border-radius: 1.32rem;
  background: #F6FAF7;
  color: #14211C;
}
.local-intro .steady-callout h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.7px * 2);
  line-height: 1.1;}
.local-intro .steady-callout .secondary-actions{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.7px;
  line-height: 1.76;}
.local-intro .steady-callout a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.45rem;
  background: #0E7C6B;
  color: #F2FBF8;
  text-decoration: none;
  font-size: calc(19.7px * .875);
}
.local-intro .steady-callout a:hover{
  background: #0A6558;color:#14211C;}
.local-intro .page-actions{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.local-intro .page-actions .clear-unit{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.7px * 1.125);
  line-height: 1.76;}
.local-intro .plain-region{
  padding: calc(1.5rem * .75);
  border-radius: 0.45rem;
  background: #0B3B33;
  color: #EAF6F1;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .4);
}
.local-intro .plain-region strong{font-size: 19.7px;}
.local-intro .plain-region span{font-size: calc(19.7px * .875);
  line-height: 1.76;
  opacity: .9;}
@media (max-width: 760px) {.local-intro .simple-list{
    grid-template-columns: 1fr;
  }
}
.primary-form{background:#F6FAF7;color:#14211C;padding:calc(1.5rem * 2.4) 1.87rem}
.primary-form .simple-list{max-width:1680px;margin:0 auto}
.primary-form .media-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.46rem * 1.5)}
.primary-form .clear-unit{flex:1 1 26rem;min-width:0}
.primary-form h2{margin:0;font-size:calc(19.7px * 2);line-height:1.15}
.primary-form p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125);line-height:1.76}
.primary-form .focused-copy{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D3E1D8}
.primary-form .direct-service{display:flex;gap:2.46rem;padding:1.5rem 0;border-bottom:1px solid #D3E1D8;color:inherit;text-decoration:none}
.primary-form a.row:hover strong{color:inherit;}
.primary-form strong{flex:0 1 13rem;min-width:0;font-size:19.7px}
.primary-form span{flex:1 1 20rem;min-width:0;color:#2A3B34;line-height:1.6}
@media(max-width:760px){.primary-form .media-inner,.primary-form .direct-service{flex-direction:column}.primary-form .direct-service{gap:calc(calc(1.5rem * .75)*.5)}}
.strong-links{--axis-soft:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 1.87rem;background:#0E7C6B;color:#F2FBF8;}
.strong-links .simple-list{max-width:1680px;margin:0 auto;}
.strong-links h2,.strong-links h3,.strong-links p{margin:0;}
.strong-links h2{font-size:calc(19.7px * 2);line-height:1.12;}
.strong-links h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.strong-links p{font-size:19.7px;line-height:1.76;color:color-mix(in srgb, currentColor 76%, transparent);}
.strong-links a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.strong-links a:hover{border-bottom-color:currentColor;}
.strong-links .compact-media{margin-bottom:calc(1.5rem / 2);font-size:calc(19.7px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.strong-links .secondary-actions{margin-top:1.5rem;}
.strong-links .content-stack{display:flex;flex-direction:column;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.strong-links .visual-list{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-links .visual-list p{margin-top:calc(1.5rem / 3);}
.strong-links .visual-track{margin-top:var(--axis-soft);font-size:calc(19.7px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (min-width:900px){.strong-links .content-stack{display:grid;grid-template-columns:1fr 1fr;gap:var(--axis-soft) 2.46rem;}.strong-links .visual-list:first-child{grid-column:1 / -1;}
}
.team-panel{--axis-soft:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.87rem;background:#0B3B33;color:#EAF6F1;}
.team-panel .simple-list{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-soft);}
.team-panel h2,.team-panel h3,.team-panel p{margin:0;}
.team-panel h2{font-size:calc(19.7px * 2);line-height:1.12;}
.team-panel h3{font-size:calc(19.7px * 1.35);line-height:1.22;}
.team-panel p{font-size:19.7px;line-height:1.76;}
.team-panel .clear-unit{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.team-panel .secondary-actions{opacity:.86;}
.team-panel .content-stack{display:flex;flex-direction:column;gap:calc(var(--axis-soft) * .8);border-top:1px solid rgba(234,246,241,.18);padding-top:var(--axis-soft);}
.team-panel .visual-list{display:flex;flex-direction:column;gap:calc(1.5rem / 4);padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #C9E265;}
.team-panel .visual-list p{opacity:.82;}
.team-panel .visual-track{margin-top:calc(var(--axis-soft) / 2);font-size:calc(19.7px * .875);opacity:.8;}
.team-panel .visual-track a{color:#C9E265;text-decoration:underline;text-underline-offset:3px;}
.team-panel .visual-track a:hover{color:#B7D24E;}
@media (min-width:900px){.team-panel .content-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.46rem;row-gap:calc(var(--axis-soft) * .9);}.team-panel .visual-list:last-child{grid-column:1 / -1;}
}
.plain-media{--axis-soft:calc(1.5rem * 1.2);--state-content:calc(1680px / 2.4);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.plain-media .simple-list{max-width:1680px;margin:0 auto;}
.plain-media h2,.plain-media h3,.plain-media p{margin:0;}
.plain-media h2{font-size:calc(19.7px * 2);line-height:1.12;}
.plain-media h3{font-size:calc(19.7px * 1.35);line-height:1.22;}
.plain-media p{font-size:19.7px;line-height:1.76;}
.plain-media .secondary-actions{margin-top:1.5rem;}
.plain-media .compact-media{margin-top:calc(2.46rem * 1.5);padding:calc(1.5rem * .75);border-left:3px solid #0E7C6B;background:#E4EFE8;color:#2A3B34;font-size:calc(19.7px * .875);border-radius:0.28rem;}
.plain-media .soft-items{display:flex;align-items:flex-start;gap:2.46rem;}
.plain-media .soft-items>.clear-proof{flex:1 1 calc(1680px / 3);min-width:0;position:sticky;top:1.5rem;}
.plain-media .content-stack{flex:2 1 calc(1680px / 2);display:flex;flex-direction:column;gap:var(--axis-soft);min-width:0;}
.plain-media .visual-list{min-width:0;padding-bottom:var(--axis-soft);border-bottom:1px solid #D3E1D8;}
.plain-media .visual-list:last-child{padding-bottom:0;border-bottom:none;}
.plain-media .visual-list p{margin-top:calc(1.5rem / 3);}
@media(max-width:860px){.plain-media .soft-items{flex-direction:column;}.plain-media .soft-items>.clear-proof{position:static;}.plain-media .content-stack{margin-top:var(--axis-soft);}}
.site-entries{
  --axis-soft:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:#E4EFE8;
  color:#2A3B34;
}
.site-entries .simple-list{max-width:1680px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--axis-soft);}
.site-entries h2,
.site-entries h3,
.site-entries p,
.site-entries ol,
.site-entries li{margin:0;}
.site-entries h2{font-size:calc(19.7px * 2);
  line-height:1.14;}
.site-entries h3{font-size:calc(19.7px * 1.35);
  line-height:1.22;}
.site-entries p{font-size:19.7px;
  line-height:1.76;}
.site-entries .clear-unit{display:flex;
  flex-wrap:wrap;
  gap:2.46rem;
  align-items:flex-start;}
.site-entries .clear-unit>h2{flex:1 1 calc(1680px / 3.2);
  min-width:0;}
.site-entries .clear-unit>.secondary-actions{flex:1 1 calc(1680px / 2.4);
  min-width:0;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.site-entries .page-actions{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .9);
  counter-reset:paso;}
.site-entries .plain-region{
  display:grid;
  grid-template-columns:minmax(3.2rem, auto) 1fr;
  column-gap:calc(1.5rem * .75);
  row-gap:calc(calc(1.5rem * .75) * .35);
  padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);
  border-radius:0.45rem;
  background:#FFFFFF;
  color:#14211C;
  border:1px solid #D3E1D8;
}
.site-entries .plain-region .content-benefit{grid-row:1 / span 2;
  font-size:calc(19.7px * 1.125);
  line-height:1.1;
  letter-spacing:0.04em;
  font-variant-numeric:tabular-nums;}
.site-entries .plain-region h3{grid-column:2;}
.site-entries .plain-region p{grid-column:2;
  color:color-mix(in srgb, currentColor 80%, transparent);}
.site-entries .narrow-stack{display:flex;
  flex-wrap:wrap;
  gap:2.46rem;
  padding-top:calc(1.5rem * .5);
  border-top:1px solid #D3E1D8;}
.site-entries .compact-media{flex:1 1 calc(1680px / 2.6);
  min-width:0;
  color:color-mix(in srgb, currentColor 82%, transparent);}
.site-entries .visual-track{flex:1 1 calc(1680px / 3.4);
  min-width:0;}
.site-entries .visual-track a{text-decoration:underline;
  text-underline-offset:0.18em;}
.site-entries .visual-track a:hover{}
@media (max-width:640px){.site-entries .plain-region{
    grid-template-columns:1fr;
  }.site-entries .plain-region .content-benefit{
    grid-row:auto;
  }.site-entries .plain-region h3,
  .site-entries .plain-region p{
    grid-column:1;
  }
}
.public-links{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: #F6FAF7;
        color: #14211C
    }
.public-links .simple-list{max-width: 1680px;
        margin: 0 auto}
.public-links .media-inner{display: flex;
        flex-direction: column;
        gap: calc(2.46rem * 1.5)}
.public-links .clear-unit{display: grid;
        grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
        gap: 2.46rem;
        align-items: start;
        padding-bottom: calc(2.46rem * 1.5);
        border-bottom: 1px solid #D3E1D8}
.public-links h2{margin: 0;
        font-size: calc(19.7px * 2);
        line-height: 1.1}
.public-links .clear-unit p{margin: 0;
        font-size: 19.7px;
        line-height: 1.76}
.public-links ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.public-links li{display: grid;
        grid-template-columns: minmax(0, 16rem) minmax(0, 1fr);
        gap: 2.46rem;
        align-items: baseline;
        padding: 1.5rem 0}
.public-links li + li{border-top: 1px solid #D3E1D8}
.public-links strong{font-size: calc(19.7px * 1.35);
        line-height: 1.2;
        font-weight: 600}
.public-links span{line-height: 1.76}
@media (max-width: 860px) {.public-links .clear-unit,
        .public-links li{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75)
        }.public-links .clear-unit{
            padding-bottom: 1.5rem
        }
    }
.strong-entries{--axis-soft:calc(1.5rem * 1.07);--type-quiet:calc(1680px / 3.38);padding:calc(1.5rem * 2.4) 1.87rem;background:#0E7C6B;color:#F2FBF8;}
.strong-entries .simple-list{max-width:1680px;margin:0 auto;}
.strong-entries h2,.strong-entries h3,.strong-entries p{margin:0;}
.strong-entries h2{font-size:calc(19.7px * 2);line-height:1.12;}
.strong-entries h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.strong-entries p{font-size:19.7px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-entries .simple-grid{padding-block:calc(var(--axis-soft) / 2);}
.strong-entries .active-body{row-gap:calc(var(--axis-soft) * .7);}
.strong-entries .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.46rem;}
.strong-entries .row-title h2{flex:1 1 calc(1680px / 3);min-width:0;}
.strong-entries .row-title>p{flex:1 1 calc(1680px / 3);min-width:0;}
.strong-entries .content-stack{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.strong-entries .visual-list{flex:1 1 var(--type-quiet);min-width:0;border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);padding-top:calc(1.5rem * .75);}
.strong-entries .visual-list h3{margin-top:calc(1.5rem / 3);}
.team-headline{--axis-soft:calc(1.5rem * 0.89);--state-content:calc(1680px / 2.13);padding:calc(1.5rem * 2.4) 1.87rem;background:#0E7C6B;color:#F2FBF8;}
.team-headline .simple-list{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--axis-soft) * 0.9);}
.team-headline h1,.team-headline h2,.team-headline h3,.team-headline p{margin:0;}
.team-headline h2{font-size:calc(19.7px * 2);line-height:1.12;}
.team-headline p{font-size:19.7px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-headline a{color:inherit;text-decoration:none;}
.team-headline .direct-surface{padding-inline-start:calc(1.87rem / 2);}
.team-headline .simple-items{row-gap:calc(var(--axis-soft) * 1.2);}
.team-headline .compact-media{font-size:calc(19.7px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.team-headline .secondary-actions{max-width:none;}
.team-headline .steady-callout{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F2FBF8;color:#0E7C6B;font-weight:600;transition:background 290ms var(--ease-fast),color 290ms var(--ease-fast);}
.team-headline .steady-callout:hover{background:#C9E265;color:#12261C;}
.team-headline .visual-track{font-size:calc(19.7px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.team-headline .visual-track a{text-decoration:underline;text-underline-offset:3px;}
.team-headline .visual-track a:hover{}
@media (max-width:640px){.team-headline .direct-surface{padding-inline-start:0;}.team-headline .steady-callout{align-self:stretch;}
}
.wide-tile{--axis-soft:calc(1.5rem * 1.05);--mark-active:calc(1.5rem / 2.4);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.wide-tile .simple-list{max-width:1680px;margin:0 auto;}
.wide-tile h2,.wide-tile h3,.wide-tile p{margin:0;}
.wide-tile h2{font-size:calc(19.7px * 2);line-height:1.14;}
.wide-tile h3{font-size:calc(19.7px * 1.35);line-height:1.22;}
.wide-tile p{font-size:19.7px;line-height:1.76;}
.wide-tile .compact-media{margin-bottom:calc(1.5rem / 2.6);font-size:calc(19.7px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A3B34;}
.wide-tile .secondary-actions{margin-top:1.5rem;}
.wide-tile .content-stack{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--axis-soft) * 1.1);border-top:1px solid #D3E1D8;}
.wide-tile .visual-list{padding:var(--axis-soft) 0;border-bottom:1px solid #D3E1D8;}
.wide-tile .visual-list p{margin-top:calc(1.5rem / 3.2);}
.wide-tile .visual-track{margin-top:calc(var(--axis-soft) * 1.2);font-size:calc(19.7px * .875);color:#2A3B34;}
.wide-tile .visual-track a{color:#0E7C6B;text-decoration:none;border-bottom:1px solid currentColor;}
.wide-tile .visual-track a:hover{color:inherit;}
@media (min-width:900px){.wide-tile .visual-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.55fr);gap:2.46rem;align-items:start;}.wide-tile .visual-list p{margin-top:0;}
}
.text-inner{--axis-soft:calc(1.5rem * 1.00);--type-quiet:calc(1680px / 3.31);padding:calc(1.5rem * 2.4) 1.87rem;background:#0B3B33;color:#EAF6F1;}
.text-inner .simple-list{max-width:1680px;margin:0 auto;}
.text-inner h2,.text-inner h3,.text-inner p{margin:0;}
.text-inner h2{font-size:calc(19.7px * 2);line-height:1.12;}
.text-inner h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.text-inner p{font-size:19.7px;line-height:1.76;}
.text-inner .active-copy{padding-inline-start:calc(1.5rem * .75);}
.text-inner .simple-items{row-gap:calc(var(--axis-soft) * 1.2);}
.text-inner .direct-header{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-inner .secondary-actions{margin-top:1.5rem;}
.text-inner .page-actions{display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.text-inner .visual-list{flex:1 1 var(--type-quiet);min-width:0;padding:calc(var(--axis-soft) * .75);border-radius:0.45rem;background:#E4EFE8;color:#2A3B34;}
.text-inner .visual-list h3{color:inherit;}
.text-inner .visual-list p{margin-top:calc(1.5rem / 3);color:inherit;}
.team-items{--axis-soft:calc(1.5rem * 1.29);--state-content:calc(1680px / 2.40);padding:calc(1.5rem * 2.4) 1.87rem;background:#C9E265;color:#12261C;}
.team-items .simple-list{max-width:1680px;margin:0 auto;}
.team-items h1,.team-items h2,.team-items h3,.team-items p{margin:0;}
.team-items h1{font-size:calc(19.7px * 2.65);line-height:1.08;}
.team-items h2{font-size:calc(19.7px * 2);line-height:1.12;}
.team-items h3{font-size:calc(19.7px * 1.35);line-height:1.2;}
.team-items p{font-size:19.7px;line-height:1.76;}
.team-items a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.team-items .compact-media{margin-bottom:calc(1.5rem / 1.4);font-size:calc(19.7px * .875);letter-spacing:.02em;text-transform:uppercase;}
.team-items .content-stack{display:flex;flex-wrap:wrap;gap:var(--axis-soft);margin-top:var(--axis-soft);}
.team-items .visual-list{flex:1 1 calc(1680px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.45rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.team-items .visual-list p{margin-top:calc(1.5rem / 3);}
.team-items .quiet-proof>.content-stack{margin-top:var(--axis-soft);}
.team-items .quiet-proof>h2{margin-top:var(--axis-soft);}
.team-items .quiet-proof>.secondary-actions{margin-top:calc(1.5rem / 2);}
.direct-section{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
        color: #F2FBF8;
    }
.direct-section .simple-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.46rem * 1.5);}
.direct-section .secondary-actions{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);}
.direct-section h2{margin: 0;
        font-size: calc(19.7px * 2);
        line-height: 1.1;}
.direct-section .secondary-actions p{margin: 0;
        font-size: calc(19.7px * 1.125);
        line-height: 1.76;}
.direct-section .media-inner{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.direct-section .visual-grid{
        display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border: 1px solid #D3E1D8;
        border-radius: 0.79rem;
        background: #FFFFFF;
        color: #14211C;
        box-shadow: 0 2px 4px rgba(0,0,0,0.13);
    }
.direct-section .public-callout{font-size: 19.7px;
        line-height: 1.76;}
.direct-section .public-visual{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D3E1D8;}
.direct-section .public-visual strong{font-size: 19.7px;}
.direct-section .public-visual span{font-size: calc(19.7px * .875);}
@media (min-width: 900px) {.direct-section .visual-grid{
            grid-template-columns: 1.6fr 1fr;
            gap: calc(2.46rem * 1.5);
            align-items: start;
        }.direct-section .public-visual{
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            border-top: none;
            border-left: 1px solid #D3E1D8;
            padding-top: 0;
            padding-left: calc(1.5rem * .75);
        }
    }
.direct-footer{--axis-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6FAF7;color:#14211C;}
.direct-footer .simple-list{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.46rem * 1.5);}
.direct-footer h2,.direct-footer h3,.direct-footer p{margin:0;}
.direct-footer h2{font-size:calc(19.7px * 2);line-height:1.14;}
.direct-footer h3{font-size:calc(19.7px * 1.35);line-height:1.22;}
.direct-footer .secondary-actions{font-size:calc(19.7px * 1.125);line-height:1.76;color:#2A3B34;}
.direct-footer .clear-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.direct-footer .quiet-body{display:flex;flex-direction:column;gap:var(--axis-soft);}
.direct-footer .visual-list{padding:calc(1.5rem * .75) 0;border-top:1px solid #D3E1D8;display:flex;flex-direction:column;gap:calc(1.5rem / 3.5);}
.direct-footer .visual-list p{font-size:19.7px;line-height:1.76;color:#2A3B34;}
.direct-footer .visual-track{margin-top:calc(1.5rem * .75);font-size:calc(19.7px * .875);color:#2A3B34;}
.direct-footer .visual-track a{color:#0E7C6B;text-decoration:underline;text-underline-offset:3px;}
.direct-footer .visual-track a:hover{color:inherit;}
@media (min-width:900px){.direct-footer .clear-unit{display:grid;grid-template-columns:1fr 1fr;gap:2.46rem;align-items:end;}.direct-footer .visual-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:2.46rem;align-items:start;}.direct-footer .visual-list h3{margin:0;}
}
.open-form{
    padding:calc(1.5rem * 2.4) 1.87rem;
    background:#F6FAF7;
    color:#14211C;
}
.open-form .secondary-stack{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.46rem * 1.5);}
.open-form .quiet-group{display:flex;
    flex-direction:column;
    gap:0.5rem;
    border-bottom:1px solid #D3E1D8;
    padding-bottom:calc(2.46rem * 1.5);}
.open-form .content-rail{margin:0;
    font-size:calc(19.7px * 2.65);
    line-height:1.2;
    letter-spacing:-0.01em;}
.open-form .top-actions{margin:0;
    font-size:calc(19.7px * .875);
    color:#2A3B34;}
.open-form .secondary-actions{margin:0;
    font-size:calc(19.7px * 1.125);
    line-height:1.6;}
.open-form .plain-intro{display:flex;
    flex-direction:column;
    gap:calc(2.46rem * 1.5);}
.open-form .plain-intro p{margin:0;
    font-size:19.7px;
    line-height:1.76;}
.open-form .compact-media{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#E4EFE8;
    color:#2A3B34;
    border-radius:0.45rem;
    font-size:calc(19.7px * .875);
    line-height:1.65;
}
.open-form .compact-media a{color:#0E7C6B;
    text-decoration:underline;
    text-underline-offset:3px;}
.open-form .compact-media a:hover{color:inherit;}
@media (max-width:640px){.open-form .content-rail{
        font-size:calc(19.7px * 2);
    }.open-form .secondary-actions{
        font-size:19.7px;
    }
}
.bottom-header{
  background: linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
  color: #F2FBF8;
  padding: calc(1.5rem * 2.4) 1.87rem;
}
.bottom-header .simple-list{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  gap: 2.46rem;}
.bottom-header h2,
.bottom-header h3,
.bottom-header p{margin: 0;}
.bottom-header h2{font-size: calc(19.7px * 2); line-height: 1.1;}
.bottom-header h3{font-size: calc(19.7px * 1.35); line-height: 1.18;}
.bottom-header p{font-size: 19.7px; line-height: 1.76;}
.bottom-header .compact-surface{
  display: grid;
  gap: calc(2.46rem * 1.5);
  padding: calc(2.46rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #C9E265 0%, #7FCBA8 100%);
  color: #12261C;
}
.bottom-header .compact-surface p{max-width: 78ch;}
.bottom-header .open-menu{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.bottom-header [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.45rem;
  background: #FFFFFF;
  color: #14211C;
  border: 1px solid #D3E1D8;
  animation: peopleMemberIn calc(290ms * 2.2) var(--ease-fast) both;
  animation-delay: var(--speed-panel, 0ms);
}
.bottom-header [data-block]:nth-child(3n + 1){flex-basis: 26rem;}
.bottom-header [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19.7px * .875);}
.bottom-header .featured-contact{color: #F2FBF8;
  max-width: 68ch;
  opacity: .86;}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(calc(2.46rem * 1)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.bottom-header [data-block],
  .bottom-header [data-block]:nth-child(3n + 1){ flex-basis: 100%; }
}
.service-benefit{
  background:#E4EFE8;
  color:#2A3B34;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.service-benefit .simple-list{max-width:1680px;
  margin:0 auto;}
.service-benefit .clear-unit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.46rem * 1.5);
  align-items:flex-start;}
.service-benefit h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.7px * 2);
  line-height:1.1;}
.service-benefit .clear-unit p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  line-height:1.76;}
.service-benefit .offer-section{margin-top:calc(2.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.46rem;}
.service-benefit .offer-section a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  text-decoration:none;
  color:#14211C;
  background:#FFFFFF;
  border:1px solid #D3E1D8;
  border-radius:0.79rem;
  padding:calc(1.5rem * .75);
  transition:border-color 290ms var(--ease-fast);
}
.service-benefit .offer-section a:hover{border-color:#0E7C6B;}
.service-benefit .offer-section strong,
.service-benefit .offer-section span{display:block;}
.service-benefit .offer-section strong{font-size:19.7px;}
.service-benefit .offer-section span{margin-top:.4rem;
  font-size:calc(19.7px * .875);
  line-height:1.76;}
.service-benefit .compact-media{margin:calc(2.46rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid #D3E1D8;
  font-size:calc(19.7px * .875);
  line-height:1.76;}
.service-benefit .visual-track{margin-top:1.5rem;
  display:flex;
  flex-wrap:wrap;
  gap:2.46rem;}
.service-benefit .visual-track a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #0E7C6B;
  padding-bottom:2px;
  transition:color 290ms var(--ease-fast), border-color 290ms var(--ease-fast);}
.service-benefit .visual-track a:hover{color:inherit;
  border-color:#C9E265;}
@media (max-width:680px){.service-benefit .clear-unit{display:block}.service-benefit .clear-unit p{margin-top:1.5rem}.service-benefit .offer-section{display:block}.service-benefit .offer-section a{margin-top:2.46rem}
}
.compact-header{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);color:#F2FBF8}
.compact-header .simple-list{max-width:1680px;margin:0 auto}
.compact-header .contact-group{margin-bottom:calc(2.46rem * 1.5)}
.compact-header h2{margin:0;font-size:calc(19.7px * 2.65);line-height:1.04}
.compact-header .contact-group p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125);line-height:1.76}
.compact-header .primary-content{display:flex;align-items:flex-start;gap:calc(2.46rem * 1.5)}
.compact-header .quiet-body{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.compact-header button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 290ms var(--ease-fast),transform 290ms var(--ease-fast)}
.compact-header button:hover,.compact-header button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.compact-header .text-surface{flex:1 1 28rem;align-self:start}
.compact-header [data-response]{display:none}
.compact-header [data-response].is-active{display:block;animation:clarifyFocusIn calc(290ms*1.8) var(--ease-fast) both}
.compact-header h3{margin:0;font-size:calc(19.7px * 2);line-height:1.1}
.compact-header [data-response] p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125);line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.46rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.compact-header .primary-content{display:block}.compact-header .quiet-body{margin-bottom:calc(2.46rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.compact-header [data-response].is-active{animation:none}}
.featured-nav{
    padding:calc(1.5rem * 2.4) 1.87rem;
    background:#F6FAF7;
    color:#14211C;
}
.featured-nav .secondary-stack{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.46rem * 1.5);}
.featured-nav .quiet-group{display:flex;
    flex-direction:column;
    gap:0.5rem;
    border-bottom:1px solid #D3E1D8;
    padding-bottom:calc(2.46rem * 1.5);}
.featured-nav .content-rail{margin:0;
    font-size:calc(19.7px * 2.65);
    line-height:1.15;
    letter-spacing:-0.01em;}
.featured-nav .top-actions{margin:0;
    font-size:calc(19.7px * .875);
    color:#2A3B34;}
.featured-nav .secondary-actions{margin:0;
    font-size:calc(19.7px * 1.125);
    line-height:1.76;}
.featured-nav .open-rail{margin:0;
    font-size:calc(19.7px * 1.35);
    line-height:1.25;}
.featured-nav .active-items{margin:0;
    font-size:19.7px;
    line-height:1.76;}
.featured-nav .compact-media{
    margin:0;
    padding:calc(1.5rem * .75);
    background:#E4EFE8;
    color:#2A3B34;
    border-left:3px solid #0E7C6B;
    border-radius:0.45rem;
    font-size:19.7px;
    line-height:1.76;
}
.featured-nav .compact-media a{color:#0E7C6B;
    text-decoration:underline;
    text-underline-offset:2px;}
.featured-nav .compact-media a:hover{color:inherit;}
@media (min-width:900px){.featured-nav .secondary-stack{
        display:grid;
        grid-template-columns:minmax(0,1fr);
        gap:calc(2.46rem * 1.5);
    }
}
.simple-group{
  background: linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
  color: #F2FBF8;
  padding: calc(1.5rem * 2.4) 1.87rem;
}
.simple-group .simple-list{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 2.46rem;
  align-items: start;}
.simple-group h2,
.simple-group h3,
.simple-group p{margin: 0;}
.simple-group h2{font-size: calc(19.7px * 2); line-height: 1.1;}
.simple-group h3{font-size: calc(19.7px * 1.35); line-height: 1.18;}
.simple-group p{font-size: 19.7px; line-height: 1.76;}
.simple-group .media-entries{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.46rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #C9E265 0%, #7FCBA8 100%);
  color: #12261C;
  position: sticky;
  top: 1.5rem;
}
.simple-group .direct-steps{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-group .contact-header{
  display: grid;
  grid-template-columns: 0.7rem minmax(7rem, .22fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.45rem;
  background: #FFFFFF;
  color: #14211C;
  border: 1px solid #D3E1D8;
  box-shadow: 0 2px 4px rgba(0,0,0,0.13);
  animation: peopleTimelineIn calc(290ms * 2.2) var(--ease-fast) both;
  animation-delay: var(--speed-panel, 0ms);
}
.simple-group .contact-header:nth-child(even){
  background: #E4EFE8;
  color: #2A3B34;
}
.simple-group i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #0E7C6B;color:#F2FBF8;}
.simple-group .contact-header span{font-size: calc(19.7px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.simple-group .contact-header:nth-child(even) span{}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(2.46rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 960px) {.simple-group .simple-list{ grid-template-columns: 1fr; }.simple-group .media-entries{ position: static; }
}
@media (max-width: 720px) {.simple-group .contact-header{ grid-template-columns: 0.7rem 1fr; }.simple-group .contact-header span,
  .simple-group .contact-header h3,
  .simple-group .contact-header p{ grid-column: 2; }
}
.clear-flow{
  background:#F6FAF7;
  color:#14211C;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.clear-flow .simple-list{max-width:1680px;
  margin:0 auto;}
.clear-flow .clear-unit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.46rem * 1.5);
  align-items:flex-start;}
.clear-flow h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.7px * 2);
  line-height:1.12;
  letter-spacing:0;}
.clear-flow .clear-unit p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#2A3B34;
  line-height:1.76;}
.clear-flow .offer-section{margin-top:calc(2.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.46rem;}
.clear-flow .offer-section a{
  flex:1 1 17rem;
  min-width:0;
  color:#14211C;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #D3E1D8;
  border-radius:0.79rem;
  transition:border-color 290ms var(--ease-fast), box-shadow 290ms var(--ease-fast);
}
.clear-flow .offer-section a:hover{border-color:#0E7C6B;
  box-shadow:0 2px 4px rgba(0,0,0,0.13);}
.clear-flow .offer-section strong,
.clear-flow .offer-section span{display:block;}
.clear-flow .offer-section span{margin-top:.4rem;
  color:#2A3B34;
  line-height:1.76;}
.clear-flow .compact-media{margin:calc(2.46rem * 1.5) 0 0;
  color:#2A3B34;
  line-height:1.76;}
.clear-flow .compact-media a{color:#0E7C6B;
  text-decoration:underline;
  text-underline-offset:2px;}
.clear-flow .compact-media a:hover{color:inherit;}
.clear-flow .steady-callout{
  display:inline-flex;
  margin-top:calc(2.46rem * 1.5);
  background:#0E7C6B;
  color:#F2FBF8;
  text-decoration:none;
  border-radius:1.32rem;
  padding:.8rem 1.2rem;
  transition:background 290ms var(--ease-fast);
}
.clear-flow .steady-callout:hover{
  background:#0A6558;color:#14211C;}
@media (max-width:680px){.clear-flow .clear-unit{display:block}.clear-flow .clear-unit p{margin-top:1.5rem}.clear-flow .offer-section{display:block}.clear-flow .offer-section a{display:block;margin-top:2.46rem}
}
.direct-frame{padding:calc(1.5rem * 2.4) 1.87rem;background:#E4EFE8;color:#2A3B34}
.direct-frame .simple-list{max-width:1680px;margin:0 auto}
.direct-frame .contact-group{margin-bottom:calc(2.46rem * 1.5)}
.direct-frame h2{margin:0;font-size:calc(19.7px * 2);line-height:1.1}
.direct-frame .contact-group p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125);line-height:1.76}
.direct-frame .primary-content{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.46rem * 1.5)}
.direct-frame .quiet-body{flex:1 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #D3E1D8;padding-left:calc(1.5rem * .75)}
.direct-frame button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 290ms var(--ease-fast),transform 290ms var(--ease-fast)}
.direct-frame button:hover,.direct-frame button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.direct-frame .text-surface{flex:1 1 30rem;align-self:start;background:#FFFFFF;color:#14211C;border:1px solid #D3E1D8;border-radius:0.79rem;padding:calc(1.5rem * .75)}
.direct-frame [data-response]{display:none}
.direct-frame [data-response].is-active{display:block;animation:clarifyFocusIn calc(290ms*1.8) var(--ease-fast) both}
.direct-frame h3{margin:0;font-size:calc(19.7px * 1.35);line-height:1.15}
.direct-frame [data-response] p{margin:1.5rem 0 0;font-size:19.7px;line-height:1.76}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.46rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.direct-frame .primary-content{display:block}.direct-frame .quiet-body{margin-bottom:calc(2.46rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.direct-frame [data-response].is-active{animation:none}}
.visual-lead{
    padding:calc(1.5rem * 2.4) 1.87rem;
    background:#F6FAF7;
    color:#14211C;
}
.visual-lead .secondary-stack{max-width:1680px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.46rem * 1.5);}
.visual-lead .quiet-group{display:flex;
    flex-direction:column;
    gap:0.5rem;
    border-bottom:1px solid #D3E1D8;
    padding-bottom:calc(2.46rem * 1.5);}
.visual-lead .secondary-flow{margin:0;
    font-size:calc(19.7px * .875);
    text-transform:uppercase;
    letter-spacing:0.08em;
    color:#2A3B34;}
.visual-lead .content-rail{margin:0;
    font-size:calc(19.7px * 2.65);
    line-height:1.15;}
.visual-lead .soft-service{margin:0;
    font-size:calc(19.7px * 1.125);
    color:#2A3B34;}
.visual-lead .top-actions{margin:0;
    font-size:calc(19.7px * .875);
    color:#2A3B34;}
.visual-lead .secondary-actions{margin:0;
    font-size:calc(19.7px * 1.125);
    line-height:1.76;}
.visual-lead .active-items{margin:0;
    font-size:19.7px;
    line-height:1.76;}
.visual-lead .h2{margin:0;
    font-size:calc(19.7px * 2);
    line-height:1.25;}
.visual-lead .compact-media{
    background:#E4EFE8;
    color:#2A3B34;
    border-radius:0.79rem;
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:0.75rem;
}
.visual-lead .top-details{margin:0;
    font-size:19.7px;
    line-height:1.76;}
.visual-lead .visual-track{margin:0;
    display:flex;
    flex-wrap:wrap;
    gap:1rem;}
.visual-lead .visual-track a{color:#0E7C6B;
    text-decoration:none;
    font-size:19.7px;
    border-bottom:1px solid transparent;
    transition:color 290ms var(--ease-fast), border-color 290ms var(--ease-fast);}
.visual-lead .visual-track a:hover{color:inherit;
    border-bottom-color:#C9E265;}
.visual-lead .steady-callout{margin:0;}
.visual-lead .primary-plan{
    display:inline-block;
    padding:0.85rem 1.6rem;
    background:#0E7C6B;
    color:#F2FBF8;
    border-radius:0.45rem;
    text-decoration:none;
    font-size:19.7px;
    transition:background 290ms var(--ease-fast);
}
.visual-lead .primary-plan:hover{
    background:#0A6558;color:#14211C;}
@media (max-width:640px){.visual-lead .content-rail{font-size:calc(19.7px * 2);}.visual-lead .soft-service{font-size:19.7px;}
}
.fresh-team{
  background: linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
  color: #F2FBF8;
  padding: calc(1.5rem * 2.4) 1.87rem;
}
.fresh-team .simple-list{width: min(100%, 1680px);
  margin: 0 auto;
  display: grid;
  gap: 2.46rem;}
.fresh-team h2,
.fresh-team h3,
.fresh-team p{margin: 0;}
.fresh-team h2{font-size: calc(19.7px * 2); line-height: 1.1;}
.fresh-team h3{font-size: calc(19.7px * 1.35); line-height: 1.18;}
.fresh-team p{font-size: 19.7px; line-height: 1.76;}
.fresh-team .compact-surface{
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.46rem;
  align-items: end;
  padding: calc(2.46rem * 1.5);
  border-radius: 1.32rem;
  background: linear-gradient(120deg, #C9E265 0%, #7FCBA8 100%);
  color: #12261C;
}
.fresh-team .open-menu{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.fresh-team [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.45rem;
  background: #FFFFFF;
  color: #14211C;
  border: 1px solid #D3E1D8;
  animation: peopleMemberIn calc(290ms * 2.2) var(--ease-fast) both;
  animation-delay: var(--speed-panel, 0ms);
}
.fresh-team [data-block]:nth-child(1),
.fresh-team [data-block]:nth-child(4){flex: 1 1 28rem;}
.fresh-team [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19.7px * .875);}
.fresh-team .featured-contact{}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.fresh-team .compact-surface{ grid-template-columns: 1fr; }.fresh-team [data-block],
  .fresh-team [data-block]:nth-child(1),
  .fresh-team [data-block]:nth-child(4){ flex: 1 1 100%; }
}
.page-unit{
  background:#F6FAF7;
  color:#14211C;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.page-unit .simple-list{max-width:1680px;
  margin:0 auto;}
.page-unit .clear-unit{display:flex;
  flex-wrap:wrap;
  gap:calc(2.46rem * 1.5);
  align-items:flex-start;}
.page-unit h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.7px * 2);
  line-height:1.12;}
.page-unit .clear-unit p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:#2A3B34;
  line-height:1.76;}
.page-unit .offer-section{margin-top:calc(2.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.46rem;}
.page-unit .offer-section a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#14211C;
  text-decoration:none;
  background:#FFFFFF;
  border:1px solid #D3E1D8;
  border-radius:0.79rem;
  padding:calc(1.5rem * .75);
  transition:border-color 290ms var(--ease-fast);
}
.page-unit .offer-section a:hover{border-color:#0E7C6B;}
.page-unit .offer-section strong,
.page-unit .offer-section span{display:block;}
.page-unit .offer-section strong{font-size:19.7px;}
.page-unit .offer-section span{margin-top:.4rem;
  color:#2A3B34;
  line-height:1.76;
  font-size:calc(19.7px * .875);}
.page-unit .compact-media{margin:calc(2.46rem * 1.5) 0 0;
  padding-left:1.87rem;
  border-left:3px solid #C9E265;
  color:#2A3B34;
  line-height:1.76;}
.page-unit .visual-track{margin-top:calc(2.46rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.46rem;}
.page-unit .visual-track a{color:#0E7C6B;
  text-decoration:none;
  border-bottom:1px solid #0E7C6B;
  padding-bottom:.15rem;
  font-size:calc(19.7px * .875);}
.page-unit .visual-track a:hover{color:inherit;
  border-bottom-color:#C9E265;}
@media (max-width:680px){.page-unit .clear-unit{display:block}.page-unit .clear-unit p{margin-top:1.5rem}.page-unit .offer-section{display:block}.page-unit .offer-section a{margin-top:2.46rem}
}
.top-entries{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);color:#F2FBF8}
.top-entries .simple-list{max-width:1680px;margin:0 auto}
.top-entries .bottom-summary{display:flex;gap:calc(2.46rem * 1.5);align-items:flex-start}
.top-entries .direct-method{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#F2FBF8 26%,transparent);padding-left:1.5rem}
.top-entries .direct-method p{margin:0;line-height:1.76;font-size:19.7px}
.top-entries .direct-region{flex:1 1 46rem;min-width:0}
.top-entries h2{margin:0;max-width:20ch;font-size:calc(19.7px * 2);line-height:1.08}
.top-entries .focused-copy{margin-top:calc(2.46rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.top-entries .focused-copy p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#F2FBF8 14%,transparent)}
.top-entries .focused-copy p:last-child{border-bottom:0;padding-bottom:0}
.top-entries strong{flex:0 1 13rem;min-width:0;font-size:calc(19.7px * .875);letter-spacing:0.01em}
.top-entries span{flex:1 1 30rem;min-width:0;line-height:1.76}
@media(max-width:760px){.top-entries .bottom-summary,.top-entries .focused-copy p{display:block}.top-entries .direct-method{border-left:0;padding-left:0}.top-entries .direct-region{margin-top:calc(2.46rem * 1.5)}.top-entries span{display:block;margin-top:calc(1.5rem * .75)}.top-entries h2{font-size:calc(19.7px * 1.35)}
}
.featured-footer{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);color:#F2FBF8}
.featured-footer .simple-list{max-width:1680px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:calc(2.46rem * 1.5);align-items:stretch}
.featured-footer .clear-proof{display:flex;flex-direction:column;justify-content:space-between;gap:2.46rem;padding:2.46rem;border-radius:1.32rem;background:#C9E265;color:#12261C}
.featured-footer h2{margin:0;font-size:calc(19.7px * 2.65);line-height:1}
.featured-footer .clear-proof>p{margin:1.5rem 0 0;font-size:calc(19.7px * 1.125)}
.featured-footer .answer{display:grid;gap:calc(1.5rem * .75)}
.featured-footer .main-header{padding:calc(1.5rem * .75);border-radius:0.45rem;background:#FFFFFF;color:#14211C;border:1px solid #D3E1D8}
.featured-footer .main-header span{display:block;font-size:calc(19.7px * .875);}
.featured-footer .main-header strong{display:block;margin-top:calc(calc(1.5rem * .75) * .45);font-size:calc(19.7px * 1.125)}
.featured-footer .main-header a{text-decoration:none}
.featured-footer .main-header a:hover{}
.featured-footer .page-team{min-height:clamp(24rem,48vw,38rem);border-radius:1.32rem;overflow:hidden;border:1px solid #D3E1D8;box-shadow:0 8px 24px rgba(0,0,0,0.17)}
.featured-footer iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.featured-footer .simple-list{grid-template-columns:1fr}.featured-footer .page-team{min-height:24rem}}
.secondary-lead{padding:calc(1.5rem * 2.4) 1.87rem;background:#0B3B33;color:#EAF6F1}
.secondary-lead .simple-list{max-width:1680px;margin:0 auto;display:flex;gap:calc(2.46rem * 1.5);align-items:flex-start}
.secondary-lead .clear-unit{flex:0 1 36%}
.secondary-lead h2{margin:0;font-size:calc(19.7px * 2);line-height:1.1}
.secondary-lead .clear-unit p{margin:1.5rem 0 0;line-height:1.76}
.secondary-lead .clear-unit .compact-media{margin-top:calc(2.46rem * 1.5);font-size:calc(19.7px * .875);opacity:.82}
.secondary-lead form{flex:1 1 0;display:flex;flex-direction:column;gap:calc(2.46rem * 1.5)}
.secondary-lead fieldset{display:flex;flex-wrap:wrap;gap:2.46rem;margin:0;padding:0;border:0}
.secondary-lead fieldset label{flex:1 1 16rem;display:block}
.secondary-lead label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.7px * .875)}
.secondary-lead input,.secondary-lead textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D3E1D8;border-radius:0.28rem;background:#F6FAF7;color:#14211C;font:inherit}
.secondary-lead .bottom-links{display:block}
.secondary-lead textarea{resize:vertical;min-height:8rem}
.secondary-lead form>p{margin:0;font-size:calc(19.7px * .875);opacity:.82}
.secondary-lead button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #C9E265;border-radius:0.28rem;background:#C9E265;color:#12261C;font:inherit;cursor:pointer;transition:background 290ms var(--ease-fast)}
.secondary-lead button:hover{background:#B7D24E;color:#14211C;}
@media(max-width:820px){.secondary-lead .simple-list{display:block}.secondary-lead form{margin-top:calc(2.46rem * 1.5)}}
.wide-copy{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
  color: #F2FBF8;
}
.wide-copy .simple-list{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  margin: 0 auto;}
.wide-copy .bottom-links{margin: 0 0 calc(2.46rem * 1.5);
  padding: 1.5rem 0;}
.wide-copy h2{margin: 0;
  font-size: calc(19.7px * 2.65);
  line-height: 1.05;}
.wide-copy .bottom-links p{margin: 1.5rem 0 0;
  font-size: calc(19.7px * 1.125);
  line-height: 1.76;}
.wide-copy .page-rail{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.46rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.wide-copy .offer-view{display: flex;
  flex-wrap: wrap;
  gap: 2.46rem;}
.wide-copy .offer-view p{margin: 0;
  line-height: 1.76;}
.wide-copy .offer-view strong{display: block;
  font-weight: 600;
  opacity: .8;}
.wide-copy .quiet-headline{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.wide-copy .quiet-headline a{color: inherit;
  font-size: calc(19.7px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.wide-copy .featured-view{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.wide-copy .featured-view a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.76;
  overflow-wrap: anywhere;}
.wide-copy .featured-view a:hover{text-decoration: underline;
  text-underline-offset: .2em;}
.wide-copy .featured-view span{display: block;
  margin-top: .35rem;
  font-size: calc(19.7px * .875);
  opacity: .68;}
@media (max-width: 720px) {.wide-copy .page-rail{
    display: block;
  }.wide-copy .offer-view{
    display: block;
  }.wide-copy .offer-view p + p{
    margin-top: calc(1.5rem * .75);
  }.wide-copy .quiet-headline{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.wide-copy .featured-view a{
    flex: 1 1 100%;
  }
}
.steady-panel{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #0B3B33;
  color: #EAF6F1;
}
.steady-panel .simple-list{max-width: 1680px;
  margin: 0 auto;}
.steady-panel .clear-unit{margin-bottom: calc(2.46rem * 1.5);}
.steady-panel h2{margin: 0;
  font-size: calc(19.7px * 2);
  line-height: 1.1;}
.steady-panel .clear-unit p{margin: calc(1.5rem * .75) 0 0;
  color: #C6D4CD;
  font-size: calc(19.7px * 1.125);}
.steady-panel .bottom-steps{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.steady-panel .open-panel{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #0B3B33;
  color: #EAF6F1;
  border: 1px solid #2A3B34;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.steady-panel .open-panel span{display: block;
  color: #C9E265;
  font-size: calc(19.7px * .875);
  letter-spacing: 0.02em;}
.steady-panel h3{margin: calc(calc(1.5rem * .75) * .5) 0 0;
  font-size: calc(19.7px * 1.35);}
.steady-panel .open-panel p{margin: calc(1.5rem * .75) 0 0;
  color: #C6D4CD;}
@media (max-width: 700px) {.steady-panel .open-panel{
    flex: 1 1 100%;
  }
}
.page-items{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: linear-gradient(135deg, #0B3B33 0%, #0E7C6B 55%, #2FB79E 100%);
  color: #F2FBF8;
}
.page-items .simple-list{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1680px;
  margin: 0 auto;}
.page-items .bottom-links{margin: 0 0 calc(2.46rem * 1.5);
  padding: 1.5rem 0;}
.page-items h2{margin: 0;
  font-size: calc(19.7px * 2.65);
  line-height: 1.05;}
.page-items .bottom-links p{margin: 1.5rem 0 0;
  font-size: calc(19.7px * 1.125);
  line-height: 1.76;}
.page-items .page-rail{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.46rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.page-items .offer-view{display: flex;
  flex-wrap: wrap;
  gap: 2.46rem;}
.page-items .offer-view p{flex: 1 1 18rem;
  margin: 0;
  line-height: 1.76;}
.page-items .quiet-headline{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.page-items .quiet-headline a{color: inherit;
  font-size: calc(19.7px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.page-items .featured-view{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.page-items .featured-view a{flex: 1 1 16rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.76;}
.page-items .featured-view span{display: block;
  margin-top: calc(1.5rem * .75);
  opacity: .7;
  font-size: calc(19.7px * .875);}
@media (max-width: 720px) {.page-items .page-rail,
  .page-items .offer-view{
    display: block;
  }.page-items .offer-view p + p{
    margin-top: calc(1.5rem * .75);
  }.page-items .quiet-headline{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.page-items .featured-view a + a{
    margin-top: calc(1.5rem * .75);
  }
}
.content{padding:calc(1.5rem * 2.4) 1.87rem;background:#0E7C6B;color:#F2FBF8}
.content .open-area{max-width:min(1680px,64rem);margin:0 auto}
.content h2{margin:0;font-size:calc(19.7px * 2.65);line-height:1.08}
.content .focused-footer{margin:1.5rem 0 calc(2.46rem * 1.5);font-size:calc(19.7px * 1.125);line-height:1.6}
.content .narrow-stack{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.content .compact-media{padding:2.46rem 0}
.content .compact-media + .compact-media{border-top:1px solid color-mix(in srgb,currentColor 20%,transparent)}
.content h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.7px * 1.35);line-height:1.25}
.content .compact-media p{margin:0;line-height:1.72}
@media (min-width:900px){.content .compact-media{display:grid;grid-template-columns:minmax(0,20rem) minmax(0,1fr);gap:2.46rem;align-items:start}.content h3{margin:0}
}
.direct-rail{--axis-soft:calc(1.5rem * 0.89);--state-content:calc(1680px / 2.13);padding:calc(1.5rem * 2.4) 1.87rem;background:#0E7C6B;color:#F2FBF8;}
.direct-rail .simple-list{max-width:1680px;margin:0 auto;display:flex;flex-direction:column;}
.direct-rail h1,.direct-rail h2,.direct-rail h3,.direct-rail p,.direct-rail ul{margin:0;}
.direct-rail h2{font-size:calc(19.7px * 2);line-height:1.12;}
.direct-rail p{font-size:19.7px;line-height:1.76;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-rail a{color:inherit;text-decoration:none;}
.direct-rail .direct-surface{padding-inline-start:calc(1.87rem / 2);}
.direct-rail .simple-items{row-gap:calc(var(--axis-soft) * 1.2);}
.direct-rail .compact-media{max-width:calc(1680px / 3);margin-bottom:1.5rem;font-size:calc(19.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.direct-rail .secondary-actions{margin-bottom:calc(2.46rem * 1.5);}
.direct-rail .clear-proof{margin-bottom:calc(2.46rem * 1.5);}
.direct-rail .visual-track{display:flex;flex-wrap:wrap;align-items:center;gap:2.46rem;margin-top:1.5rem;}
.direct-rail .steady-callout{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.28rem;background:#F2FBF8;color:#0E7C6B;transition:background 290ms var(--ease-fast),color 290ms var(--ease-fast);}
.direct-rail .steady-callout:hover{background:#C9E265;color:#12261C;}
.direct-rail .compact-tile{font-size:calc(19.7px * .875);text-decoration:underline;text-underline-offset:0.28em;color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-rail .compact-tile:hover{}
@media (max-width:640px){.direct-rail .direct-surface{padding-inline-start:0;}.direct-rail .visual-track{flex-direction:column;align-items:flex-start;}
}
.narrow-story{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: #0B3B33;
  color: #EAF6F1;
}
.narrow-story .simple-list{max-width: min(1680px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.46rem * 1.5);}
.narrow-story .secondary-actions h2{margin: 0;
  font-size: calc(19.7px * 2);
  line-height: 1.1;}
.narrow-story .clear-unit{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.7px * 1.125);
  color: #C6D4CD;}
.narrow-story .page-actions{display: flex;
  flex-wrap: wrap;
  gap: 2.46rem;
  border-top: 1px solid #2A3B34;
  padding-top: calc(2.46rem * 1.5);}
.narrow-story .plain-region{flex: 1 1 18rem;
  min-width: 0;}
.narrow-story .plain-region strong{display: block;
  font-size: calc(19.7px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.narrow-story .plain-region p{margin: 0;
  color: #C6D4CD;}
.narrow-story .plain-region a{color: #C9E265;
  text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-story .plain-region a:hover{color: #B7D24E;}
.narrow-story .compact-media{margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #2A3B34;
  color: #C6D4CD;
  font-size: calc(19.7px * .875);}
.narrow-story .visual-track{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 2.46rem;}
.narrow-story .visual-track a{text-decoration: none;
  border-bottom: 1px solid #5C7168;
  padding-bottom: 2px;
  transition: color 290ms var(--ease-fast), border-color 290ms var(--ease-fast);}
.narrow-story .visual-track a:hover{color: #C9E265;
  border-color: #C9E265;}
@media (max-width: 640px) {.narrow-story .page-actions{
    flex-direction: column;
  }
}
.primary-method{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: linear-gradient(120deg, #C9E265 0%, #7FCBA8 100%);
        color: #12261C
    }
.primary-method .simple-list{max-width: 1680px;
        margin: 0 auto;
        display: flex;
        align-items: flex-start;
        gap: calc(2.46rem * 1.5)}
.primary-method .clear-proof{flex: 0 1 44%;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.primary-method .secondary-actions{margin: 0;
        font-size: calc(19.7px * 1.125);
        line-height: 1.76}
.primary-method .compact-media{margin: 0;
        font-size: calc(19.7px * .875);
        line-height: 1.76;
        opacity: .85}
.primary-method .visual-track{display: flex;
        flex-wrap: wrap;
        gap: 2.46rem;
        margin-top: calc(1.5rem * .75)}
.primary-method .visual-track a{color: inherit;
        font-size: 19.7px;
        text-underline-offset: .24em;
        text-decoration-thickness: 1px;
        transition: opacity 290ms var(--ease-fast)}
.primary-method .visual-track a:hover{opacity: .7}
.primary-method h1{flex: 1 1 0;
        margin: 0;
        font-size: calc(19.7px * 2.65);
        line-height: 1.02;
        align-self: flex-end}
@media (min-width: 741px) {.primary-method .clear-proof{
            order: 1
        }
    }
@media (max-width: 740px) {.primary-method .simple-list{
            display: block
        }.primary-method h1{
            margin-top: calc(2.46rem * 1.5);
            text-align: left
        }.primary-method .visual-track{
            margin-top: 1.5rem
        }
    }
