body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.form {
    width: 100%;
    background: #f6f8f7;
    color: #18262a;
    border-bottom: 1px solid #d5dedc;
  }
:root {
  --tone-base: #f4f8f7;
  --line-panel: #18262a;
  --speed-base: ease-in-out;
}
.wide-flow {
    max-width: 1140px;
    margin: 0 auto;
    padding: 1.39rem 1.39rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    flex-wrap: wrap;
  }
.clear-copy {
    font-size: calc(15.5px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #18262a;
    text-decoration: none;
    padding: 0.25rem 0;
  }
.clear-copy:hover {
    color: #c2603a;
  }
.offer-group {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.85rem * 1.25);
  }
.nav-link {
    display: inline-block;
    position: relative;
    padding: 0.5rem 0.15rem;
    font-size: 15.5px;
    color: #18262a;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 490ms var(--speed-base),
                border-color 490ms var(--speed-base);
  }
.nav-link:hover {
    color: #c2603a;
    border-bottom-color: #c2603a;
  }
.nav-link.is-active {
    color: #18262a;
    border-bottom-color: #18262a;
    font-weight: 600;
  }
.media-plan {
    display: none;
    background: transparent;
    color: #18262a;
    border: 1px solid #d5dedc;
    border-radius: 0.37rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
.media-plan:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#18262a;}
.main-visual{
    display: block;
    width: 1.15rem;
    height: 2px;
    background: #18262a;
    border-radius: 2px;color:#18262a;}
@media (max-width: 767px) {
    .wide-flow {
      padding: calc(0.85rem * 1.5) 1.39rem;
    }

    .media-plan {
      display: inline-flex;
    }

    .offer-group {
      display: none;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(0.85rem * 1.5);
    }

    .offer-group.is-open {
      display: block;
    }

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

    .nav-list li {
      border-top: 1px solid #d5dedc;
    }

    .nav-link {
      display: block;
      padding: 0.85rem 0.25rem;
      border-bottom: none;
    }

    .nav-link.is-active {
      border-bottom: none;
      color: #c2603a;
    }

    .nav-link:hover {
      border-bottom: none;
    }
  }
.top-callout{font-family:"Quicksand", sans-serif;font-size:15.5px;line-height:1.86;padding:calc(1.5rem * 2.4) 1.39rem;background:var(--line-panel);color:var(--tone-base);}
.wide-feature{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(0.85rem * 1.5)}
.site-menu{padding-bottom:calc(0.85rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.public-callout{font-size:calc(15.5px * 1.125);font-weight:600;margin:0 0 calc(1.5rem * .75);letter-spacing:0.02em}
.active-lead{font-style:normal;display:flex;flex-direction:column;gap:0.5rem;font-size:15.5px}
.steady-story{display:block}
.focused-panel{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-feature{font-size:calc(15.5px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.offer-team{margin:0;max-width:42ch;font-size:calc(15.5px * .875);opacity:0.85}
.block{display:grid;grid-template-columns:1fr;gap:calc(0.85rem * 1.5)}
.compact-note{font-size:calc(15.5px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 calc(1.5rem * .75);opacity:0.75}
.site-media{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.bottom-plan{color:inherit;text-decoration:none;font-size:15.5px;transition:opacity 490ms var(--speed-base)}
.bottom-plan:hover,
  .bottom-plan:focus-visible{opacity:0.75;text-decoration:underline;text-underline-offset:3px}
.secondary-header{padding-top:calc(0.85rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-details{margin:0;font-size:calc(15.5px * .875);opacity:0.85;max-width:70ch}
.narrow-shell{margin:0;font-size:calc(15.5px * .875);opacity:0.7}
@media (min-width: 640px) {.block{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.wide-feature{grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);grid-template-areas:"contacts brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) 1.39rem}.site-menu{grid-area:contacts;border-bottom:none;padding-bottom:0}.focused-panel{grid-area:brand}.block{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr));padding-top:calc(0.85rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}.secondary-header{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.39rem;right:1.39rem;bottom:1.5rem;z-index:1200;}
.cookies .fresh-benefit{max-width:1140px;margin:0 auto;background:#ffffff;border:1px solid #d5dedc;border-radius:1rem;box-shadow:0 3px 12px rgba(0,0,0,0.06);padding:calc(1.5rem * .9) 1.39rem;display:grid;grid-template-columns:1fr auto;gap:12px 0.85rem;align-items:center;color:#18262a;}
.cookies .open-steps{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .steady-intro{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .steady-intro button{border:1px solid #d5dedc;background:#e7eeec;color:#2c3a3c;border-radius:0.37rem;padding:8px 12px;cursor:pointer;}
.cookies .steady-intro button.cookie-accept{background:#c2603a;color:#fff8f2;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .fresh-benefit{grid-template-columns:1fr;}
        .cookies p,.cookies .steady-intro{grid-column:auto;grid-row:auto;}
        .cookies .steady-intro{justify-content:flex-start;}
    }
.steady-flow{
  --field-strong:calc(1.5rem * 1.25);
  --field-active:calc(1140px / 2.90);
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#f6f8f7;
  color:#18262a;
}
.steady-flow .fresh-benefit{max-width:1140px;margin:0 auto;}
.steady-flow h1,.steady-flow p{margin:0;}
.steady-flow h1{font-size:calc(15.5px * 2.65);line-height:1.1;}
.steady-flow p{font-size:15.5px;line-height:1.86;}
.steady-flow a{color:#1f4e5f;text-decoration:none;}
.steady-flow a:hover{color:inherit;}
.steady-flow .primary-lead{font-size:calc(15.5px * .875);
  color:#2c3a3c;
  letter-spacing:0.02em;
  text-transform:uppercase;}
.steady-flow .visual-grid h1{margin-top:calc(1.5rem / 2.4);}
.steady-flow .public-frame{margin-top:calc(0.85rem * 1.5);
  color:#18262a;}
.steady-flow .primary-shell{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.85rem;
  margin-top:calc(0.85rem * 1.5);}
.steady-flow .page-benefit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.37rem;
  background:#1f4e5f;
  color:#f4f8f7;
  font-size:15.5px;
}
.steady-flow .page-benefit:hover{background:#173e4c;color:#f4f8f7;}
.steady-flow .visual-lead{font-size:15.5px;
  border-bottom:1px solid #d5dedc;
  padding-bottom:2px;}
.steady-flow .focused-benefit{flex:0 1 var(--field-active);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 1.5rem;
  border-left:2px solid #c2603a;}
.steady-flow .focused-benefit .direct-media{font-size:calc(15.5px * .875);
  color:#2c3a3c;}
.steady-flow .feature{display:flex;
  align-items:flex-start;
  gap:calc(0.85rem * 2);}
.steady-flow .visual-grid{flex:1 1 auto;min-width:0;}
@media(max-width:760px){.steady-flow .feature{flex-direction:column;}.steady-flow .focused-benefit{border-left:none;border-top:2px solid #c2603a;padding-left:0;padding-right:0;}
}
.featured-visual{padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;overflow:hidden}
.featured-visual .fresh-benefit{max-width:1140px;margin:0 auto}
.featured-visual .soft-headline{margin:0 0 calc(0.85rem * 1.5)}
.featured-visual h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1}
.featured-visual .public-frame{margin:1.5rem 0 0;font-size:calc(15.5px * 1.125);line-height:1.86}
.featured-visual .quiet-stack{display:flex;flex-wrap:wrap;gap:0.85rem;align-items:flex-start}
.featured-visual .direct-content{flex:1 1 20rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(244,248,247,0.22)}
.featured-visual .direct-content:nth-child(2n){padding-top:calc(calc(1.5rem * .75) + 1.5rem)}
.featured-visual strong{display:block;font-size:calc(15.5px * 1.35);line-height:1.15}
.featured-visual .direct-content p{margin:calc(1.5rem * .75) 0 0;line-height:1.86}
.featured-visual .primary-shell{margin:calc(0.85rem * 1.5) 0 0;font-size:calc(15.5px * .875);line-height:1.86}
.featured-visual .primary-shell a{text-decoration:underline;text-underline-offset:3px}
.featured-visual .primary-shell a:hover{}
@media (max-width:640px){.featured-visual .direct-content:nth-child(2n){padding-top:calc(1.5rem * .75)}
}
.wide-wrap{
  --field-strong:calc(1.5rem * 1.42);
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#e7eeec;
  color:#2c3a3c;
}
.wide-wrap .fresh-benefit{max-width:1140px;
  margin:0 auto;}
.wide-wrap h1,.wide-wrap h2,.wide-wrap h3,.wide-wrap p{margin:0;}
.wide-wrap h2{font-size:calc(15.5px * 2);
  line-height:1.14;}
.wide-wrap p{font-size:15.5px;
  line-height:1.86;}
.wide-wrap a{color:inherit;text-decoration:none;}
.wide-wrap .page-benefit{
  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.37rem;
  background:#1f4e5f;
  color:#f4f8f7;
  font-size:15.5px;
  transition:background 490ms var(--speed-base);
}
.wide-wrap .page-benefit:hover{
  background:#173e4c;color:#18262a;}
.wide-wrap .strong-section>h2,
.wide-wrap .strong-section>p,
.wide-wrap .strong-section>.page-benefit{margin-top:1.5rem;}
.wide-wrap .strong-section>p.lead{margin-top:calc(0.85rem * 1.5);}
.wide-wrap .primary-lead{font-size:calc(15.5px * .875);
  line-height:1.86;
  margin-top:var(--field-strong);}
.wide-wrap .primary-lead a{color:#1f4e5f;
  border-bottom:1px solid #d5dedc;}
.wide-wrap .primary-lead a:hover{color:inherit;
  border-bottom-color:#c2603a;}
.quiet-lead{--field-strong:calc(1.5rem * 1.15);--field-active:calc(1140px / 2.45);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.quiet-lead .fresh-benefit{max-width:1140px;margin:0 auto;}
.quiet-lead h2,.quiet-lead h3,.quiet-lead p{margin:0;}
.quiet-lead h2{font-size:calc(15.5px * 2);line-height:1.12;}
.quiet-lead h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.quiet-lead p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-lead a{color:inherit;text-decoration:none;}
.quiet-lead .primary-lead{margin-bottom:calc(1.5rem / 2);font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.quiet-lead .public-frame{margin-top:1.5rem;max-width:var(--field-active);}
.quiet-lead .visual-story{display:flex;flex-direction:column;gap:var(--field-strong);margin-top:calc(var(--field-strong) * 1.1);}
.quiet-lead .direct-content{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-lead .direct-content p{margin-top:calc(1.5rem / 3);max-width:var(--field-active);}
.quiet-lead .direct-content a{display:inline-block;margin-top:calc(1.5rem / 2.5);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);font-size:calc(15.5px * .875);transition:border-color 490ms var(--speed-base);}
.quiet-lead .direct-content a:hover{border-color:currentColor;}
@media (min-width:760px){.quiet-lead .visual-story{display:grid;grid-template-columns:repeat(3,1fr);gap:0.85rem;}.quiet-lead .direct-content{padding:calc(1.5rem * .75) calc(1.5rem * .75) 0 0;}
}
.visual-fields{--field-strong:calc(1.5rem * 1.15);--layer-content:calc(1140px / 3.4);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.visual-fields .fresh-benefit{max-width:1140px;margin:0 auto;}
.visual-fields h2,.visual-fields h3,.visual-fields p{margin:0;}
.visual-fields h2{font-size:calc(15.5px * 2);line-height:1.14;}
.visual-fields h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.visual-fields p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.visual-fields .primary-lead{margin-bottom:calc(1.5rem / 2);font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;}
.visual-fields .public-frame{margin-top:1.5rem;}
.visual-fields .visual-story{display:flex;flex-direction:column;gap:var(--field-strong);margin-top:calc(var(--field-strong) * 1.1);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:var(--field-strong);}
.visual-fields .direct-content{min-width:0;display:grid;grid-template-columns:minmax(0,var(--layer-content)) minmax(0,1fr);gap:1.5rem;align-items:start;}
.visual-fields .direct-content p{margin:0;}
@media (max-width:720px){.visual-fields .direct-content{grid-template-columns:1fr;gap:calc(1.5rem / 2);}
}
.bottom-track{--field-strong:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.39rem;background:#e7eeec;color:#2c3a3c;}
.bottom-track .fresh-benefit{max-width:1140px;margin:0 auto;}
.bottom-track h2,.bottom-track h3,.bottom-track p{margin:0;}
.bottom-track h2{font-size:calc(15.5px * 2);line-height:1.14;}
.bottom-track h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.bottom-track p{font-size:15.5px;line-height:1.86;}
.bottom-track .primary-lead{margin:0 0 calc(1.5rem / 3);font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.bottom-track .public-frame{margin-top:calc(1.5rem / 2);}
.bottom-track a{color:inherit;text-decoration:none;}
.bottom-track .page-benefit{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.37rem;background:#1f4e5f;color:#f4f8f7;}
.bottom-track .page-benefit:hover{background:#173e4c;color:#18262a;}
.bottom-track .narrow-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.bottom-track .narrow-surface>.visual-grid{flex:1 1 auto;min-width:0;}
.bottom-track .narrow-surface>.page-benefit{flex:0 0 auto;}
.bottom-track .narrow-surface>.visual-story{flex:1 1 100%;}
.bottom-track .visual-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;margin-top:var(--field-strong);}
.bottom-track .direct-content{flex:1 1 calc(1140px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid #d5dedc;}
.bottom-track .direct-content p{margin-top:calc(1.5rem / 3);}
.media-lead{--field-strong:calc(1.5rem * 1.6);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.media-lead .fresh-benefit{max-width:1140px;margin:0 auto;}
.media-lead h2,.media-lead h3,.media-lead p,.media-lead ol,.media-lead li{margin:0;}
.media-lead h2{font-size:calc(15.5px * 2);line-height:1.14;}
.media-lead h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.media-lead p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.media-lead .soft-headline{display:flex;flex-direction:column;gap:calc(0.85rem * 1.5);}
.media-lead .public-frame{max-width:100%;}
.media-lead .visual-story{list-style:none;display:flex;flex-direction:column;gap:var(--field-strong);margin-top:var(--field-strong);padding:0;}
.media-lead .direct-content{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.media-lead .direct-content:first-child{border-top:0;padding-top:0;}
.media-lead .media-body{flex:0 0 auto;min-width:4.5rem;font-size:calc(15.5px * 1.125);font-weight:700;letter-spacing:0.02em;}
.media-lead .plain-form{display:flex;flex-direction:column;gap:calc(1.5rem / 3);min-width:0;}
.media-lead .primary-lead{margin-top:var(--field-strong);font-size:calc(15.5px * .875);}
@media (max-width:640px){.media-lead .direct-content{flex-direction:column;gap:calc(1.5rem / 3);}.media-lead .media-body{min-width:0;}
}
.contact-details{--field-strong:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.contact-details .fresh-benefit{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.85rem * 1.5);}
.contact-details h2,.contact-details h3,.contact-details p{margin:0;}
.contact-details h2{font-size:calc(15.5px * 2);line-height:1.14;}
.contact-details h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.contact-details p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.contact-details a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.contact-details a:hover{}
.contact-details .soft-headline{display:flex;flex-direction:column;gap:1.5rem;}
.contact-details .public-frame{font-size:calc(15.5px * 1.125);}
.contact-details .benefit{display:flex;flex-direction:column;gap:var(--field-strong);}
.contact-details .direct-content{padding:calc(calc(1.5rem * .75) * 1.1) calc(1.5rem * .75);border-radius:0.65rem;background:color-mix(in srgb, currentColor 10%, transparent);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.contact-details .primary-shell{padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.contact-details .primary-shell p{font-size:calc(15.5px * .875);}
@media (min-width:760px){.contact-details .benefit{display:grid;grid-template-columns:1fr 1fr;gap:var(--field-strong) 1.5rem;}
}
.focused-note{
  padding: calc(1.5rem * 2.4) 1.39rem;
  background: var(--line-panel);
  color: var(--tone-base);
}
.focused-note .fresh-benefit{max-width: min(1140px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.85rem * 1.5);}
.focused-note .soft-headline{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.focused-note h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.1;}
.focused-note .public-frame{margin: 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.86;
  color: #c3cdcb;}
.focused-note .visual-story{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;}
.focused-note .direct-content{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #c2603a;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);}
.focused-note .visual-grid{margin: 0;
  color: #eef2f1;
  line-height: 1.86;}
.focused-note .simple-surface{font-weight: 700;
  font-size: 15.5px;}
.focused-note .offer-method{font-size: calc(15.5px * .875);
  color: #c3cdcb;}
.focused-note .primary-lead{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2c3a3c;
  font-size: calc(15.5px * .875);
  color: #c3cdcb;}
.focused-note .primary-lead a{color:inherit;
  text-decoration: underline;}
.focused-note .primary-lead a:hover{color:inherit;}
@media (max-width: 700px) {.focused-note .visual-story{
    display: block;
  }.focused-note .direct-content + .direct-content{
    margin-top: 0.85rem;
  }
}
.steady-brand{--field-strong:calc(1.5rem * 1.08);--label-nav:calc(1140px / 3.4);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.steady-brand .fresh-benefit{max-width:1140px;margin:0 auto;}
.steady-brand h2,.steady-brand h3,.steady-brand p{margin:0;}
.steady-brand h2{font-size:calc(15.5px * 2);line-height:1.14;}
.steady-brand h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.steady-brand p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.steady-brand a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-brand a:hover{opacity:.82;}
.steady-brand .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.steady-brand .row-title h2{flex:1 1 calc(1140px / 3);min-width:0;}
.steady-brand .row-title>p{flex:1 1 calc(1140px / 3);min-width:0;}
.steady-brand .strong-actions{row-gap:calc(var(--field-strong) * 1.1);}
.steady-brand .visual-story{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-strong);margin-top:var(--field-strong);}
.steady-brand .direct-content{flex:1 1 var(--label-nav);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.6);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-brand .direct-content p{margin-top:calc(1.5rem / 3);}
.steady-brand .primary-shell{flex:1 1 100%;margin-top:calc(var(--field-strong) * .6);font-size:calc(15.5px * .875);}
.public-visual{
  --field-strong:calc(1.5rem * 1.15);
  --mark-content:calc(1140px / 3.6);
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#c2603a;
  color:#fff8f2;
}
.public-visual .fresh-benefit{max-width:1140px;
  margin:0 auto;}
.public-visual h2,
.public-visual h3,
.public-visual p{margin:0;}
.public-visual h2{font-size:calc(15.5px * 2);
  line-height:1.14;
  margin-top:var(--field-strong);}
.public-visual h3{font-size:calc(15.5px * 1.35);
  line-height:1.22;}
.public-visual p{font-size:15.5px;
  line-height:1.86;
  margin-top:calc(1.5rem / 3);}
.public-visual .primary-lead{font-size:calc(15.5px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;
  opacity:.82;}
.public-visual .visual-story{display:flex;
  flex-wrap:wrap;
  gap:var(--field-strong);
  margin-top:var(--field-strong);}
.public-visual .direct-content{
  flex:1 1 var(--mark-content);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.65rem;
  background:color-mix(in srgb, currentColor 12%, transparent);
}
.public-visual .primary-shell{margin-top:var(--field-strong);
  font-size:15.5px;}
.public-visual .primary-shell a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.public-visual .primary-shell a:hover{text-decoration-thickness:2px;}
.service-note{
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: #e7eeec;
        color: #2c3a3c
    }
.service-note .fresh-benefit{max-width: 1140px;
        margin: 0 auto}
.service-note .open-frame{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(0.85rem * 1.5);
        align-items: start}
.service-note h2{min-width: 0;
        margin: 0;
        font-size: calc(15.5px * 2);
        line-height: 1.1}
.service-note .contact-section{min-width: 0}
.service-note .contact-section p{margin: 0;
        font-size: 15.5px;
        line-height: 1.86}
.service-note .primary-surface{display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-top: 1.5rem}
.service-note .primary-surface span{
        border-radius: 0.37rem;
        background: #ffffff;
        color: #18262a;
        border: 1px solid #d5dedc;
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(15.5px * .875)
    }
@media (max-width: 760px) {.service-note .open-frame{
            grid-template-columns: 1fr
        }.service-note .contact-section{
            margin-top: 1.5rem
        }
    }
.main-note{--field-strong:calc(1.5rem * 1.13);--label-nav:calc(1140px / 3.45);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.main-note .fresh-benefit{max-width:1140px;margin:0 auto;}
.main-note h2,.main-note h3,.main-note p{margin:0;}
.main-note h2{font-size:calc(15.5px * 2);line-height:1.12;}
.main-note h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.main-note p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-note a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.main-note a:hover{border-bottom-color:currentColor;}
.main-note .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.main-note .row-title h2{flex:1 1 calc(1140px / 3);min-width:0;}
.main-note .row-title>p{flex:1 1 calc(1140px / 3);min-width:0;}
.main-note .strong-actions{row-gap:calc(var(--field-strong) * 1.1);}
.main-note .visual-story{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-strong);margin-top:calc(var(--field-strong) / 2);}
.main-note .direct-content{flex:1 1 var(--label-nav);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-note .direct-content p{margin-top:calc(1.5rem / 3);}
.main-note .primary-shell{flex:1 1 100%;margin-top:calc(var(--field-strong) / 2);font-size:calc(15.5px * .875);}
@media (max-width:720px){.main-note .row-title h2,.main-note .row-title>p{flex:1 1 100%;}
}
.site-inner{--field-strong:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.site-inner .fresh-benefit{max-width:1140px;margin:0 auto;}
.site-inner h2,.site-inner h3,.site-inner p{margin:0;}
.site-inner h2{font-size:calc(15.5px * 2);line-height:1.14;margin-bottom:calc(0.85rem * 1.5);}
.site-inner h3{font-size:calc(15.5px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 3);}
.site-inner p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.site-inner a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.site-inner .primary-lead{font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);margin-bottom:calc(1.5rem / 2);}
.site-inner .visual-story{display:flex;flex-direction:column;gap:0;margin-top:calc(0.85rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-inner .direct-content{padding:calc(0.85rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.site-inner .direct-media{display:inline-block;font-size:calc(15.5px * .875);letter-spacing:.05em;text-transform:uppercase;color:color-mix(in srgb, currentColor 60%, transparent);}
.site-inner .public-frame{margin-top:calc(0.85rem * 1.5);font-size:15.5px;}
@media (min-width:760px){.site-inner .direct-content{display:grid;grid-template-columns:minmax(120px,1fr) minmax(0,3fr);gap:1.39rem;align-items:start;}.site-inner .direct-content h3{margin-top:0;}.site-inner .direct-content p{grid-column:2;}
}
.plain-media{--field-strong:calc(1.5rem * 1.19);--label-nav:calc(1140px / 3.52);padding:calc(1.5rem * 2.4) 1.39rem;background:var(--line-panel);color:var(--tone-base);}
.plain-media .fresh-benefit{max-width:1140px;margin:0 auto;}
.plain-media h2,.plain-media h3,.plain-media p{margin:0;}
.plain-media h2{font-size:calc(15.5px * 2);line-height:1.12;}
.plain-media h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.plain-media p{font-size:15.5px;line-height:1.86;color:inherit;}
.plain-media a{color:inherit;text-decoration:none;}
.plain-media .fresh-surface{padding-inline-start:calc(1.39rem / 2);}
.plain-media .strong-actions{row-gap:calc(var(--field-strong) * 1.2);}
.plain-media .public-frame{margin-top:1.5rem;max-width:calc(1140px / 2);}
.plain-media .featured-frame{display:flex;flex-wrap:wrap;gap:var(--field-strong);margin-top:var(--field-strong);}
.plain-media .direct-content{flex:1 1 var(--label-nav);min-width:0;padding:calc(var(--field-strong) * .75);border-radius:0.65rem;background:#e7eeec;color:#2c3a3c;}
.plain-media .direct-content p{margin-top:calc(1.5rem / 3);}
.plain-media .primary-shell{margin-top:var(--field-strong);font-size:calc(15.5px * .875);}
.plain-media .primary-shell a{text-decoration:underline;text-underline-offset:3px;}
.plain-media .primary-shell a:hover{color:inherit;}
.compact-team{padding:calc(1.5rem * 2.4) 1.39rem;background:linear-gradient(135deg, #1f4e5f 0%, #2f6b73 55%, #c2603a 100%);color:#f4f8f7;}
.compact-team .fresh-benefit{max-width:1140px;margin:0 auto;}
.compact-team .soft-visual{margin-bottom:calc(0.85rem * 1.5);}
.compact-team .soft-visual p{margin:0;font-size:calc(15.5px * .875);font-weight:700;letter-spacing:.02em;opacity:.92;}
.compact-team .soft-visual h2{margin:1.39rem 0 0;font-size:calc(15.5px * 2);line-height:1.2;}
.compact-team .plain-form{display:flex;flex-direction:column;gap:calc(0.85rem * 1.5);}
.compact-team .public-frame{margin:0;font-size:15.5px;line-height:1.86;}
.compact-team .visual-story{display:flex;flex-direction:column;gap:0.85rem;}
.compact-team .direct-content{padding:calc(1.5rem * .75);border-radius:1rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 22%, transparent);}
.compact-team .direct-content .direct-media{display:block;font-size:calc(15.5px * .875);font-weight:700;opacity:.9;}
.compact-team .direct-content h3{margin:1.39rem 0;font-size:calc(15.5px * 1.35);}
.compact-team .direct-content p{margin:0;line-height:1.86;}
.compact-team .primary-lead{padding-top:calc(0.85rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.compact-team .primary-lead p{margin:0 0 1.39rem;line-height:1.86;}
.compact-team .primary-shell{display:flex;flex-wrap:wrap;gap:0.85rem;}
.compact-team .primary-shell a{display:inline-block;padding:.55rem 1rem;border-radius:0.65rem;background:#c2603a;color:#fff8f2;text-decoration:none;font-size:calc(15.5px * .875);font-weight:700;transition:background 490ms var(--speed-base);}
.compact-team .primary-shell a:hover{background:#a94e2c;color:#18262a;}
@media (min-width:760px){.compact-team .visual-story{flex-direction:row;flex-wrap:wrap;}.compact-team .direct-content{flex:1 1 280px;}
    }
.strong-plan{padding:calc(1.5rem * 2.4) 1.39rem;background:#e7eeec;color:#2c3a3c;}
.strong-plan .fresh-benefit{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.85rem * 1.5);}
.strong-plan .soft-visual{display:flex;flex-direction:column;gap:0.85rem;}
.strong-plan .soft-visual h2{margin:0;font-size:calc(15.5px * 2);line-height:1.2;}
.strong-plan .soft-visual p{margin:0;font-size:15.5px;}
.strong-plan .featured-contact{display:flex;flex-direction:column;border-top:1px solid #d5dedc;}
.strong-plan .featured-contact article{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d5dedc;}
.strong-plan .featured-contact h3{margin:0;font-size:15.5px;font-weight:600;}
.strong-plan .featured-contact p{margin:0;font-size:calc(15.5px * .875);line-height:1.86;}
.strong-plan .primary-shell{margin:0;font-size:calc(15.5px * .875);}
.strong-plan .primary-shell a{color:#1f4e5f;text-decoration:underline;text-underline-offset:3px;}
.strong-plan .primary-shell a:hover{color:inherit;}
@media (max-width:700px){.strong-plan .featured-contact article{grid-template-columns:1fr;gap:0.85rem;}
    }
.public-area{
  padding: calc(1.5rem * 2.4) 1.39rem;
  background: #c2603a;
  color: #fff8f2;
}
.public-area .fresh-benefit{max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.85rem * 1.5);
  align-items: flex-start;}
.public-area .team-surface{flex: 1 1 320px;
  min-width: 0;}
.public-area h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.public-area .team-surface p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.86;}
.public-area .primary-fields{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 1.3rem;
  background: #ffffff;
  color: #18262a;
  border: 1px solid #d5dedc;
  overflow: hidden;
}
.public-area .page-area{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.85rem;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #d5dedc;}
.public-area .page-area span{font-size: calc(15.5px * .875);}
.public-area a{text-decoration: none;}
.public-area .page-area a{font-weight: 600;}
.public-area .page-area a:hover{}
.public-area .featured-wrap{display: flex;
  flex-direction: column;}
.public-area .featured-wrap a{display: block;
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #d5dedc;
  transition: background 490ms var(--speed-base);}
.public-area .featured-wrap a:last-child{border-bottom: 0;}
.public-area .featured-wrap a:hover{
  background: #e7eeec;color:#2c3a3c;}
.public-area .featured-wrap strong,
.public-area .featured-wrap small,
.public-area .featured-wrap span{display: block;}
.public-area .featured-wrap strong{}
.public-area .featured-wrap small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(15.5px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.public-area .featured-wrap span{font-size: calc(15.5px * .875);
  line-height: 1.86;}
@media (max-width: 780px) {.public-area .fresh-benefit{
    flex-direction: column;
  }.public-area .page-area{
    flex-direction: column;
    align-items: flex-start;
  }
}
.steady-plan{padding:calc(1.5rem * 2.4) 1.39rem;background:#f6f8f7;color:#18262a}
.steady-plan .fresh-benefit{width:min(100%,calc(1140px*.78));margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.85rem * 1.5)}
.steady-plan .soft-headline{flex:1 1 20rem;min-width:0}
.steady-plan h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 2);line-height:1.12}
.steady-plan .public-frame{margin:0;line-height:1.86}
.steady-plan .content-panel{flex:1 1 22rem;min-width:0;border-top:1px solid #d5dedc}
.steady-plan .content-panel>*{display:flex;flex-wrap:wrap;gap:0.85rem;padding:1.5rem 0;border-bottom:1px solid #d5dedc;color:inherit;text-decoration:none;overflow-wrap:anywhere;line-height:1.86}
.steady-plan .content-panel>*>*{min-width:0;flex:1 1 16rem}
.steady-plan .content-panel a:hover{color:inherit;}
.steady-plan span{font-size:calc(15.5px * .875);color:#2c3a3c}
.steady-plan .primary-lead{flex:1 1 100%;margin:0;font-size:calc(15.5px * .875);color:#2c3a3c;line-height:1.86}
@media(max-width:680px){.steady-plan .fresh-benefit{display:block}.steady-plan .content-panel{margin-top:1.5rem}.steady-plan .content-panel>*{display:block}.steady-plan span{display:block;margin-bottom:calc(1.5rem * .75)}}
.steady-service{
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: #e7eeec;
        color: #2c3a3c;
    }
.steady-service .fresh-benefit{max-width: 1140px;
        margin: 0 auto;}
.steady-service .open-frame{display: flex;
        flex-direction: column;
        gap: calc(0.85rem * 1.5);}
.steady-service .public-frame{display: flex;
        flex-direction: column;
        gap: 0.85rem;}
.steady-service h2{margin: 0;
        font-size: calc(15.5px * 2);
        line-height: 1.15;}
.steady-service .soft-headline{margin: 0;
        font-size: calc(15.5px * 1.125);
        line-height: 1.86;}
.steady-service .contact-section{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.steady-service .clear-wrap{display: flex;
        flex-direction: column;
        gap: calc(0.85rem * 0.5);
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid #d5dedc;}
.steady-service .clear-wrap:first-child{border-top: none;
        padding-top: 0;}
.steady-service h3{margin: 0;
        font-size: 15.5px;
        line-height: 1.3;}
.steady-service .clear-wrap p{margin: 0;
        font-size: 15.5px;
        line-height: 1.86;}
.steady-service .primary-surface{display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-top: 1.5rem;}
.steady-service .primary-surface span{
        border-radius: 0.65rem;
        background: #ffffff;
        color: #18262a;
        border: 1px solid #d5dedc;
        padding: calc(calc(1.5rem * .75) * 0.6) calc(1.5rem * .75);
        font-size: calc(15.5px * .875);
        line-height: 1.4;
    }
@media (min-width: 820px) {.steady-service .open-frame{
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
            gap: calc(0.85rem * 1.5);
            align-items: start;
        }
    }
@media (max-width: 760px) {.steady-service .contact-section{
            margin-top: 1.5rem;
        }
    }
.direct-proof{--field-strong:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.direct-proof .fresh-benefit{max-width:1140px;margin:0 auto;}
.direct-proof h1,.direct-proof h2,.direct-proof h3,.direct-proof p{margin:0;}
.direct-proof h2{font-size:calc(15.5px * 2);line-height:1.12;}
.direct-proof h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.direct-proof p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 74%, transparent);}
.direct-proof a{color:inherit;text-decoration:none;}
.direct-proof .page-benefit{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.37rem;background:#f4f8f7;color:#1f4e5f;}
.direct-proof .primary-lead{font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.direct-proof .visual-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;margin-top:var(--field-strong);}
.direct-proof .direct-content{flex:1 1 calc(1140px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.direct-proof .direct-content p,.direct-proof .direct-content a{margin-top:calc(1.5rem / 3);}
.direct-proof .direct-content a{display:inline-block;font-size:calc(15.5px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.direct-proof .narrow-surface{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.85rem;}
.direct-proof .narrow-surface>.visual-grid{flex:1 1 auto;min-width:0;}
.direct-proof .narrow-surface>.page-benefit{flex:0 0 auto;}
.direct-proof .narrow-surface>.visual-story{flex:1 1 100%;}
.direct-proof .visual-grid h2{margin-top:calc(1.5rem / 2);}
.bottom-unit{
  background:#f6f8f7;
  color:#18262a;
  padding:calc(1.5rem * 2.4) 1.39rem;
}
.bottom-unit .fresh-benefit{max-width:1140px;
  margin:0 auto;}
.bottom-unit .steady-team{max-width:46rem;}
.bottom-unit .local-region{margin:0 0 1.5rem;
  color:#2c3a3c;
  font-size:15.5px;
  line-height:1.86;}
.bottom-unit h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.1;}
.bottom-unit .contact-stack{margin-top:calc(0.85rem * 1.5);
  max-width:56rem;}
.bottom-unit .direct-content{display:flex;
  gap:0.85rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.bottom-unit .direct-content + .direct-content{border-top:1px solid #d5dedc;}
.bottom-unit .direct-content strong{flex:0 0 12rem;
  min-width:0;
  font-size:15.5px;
  color:#18262a;}
.bottom-unit .direct-content span{min-width:0;
  color:#2c3a3c;
  line-height:1.86;}
@media (max-width:640px){.bottom-unit .direct-content{display:block}.bottom-unit .direct-content span{display:block;margin-top:.45rem}
}
.compact-surface{
    padding:calc(1.5rem * 2.4) 1.39rem;
    background:#f6f8f7;
    color:#18262a;
}
.compact-surface .fresh-benefit{max-width:1140px;
    margin:0 auto;}
.compact-surface .soft-visual{margin-bottom:calc(0.85rem * 1.5);}
.compact-surface .soft-visual p{margin:0 0 0.4rem;
    font-size:calc(15.5px * .875);
    letter-spacing:0.14em;
    text-transform:uppercase;}
.compact-surface .soft-visual h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.5px * 2);
    line-height:1.2;}
.compact-surface .soft-visual span{display:block;
    font-size:15.5px;
    line-height:1.86;}
.compact-surface .bottom-group{display:flex;
    flex-wrap:wrap;
    gap:calc(0.85rem * 1.5);
    margin-bottom:calc(0.85rem * 1.5);}
.compact-surface .bottom-group .direct-media{flex:1 1 260px;
    padding-top:calc(1.5rem * .75);
    border-top:1px solid #d5dedc;}
.compact-surface .bottom-group .direct-media h3{margin:0 0 0.5rem;
    font-size:calc(15.5px * 1.35);}
.compact-surface .bottom-group .direct-media p{margin:0;
    line-height:1.86;}
.compact-surface .visual-story{display:flex;
    flex-wrap:wrap;
    gap:0.85rem;
    margin-bottom:calc(0.85rem * 1.5);}
.compact-surface .visual-story .direct-content{
    flex:1 1 220px;
    background:#ffffff;
    color:#18262a;
    border:1px solid #d5dedc;
    border-radius:0.65rem;
    padding:calc(1.5rem * .75);
}
.compact-surface .visual-story .direct-content h3{margin:0 0 0.4rem;
    font-size:15.5px;}
.compact-surface .visual-story .direct-content p{margin:0 0 0.6rem;
    line-height:1.86;}
.compact-surface .visual-story .direct-content small{display:block;
    font-size:calc(15.5px * .875);}
.compact-surface .primary-lead{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.85rem;
    padding:calc(1.5rem * .75) 1.39rem;
    background:#e7eeec;
    color:#2c3a3c;
    border-radius:1rem;
}
.compact-surface .primary-lead p{margin:0;
    flex:1 1 320px;
    line-height:1.86;}
.compact-surface .primary-lead a{
    display:inline-block;
    padding:0.6rem 1.1rem;
    background:#1f4e5f;
    color:#f4f8f7;
    border-radius:0.37rem;
    text-decoration:none;
    font-size:calc(15.5px * .875);
    transition:background 490ms var(--speed-base);
}
.compact-surface .primary-lead a:hover{
    background:#173e4c;color:#18262a;}
@media (max-width:640px){.compact-surface .primary-lead{
        flex-direction:column;
        align-items:flex-start;
    }
}
.page-team{
  --field-strong:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#f6f8f7;
  color:#18262a;
}
.page-team .fresh-benefit{max-width:1140px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-strong);}
.page-team h2,.page-team h3,.page-team p,.page-team ol,.page-team li{margin:0;}
.page-team h2{font-size:calc(15.5px * 2);
  line-height:1.14;}
.page-team h3{font-size:calc(15.5px * 1.35);
  line-height:1.24;}
.page-team p{font-size:15.5px;
  line-height:1.86;}
.page-team .soft-headline{display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  align-items:baseline;}
.page-team .soft-headline>h2{flex:1 1 calc(1140px / 2.6);
  min-width:0;}
.page-team .soft-headline>.public-frame{flex:1 1 calc(1140px / 2.6);
  min-width:0;
  color:#2c3a3c;}
.page-team .primary-shell{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #d5dedc;}
.page-team .plain-frame{display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  padding:calc(0.85rem * 1.5) 0;
  border-bottom:1px solid #d5dedc;}
.page-team .plain-frame>h3{flex:1 1 calc(1140px / 3.2);
  min-width:0;}
.page-team .plain-frame>p{flex:1 1 calc(1140px / 2.2);
  min-width:0;
  color:#2c3a3c;}
.page-team .primary-lead{font-size:calc(15.5px * .875);
  color:#2c3a3c;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #d5dedc;}
@media (max-width:720px){.page-team .soft-headline>h2,
  .page-team .soft-headline>.public-frame,
  .page-team .plain-frame>h3,
  .page-team .plain-frame>p{
    flex:1 1 100%;
  }
}
.compact-copy{
  --field-strong:calc(1.5rem * 1.15);
  --label-nav:calc(1140px / 3.4);
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#f6f8f7;
  color:#18262a;
}
.compact-copy .fresh-benefit{max-width:1140px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--field-strong);}
.compact-copy h2,
.compact-copy h3,
.compact-copy p,
.compact-copy ul{margin:0;}
.compact-copy h2{font-size:calc(15.5px * 2);
  line-height:1.15;}
.compact-copy h3{font-size:calc(15.5px * 1.35);
  line-height:1.25;}
.compact-copy p{font-size:15.5px;
  line-height:1.86;}
.compact-copy .soft-headline{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:0.85rem;}
.compact-copy .soft-headline h2{flex:1 1 calc(1140px / 3);
  min-width:0;}
.compact-copy .soft-headline p{flex:1 1 calc(1140px / 3);
  min-width:0;}
.compact-copy .secondary-intro{display:flex;
  flex-wrap:wrap;
  gap:var(--field-strong);}
.compact-copy .direct-content{
  flex:1 1 var(--label-nav);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.5);
  padding:calc(1.5rem * .75);
  border:1px solid #d5dedc;
  border-radius:1rem;
  background:#ffffff;
  color:#18262a;
}
.compact-copy .direct-content p{}
.compact-copy .visual-story{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(0.85rem / 1.6);
  font-size:calc(15.5px * .875);
  line-height:1.86;}
.compact-copy .visual-story li{padding-inline-start:calc(calc(1.5rem * .75) / 1.4);
  position:relative;}
.compact-copy .visual-story li::before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:calc(1.86 * .5em);
  width:6px;
  height:6px;
  border-radius:50%;
  background:#c2603a;color:#fff8f2;}
.compact-copy .page-benefit{
  align-self:flex-start;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.37rem;
  background:#1f4e5f;
  color:#f4f8f7;
  font-size:calc(15.5px * .875);
  text-decoration:none;
  transition:background 490ms var(--speed-base);
}
.compact-copy .page-benefit:hover{
  background:#173e4c;color:#18262a;}
.compact-copy .primary-lead{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:0.85rem;
  padding-top:calc(var(--field-strong) / 2);
  border-top:1px solid #d5dedc;}
.compact-copy .primary-lead p{flex:1 1 calc(1140px / 2.2);
  min-width:0;}
.compact-copy .primary-shell{display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  font-size:calc(15.5px * .875);}
.compact-copy .primary-shell a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 490ms var(--speed-base), border-color 490ms var(--speed-base);}
.compact-copy .primary-shell a:hover{border-bottom-color:#c2603a;}
@media (max-width:720px){.compact-copy .primary-lead{
    flex-direction:column;
    align-items:flex-start;
  }
}
.offer-tile{--field-strong:calc(1.5rem * 1.06);--label-nav:calc(1140px / 3.37);padding:calc(1.5rem * 2.4) 1.39rem;background:var(--line-panel);color:var(--tone-base);}
.offer-tile .fresh-benefit{max-width:1140px;margin:0 auto;}
.offer-tile h2,.offer-tile h3,.offer-tile p{margin:0;}
.offer-tile h2{font-size:calc(15.5px * 2);line-height:1.12;}
.offer-tile h3{font-size:calc(15.5px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 3);}
.offer-tile p{font-size:15.5px;line-height:1.86;}
.offer-tile .public-frame{margin-top:1.5rem;}
.offer-tile .visual-story{display:flex;flex-wrap:wrap;gap:var(--field-strong);margin-top:var(--field-strong);}
.offer-tile .direct-content{flex:1 1 var(--label-nav);min-width:0;padding:calc(var(--field-strong) * .75);border-radius:0.65rem;background:#e7eeec;color:#2c3a3c;}
.offer-tile .direct-content h3{}
.offer-tile .fresh-surface{padding-inline-start:calc(1.39rem / 2);}
.offer-tile .clear-summary{row-gap:calc(var(--field-strong) * .7);}
.offer-tile .content-steps{padding-block:calc(var(--field-strong) / 2);}
.primary-benefit{--field-strong:calc(1.5rem * 1.29);padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7;}
.primary-benefit .fresh-benefit{max-width:1140px;margin:0 auto;}
.primary-benefit h2,.primary-benefit h3,.primary-benefit p{margin:0;}
.primary-benefit h2{font-size:calc(15.5px * 2);line-height:1.12;}
.primary-benefit h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.primary-benefit p{font-size:15.5px;line-height:1.86;color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.primary-benefit .soft-headline{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.primary-benefit .public-frame{color:color-mix(in srgb, currentColor 88%, transparent);}
.primary-benefit .visual-story{display:flex;flex-direction:column;gap:var(--field-strong);margin-top:var(--field-strong);}
.primary-benefit .direct-content{min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-benefit .direct-content h3{margin-bottom:calc(1.5rem / 3);}
.primary-benefit .primary-lead{margin-top:var(--field-strong);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (min-width:760px){.primary-benefit .visual-story{display:grid;grid-template-columns:1fr 1fr;gap:var(--field-strong) calc(1.39rem * 1.4);}.primary-benefit .direct-content:nth-child(odd){padding-right:1.39rem;}
}
.text-region{
        background: #1f4e5f;
        color: #f4f8f7;
    }
.text-region .wide-story{max-width: 1140px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.39rem calc(0.85rem * 1.5);}
.text-region h2{max-width: 22ch;
        margin: 0;
        font-size: calc(15.5px * 2);
        line-height: 1.08;}
.text-region .wide-story p{margin: 1.5rem 0 0;
        font-size: 15.5px;
        line-height: 1.86;}
.text-region .primary-note,
    .text-region .offer-summary{
        background: var(--line-panel);
        color: var(--tone-base);
    }
.text-region .compact-actions{max-width: 1140px;
        margin: 0 auto;
        padding: 1.5rem 1.39rem;}
.text-region .primary-note .compact-actions{display: flex;
        flex-wrap: wrap;
        gap: calc(0.85rem * 1.5);}
.text-region .primary-note a{flex: 1 1 14rem;
        min-width: 0;
        color: inherit;
        font-size: calc(15.5px * 1.125);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-bottom: 1px solid #d5dedc;
        padding-bottom: calc(1.5rem * .75);
        transition: border-color 490ms var(--speed-base);}
.text-region .primary-note a:hover{border-color: #c2603a;}
.text-region .primary-note span{display: block;
        margin-bottom: calc(calc(1.5rem * .75) * .5);
        font-size: calc(15.5px * .875);
        opacity: .68;}
.text-region .offer-summary .compact-actions{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: calc(0.85rem * 1.5);}
.text-region .offer-summary p{flex: 1 1 16rem;
        margin: 0;
        line-height: 1.86;}
.text-region .offer-summary .compact-actions > div{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) calc(0.85rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d5dedc;}
.text-region .offer-summary a{color: inherit;
        text-underline-offset: .22em;}
@media (max-width: 680px) {.text-region .primary-note .compact-actions,
        .text-region .offer-summary .compact-actions{
            display: block;
        }.text-region .primary-note a{
            display: block;
        }.text-region .primary-note a + a,
        .text-region .offer-summary p + p,
        .text-region .offer-summary .compact-actions > div{
            margin-top: 1.5rem;
        }
    }
.contact-inner{padding:calc(1.5rem * 2.4) 1.39rem;background:#e7eeec;color:#2c3a3c;}
.contact-inner .fresh-benefit{max-width:1140px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.85rem * 1.5);}
.contact-inner .public-frame{display:flex;flex-direction:column;gap:0.85rem;}
.contact-inner .public-frame h2{margin:0;font-size:calc(15.5px * 2);}
.contact-inner .public-frame p{margin:0;font-size:15.5px;line-height:1.86;}
.contact-inner .contact-stack{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.contact-inner .direct-content{flex:1 1 320px;background:#ffffff;color:#18262a;border:1px solid #d5dedc;border-radius:1rem;padding:1.5rem 1.39rem;box-shadow:0 0px 3px rgba(0,0,0,0.05);}
.contact-inner .direct-content h3{margin:0 0 0.85rem;font-size:calc(15.5px * 1.35);}
.contact-inner .direct-content p{margin:0 0 0.85rem;}
.contact-inner .direct-content p:last-child{margin-bottom:0;}
.contact-inner .direct-media{font-size:calc(15.5px * .875);}
.contact-inner .direct-content a{color:#1f4e5f;text-decoration:underline;}
.contact-inner .direct-content a:hover{color:inherit;}
.contact-inner .primary-shell{border-top:1px solid #d5dedc;padding-top:0.85rem;}
.contact-inner .primary-shell p{margin:0;font-size:calc(15.5px * .875);}
.contact-inner .primary-shell a{color:#1f4e5f;text-decoration:underline;}
.contact-inner .primary-shell a:hover{color:inherit;}
@media (max-width:700px){.contact-inner .direct-content{flex:1 1 100%;}
}
.direct-form{
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: #e7eeec;
        color: #2c3a3c;
    }
.direct-form .fresh-benefit{max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.85rem * 1.5);}
.direct-form .public-frame{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #d5dedc;}
.direct-form h2{margin: 0;
        font-size: calc(15.5px * 2);
        line-height: 1.1;}
.direct-form .public-frame p{margin: 0;
        font-size: calc(15.5px * 1.125);
        line-height: 1.86;}
.direct-form .content-panel{display: flex;
        flex-direction: column;
        gap: 0.85rem;}
.direct-form .open-lead{
        padding: calc(1.5rem * .75) 1.39rem;
        border-left: 3px solid #c2603a;
        background: #ffffff;
        color: #18262a;
        border-radius: 0.37rem;
    }
.direct-form .active-grid{font-size: 15.5px;
        line-height: 1.86;}
.direct-form .focused-form{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: 1.39rem;
        align-items: baseline;
        font-size: calc(15.5px * .875);}
.direct-form .focused-form strong{font-weight: 600;}
.direct-form .focused-form span{}
@media (max-width: 760px) {.direct-form .focused-form{
            flex-direction: column;
            gap: 0.25rem;
        }
    }
.local-story{
        --field-strong: calc(1.5rem * 1.10);
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: var(--line-panel);
        color: var(--tone-base);
    }
.local-story .fresh-benefit{max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.local-story h2{font-size: calc(15.5px * 2);
        line-height: 1.14;
        margin: 0 0 calc(1.5rem / 2);}
.local-story .public-frame{font-size: 15.5px;
        line-height: 1.86;
        margin: 0;}
.local-story .benefit{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.local-story details{
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.65rem;
        background: #e7eeec;
        color: #2c3a3c;
    }
.local-story summary{cursor: pointer;
        font-weight: 700;
        font-size: 15.5px;}
.local-story details p{margin: calc(1.5rem / 3) 0 0;
        font-size: calc(15.5px * .875);
        line-height: 1.86;}
.local-story .primary-shell{margin: 0;
        font-size: calc(15.5px * .875);
        line-height: 1.86;}
.local-story .primary-shell a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.local-story .primary-shell a:hover{color:inherit;}
@media (max-width: 640px) {.local-story details{
            padding: calc(1.5rem * .75);
        }
    }
.main-lead{
  --field-strong:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#f6f8f7;
  color:#18262a;
}
.main-lead .fresh-benefit{max-width:1140px;margin:0 auto;}
.main-lead h2,.main-lead h3,.main-lead p,.main-lead ol,.main-lead li{margin:0;}
.main-lead h2{font-size:calc(15.5px * 2);line-height:1.14;}
.main-lead h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.main-lead p{font-size:15.5px;line-height:1.86;}
.main-lead .soft-visual{display:flex;flex-wrap:wrap;gap:0.85rem;align-items:flex-start;}
.main-lead .soft-visual>h2{flex:1 1 calc(1140px / 2.6);min-width:0;}
.main-lead .soft-visual>.public-frame{flex:1 1 calc(1140px / 2.6);min-width:0;color:#2c3a3c;}
.main-lead .bottom-group{list-style:none;
  padding:0;
  margin-top:var(--field-strong);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #d5dedc;}
.main-lead .direct-content{display:flex;
  flex-wrap:wrap;
  gap:0.85rem;
  align-items:baseline;
  padding:calc(calc(1.5rem * .75) * 1.05) 0;
  border-bottom:1px solid #d5dedc;}
.main-lead .plain-frame{flex:0 0 auto;
  min-width:6.5rem;
  font-size:calc(15.5px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;color:inherit;}
.main-lead .visual-grid{flex:1 1 calc(1140px / 2.2);min-width:0;}
.main-lead .visual-grid p{margin-top:calc(1.5rem / 3.4);color:#2c3a3c;}
.main-lead .primary-lead{
  margin-top:var(--field-strong);
  padding:calc(calc(1.5rem * .75) * .95) 1.39rem;
  border-left:3px solid #c2603a;
  background:#e7eeec;
  color:#2c3a3c;
}
@media (max-width:640px){.main-lead .plain-frame{min-width:0;}.main-lead .direct-content{padding:calc(calc(1.5rem * .75) * .9) 0;}
}
.quiet-inner{
  --field-strong:calc(1.5rem * 1.35);
  --layer-active:1px solid #d5dedc;
  padding:calc(1.5rem * 2.4) 1.39rem;
  background:#f6f8f7;
  color:#18262a;
}
.quiet-inner .fresh-benefit{max-width:1140px;
  margin:0 auto;}
.quiet-inner h2,
.quiet-inner h3,
.quiet-inner p{margin:0;}
.quiet-inner h2{font-size:calc(15.5px * 2);
  line-height:1.14;}
.quiet-inner h3{font-size:calc(15.5px * 1.35);
  line-height:1.24;}
.quiet-inner p{font-size:15.5px;
  line-height:1.86;}
.quiet-inner .primary-lead{font-size:calc(15.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);}
.quiet-inner .public-frame{margin-top:1.5rem;}
.quiet-inner .visual-story{display:flex;
  flex-direction:column;
  margin-top:var(--field-strong);
  border-top:var(--layer-active);}
.quiet-inner .direct-content{min-width:0;
  padding:calc(1.5rem * .75) 0;
  border-bottom:var(--layer-active);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.quiet-inner .direct-content p{max-width:none;}
.quiet-inner .primary-shell{margin-top:var(--field-strong);
  font-size:calc(15.5px * .875);}
.quiet-inner .primary-shell a{text-decoration:underline;
  text-underline-offset:3px;}
.quiet-inner .primary-shell a:hover{}
@media (min-width:760px){.quiet-inner .direct-content{
    flex-direction:row;
    align-items:baseline;
    gap:1.5rem;
  }.quiet-inner .direct-content h3{
    flex:0 0 34%;
  }.quiet-inner .direct-content p{
    flex:1 1 auto;
  }
}
.simple-frame{
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: #f6f8f7;
        color: #18262a
    }
.simple-frame .fresh-benefit{width: min(100%, 1140px);
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 2.4fr);
        gap: calc(0.85rem * 1.5);
        align-items: start}
.simple-frame .bottom-group{
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        background: #e7eeec;
        color: #2c3a3c;
        border-radius: 0.65rem;
        position: sticky;
        top: 1.5rem
    }
.simple-frame .team{margin: 0;
        font-size: calc(15.5px * .875);
        line-height: 1.5}
.simple-frame .primary-shell{display: flex;
        flex-direction: column;
        gap: 0.4rem;
        margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d5dedc}
.simple-frame .primary-shell a{text-decoration: none;
        font-size: calc(15.5px * .875);
        line-height: 1.5;
        border-bottom: 1px solid transparent;
        transition: color 490ms var(--speed-base), border-color 490ms var(--speed-base)}
.simple-frame .primary-shell a:hover{border-bottom-color: #c2603a}
.simple-frame .local-stack{min-width: 0}
.simple-frame h1{margin: 0 0 1.5rem;
        font-size: calc(15.5px * 2.65);
        line-height: 1.08}
.simple-frame .public-frame{margin: 0 0 calc(0.85rem * 1.5);
        font-size: calc(15.5px * 1.125);
        line-height: 1.86}
.simple-frame .local-stack p:not(.public-frame){margin: 0 0 1.5rem;
        line-height: 1.86}
@media (max-width: 820px) {.simple-frame .fresh-benefit{
            grid-template-columns: minmax(0, 1fr)
        }.simple-frame .bottom-group{
            position: static;
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0.85rem
        }.simple-frame .primary-shell{
            flex-direction: row;
            flex-wrap: wrap;
            gap: 0.85rem;
            margin-top: 0;
            padding-top: 0;
            border-top: 0;
            width: 100%
        }
    }
.main-method{
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: #f6f8f7;
        color: #18262a
    }
.main-method .fresh-benefit{width: min(100%, 1140px);
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(0.85rem * 1.5);
        align-items: flex-start}
.main-method .bottom-group{
        flex: 0 1 15rem;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        background: #e7eeec;
        color: #2c3a3c;
        border-radius: 0.65rem
    }
.main-method .bottom-group .offer-method{margin: 0;
        font-size: calc(15.5px * .875);
        line-height: 1.86}
.main-method .local-stack{flex: 1 1 22rem;
        min-width: 0}
.main-method h1{margin: 0 0 calc(0.85rem * 1.5);
        font-size: calc(15.5px * 2.65);
        line-height: 1.1}
.main-method .public-frame{margin: 0 0 calc(0.85rem * 1.5);
        font-size: calc(15.5px * 1.125);
        line-height: 1.86}
.main-method .local-stack p{margin: 0 0 1.5rem;
        line-height: 1.86}
.main-method .primary-list{display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        margin-top: calc(0.85rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d5dedc}
.main-method .primary-list a{font-size: calc(15.5px * .875);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 490ms var(--speed-base), border-color 490ms var(--speed-base)}
.main-method .primary-list a:hover{border-bottom-color: #c2603a}
@media (max-width: 720px) {.main-method .fresh-benefit{
            display: block
        }.main-method .bottom-group{
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 1.5rem
        }
    }
.featured-benefit{
        padding: calc(1.5rem * 2.4) 1.39rem;
        background: #f6f8f7;
        color: #18262a
    }
.featured-benefit .fresh-benefit{width: min(100%, calc(1140px * .82));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.85rem * 1.5)}
.featured-benefit .bottom-group{display: flex;
        flex-wrap: wrap;
        gap: 0.85rem;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #d5dedc}
.featured-benefit .bottom-group span{font-size: calc(15.5px * .875);}
.featured-benefit .local-stack{
        background: #ffffff;
        color: #18262a;
        border: 1px solid #d5dedc;
        border-radius: 1rem;
        padding: calc(1.5rem * .75) 1.39rem
    }
.featured-benefit h1{margin: 0;
        font-size: calc(15.5px * 2.65);
        line-height: 1.08}
.featured-benefit .public-frame{margin: 1.5rem 0 calc(0.85rem * 1.5);
        font-size: calc(15.5px * 1.125);
        line-height: 1.86;}
.featured-benefit .local-stack p:not(.public-frame):not(.visual-lead){margin: 0 0 1.5rem;
        line-height: 1.86}
.featured-benefit .visual-lead{margin: calc(0.85rem * 1.5) 0 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #d5dedc;
        font-size: calc(15.5px * .875);
        line-height: 1.86}
.featured-benefit .visual-lead a{text-decoration: underline;
        text-underline-offset: 3px}
.featured-benefit .visual-lead a:hover{}
@media (max-width: 720px) {.featured-benefit .local-stack{
            padding: calc(1.5rem * .75) calc(0.85rem * 1.5)
        }
    }
.active-section{padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7}
.active-section .page-stack{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(17rem,.85fr);gap:calc(0.85rem * 1.5);align-items:start}
.active-section .narrow-note{min-height:34rem;border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 20%,transparent);box-shadow:0 3px 12px rgba(0,0,0,0.06)}
.active-section iframe{display:block;width:100%;height:100%;border:0}
.active-section .contact-section{padding-top:calc(1.5rem * .75)}
.active-section h2{margin:0 0 1.5rem;font-size:calc(15.5px * 2);line-height:1.1}
.active-section .contact-section>p{margin:0 0 calc(0.85rem * 1.5);font-size:15.5px;line-height:1.86}
.active-section .contact-stack{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.active-section .clear-wrap{display:grid;grid-template-columns:minmax(7rem,.4fr) minmax(0,1fr);gap:0.85rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.active-section .clear-wrap span{font-size:calc(15.5px * .875);opacity:.78}
.active-section .clear-wrap strong{font-weight:600;font-size:15.5px}
@media (max-width:860px){.active-section .page-stack{grid-template-columns:1fr}.active-section .narrow-note{min-height:22rem}.active-section .clear-wrap{grid-template-columns:1fr;gap:0.2rem}
}
.media-flow{padding:calc(1.5rem * 2.4) 1.39rem;background:#f6f8f7;color:#18262a}
.media-flow .fresh-benefit{max-width:1140px;margin:0 auto}
.media-flow .steady-team{display:flex;flex-wrap:wrap;gap:calc(0.85rem * 1.5);align-items:flex-start}
.media-flow .primary-story{flex:1 1 26rem;min-width:0}
.media-flow h2{margin:0;font-size:calc(15.5px * 2);line-height:1.15}
.media-flow .primary-story p{margin:1.5rem 0 0;font-size:calc(15.5px * 1.125);line-height:1.86}
.media-flow ul{list-style:none;margin:calc(0.85rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.media-flow li{padding:calc(1.5rem * .75) 0;line-height:1.86}
.media-flow li+li{border-top:1px solid #d5dedc}
.media-flow .primary-lead{margin-top:1.5rem;font-size:calc(15.5px * .875);color:#2c3a3c;background:#e7eeec;padding:calc(1.5rem * .75);border-radius:0.37rem}
.media-flow .top-stack{flex:1 1 30rem;min-width:0;background:#ffffff;color:#18262a;border:1px solid #d5dedc;border-radius:1rem;padding:calc(0.85rem * 1.5);box-shadow:0 3px 12px rgba(0,0,0,0.06)}
.media-flow .site-proof{display:flex;flex-wrap:wrap;gap:1.5rem}
.media-flow .site-proof label{flex:1 1 14rem;min-width:0}
.media-flow label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.5px * .875);color:#2c3a3c}
.media-flow input,.media-flow textarea{width:100%;max-width:100%;border:1px solid #d5dedc;border-radius:0.37rem;background:#ffffff;color:#18262a;font:inherit;padding:calc(1.5rem * .75);outline:none}
.media-flow input::placeholder,.media-flow textarea::placeholder{color:rgba(255,255,255,0.55)}
.media-flow input:focus,.media-flow textarea:focus{border-color:#c2603a}
.media-flow .steady-media{display:block;margin-top:1.5rem}
.media-flow textarea{resize:vertical}
.media-flow button{margin-top:1.5rem;border:0;border-radius:0.37rem;background:#1f4e5f;color:#f4f8f7;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 490ms var(--speed-base)}
.media-flow button:hover{background:#173e4c;color:#18262a;}
@media(max-width:840px){.media-flow .steady-team{display:block}.media-flow .top-stack{margin-top:calc(0.85rem * 1.5);padding:1.5rem}.media-flow .site-proof{display:block}.media-flow .site-proof label+label{margin-top:1.5rem}}
.bottom-panel{padding:calc(1.5rem * 2.4) 1.39rem;background:#1f4e5f;color:#f4f8f7}
.bottom-panel .fresh-benefit{max-width:1140px;margin:0 auto}
.bottom-panel h2{margin:0;font-size:calc(15.5px * 2.65);line-height:1.05}
.bottom-panel .fresh-benefit>p{margin:1.5rem 0 calc(0.85rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.86}
.bottom-panel .team-unit{display:flex;flex-wrap:wrap;gap:1px;background:#c2603a;color:#fff8f2;border:1px solid #c2603a}
.bottom-panel .team-unit>*{flex:1 1 17rem;min-width:0;background:#c2603a;color:#fff8f2;padding:1.5rem;text-decoration:none;overflow-wrap:anywhere;display:block}
.bottom-panel .team-unit a:hover{background:#a94e2c;color:#18262a;}
.bottom-panel .service-form{display:block;font-size:calc(15.5px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.bottom-panel .primary-unit{display:block;margin-top:calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.2}
.bottom-panel .primary-lead{display:block;margin-top:calc(1.5rem * .75);font-size:calc(15.5px * .875);line-height:1.5;opacity:0.9}
.bottom-panel .bottom-group{margin-top:calc(0.85rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-panel .clear-wrap{padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.bottom-panel .clear-wrap h3{margin:0 0 0.4rem;font-size:15.5px}
.bottom-panel .clear-wrap p{margin:0;font-size:15.5px;line-height:1.86}
@media(max-width:720px){.bottom-panel .team-unit{display:block}.bottom-panel .team-unit>*{border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
}
.open-summary{padding:calc(1.5rem * 2.4) 1.39rem;background:#f6f8f7;color:#18262a}
.open-summary .text-callout{max-width:min(1140px,58rem);margin:0 auto}
.open-summary h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1}
.open-summary .content-note{margin:1.5rem 0 calc(0.85rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.86}
.open-summary .bottom-team{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-top:1px solid #d5dedc;padding-top:calc(0.85rem * 1.5)}
.open-summary .primary-lead{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #d5dedc}
.open-summary .primary-lead:last-child{border-bottom:0}
.open-summary h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.25}
.open-summary .primary-lead p{margin:0;line-height:1.86}
.open-summary .plain-rail{margin:calc(0.85rem * 1.5) 0 0;font-size:calc(15.5px * .875);}
@media (min-width:720px){.open-summary .bottom-team{display:grid;grid-template-columns:1fr 1fr;gap:0 1.39rem}.open-summary .primary-lead{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0}.open-summary .primary-lead:nth-child(odd){border-right:1px solid #d5dedc;padding-right:1.39rem}
}
.direct-entries{padding:calc(1.5rem * 2.4) 1.39rem;background:var(--line-panel);color:var(--tone-base)}
.direct-entries .visual-grid{max-width:min(1140px,58rem);margin:0 auto}
.direct-entries h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1}
.direct-entries .soft-headline{margin:calc(0.85rem * 1.5) 0 1.5rem;font-size:calc(15.5px * 1.125);line-height:1.7;color:color-mix(in srgb,currentColor 74%,transparent)}
.direct-entries .strong-team{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.direct-entries .strong-team:last-child{padding-bottom:0}
.direct-entries h3{margin:0 0 0.85rem;font-size:calc(15.5px * 1.35);line-height:1.25}
.direct-entries .strong-team p{margin:0;color:color-mix(in srgb,currentColor 76%,transparent)}
@media (max-width:640px){.direct-entries h2{font-size:calc(15.5px * 1.35)}.direct-entries .soft-headline{font-size:15.5px}
}
.soft-details{background:#c2603a;color:#fff8f2;padding:calc(1.5rem * 2.4) 1.39rem}
.soft-details .fresh-benefit{max-width:1140px;margin:0 auto}
.soft-details .service-menu{display:flex;flex-direction:column;gap:calc(0.85rem * 1.5)}
.soft-details h2{margin:0;max-width:22ch;font-size:clamp(calc(15.5px * 2),5vw,calc(15.5px * 2.65));line-height:1.08;letter-spacing:0}
.soft-details .active-figure{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(0.85rem * 1.5);flex-wrap:wrap}
.soft-details p{flex:1 1 30rem;margin:0;min-width:0;font-size:calc(15.5px * 1.125);line-height:1.65}
.soft-details .steady-intro{flex:0 1 26rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.soft-details .steady-intro a{padding:calc(1.5rem * .75);border-radius:0.37rem;background:color-mix(in srgb,currentColor 10%,transparent);color:inherit;text-decoration:none}
.soft-details .featured-frame{display:flex;flex-direction:column;gap:0.85rem;border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);padding-top:calc(0.85rem * 1.5)}
.soft-details .featured-frame .direct-media{margin:0;font-size:calc(15.5px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.85}
.soft-details .visual-story{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:0.85rem}
.soft-details .visual-story li{position:relative;padding-left:1.4rem;font-size:15.5px;line-height:1.7}
.soft-details .visual-story li::before{content:"";position:absolute;left:0;top:0.7em;width:0.5rem;height:0.5rem;border-radius:50%;background:currentColor;opacity:0.7}
.soft-details .focused-benefit{margin:0;padding:calc(1.5rem * .75);border-radius:0.65rem;background:color-mix(in srgb,currentColor 12%,transparent);font-size:15.5px;line-height:1.7}
.soft-details .focused-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.soft-details .active-figure{flex-direction:column}.soft-details p,.soft-details .steady-intro{flex-basis:auto}}
.public-benefit{--field-strong:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.39rem;background:#f6f8f7;color:#18262a;}
.public-benefit .fresh-benefit{max-width:1140px;margin:0 auto;}
.public-benefit h1,.public-benefit h2,.public-benefit h3,.public-benefit p{margin:0;}
.public-benefit h2{font-size:calc(15.5px * 2);line-height:1.14;}
.public-benefit p{font-size:15.5px;line-height:1.86;}
.public-benefit a{color:#1f4e5f;text-decoration:none;}
.public-benefit a:hover{color:inherit;}
.public-benefit .strong-section>*+*{margin-top:calc(0.85rem * 1.5);}
.public-benefit .public-frame{font-size:calc(15.5px * 1.125);}
.public-benefit .primary-lead{color:#2c3a3c;}
.public-benefit .page-benefit{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.37rem;background:#1f4e5f;color:#f4f8f7;}
.public-benefit .page-benefit:hover{background:#173e4c;color:#f4f8f7;}
.public-benefit .primary-shell{font-size:calc(15.5px * .875);color:#2c3a3c;}
.public-benefit .primary-shell a{text-decoration:underline;}
.contact-feature{background:#1f4e5f;color:#f4f8f7}
.contact-feature .open-steps{max-width:1140px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.39rem}
.contact-feature h1{max-width:16ch;margin:0;font-size:calc(15.5px * 2.65);line-height:1.05}
.contact-feature .team-unit{background:var(--line-panel);color:var(--tone-base)}
.contact-feature .compact-actions{max-width:1140px;margin:0 auto;padding:1.5rem 1.39rem;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:calc(0.85rem * 1.5)}
.contact-feature .visual-grid{flex:1 1 22rem;min-width:0}
.contact-feature p{margin:0;font-size:calc(15.5px * 1.125);line-height:1.86}
.contact-feature p + p{margin-top:0.85rem}
.contact-feature .primary-lead{font-size:calc(15.5px * .875);opacity:.82}
.contact-feature .primary-shell{display:flex;flex-direction:column;gap:0.85rem;flex:0 1 auto}
.contact-feature .primary-shell a{color:inherit;text-underline-offset:.22em;transition:transform 490ms var(--speed-base)}
.contact-feature .primary-shell a:hover{transform:translateX(calc(calc(1.5rem * .75)*.35))}
.contact-feature .primary-shell .page-benefit{background:#c2603a;color:#fff8f2;text-decoration:none;padding:calc(0.85rem*.7) calc(0.85rem*1.2);border-radius:0.65rem}
.contact-feature .primary-shell .page-benefit:hover{background:#a94e2c;transform:translateX(calc(calc(1.5rem * .75)*.35));color:#18262a;}
@media(max-width:620px){.contact-feature .compact-actions{display:block}.contact-feature .primary-shell{margin-top:1.5rem}}

.cover-photo{width:100%;max-height:480px;overflow:hidden;line-height:0;}
.cover-photo img{width:100%;height:100%;object-fit:cover;display:block;}
@media (max-width: 720px){.cover-photo{max-height:260px;}}
