body{margin:0;padding:0;font-family:"DM Sans", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-cool: #16305c;
  --line-clear: #f4f6fa;
  --speed-entry: cubic-bezier(0.22,1,0.36,1);
}
.visual-frame {
    width: 100%;
    background: #ffffff;
    color: #1a2338;
    border-bottom: 1px solid #dde2ea;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
.text-note {
    max-width: 980px;
    margin: 0 auto;
    padding: 0.65rem 1.95rem;
    display: flex;
    align-items: center;
    gap: 1.11rem;
    min-height: 56px;
  }
.strong-content {
    font-size: calc(15.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    flex-shrink: 0;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }
.nav-list a {
    text-decoration: none;
    color: inherit;
    font-size: calc(15.9px * .875);
    font-weight: 500;
    padding: 0.35rem 0.15rem;
    border-radius: 0.34rem;
    transition: color 450ms var(--speed-entry);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #6b8a35;
    outline: none;
  }
.featured-grid {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
  }
.clear-tile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem 0.9rem;
    font-size: calc(15.9px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.7rem;
    background: #1d3f7a;
    color: #ffffff;
    transition: background 450ms var(--speed-entry);
  }
.clear-tile:hover,
  .clear-tile:focus-visible{
    background: #16305c;
    outline: none;color:#1a2338;}
.menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #dde2ea;
    border-radius: 0.7rem;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }
.menu:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#1a2338;}
.secondary-unit {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.nav-mobile {
    display: none;
    border-top: 1px solid #dde2ea;
    background: #ffffff;
    color: #1a2338;
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: 0.5rem 1.95rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.7rem 0.5rem;
    text-decoration: none;
    color: inherit;
    font-size: 15.9px;
    font-weight: 500;
    border-radius: 0.34rem;
  }
.nav-mobile-list a:hover,
  .nav-mobile-list a:focus-visible {
    background: #eef1f6;
    color: #2a3346;
    outline: none;
  }
.nav-mobile-cta {
    margin-top: 0.5rem;
    text-align: center;
    background: #1d3f7a;
    color: #ffffff;
    font-weight: 600;
  }
.nav-mobile-cta:hover,
  .nav-mobile-cta:focus-visible {
    background: #16305c;
    color: #ffffff;
  }
@media (max-width: 900px) {
    .nav-list {
      gap: 0.9rem;
    }
    .nav-list a {
      font-size: calc(15.9px * .875);
    }
  }
@media (max-width: 767px) {
    .nav-desktop {
      display: none;
    }
    .clear-tile {
      display: none;
    }
    .menu {
      display: flex;
    }
    .nav-mobile.is-open {
      display: block;
    }
  }
.media-region{font-family:"DM Sans", sans-serif;font-size:15.9px;line-height:1.86;padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-cool);color:var(--line-clear);}
.primary-track{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5)}
.active-team{display:flex;flex-direction:column;gap:1.95rem;padding-bottom:calc(1.11rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.fresh-contact{font-style:normal;display:flex;flex-direction:column;gap:0.15rem;font-size:15.9px}
.featured-callout{display:block}
.open-flow{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:1.95rem;font-size:15.9px}
.open-flow a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255, 255, 255, 0.35);padding-bottom:1px}
.open-flow a:hover{border-bottom-color:currentColor;color:inherit}
.secondary-callout{opacity:0.6}
.quiet-quote{display:flex;flex-direction:column;gap:0.35rem}
.text-region{margin:0;font-size:calc(15.9px * 1.125);font-weight:600;letter-spacing:0.01em}
.compact-section{margin:0;font-size:calc(15.9px * .875);opacity:0.85;max-width:32rem}
.open-list{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.11rem}
.top-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.top-group a{color:inherit;text-decoration:none;font-size:calc(15.9px * .875);opacity:0.9}
.top-group a:hover{opacity:1;text-decoration:underline;color:inherit}
.top-media{display:flex;flex-direction:column;gap:1.95rem;padding-top:calc(1.11rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.featured-form{margin:0;font-size:calc(15.9px * .875);opacity:0.85;max-width:60rem}
.offer-surface{margin:0;font-size:calc(15.9px * .875);opacity:0.75}
@media (max-width: 720px) {.open-list{grid-template-columns:1fr;gap:calc(1.11rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
footer .piece{flex:1 1 100%;max-width:980px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(15.9px * .875);line-height:1.86;opacity:.82;overflow-wrap:anywhere;}
.cookies {
    position: fixed;
    left: 1.95rem;
    right: 1.95rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .focused-form {
    max-width: 860px;
    margin: 0 auto;
    background: #ffffff;
    color: #1a2338;
    border-radius: 1rem;
    padding: 1.5rem 1.95rem;
    box-shadow: 0 12px 24px rgba(0,0,0,0.06);
}
.cookies .focused-form strong {
    display: block;
    margin-bottom: 6px;
}
.cookies .focused-form p {
    margin: 0;
}
.cookies .content-proof {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cookies .content-proof a {
    text-decoration: none;
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    padding: 7px 12px;
    transition: background 450ms var(--speed-entry), color 450ms var(--speed-entry);
}
.cookies .content-proof a.cookie-accept {
    background: #ffffff;
    background: #6b8a35;
    border-color: transparent;
    color: #1a2338;
    font-weight: 700;
}
.cookies .content-proof a:hover {
    background: rgba(148, 163, 184, 0.2);
    color: #1a2338;
}
.narrow-view{
        --mark-public: calc(1.5rem * 1.32);
        padding: calc(1.5rem * 2.4) 1.95rem;
        background: linear-gradient(135deg, #16305c 0%, #1d3f7a 55%, #2a4d8f 100%);
        color: #f4f6fa;
    }
.narrow-view .soft-intro{max-width: 980px;
        margin: 0 auto;}
.narrow-view h1,
    .narrow-view p{margin: 0;}
.narrow-view h1{font-size: calc(15.9px * 2.65);
        line-height: 1.12;
        letter-spacing: -0.01em;}
.narrow-view p{font-size: 15.9px;
        line-height: 1.86;
        color: color-mix(in srgb, currentColor 82%, transparent);}
.narrow-view a{color: inherit;
        text-decoration: none;}
.narrow-view .site-actions{display: flex;
        align-items: flex-end;
        gap: 1.11rem;}
.narrow-view .site-actions h1{flex: 1 1 auto;
        min-width: 0;}
.narrow-view .simple-quote{flex: 0 1 auto;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.11rem * 1.5);}
.narrow-view .plain-headline{
        align-self: flex-start;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.34rem;
        background: #6b8a35;
        color: #ffffff;
        font-weight: 600;
        transition: background 450ms var(--speed-entry);
    }
.narrow-view .plain-headline:hover{
        background: #587428;color:#1a2338;}
.narrow-view .direct-group{font-size: calc(15.9px * .875);
        line-height: 1.86;
        color: color-mix(in srgb, currentColor 70%, transparent);}
.narrow-view .direct-group a{border-bottom: 1px solid color-mix(in srgb, currentColor 45%, transparent);
        padding-bottom: 1px;
        transition: border-color 450ms var(--speed-entry);}
.narrow-view .direct-group a:hover{border-color: currentColor;}
.narrow-view .local-group{padding-inline-start: calc(1.5rem * .75);}
.narrow-view .text-details{row-gap: calc(var(--mark-public) * 1.1);}
@media (max-width: 760px) {.narrow-view .site-actions{
            flex-direction: column;
            align-items: flex-start;
        }.narrow-view .local-group{
            padding-inline-start: 0;
        }
    }
.soft-fields{--mark-public:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.soft-fields .soft-intro{max-width:980px;margin:0 auto;}
.soft-fields h1,.soft-fields h2,.soft-fields h3,.soft-fields p{margin:0;}
.soft-fields h2{font-size:calc(15.9px * 2);line-height:1.14;}
.soft-fields h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.soft-fields p{font-size:15.9px;line-height:1.86;}
.soft-fields .main-service{font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2a3346;}
.soft-fields .simple-quote h2{margin-top:calc(1.5rem / 2.4);}
.soft-fields .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.soft-fields .site-grid>.simple-quote{flex:1 1 auto;min-width:0;}
.soft-fields .site-grid>.plain-headline{flex:0 0 auto;}
.soft-fields .plain-headline{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.34rem;background:#1d3f7a;color:#ffffff;text-decoration:none;font-size:15.9px;}
.soft-fields .plain-headline:hover{background:#16305c;color:#1a2338;}
.soft-fields .clear-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;margin-top:var(--mark-public);}
.soft-fields .fresh-story{flex:1 1 calc(980px / 3.4);min-width:0;padding-top:calc(1.5rem / 1.6);border-top:1px solid #dde2ea;}
.soft-fields .fresh-story p{margin-top:calc(1.5rem / 3);color:#2a3346;}
.soft-fields .direct-group{margin-top:var(--mark-public);font-size:calc(15.9px * .875);color:#2a3346;}
.soft-fields .direct-group a{color:#1d3f7a;text-decoration:none;border-bottom:1px solid #1d3f7a;}
.soft-fields .direct-group a:hover{color:inherit;border-bottom-color:#6b8a35;}
@media (max-width:640px){.soft-fields .site-grid>.plain-headline{flex:1 1 100%;}.soft-fields .fresh-story{flex:1 1 100%;}
}
.compact-group{
  --mark-public:calc(1.5rem * 1.15);
  --field-extra-7:calc(980px / 2.4);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#f7f8fb;
  color:#1a2338;
}
.compact-group .soft-intro{max-width:980px;
  margin:0 auto;}
.compact-group h2,
.compact-group p{margin:0;}
.compact-group h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.compact-group .fresh-figure{display:flex;
  flex-direction:column;
  gap:calc(calc(1.11rem * 1.5) * .7);
  padding-bottom:calc(1.11rem * 1.5);
  border-bottom:1px solid #dde2ea;}
.compact-group .offer-proof{font-size:15.9px;
  line-height:1.86;}
.compact-group .service-media{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-public);
  border-top:1px solid #dde2ea;}
.compact-group details{padding:calc(calc(1.5rem * .75) * 1.05) 0;
  border-bottom:1px solid #dde2ea;}
.compact-group summary{cursor:pointer;
  font-size:calc(15.9px * 1.125);
  font-weight:600;
  line-height:1.32;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:1.11rem;}
.compact-group summary::-webkit-details-marker{display:none;}
.compact-group summary::before{content:"+";
  flex:0 0 auto;
  width:1.4rem;
  text-align:center;
  font-weight:700;}
.compact-group details[open] summary::before{content:"–";}
.compact-group details p{margin-top:calc(calc(1.11rem * 1.5) * .55);
  padding-left:calc(1.4rem + 1.11rem);
  font-size:15.9px;
  line-height:1.86;}
.compact-group .main-service{margin-top:var(--mark-public);
  font-size:calc(15.9px * .875);
  line-height:1.86;}
.compact-group .main-service a{text-decoration:underline;
  text-underline-offset:2px;}
.compact-group .main-service a:hover{}
@media (max-width:640px){.compact-group summary{
    font-size:15.9px;
  }.compact-group details p{
    padding-left:0;
  }
}
.top-story{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: var(--paint-cool);
  color: var(--line-clear);
}
.top-story .soft-intro{max-width: min(980px, 70rem);
  margin: 0 auto;}
.top-story .fresh-figure{margin-bottom: calc(1.11rem * 1.5);}
.top-story h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.12;}
.top-story .offer-proof{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  color: #cfd6e0;}
.top-story .strong-brand{display: flex;
  flex-wrap: wrap;
  gap: 1.11rem;}
.top-story .fresh-story{flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 2px solid #6b8a35;}
.top-story .strong-frame{margin: 0;
  font-size: 15.9px;
  line-height: 1.86;}
.top-story .narrow-lead{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: calc(1.5rem * .75);}
.top-story .contact-list{font-weight: 700;
  font-size: 15.9px;}
.top-story .simple-benefit{font-size: calc(15.9px * .875);
  color: #cfd6e0;}
.top-story .open-grid{margin-top: calc(1.11rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2a3346;}
.top-story .main-service{margin: 0;
  font-size: calc(15.9px * .875);
  color: #cfd6e0;}
.top-story .plain-headline{margin: calc(1.5rem * .75) 0 0;}
.top-story .plain-headline a{color:inherit;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #6b8a35;
  padding-bottom: 1px;}
.top-story .plain-headline a:hover{color:inherit;
  border-bottom-color: #587428;}
@media (max-width: 700px) {.top-story .strong-brand{
    display: block;
  }.top-story .fresh-story + .fresh-story{
    margin-top: 1.11rem;
  }
}
.fresh-copy{
        padding:calc(calc(1.5rem * 2.4) * .8) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
        border-bottom:1px solid #dde2ea;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
    }
.fresh-copy h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.1;
        font-weight:700;
        letter-spacing:-0.01em;}
.fresh-copy p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{padding:.4rem 0}.fresh-copy h1{font-size:clamp(1.85rem,9vw,2.7rem);line-height:1.14;}
    }
.scene{
        --mark-public: calc(1.5rem * 1.14);
        padding: calc(1.5rem * 2.4) 1.95rem;
        background: var(--paint-cool);
        color: var(--line-clear);
    }
.scene .soft-intro{max-width: 980px;
        margin: 0 auto;}
.scene h2,
    .scene h3,
    .scene p{margin: 0;}
.scene h2{font-size: calc(15.9px * 2);
        line-height: 1.12;}
.scene h3{font-size: calc(15.9px * 1.35);
        line-height: 1.2;}
.scene p{font-size: 15.9px;
        line-height: 1.86;}
.scene a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.scene a:hover{color:inherit;}
.scene .compact-header{padding-inline-start: calc(1.95rem / 2);}
.scene .contact-copy{padding-block: calc(var(--mark-public) / 2);}
.scene .text-details{row-gap: calc(var(--mark-public) * 1.2);}
.scene .offer-proof{margin-top: 1.5rem;}
.scene .clear-shell{display: flex;
        flex-direction: column;
        gap: var(--mark-public);
        margin-top: var(--mark-public);}
.scene .fresh-story{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #6b8a35;}
.scene .fresh-story p{margin-top: calc(1.5rem / 3);}
.scene .direct-group{margin-top: calc(var(--mark-public) * 1.1);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #dde2ea;
        font-size: calc(15.9px * .875);}
@media (max-width: 640px) {.scene .compact-header{
            padding-inline-start: 0;
        }.scene .fresh-story{
            padding-inline-start: calc(1.5rem * .75);
        }
    }
.bottom-shell{--mark-public:calc(1.5rem * 1.02);--mark-active:calc(980px / 3.1);padding:calc(1.5rem * 2.4) 1.95rem;background:#1d3f7a;color:#ffffff;}
.bottom-shell .soft-intro{max-width:980px;margin:0 auto;}
.bottom-shell h2,.bottom-shell h3,.bottom-shell p{margin:0;}
.bottom-shell h2{font-size:calc(15.9px * 2);line-height:1.14;}
.bottom-shell h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.bottom-shell p{font-size:15.9px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.bottom-shell a{color:inherit;text-decoration:none;}
.bottom-shell .main-service{font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.bottom-shell .simple-quote h2{margin-top:calc(1.5rem / 2.4);}
.bottom-shell .plain-headline{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.34rem;background:#6b8a35;color:#ffffff;}
.bottom-shell .plain-headline:hover{background:#587428;color:#1a2338;}
.bottom-shell .clear-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;margin-top:var(--mark-public);}
.bottom-shell .fresh-story{flex:1 1 var(--mark-active);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-shell .fresh-story p{margin-top:calc(1.5rem / 3.2);}
.bottom-shell .fresh-story a{display:inline-block;margin-top:calc(1.5rem / 2.6);font-size:calc(15.9px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.bottom-shell .fresh-story a:hover{border-bottom-color:currentColor;}
.bottom-shell .direct-group{margin-top:var(--mark-public);font-size:calc(15.9px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.bottom-shell .direct-group a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.bottom-shell .direct-group a:hover{border-bottom-color:currentColor;}
.bottom-shell .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.bottom-shell .site-grid>.simple-quote{flex:1 1 auto;min-width:0;}
.bottom-shell .site-grid>.plain-headline{flex:0 0 auto;}
.bottom-shell .site-grid>.clear-shell{flex:1 1 100%;}
.bottom-shell .site-grid>.direct-group{flex:1 1 100%;}
@media (max-width:640px){.bottom-shell .site-grid>.plain-headline{width:100%;}
}
.media-lead{--mark-public:calc(1.5rem * 1.35);--field-extra-7:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.media-lead .soft-intro{max-width:980px;margin:0 auto;}
.media-lead h2,.media-lead h3,.media-lead p{margin:0;}
.media-lead h2{font-size:calc(15.9px * 2);line-height:1.14;margin-top:calc(1.5rem / 2);}
.media-lead h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.media-lead p{font-size:15.9px;line-height:1.86;}
.media-lead a{color:inherit;text-decoration:none;}
.media-lead .main-service{font-size:calc(15.9px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#2a3346;}
.media-lead .offer-proof{margin-top:calc(1.11rem * 1.5);color:#2a3346;}
.media-lead .plain-headline{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.34rem;background:#1d3f7a;color:#ffffff;font-size:15.9px;transition:background 450ms var(--speed-entry);}
.media-lead .plain-headline:hover{background:#16305c;color:#1a2338;}
.media-lead .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.media-lead .site-grid>.simple-quote{flex:1 1 auto;min-width:0;}
.media-lead .site-grid>.plain-headline{flex:0 0 auto;align-self:flex-end;}
.media-lead .site-grid>.clear-shell{flex:1 1 100%;}
.media-lead .clear-shell{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.11rem;margin-top:var(--mark-public);}
.media-lead .fresh-story{flex:1 1 calc(980px / 3.4);min-width:0;display:flex;flex-direction:column;padding:calc(1.5rem * .75);border:1px solid #dde2ea;border-radius:0.7rem;background:#ffffff;color:#1a2338;}
.media-lead .fresh-story .text-content{margin-top:calc(1.5rem / 3);font-size:calc(15.9px * .875);color:#2a3346;}
.media-lead .fresh-story p{margin-top:calc(1.5rem / 2.5);}
.media-lead .fresh-story a{margin-top:auto;padding-top:calc(1.11rem * 1.5);font-size:calc(15.9px * .875);color:#1d3f7a;border-top:1px solid #dde2ea;}
.media-lead .fresh-story a:hover{color:inherit;}
@media (max-width:720px){.media-lead .site-grid>.plain-headline{align-self:flex-start;}.media-lead .fresh-story{flex:1 1 100%;}
}
.top-entries{
        padding:calc(calc(1.5rem * 2.4) * .72) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1.1rem,3vw,1.9rem) 0;
        border-left:2px solid #6b8a35;
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.top-entries h1{margin:0;
        font-size:clamp(1.95rem,5vw,3.6rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.top-entries p{margin:clamp(.85rem,2vw,1.2rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{padding:.4rem 0 .4rem .9rem}.top-entries h1{font-size:clamp(1.85rem,9.5vw,2.9rem)}
    }
.narrow-region{--mark-public:calc(1.5rem * 1.05);--copy-main:calc(980px / 3.1);padding:calc(1.5rem * 2.4) 1.95rem;background:#1d3f7a;color:#ffffff;}
.narrow-region .soft-intro{max-width:980px;margin:0 auto;}
.narrow-region h2,.narrow-region h3,.narrow-region p{margin:0;}
.narrow-region h2{font-size:calc(15.9px * 2);line-height:1.14;}
.narrow-region h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.narrow-region p{font-size:15.9px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.narrow-region .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.narrow-region .row-title h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.narrow-region .row-title>p{flex:1 1 calc(980px / 2.6);min-width:0;}
.narrow-region .site-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.narrow-region .fresh-story{flex:1 1 var(--copy-main);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-region .fresh-story p{margin-top:calc(1.5rem / 3.2);}
.narrow-region .media-plan{row-gap:calc(var(--mark-public) * .7);}
.narrow-region .media-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media (max-width:640px){.narrow-region .fresh-story{border-inline-start:0;padding-inline-start:0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(1.5rem * .75);}
}
.local-note{
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#f7f8fb;
  color:#1a2338;
}
.local-note .soft-intro{max-width:980px;
  margin:0 auto;}
.local-note h2,
.local-note h3,
.local-note p{margin:0;}
.local-note h2{font-size:calc(15.9px * 2);
  line-height:1.16;}
.local-note h3{font-size:calc(15.9px * 1.35);
  line-height:1.24;}
.local-note p{font-size:15.9px;
  line-height:1.86;
  color:#2a3346;}
.local-note .simple-quote .offer-proof{margin-top:1.5rem;
  font-size:calc(15.9px * 1.125);
  color:#1a2338;}
.local-note .contact-track{list-style:none;
  margin:calc(1.5rem * 1.4) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.local-note .fresh-story{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.95rem;
  border-left:2px solid #dde2ea;}
.local-note .fresh-story .visual-surface{display:inline-block;
  font-size:calc(15.9px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;color:inherit;}
.local-note .fresh-story h3{margin-top:calc(1.5rem / 4);}
.local-note .fresh-story p{margin-top:calc(1.5rem / 3);}
.local-note .main-service{
  margin-top:calc(1.5rem * 1.2);
  padding:calc(1.5rem * .75) 1.95rem;
  background:#eef1f6;
  color:#2a3346;
  border-radius:0.7rem;
}
.local-note .main-service p{color:#2a3346;}
.local-note .main-service a{color:#1d3f7a;
  text-decoration:none;
  border-bottom:1px solid #1d3f7a;}
.local-note .main-service a:hover{color:inherit;
  border-bottom-color:#6b8a35;}
@media(max-width:760px){.local-note .fresh-story{
    padding-left:1.5rem;
  }
}
.public-note{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1.1rem,2.6vw,1.9rem) 0 clamp(1.3rem,3vw,2.2rem);
        border-bottom:1px solid #dde2ea;
    }
.public-note h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.12;
        font-weight:720;
        letter-spacing:-0.005em;}
.public-note p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{padding:.4rem 0 1.1rem}.public-note h1{font-size:clamp(1.85rem,8.5vw,2.6rem)}
    }
.soft-region{padding:calc(1.5rem * 2.4) 1.95rem;background:#eef1f6;color:#2a3346}
.soft-region .soft-intro{max-width:980px;margin:0 auto}
.soft-region .soft-list{display:flex;flex-wrap:wrap;gap:calc(1.11rem * 1.5);align-items:flex-start}
.soft-region .fresh-figure{flex:1 1 320px;min-width:0}
.soft-region h2{margin:0;font-size:calc(15.9px * 2);line-height:1.12}
.soft-region .fresh-figure p{margin:1.5rem 0 0;font-size:15.9px;line-height:1.86}
.soft-region .active-intro{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #dde2ea}
.soft-region .active-intro a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #dde2ea;text-decoration:none;color:inherit}
.soft-region .active-intro a:hover strong{}
.soft-region strong{display:block;font-size:15.9px;line-height:1.3;transition:color 450ms var(--speed-entry)}
.soft-region span{display:block;margin-top:0.4rem;font-size:calc(15.9px * .875);line-height:1.86}
@media(max-width:780px){.soft-region .soft-list{display:block}.soft-region .active-intro{margin-top:calc(1.11rem * 1.5)}}
.offer-header{--mark-public:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.offer-header .soft-intro{max-width:980px;margin:0 auto;}
.offer-header h2,.offer-header h3,.offer-header p{margin:0;}
.offer-header h2{font-size:calc(15.9px * 2);line-height:1.14;}
.offer-header h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.offer-header p{font-size:15.9px;line-height:1.86;}
.offer-header a{color:#1d3f7a;text-decoration:none;}
.offer-header a:hover{color:inherit;}
.offer-header .main-service{font-size:calc(15.9px * .875);color:#2a3346;letter-spacing:.02em;}
.offer-header .offer-proof{margin-top:calc(1.5rem / 2);}
.offer-header .plain-headline{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.34rem;background:#1d3f7a;color:#ffffff;}
.offer-header .plain-headline:hover{background:#16305c;color:#ffffff;}
.offer-header .clear-shell{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.11rem;margin-top:var(--mark-public);}
.offer-header .fresh-story{flex:1 1 calc(980px / 3.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #dde2ea;border-radius:0.7rem;background:#ffffff;color:#1a2338;}
.offer-header .fresh-story p{margin-top:calc(1.5rem / 3);}
.offer-header .fresh-story a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(15.9px * .875);}
.offer-header .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.offer-header .site-grid>.simple-quote{flex:1 1 auto;min-width:0;}
.offer-header .site-grid>.plain-headline{flex:0 0 auto;}
.offer-header .site-grid>.clear-shell{flex:1 1 100%;}
.offer-header .simple-quote h2{margin-top:calc(1.5rem / 3);}
.offer-header .direct-group{flex:1 1 100%;margin-top:calc(1.11rem * 1.5);font-size:calc(15.9px * .875);color:#2a3346;}
.offer-header .direct-group a{color:#1d3f7a;}
.offer-header .direct-group a:hover{color:inherit;}
@media (max-width:720px){.offer-header .fresh-story{flex:1 1 100%;}.offer-header .site-grid>.plain-headline{flex:1 1 auto;width:100%;}
}
.active-grid{--mark-public:calc(1.5rem * 1.05);--copy-main:calc(980px / 3.2);padding:calc(1.5rem * 2.4) 1.95rem;background:#1d3f7a;color:#ffffff;}
.active-grid .soft-intro{max-width:980px;margin:0 auto;}
.active-grid h2,.active-grid h3,.active-grid p{margin:0;}
.active-grid h2{font-size:calc(15.9px * 2);line-height:1.14;}
.active-grid h3{font-size:calc(15.9px * 1.35);line-height:1.22;margin-top:calc(1.5rem / 3);}
.active-grid p{font-size:15.9px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.active-grid .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;padding-block:calc(var(--mark-public) / 2);}
.active-grid .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.active-grid .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.active-grid .clear-shell{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.active-grid .fresh-story{flex:1 1 var(--copy-main);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.active-grid .fresh-story p{color:color-mix(in srgb, currentColor 82%, transparent);}
.active-grid .fresh-story h3{color:inherit;}
@media (max-width:720px){.active-grid .row-title h2,.active-grid .row-title>p{flex:1 1 100%;}.active-grid .fresh-story{flex:1 1 100%;}
}
.wide-copy{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem;
        background:#eef1f6;
        color:#2a3346;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        border-left:3px solid #6b8a35;
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.wide-copy h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.wide-copy p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.12rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{
            padding:.6rem 0 .6rem 1rem;
            border-left-width:2px;
        }.wide-copy h1{
            font-size:clamp(1.75rem,8.5vw,2.6rem);
        }
    }
.bottom-content{
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#1d3f7a;
  color:#ffffff;
  overflow:hidden;
}
.bottom-content .soft-intro{max-width:980px;
  margin:0 auto;}
.bottom-content .fresh-figure{max-width:44rem;
  margin:0 0 calc(1.11rem * 1.5);}
.bottom-content h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.12;}
.bottom-content .fresh-figure p{margin:1.5rem 0 0;
  font-size:calc(15.9px * 1.125);
  line-height:1.86;}
.bottom-content .submit{display:flex;
  flex-wrap:wrap;
  gap:1.11rem;}
.bottom-content .fresh-story{flex:1 1 20rem;
  min-width:0;
  padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid rgba(244,246,250,0.22);}
.bottom-content .fresh-story:nth-child(2){border-top-color:#6b8a35;}
.bottom-content strong{display:block;
  font-size:calc(15.9px * 1.35);
  line-height:1.2;
  font-weight:600;}
.bottom-content .fresh-story p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.86;
  font-size:15.9px;}
.bottom-content .direct-group{margin-top:calc(1.11rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(244,246,250,0.18);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:calc(1.5rem * .75) 1.11rem;
  font-size:calc(15.9px * .875);}
.bottom-content .direct-group span{opacity:.82;}
.bottom-content .direct-group a{text-decoration:underline;
  text-underline-offset:3px;
  transition:color 450ms var(--speed-entry);}
.bottom-content .direct-group a:hover{}
@media (max-width:640px){.bottom-content .fresh-story{
    flex:1 1 100%;
  }.bottom-content .fresh-figure p{
    font-size:15.9px;
  }
}
.quiet-stack{
  --mark-public:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#eef1f6;
  color:#2a3346;
}
.quiet-stack .soft-intro{max-width:980px;margin:0 auto;}
.quiet-stack h1,.quiet-stack h2,.quiet-stack h3,.quiet-stack p{margin:0;}
.quiet-stack h2{font-size:calc(15.9px * 2);line-height:1.12;}
.quiet-stack p{font-size:15.9px;line-height:1.86;}
.quiet-stack a{text-decoration:none;}
.quiet-stack .offer-proof{font-size:calc(15.9px * 1.125);}
.quiet-stack .simple-quote{margin-top:calc(1.11rem * 1.5);}
.quiet-stack .compact-nav>h2{margin-top:1.5rem;}
.quiet-stack .compact-nav>.offer-proof{margin-top:0;}
.quiet-stack .main-list{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.11rem;
  margin-top:1.5rem;}
.quiet-stack .plain-headline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#1d3f7a;
  color:#ffffff;
  font-weight:600;
}
.quiet-stack .plain-headline:hover{background:#16305c;color:#1a2338;}
.quiet-stack .direct-group{color:#1d3f7a;
  font-size:calc(15.9px * .875);
  border-bottom:1px solid transparent;}
.quiet-stack .direct-group:hover{color:inherit;
  border-bottom-color:#6b8a35;}
@media (max-width:640px){.quiet-stack .main-list{flex-direction:column;align-items:flex-start;}
}
.text-shell{
        padding: calc(1.5rem * 2.4) 1.95rem;
        background: linear-gradient(135deg, #16305c 0%, #1d3f7a 55%, #2a4d8f 100%);
        color: #f4f6fa;
    }
.text-shell .soft-intro{max-width: 980px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.11rem * 1.5);}
.text-shell .offer-proof h2{margin: 0;
        font-size: calc(15.9px * 2);
        line-height: 1.1;}
.text-shell .offer-proof p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(15.9px * 1.125);
        line-height: 1.86;}
.text-shell .text-lead{display: flex;
        flex-direction: column;
        gap: 1.11rem;}
.text-shell .content-service{
        padding: calc(1.5rem * .75);
        border: 1px solid #dde2ea;
        border-radius: 1rem;
        background: #ffffff;
        color: #1a2338;
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
.text-shell .strong-frame{font-size: 15.9px;
        line-height: 1.86;}
.text-shell .service-feature{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #dde2ea;
        display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1.11rem;
        align-items: baseline;}
.text-shell .service-feature strong{font-size: calc(15.9px * .875);}
.text-shell .service-feature span{font-size: calc(15.9px * .875);}
.text-shell .main-service{
        padding: calc(1.5rem * .75);
        border-radius: 0.7rem;
        background: #eef1f6;
        color: #2a3346;
    }
.text-shell .main-service p{margin: 0;
        font-size: calc(15.9px * .875);
        line-height: 1.86;}
.text-shell .main-service a{text-decoration: underline;}
.text-shell .main-service a:hover{}
@media (min-width: 800px) {.text-shell .text-lead{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: calc(1.5rem * .75);
        }.text-shell .content-service:first-child{
            grid-column: 1 / -1;
        }
    }
@media (max-width: 520px) {.text-shell .service-feature{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.text-feature{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
        border-bottom:1px solid #dde2ea;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.9rem) 0 clamp(1.1rem,2.8vw,2rem);
        border-left:3px solid #6b8a35;
        padding-left:clamp(1rem,3vw,1.75rem);
    }
.text-feature h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.1;
        font-weight:700;
        letter-spacing:-0.01em;}
.text-feature p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.45vw,1.12rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{padding:.35rem 0 .6rem .9rem}.text-feature h1{font-size:clamp(1.8rem,8.5vw,2.6rem);}
    }
.featured-group{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-cool);color:var(--line-clear)}
.featured-group .plain-stack{max-width:980px;margin:0 auto}
.featured-group h2{max-width:22ch;margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.featured-group .plain-footer{margin:1.5rem 0 calc(1.11rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.86;opacity:.88}
.featured-group .main-figure{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.featured-group .main-figure>li{position:relative;margin:0;padding-left:2.4rem;border-top:1px solid rgba(244,246,250,.18);padding-top:calc(1.5rem * .75)}
.featured-group .main-figure>li:first-child{border-top:0;padding-top:0}
.featured-group .main-figure>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(1.5rem * .75);font-size:calc(15.9px * .875);letter-spacing:.08em;color:inherit;font-weight:600}
.featured-group .main-figure>li:first-child::before{top:0}
.featured-group h3{margin:0;font-size:calc(15.9px * 1.35);line-height:1.2}
.featured-group .main-figure p{margin:calc(1.5rem * .75) 0 0;line-height:1.86;opacity:.86}
@media(max-width:680px){.featured-group .main-figure>li{padding-left:1.9rem}.featured-group h2{max-width:none}
}
.quiet-callout{
  --mark-public:calc(1.5rem * 1.15);
  --mark-local:1px solid color-mix(in srgb, currentColor 18%, transparent);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#1d3f7a;
  color:#ffffff;
}
.quiet-callout .soft-intro{max-width:980px;
  margin:0 auto;}
.quiet-callout h2,
.quiet-callout h3,
.quiet-callout p{margin:0;}
.quiet-callout h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.quiet-callout h3{font-size:calc(15.9px * 1.35);
  line-height:1.22;}
.quiet-callout p{font-size:15.9px;
  line-height:1.86;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.quiet-callout .main-service{font-size:calc(15.9px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 62%, transparent);
  margin-bottom:calc(1.5rem / 2);}
.quiet-callout .offer-proof{margin-top:1.5rem;}
.quiet-callout .clear-shell{display:flex;
  flex-direction:column;
  margin-top:var(--mark-public);
  border-top:var(--mark-local);}
.quiet-callout .fresh-story{min-width:0;
  padding:calc(1.11rem * 1.5) 0;
  border-bottom:var(--mark-local);}
.quiet-callout .fresh-story .simple-quote{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
@media (min-width:760px){.quiet-callout .fresh-story{
    display:grid;
    grid-template-columns:minmax(0, 0.9fr) minmax(0, 1.6fr);
    gap:1.11rem;
    align-items:start;
  }.quiet-callout .fresh-story .simple-quote{
    display:contents;
  }.quiet-callout .fresh-story h3{
    padding-right:calc(1.5rem * .75);
  }
}
.plain-nav{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem;
        background:#eef1f6;
        color:#2a3346;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.85rem) 0;
        border-left:2px solid #6b8a35;
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.plain-nav h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.plain-nav p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.5vw,1.12rem);
        line-height:1.72;}
@media (max-width:680px){.content-steps{
            padding:.4rem 0 .4rem .9rem;
        }.plain-nav h1{
            font-size:clamp(1.75rem,8.5vw,2.6rem);
        }
    }
.plain-actions{
  background:#1d3f7a;
  color:#ffffff;
  padding:calc(1.5rem * 2.4) 1.95rem;
}
.plain-actions .soft-intro{max-width:980px;
  margin:0 auto;}
.plain-actions .team-region{max-width:48rem;}
.plain-actions h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.12;
  letter-spacing:0;}
.plain-actions .team-region p{margin:1.5rem 0 0;
  font-size:calc(15.9px * 1.125);
  line-height:1.86;}
.plain-actions .active-intro{margin-top:calc(1.11rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.11rem;}
.plain-actions .active-intro a{
  flex:1 1 22rem;
  min-width:0;
  color:#ffffff;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:color-mix(in srgb,#ffffff 9%,transparent);
  transition:background 450ms var(--speed-entry);
}
.plain-actions .active-intro a:hover{
  background:color-mix(in srgb,#ffffff 15%,transparent);color:#1a2338;}
.plain-actions .active-intro strong,
.plain-actions .active-intro span{display:block;}
.plain-actions .active-intro strong{font-size:15.9px;
  line-height:1.3;}
.plain-actions .active-intro span{margin-top:.5rem;
  font-size:calc(15.9px * .875);
  line-height:1.86;}
.plain-actions .direct-group{margin-top:calc(1.11rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb,#ffffff 18%,transparent);}
.plain-actions .direct-group p{margin:0;
  font-size:calc(15.9px * .875);
  line-height:1.86;}
.plain-actions .direct-group a{text-decoration:underline;
  text-underline-offset:3px;}
.plain-actions .direct-group a:hover{}
@media (max-width:680px){.plain-actions .active-intro{
    display:block;
  }.plain-actions .active-intro a{
    display:block;
    margin-top:1.11rem;
  }
}
.clear-stack{--mark-public:calc(1.5rem * 1.32);--field-extra-7:calc(980px / 2.4);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.clear-stack .soft-intro{max-width:980px;margin:0 auto;}
.clear-stack h1,.clear-stack h2,.clear-stack h3,.clear-stack p{margin:0;}
.clear-stack h2{font-size:calc(15.9px * 2);line-height:1.14;}
.clear-stack h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.clear-stack p{font-size:15.9px;line-height:1.86;}
.clear-stack a{color:#1d3f7a;text-decoration:none;}
.clear-stack a:hover{color:inherit;}
.clear-stack .plain-headline{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.34rem;background:#1d3f7a;color:#ffffff;font-size:calc(15.9px * .875);}
.clear-stack .plain-headline:hover{background:#16305c;color:#ffffff;}
.clear-stack .offer-proof{margin-top:1.5rem;}
.clear-stack .service-media{display:flex;flex-direction:column;gap:var(--mark-public);}
.clear-stack .fresh-story{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.7rem;background:#ffffff;color:#1a2338;border:1px solid #dde2ea;}
.clear-stack .fresh-story p{margin-top:calc(1.5rem / 3);}
.clear-stack .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.clear-stack .simple-quote{flex:1 1 auto;min-width:0;}
.clear-stack .service-media{flex:1 1 100%;}
.clear-stack .direct-group{flex:1 1 100%;margin-top:calc(1.11rem * 1.5);font-size:calc(15.9px * .875);color:#2a3346;}
.clear-stack .direct-group a{color:#1d3f7a;text-decoration:underline;text-underline-offset:3px;}
.clear-stack .direct-group a:hover{color:inherit;}
.wide-callout{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
        border-bottom:1px solid #dde2ea;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.8vw,1.15rem);
    }
.wide-callout h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.6rem);
        line-height:1.08;
        font-weight:720;
        letter-spacing:-0.01em;}
.wide-callout p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{padding:.4rem 0;}.wide-callout h1{font-size:clamp(1.85rem,9.5vw,2.9rem);line-height:1.12;}
    }
.local-rail{--mark-public:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.local-rail .soft-intro{max-width:980px;margin:0 auto;}
.local-rail h2,.local-rail h3,.local-rail p{margin:0;}
.local-rail h2{font-size:calc(15.9px * 2);line-height:1.12;}
.local-rail h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.local-rail p{font-size:15.9px;line-height:1.86;color:#2a3346;}
.local-rail .main-service{font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:.08em;color:#2a3346;}
.local-rail .clear-shell{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.local-rail .fresh-story{flex:1 1 calc(980px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.7rem;background:#ffffff;color:#1a2338;border:1px solid #dde2ea;}
.local-rail .fresh-story p{margin-top:calc(1.5rem / 3);}
.local-rail .direct-group{margin-top:var(--mark-public);font-size:15.9px;line-height:1.86;color:#2a3346;}
.local-rail .direct-group a{color:#1d3f7a;text-decoration:underline;text-underline-offset:3px;}
.local-rail .direct-group a:hover{color:inherit;}
@media (max-width:720px){.local-rail .fresh-story{flex:1 1 100%;}
}
.focused-feature{--mark-public:calc(1.5rem * 1.08);--copy-main:calc(980px / 3.2);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.focused-feature .soft-intro{max-width:980px;margin:0 auto;}
.focused-feature h2,.focused-feature h3,.focused-feature p{margin:0;}
.focused-feature h2{font-size:calc(15.9px * 2);line-height:1.14;}
.focused-feature h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.focused-feature p{font-size:15.9px;line-height:1.86;}
.focused-feature a{text-decoration:none;border-bottom:1px solid #dde2ea;}
.focused-feature a:hover{}
.focused-feature .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.focused-feature .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.focused-feature .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.focused-feature .text-details{row-gap:calc(var(--mark-public) * 1.15);}
.focused-feature .clear-shell{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.focused-feature .fresh-story{flex:1 1 var(--copy-main);min-width:0;padding:calc(1.5rem * .75);border:1px solid #dde2ea;border-radius:0.7rem;background:#ffffff;color:#1a2338;}
.focused-feature .fresh-story p{margin-top:calc(1.5rem / 3);}
.focused-feature .direct-group{flex:1 1 100%;margin-top:var(--mark-public);padding-top:calc(1.5rem * .75);border-top:1px solid #dde2ea;}
.direct-shell{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem;
        background:#eef1f6;
        color:#2a3346;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.85rem) 0;
        display:flex;
        flex-direction:column;
        gap:clamp(.85rem,1.8vw,1.15rem);
    }
.direct-shell h1{margin:0;
        font-size:clamp(1.95rem,5vw,3.9rem);
        line-height:1.06;
        font-weight:720;
        letter-spacing:-0.01em;}
.direct-shell p{margin:0;
        font-size:clamp(1rem,1.5vw,1.14rem);
        line-height:1.72;
        color:#2a3346;
        opacity:.86;}
@media (max-width:680px){.content-steps{padding:.4rem 0;gap:.75rem}.direct-shell h1{font-size:clamp(1.85rem,9.5vw,2.9rem);line-height:1.1}
    }
.compact-frame{--mark-public:calc(1.5rem * 1.11);--copy-main:calc(980px / 3.43);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-cool);color:var(--line-clear);}
.compact-frame .soft-intro{max-width:980px;margin:0 auto;}
.compact-frame h2,.compact-frame h3,.compact-frame p{margin:0;}
.compact-frame h2{font-size:calc(15.9px * 2);line-height:1.12;}
.compact-frame h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.compact-frame p{font-size:15.9px;line-height:1.86;color:inherit;}
.compact-frame .local-group{padding-inline-start:calc(1.5rem * .75);}
.compact-frame .text-details{row-gap:calc(var(--mark-public) * 1.2);}
.compact-frame .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.compact-frame .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.compact-frame .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.compact-frame .quiet-list{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.compact-frame .fresh-story{flex:1 1 var(--copy-main);min-width:0;}
.compact-frame .fresh-story p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.compact-frame .row-title h2,.compact-frame .row-title>p{flex:1 1 100%;}
}
.quiet-lead{
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#1d3f7a;
  color:#ffffff;
  overflow:hidden;
}
.quiet-lead .soft-intro{max-width:980px;
  margin:0 auto;}
.quiet-lead .fresh-figure{margin:0 0 calc(1.11rem * 1.5);}
.quiet-lead h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.15;}
.quiet-lead .fresh-figure p{margin:1.5rem 0 0;
  font-size:calc(15.9px * 1.125);
  line-height:1.86;
  opacity:.92;}
.quiet-lead .strong-brand{display:flex;
  flex-wrap:wrap;
  gap:1.11rem;}
.quiet-lead .fresh-story{flex:1 1 18rem;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid rgba(255,255,255,0.18);}
.quiet-lead .fresh-story strong{display:block;
  font-size:calc(15.9px * 1.35);
  line-height:1.2;}
.quiet-lead .fresh-story p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.86;
  opacity:.9;}
.quiet-lead .direct-group{margin-top:calc(1.11rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.11rem;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid rgba(255,255,255,0.18);}
.quiet-lead .direct-group a{text-decoration:none;
  font-size:15.9px;
  border-bottom:1px solid rgba(255,255,255,0.45);
  padding-bottom:2px;
  transition:border-color 450ms var(--speed-entry), opacity 450ms var(--speed-entry);}
.quiet-lead .direct-group a:hover{border-color:#ffffff;
  opacity:.85;}
@media (max-width:640px){.quiet-lead .fresh-story{
    flex:1 1 100%;
  }
}
.site-surface{
        padding:calc(calc(1.5rem * 2.4) * .8) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.9rem) 0;
        border-top:1px solid #dde2ea;
    }
.site-surface h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.site-surface p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:15.9px;
        line-height:1.75;
        color:#2a3346;}
@media (max-width:680px){.content-steps{padding:.4rem 0}.site-surface h1{font-size:clamp(1.75rem,8.5vw,2.6rem);}
    }
.simple-content{
  background:#f7f8fb;
  color:#1a2338;
  padding:calc(1.5rem * 2.4) 1.95rem;
}
.simple-content .soft-intro{max-width:980px;
  margin:0 auto;}
.simple-content .strong-inner{max-width:46rem;}
.simple-content .media-figure{margin:0 0 1.5rem;
  color:#2a3346;
  font-size:15.9px;
  line-height:1.86;}
.simple-content h2{margin:0;
  font-size:calc(15.9px * 2);
  line-height:1.12;
  letter-spacing:0;}
.simple-content .visual-form{margin-top:calc(1.11rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:0;}
.simple-content .fresh-story{display:grid;
  grid-template-columns:14rem 1fr;
  gap:1.11rem;
  align-items:start;
  padding:1.5rem 0;}
.simple-content .fresh-story + .fresh-story{border-top:1px solid #dde2ea;}
.simple-content .fresh-story strong{font-size:15.9px;
  line-height:1.4;}
.simple-content .fresh-story span{color:#2a3346;
  line-height:1.86;}
@media (max-width:700px){.simple-content .fresh-story{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.media-surface{--mark-public:calc(1.5rem * 1.1);--mark-active:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.media-surface .soft-intro{max-width:980px;margin:0 auto;}
.media-surface h2,.media-surface h3,.media-surface p{margin:0;}
.media-surface h2{font-size:calc(15.9px * 2);line-height:1.14;}
.media-surface h3{font-size:calc(15.9px * 1.35);line-height:1.24;}
.media-surface p{font-size:15.9px;line-height:1.86;}
.media-surface a{color:inherit;text-decoration:none;}
.media-surface .main-service{font-size:calc(15.9px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.media-surface .simple-quote h2{margin-top:calc(1.5rem / 2.4);}
.media-surface .plain-headline{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.34rem;background:#1d3f7a;color:#ffffff;}
.media-surface .site-grid{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.media-surface .site-grid>.simple-quote{flex:1 1 var(--mark-active);min-width:0;}
.media-surface .site-grid>.plain-headline{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.media-surface .clear-shell{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:var(--mark-public);border-top:1px solid #dde2ea;}
.media-surface .fresh-story{display:flex;flex-wrap:wrap;gap:1.11rem;padding:calc(1.11rem * 1.5) 0;border-bottom:1px solid #dde2ea;}
.media-surface .fresh-story .simple-quote{flex:1 1 var(--mark-active);min-width:0;}
.media-surface .fresh-story p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:720px){.media-surface .site-grid>.plain-headline{margin-top:0;}
}
.fresh-links{
        --mark-public: calc(1.5rem * 1.05);
        padding: calc(1.5rem * 2.4) 1.95rem;
        background: var(--paint-cool);
        color: var(--line-clear);
    }
.fresh-links .soft-intro{max-width: 980px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--mark-public);}
.fresh-links h2,
    .fresh-links h3,
    .fresh-links p,
    .fresh-links ol,
    .fresh-links li{margin: 0;}
.fresh-links h2{font-size: calc(15.9px * 2);
        line-height: 1.14;}
.fresh-links h3{font-size: calc(15.9px * 1.35);
        line-height: 1.22;}
.fresh-links p{font-size: 15.9px;
        line-height: 1.86;}
.fresh-links .fresh-figure{display: flex;
        flex-direction: column;
        gap: calc(1.11rem * 1.5);}
.fresh-links .offer-proof{font-size: calc(15.9px * 1.125);
        opacity: .88;}
.fresh-links .primary-panel{list-style: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.11rem * 1.5);}
.fresh-links .strong-shell{display: flex;
        gap: 1.11rem;
        align-items: flex-start;
        padding-block: calc(1.5rem * .75);
        border-top: 1px solid rgba(244, 246, 250, 0.18);}
.fresh-links .strong-shell:last-child{border-bottom: 1px solid rgba(244, 246, 250, 0.18);}
.fresh-links .visual-surface{flex: 0 0 auto;
        min-width: 2.4rem;
        font-size: calc(15.9px * .875);
        letter-spacing: 0.08em;
        padding-top: 0.35rem;
        opacity: .7;}
.fresh-links .strong-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);
        min-width: 0;}
.fresh-links .strong-region p{opacity: .92;}
.fresh-links .main-service{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 1.11rem;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.7rem;
        background: #ffffff;
        color: #1a2338;
    }
.fresh-links .main-service p{flex: 1 1 22rem;
        min-width: 0;}
.fresh-links .plain-headline{
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(calc(1.5rem * .75) / 1.4) 1.5rem;
        border-radius: 0.34rem;
        background: #1d3f7a;
        color: #ffffff;
        text-decoration: none;
        font-size: calc(15.9px * .875);
        transition: background 450ms var(--speed-entry);
    }
.fresh-links .plain-headline:hover{
        background: #16305c;color:#1a2338;}
@media (max-width: 640px) {.fresh-links .strong-shell{
            flex-direction: column;
            gap: calc(1.11rem / 2);
        }.fresh-links .visual-surface{
            padding-top: 0;
        }
    }
.visual-tile{
        padding:calc(calc(1.5rem * 2.4) * .7) 1.95rem;
        background:#f7f8fb;
        color:#1a2338;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.11rem * 1.5);
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.85rem) 0;
        border-left:2px solid #6b8a35;
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.visual-tile h1{margin:0;
        font-size:clamp(1.95rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.visual-tile p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.4vw,1.12rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{
            padding:.4rem 0 .4rem .9rem;
        }.visual-tile h1{
            font-size:clamp(1.85rem,9vw,2.6rem);
        }
    }
.fresh-grid{--mark-public:calc(1.5rem * 1.35);--mark-local:1px solid color-mix(in srgb, #ffffff 18%, transparent);padding:calc(1.5rem * 2.4) 1.95rem;background:#1d3f7a;color:#ffffff;}
.fresh-grid .soft-intro{max-width:980px;margin:0 auto;}
.fresh-grid h2,.fresh-grid h3,.fresh-grid p{margin:0;}
.fresh-grid h2{font-size:calc(15.9px * 2);line-height:1.12;}
.fresh-grid h3{font-size:calc(15.9px * 1.35);line-height:1.2;}
.fresh-grid p{font-size:15.9px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.fresh-grid .offer-proof{margin-top:calc(1.11rem * 1.5);}
.fresh-grid .clear-shell{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-public);border-top:var(--mark-local);}
.fresh-grid .fresh-story{min-width:0;padding:calc(1.11rem * 1.5) 0;border-bottom:var(--mark-local);}
.fresh-grid .fresh-story p{margin-top:calc(1.5rem / 3.2);}
.fresh-grid .main-service{margin-top:var(--mark-public);padding-top:calc(1.11rem * 1.5);border-top:var(--mark-local);}
@media (min-width:768px){.fresh-grid .fresh-story{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:1.11rem;align-items:start;}.fresh-grid .fresh-story p{margin-top:0;}
}
.active-frame{
  background: #f7f8fb;
  color: #1a2338;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.active-frame .soft-intro{width: min(100%, 980px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.11rem * 1.5);
  align-items: flex-start;}
.active-frame .fresh-figure{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-frame .service-grid{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-frame h2,
.active-frame p,
.active-frame ul{margin: 0;}
.active-frame h2{font-size: calc(15.9px * 2);
  line-height: 1.14;}
.active-frame .offer-proof,
.active-frame .simple-quote,
.active-frame li p{line-height: 1.86;}
.active-frame .simple-quote{color: #2a3346;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dde2ea;}
.active-frame ul{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.active-frame li{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dde2ea;}
.active-frame li:first-child{border-top: 0;
  padding-top: 0;}
.active-frame .main-nav{font-size: calc(15.9px * .875);
  color: #2a3346;
  letter-spacing: 0.02em;}
.active-frame strong{font-size: calc(15.9px * 1.35);
  line-height: 1.2;}
@media (max-width: 640px) {.active-frame .fresh-figure,
  .active-frame .service-grid{
    flex: 1 1 100%;
  }
}
.focused-wrap{
        padding:calc(calc(1.5rem * 2.4) * .8) 1.95rem;
        background:#eef1f6;
        color:#2a3346;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.6vw,1.8rem) 0;
        border-left:2px solid #6b8a35;
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.focused-wrap h1{margin:0;
        font-size:calc(15.9px * 2.65);
        line-height:1.1;
        font-weight:700;
        letter-spacing:-0.01em;}
.focused-wrap p{margin:calc(1.11rem * 1.5) 0 0;
        font-size:calc(15.9px * 1.125);
        line-height:1.72;}
@media (max-width:680px){.content-steps{
            padding:.4rem 0 .4rem 1rem;
        }.focused-wrap h1{
            font-size:calc(15.9px * 2);
        }.focused-wrap p{
            font-size:15.9px;
        }
    }
.local-view{--mark-public:calc(1.5rem * 1.05);--field-extra-7:calc(980px / 3.10);padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.local-view .soft-intro{max-width:980px;margin:0 auto;}
.local-view h1,.local-view h2,.local-view h3,.local-view p{margin:0;}
.local-view h2{font-size:calc(15.9px * 2);line-height:1.14;}
.local-view h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.local-view p{font-size:15.9px;line-height:1.86;}
.local-view .offer-proof{color:#2a3346;}
.local-view .content-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.11rem;}
.local-view .content-entries>h2{flex:1 1 calc(980px / 3);min-width:0;}
.local-view .content-entries>.offer-proof{flex:1 1 calc(980px / 3);min-width:0;}
.local-view .content-entries>.clear-shell{flex:1 1 100%;}
.local-view .clear-shell{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.local-view .fresh-story{flex:1 1 calc(980px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:#ffffff;border:1px solid #dde2ea;box-shadow:0 1px 4px rgba(0,0,0,0.04);color:#1a2338;}
.local-view .fresh-story h3{margin-bottom:calc(1.5rem / 3.2);}
.local-view .fresh-story p{color:#2a3346;}
@media (max-width:720px){.local-view .content-entries>h2,.local-view .content-entries>.offer-proof{flex:1 1 100%;}.local-view .fresh-story{flex:1 1 100%;}
}
.plain-media{--mark-public:calc(1.5rem * 1.35);--state-public:calc(980px / 8.5);padding:calc(1.5rem * 2.4) 1.95rem;background:#1d3f7a;color:#ffffff;}
.plain-media .soft-intro{max-width:980px;margin:0 auto;}
.plain-media h2,.plain-media h3,.plain-media p,.plain-media ol,.plain-media li{margin:0;padding:0;}
.plain-media h2{font-size:calc(15.9px * 2);line-height:1.14;}
.plain-media h3{font-size:calc(15.9px * 1.35);line-height:1.22;}
.plain-media p{font-size:15.9px;line-height:1.86;color:color-mix(in srgb, currentColor 76%, transparent);}
.plain-media .focused-area .offer-proof{margin-top:calc(1.5rem / 2);}
.plain-media .strong-brand{list-style:none;display:flex;flex-direction:column;gap:var(--mark-public);margin-top:var(--mark-public);border-left:1px solid color-mix(in srgb, currentColor 24%, transparent);padding-left:1.5rem;}
.plain-media .site-actions{display:flex;flex-wrap:wrap;gap:1.11rem;align-items:baseline;position:relative;}
.plain-media .site-actions::before{content:"";position:absolute;left:calc(1.5rem * -1 - 4px);top:.55em;width:7px;height:7px;border-radius:50%;background:#6b8a35;color:#ffffff;}
.plain-media .visual-surface{flex:0 0 var(--state-public);font-size:calc(15.9px * .875);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.plain-media .clear-links{flex:1 1 calc(980px / 2.4);min-width:0;}
.plain-media .clear-links p{margin-top:calc(1.5rem / 3);}
.plain-media .media-plan{margin-top:var(--mark-public);padding-top:calc(1.11rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 20%, transparent);display:flex;flex-wrap:wrap;gap:1.11rem;align-items:center;justify-content:space-between;}
.plain-media .media-plan p{flex:1 1 calc(980px / 2.2);min-width:0;}
.plain-media a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.plain-media .plain-headline{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.34rem;background:#6b8a35;color:#ffffff;text-decoration:none;font-size:15.9px;}
.plain-media .plain-headline:hover{background:#587428;color:#1a2338;}
@media (max-width:640px){.plain-media .visual-surface{flex:1 1 100%;}.plain-media .media-plan{flex-direction:column;align-items:flex-start;}
}
.offer-tile{
        color:#1a2338;
        background:#f7f8fb;
        padding:calc(1.5rem * 2.4) 1.95rem;
    }
.offer-tile .c{max-width:980px;
        margin:0 auto;
        display:grid;
        gap:1.95rem;}
@media (min-width:1024px){.offer-tile .c{
            grid-template-columns:minmax(0,1fr) 300px;
            align-items:start;
        }
    }
.offer-tile .site-region{margin-bottom:1.5rem;}
.offer-tile h1{font-size:calc(15.9px * 2.65);
        line-height:1.2;
        margin:0 0 0.8rem;}
.offer-tile .offer-proof{margin:0 0 1rem;
        font-size:calc(15.9px * 1.125);}
.offer-tile .main-nav{display:flex;
        flex-wrap:wrap;
        gap:0.5rem 1.25rem;
        font-size:calc(15.9px * .875);}
.offer-tile .strip{line-height:1.86;}
.offer-tile .strip p{margin:0 0 calc(1.11rem * 1.5);}
.offer-tile h2{font-size:calc(15.9px * 1.35);
        margin:calc(1.11rem * 1.5) 0 0.6rem;}
.offer-tile .clear-shell{margin:0 0 calc(1.11rem * 1.5);
        padding-left:1.1rem;
        display:flex;
        flex-direction:column;
        gap:0.4rem;}
.offer-tile .clear-shell li{line-height:1.7;}
.offer-tile .plain-headline{
        margin-top:1.5rem;
        padding:calc(1.5rem * .75);
        background:#eef1f6;
        color:#2a3346;
        border-radius:1rem;
    }
.offer-tile .plain-headline p{margin:0 0 0.9rem;}
.offer-tile .direct-group{display:flex;
        flex-wrap:wrap;
        gap:0.75rem 1.25rem;}
.offer-tile .direct-group a{text-decoration:none;
        border-bottom:1px solid #dde2ea;
        padding-bottom:2px;}
.offer-tile .direct-group a:hover{border-bottom-color:#6b8a35;}
.offer-tile .active-list{
        background:#ffffff;
        color:#1a2338;
        border:1px solid #dde2ea;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 4px rgba(0,0,0,0.04);
    }
.offer-tile .active-list h3{margin:0 0 1rem;
        font-size:15.9px;}
.offer-tile .service-block{margin:0;
        display:flex;
        flex-direction:column;
        gap:0.85rem;}
.offer-tile .wide-group dt{font-size:calc(15.9px * .875);
        margin-bottom:0.15rem;}
.offer-tile .wide-group dd{margin:0;
        line-height:1.6;}
.offer-tile .main-service{margin:1.1rem 0 0;
        padding-top:0.9rem;
        border-top:1px solid #dde2ea;
        font-size:calc(15.9px * .875);}
.clear-content{padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338;}
.clear-content .service-details{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.11rem * 1.5);}
.clear-content .contact-track{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.11rem;}
.clear-content .contact-list{margin:0;font-size:calc(15.9px * 1.35);line-height:1.3;}
.clear-content .simple-benefit{margin:0;font-size:calc(15.9px * .875);color:#2a3346;}
.clear-content .simple-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.clear-content .simple-team{margin:0;font-size:15.9px;line-height:1.86;}
.clear-content .main-service{margin:0;font-size:calc(15.9px * .875);color:#2a3346;}
.clear-content .clear-shell{list-style:none;margin:0;padding:calc(1.5rem * .75) 0 0;display:flex;flex-direction:column;gap:6px;border-top:1px solid #dde2ea;}
.clear-content .fresh-story{font-size:calc(15.9px * .875);}
.clear-content .fresh-story a{color:#1d3f7a;text-decoration:none;}
.clear-content .fresh-story a:hover{color:inherit;text-decoration:underline;}
.clear-content .plain-headline{margin:0;}
.clear-content .plain-headline a{display:inline-block;padding:10px 18px;border-radius:0.7rem;background:#1d3f7a;color:#ffffff;font-size:calc(15.9px * .875);text-decoration:none;}
.clear-content .plain-headline a:hover{background:#16305c;color:#1a2338;}
@media (max-width:640px){.clear-content .contact-track{flex-direction:column;gap:2px;}
}
.focused-footer{
        color: #1a2338;
        background: #f7f8fb;
        padding: calc(1.5rem * 2.4) 1.95rem;
    }
.focused-footer .c{max-width: 980px;
        margin: 0 auto;
        display: grid;
        gap: 1.95rem;}
@media (min-width: 1024px) {.focused-footer .c{
            grid-template-columns: 1fr 280px;
            align-items: start;
        }
    }
.focused-footer .site-region{margin-bottom: 1.5rem;
        padding-bottom: calc(1.11rem * 1.5);
        border-bottom: 1px solid #dde2ea;}
.focused-footer h1{font-size: calc(15.9px * 2.65);
        line-height: 1.2;
        margin: 0 0 0.6rem;}
.focused-footer .text-content{font-size: calc(15.9px * 1.125);
        margin: 0 0 1rem;}
.focused-footer .main-nav{display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        font-size: calc(15.9px * .875);}
.focused-footer .strip{line-height: 1.86;}
.focused-footer .strip p{margin: 0 0 1rem;}
.focused-footer .strip h2{font-size: calc(15.9px * 1.35);
        margin: 1.8rem 0 0.7rem;}
.focused-footer .clear-shell{margin: 0 0 1rem;
        padding-left: 1.1rem;
        display: flex;
        flex-direction: column;
        gap: 0.45rem;}
.focused-footer .plain-headline{
        margin-top: 1.5rem;
        padding: calc(1.5rem * .75);
        background: #eef1f6;
        color: #2a3346;
        border-radius: 0.7rem;
    }
.focused-footer .plain-headline p{margin: 0 0 0.9rem;}
.focused-footer .focused-note{
        display: inline-block;
        padding: 0.7rem 1.3rem;
        background: #1d3f7a;
        color: #ffffff;
        border-radius: 0.34rem;
        text-decoration: none;
        font-size: calc(15.9px * .875);
    }
.focused-footer .focused-note:hover{
        background: #16305c;color:#1a2338;}
.focused-footer .direct-group{margin-top: calc(1.11rem * 1.5);
        padding-top: calc(1.11rem * 1.5);
        border-top: 1px solid #dde2ea;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
        font-size: calc(15.9px * .875);}
.focused-footer .direct-group p{margin: 0 0 0.3rem;}
.focused-footer .direct-group a{text-decoration: none;}
.focused-footer .direct-group a:hover{text-decoration: underline;}
.focused-footer .active-list{
        background: #ffffff;
        color: #1a2338;
        border: 1px solid #dde2ea;
        border-radius: 1rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    }
.focused-footer .active-list h3{margin: 0 0 1rem;
        font-size: 15.9px;}
.focused-footer .contact-track{display: flex;
        flex-direction: column;
        gap: 0.15rem;
        padding: 0.6rem 0;
        border-top: 1px solid #dde2ea;}
.focused-footer .contact-track:first-of-type{border-top: none;
        padding-top: 0;}
.focused-footer .focused-links{font-size: calc(15.9px * .875);}
.focused-footer .clear-inner{font-size: calc(15.9px * .875);}
.public-frame{
    padding:calc(1.5rem * 2.4) 1.95rem;
    background:#f7f8fb;
    color:#1a2338;
}
.public-frame .service-details{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.11rem * 1.5);}
.public-frame .contact-track{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.5rem 1rem;
    padding-bottom:0.85rem;
    border-bottom:1px solid #dde2ea;}
.public-frame .contact-list{margin:0;
    font-size:calc(15.9px * 1.35);
    font-weight:600;
    letter-spacing:-0.01em;}
.public-frame .simple-benefit{
    font-size:calc(15.9px * .875);
    color:#2a3346;
    background:#eef1f6;
    padding:0.2rem 0.6rem;
    border-radius:0.34rem;
}
.public-frame .simple-team{margin:0;
    font-size:15.9px;
    line-height:1.86;}
.public-frame .primary-figure{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.75rem;
    font-size:calc(15.9px * .875);}
.public-frame .primary-figure li{display:flex;
    align-items:baseline;
    gap:0.45rem;}
.public-frame .primary-figure .focused-links{color:#2a3346;
    text-transform:uppercase;
    letter-spacing:0.06em;
    font-size:0.72rem;}
.public-frame .primary-figure a{color:#1d3f7a;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 450ms var(--speed-entry), border-color 450ms var(--speed-entry);}
.public-frame .primary-figure a:hover{color:inherit;
    border-bottom-color:#6b8a35;}
@media (max-width:600px){.public-frame .primary-figure{
        flex-direction:column;
        gap:0.4rem;
    }
}
.compact-feature{
    color:#1a2338;
    background:#f7f8fb;
    padding:calc(1.5rem * 2.4) 1.95rem;
}
.compact-feature .c{max-width:980px;
    margin:0 auto;
    display:grid;
    gap:1.95rem;}
@media (min-width:1024px){.compact-feature .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.compact-feature .site-region{margin-bottom:1.5rem;}
.compact-feature h1{font-size:calc(15.9px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.compact-feature .text-content{font-size:calc(15.9px * 1.125);
    margin:0 0 1rem;}
.compact-feature .main-nav{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.4rem;
    font-size:calc(15.9px * .875);}
.compact-feature .strip{line-height:1.86;}
.compact-feature .strip p{margin:0 0 1.1rem;}
.compact-feature h2{font-size:calc(15.9px * 1.35);
    margin:1.8rem 0 0.7rem;}
.compact-feature .clear-shell{margin:0 0 1.2rem;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:0.45rem;}
.compact-feature .plain-headline{margin-top:calc(1.11rem * 1.5);
    padding-top:calc(1.11rem * 1.5);
    border-top:1px solid #dde2ea;}
.compact-feature .main-service{margin:0 0 1rem;}
.compact-feature .direct-group{display:flex;
    flex-wrap:wrap;
    gap:0.8rem 1.4rem;
    align-items:center;}
.compact-feature .direct-group a{text-decoration:none;
    font-weight:600;
    border-bottom:1px solid transparent;
    transition:color 450ms var(--speed-entry), border-color 450ms var(--speed-entry);}
.compact-feature .direct-group a:hover{border-bottom-color:#6b8a35;}
.compact-feature .active-list{
    background:#ffffff;
    color:#1a2338;
    border:1px solid #dde2ea;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 4px rgba(0,0,0,0.04);
    align-self:start;
}
.compact-feature .active-list h3{margin:0 0 1rem;
    font-size:calc(15.9px * 1.35);}
.compact-feature .plain-plan{margin:0;
    display:grid;
    gap:0.7rem;}
.compact-feature .plain-plan dt{font-size:calc(15.9px * .875);
    text-transform:uppercase;
    letter-spacing:0.04em;}
.compact-feature .plain-plan dd{margin:0.15rem 0 0;
    font-size:calc(15.9px * .875);}
.compact-feature .secondary-story{margin-top:calc(1.11rem * 1.5);
    padding-top:calc(1.11rem * 1.5);
    border-top:1px solid #dde2ea;
    font-size:calc(15.9px * .875);}
.compact-feature .secondary-story p{margin:0 0 0.3rem;}
.compact-feature .secondary-story a{text-decoration:none;}
.compact-feature .secondary-story a:hover{text-decoration:underline;}
.main-area{
    padding:calc(1.5rem * 2.4) 1.95rem;
    background:#f7f8fb;
    color:#1a2338;
}
.main-area .service-details{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.11rem * 1.5);
    align-items:flex-start;}
.main-area .strong-brand{flex:0 0 220px;
    min-width:200px;}
.main-area .strong-header{margin:0 0 6px;
    font-size:calc(15.9px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:#2a3346;}
.main-area .contact-list{margin:0 0 6px;
    font-size:calc(15.9px * 1.35);
    line-height:1.3;}
.main-area .simple-benefit{margin:0;
    font-size:calc(15.9px * .875);
    color:#2a3346;}
.main-area .clear-links{flex:1 1 380px;
    min-width:260px;}
.main-area .simple-team{margin:0 0 1.11rem;
    font-size:15.9px;
    line-height:1.86;}
.main-area .main-service{margin:0 0 1.11rem;
    font-size:calc(15.9px * .875);
    color:#2a3346;}
.main-area .clear-shell{list-style:none;
    margin:0 0 1.11rem;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:6px;}
.main-area .contact-track{display:flex;
    flex-wrap:wrap;
    gap:8px;
    font-size:calc(15.9px * .875);
    padding-bottom:6px;
    border-bottom:1px solid #dde2ea;}
.main-area .wide-group{flex:0 0 90px;
    color:#2a3346;}
.main-area .contact-track a{color:#1d3f7a;
    text-decoration:none;}
.main-area .contact-track a:hover{color:inherit;
    text-decoration:underline;}
.main-area .clear-inner{flex:1 1 200px;}
.main-area .direct-group{margin:0;
    font-size:calc(15.9px * .875);
    color:#2a3346;}
@media (max-width:640px){.main-area .service-details{
        flex-direction:column;
    }.main-area .strong-brand{
        flex:1 1 auto;
        min-width:0;
    }.main-area .wide-group{
        flex:0 0 auto;
    }
}
.quiet-tile{
        padding:calc(calc(1.5rem * 2.4) * .75) 1.95rem calc(calc(1.5rem * 2.4) * .55);
        background:#f7f8fb;
        color:#1a2338;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1rem,2.4vw,1.75rem) 0;
        border-left:2px solid #6b8a35;
        padding-left:clamp(1rem,2.4vw,1.6rem);
    }
.quiet-tile h1{margin:0;
        font-size:clamp(1.85rem,4.4vw,3.1rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.quiet-tile p{margin:clamp(.85rem,1.8vw,1.15rem) 0 0;
        font-size:clamp(1rem,1.4vw,1.12rem);
        line-height:1.72;
        color:#2a3346;}
@media (max-width:680px){.content-steps{
            padding:.35rem 0 .35rem .9rem;
        }.quiet-tile h1{
            font-size:clamp(1.7rem,8.5vw,2.4rem);
        }
    }
.steady-quote{
        background: #1d3f7a;
        color: #ffffff;
    }
.steady-quote .service-wrap{max-width: 980px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.95rem;}
.steady-quote h2{max-width: 18ch;
        margin: 0;
        font-size: calc(15.9px * 2.65);
        line-height: 1.05;}
.steady-quote .service-wrap p{margin: 1.5rem 0 0;
        font-size: calc(15.9px * 1.125);
        line-height: 1.86;}
.steady-quote .main-plan,
    .steady-quote .strong-rail{
        background: var(--paint-cool);
        color: var(--line-clear);
    }
.steady-quote .service-details{max-width: 980px;
        margin: 0 auto;
        padding: 1.5rem 1.95rem;}
.steady-quote .main-plan .service-details{display: flex;
        flex-wrap: wrap;
        gap: 1.11rem;}
.steady-quote .main-plan a{flex: 1 1 15rem;
        min-width: 0;
        color: inherit;
        font-size: calc(15.9px * 1.35);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-left: 2px solid #6b8a35;
        padding-left: calc(1.5rem * .75);
        transition: border-color 450ms var(--speed-entry);}
.steady-quote .main-plan a:hover{border-color: #587428;}
.steady-quote .main-plan span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(15.9px * .875);
        opacity: .68;}
.steady-quote .strong-rail .service-details{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 1.11rem;}
.steady-quote .strong-rail p{flex: 1 1 16rem;
        margin: 0;
        line-height: 1.86;
        white-space: pre-line;}
.steady-quote .strong-rail .service-details > div{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(255, 255, 255, 0.14);}
.steady-quote .strong-rail a{color: inherit;
        font-size: calc(15.9px * .875);
        text-underline-offset: .22em;}
.steady-quote .strong-rail a:hover{}
@media (max-width: 680px) {.steady-quote .main-plan a{
            flex: 1 1 100%;
        }.steady-quote .strong-rail p{
            flex: 1 1 100%;
        }
    }
.team-brand{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: var(--paint-cool);
  color: var(--line-clear);
}
.team-brand .soft-intro{max-width: 980px;
  margin: 0 auto;}
.team-brand .service-wrap{margin-bottom: calc(1.11rem * 1.5);}
.team-brand h2{margin: 0;
  font-size: calc(15.9px * 2);
  line-height: 1.14;}
.team-brand .service-wrap p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.9px * 1.125);
  opacity: 0.82;}
.team-brand .soft-list{display: flex;
  flex-wrap: wrap;
  gap: 1.11rem;}
.team-brand .service-figure{
  flex: 1 1 17rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--line-clear);
  text-decoration: none;
  transition: border-color 450ms var(--speed-entry), background 450ms var(--speed-entry);
}
.team-brand .service-figure:hover{
  border-color: #6b8a35;
  background: rgba(255, 255, 255, 0.09);
}
.team-brand .service-figure span{display: block;
  font-size: calc(15.9px * .875);
  letter-spacing: 0.03em;
  text-transform: uppercase;color:inherit;}
.team-brand .service-figure strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(15.9px * 1.35);
  line-height: 1.28;}
.team-brand .service-figure small{display: block;
  font-size: calc(15.9px * .875);
  line-height: 1.7;
  opacity: 0.78;}
.team-brand .main-service{margin-top: calc(1.11rem * 1.5);
  padding-top: calc(1.11rem * 1.5);
  border-top: 1px solid rgba(255, 255, 255, 0.14);}
.team-brand .main-service p{margin: 0;
  font-size: calc(15.9px * .875);
  line-height: 1.75;
  opacity: 0.78;}
.team-brand .main-service .contact-track{margin-top: calc(1.5rem * .75);
  opacity: 1;}
.team-brand .main-service a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(107, 138, 53, 0.5);}
.team-brand .main-service a:hover{color:inherit;
  border-bottom-color: #587428;}
@media (max-width: 720px) {.team-brand .service-figure{
    flex: 1 1 100%;
  }
}
.direct-service{
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#f7f8fb;
  color:#1a2338;
}
.direct-service .soft-intro{max-width:980px;
  margin:0 auto;}
.direct-service .fresh-figure{margin-bottom:calc(1.11rem * 1.5);}
.direct-service h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(15.9px * 2);
  line-height:1.2;}
.direct-service .offer-proof{margin:0;
  font-size:15.9px;
  line-height:1.86;}
.direct-service .strong-frame{
  padding:1.5rem 1.95rem;
  background:#ffffff;
  color:#1a2338;
  border:1px solid #dde2ea;
  border-radius:1rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.04);
}
.direct-service .service-block{display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.11rem;}
.direct-service .wide-group{display:block;
  min-width:0;}
.direct-service .wide-group.wide{grid-column:1 / -1;}
.direct-service .wide-group span{display:block;
  margin-bottom:calc(1.5rem * .75);
  font-size:calc(15.9px * .875);}
.direct-service input,
.direct-service select,
.direct-service textarea{
  width:100%;
  box-sizing:border-box;
  border:1px solid #dde2ea;
  border-radius:0.7rem;
  background:#f7f8fb;
  color:#1a2338;
  font:inherit;
  padding:calc(1.5rem * .75);
  outline:none;
}
.direct-service textarea{resize:vertical;
  min-height:6rem;}
.direct-service input:focus,
.direct-service select:focus,
.direct-service textarea:focus{box-shadow:0 0 0 2px rgba(29, 63, 122, 0.35);
  border-color:#1d3f7a;}
.direct-service .plain-headline{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.11rem;
  margin-top:1.5rem;}
.direct-service button{
  border:0;
  border-radius:0.7rem;
  background:#6b8a35;
  color:#ffffff;
  font:inherit;
  font-weight:600;
  padding:calc(1.5rem * .75) 1.5rem;
  cursor:pointer;
  transition:background 450ms var(--speed-entry);
}
.direct-service button:hover{
  background:#587428;color:#1a2338;}
.direct-service .main-service{flex:1 1 16rem;
  margin:0;
  font-size:calc(15.9px * .875);
  line-height:1.86;}
.direct-service .bottom-actions{margin-top:calc(1.11rem * 1.5);
  padding-top:calc(1.11rem * 1.5);
  border-top:1px solid #dde2ea;}
.direct-service .bottom-actions p{margin:0;
  font-size:calc(15.9px * .875);
  line-height:1.86;}
.direct-service .bottom-actions a{text-decoration:none;}
.direct-service .bottom-actions a:hover{text-decoration:underline;}
@media(max-width:720px){.direct-service .service-block{
    grid-template-columns:1fr;
  }.direct-service .plain-headline{
    display:block;
  }.direct-service button{
    display:block;
    width:100%;
  }.direct-service .main-service{
    margin-top:calc(1.5rem * .75);
  }
}
.clear-callout{padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338}
.clear-callout .open-headline{max-width:min(980px,62rem);margin:0 auto}
.clear-callout h2{margin:0;font-size:calc(15.9px * 2.65);line-height:1.1}
.clear-callout .featured-brand{margin:1.5rem 0 calc(1.11rem * 1.5);font-size:calc(15.9px * 1.125);color:#2a3346}
.clear-callout .visual-form{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.clear-callout .site-actions{padding:calc(1.5rem * .75) 0;border-top:1px solid #dde2ea}
.clear-callout .site-actions:first-child{border-top:0;padding-top:0}
.clear-callout h3{margin:0 0 0.5rem;font-size:calc(15.9px * 1.35);line-height:1.25}
.clear-callout .site-actions p{margin:0;color:#2a3346}
.clear-callout .primary-figure{margin-top:calc(1.11rem * 1.5);padding:calc(1.5rem * .75);background:#ffffff;color:#1a2338;border:1px solid #dde2ea;border-radius:1rem}
.clear-callout .primary-figure h3{margin:0 0 0.5rem;font-size:calc(15.9px * 1.35)}
.clear-callout .primary-figure p{margin:0 0 calc(1.5rem * .75);color:#2a3346}
.clear-callout .contact-menu{list-style:none;margin:0 0 calc(1.5rem * .75);padding:0;display:flex;flex-direction:column;gap:0.4rem}
.clear-callout .contact-menu li{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:baseline}
.clear-callout .focused-links{min-width:6.5rem;font-size:calc(15.9px * .875);text-transform:uppercase;letter-spacing:0.04em;color:#2a3346}
.clear-callout .contact-menu a{color:#1d3f7a;text-decoration:none}
.clear-callout .contact-menu a:hover{color:inherit;text-decoration:underline}
.clear-callout .main-service{margin:0;font-size:calc(15.9px * .875);color:#2a3346}
@media (max-width:640px){.clear-callout .focused-links{min-width:0}
}
.bottom-section{padding:calc(1.5rem * 2.4) 1.95rem;background:#eef1f6;color:#2a3346}
.bottom-section .narrow-team{max-width:min(980px,68rem);margin:0 auto}
.bottom-section h2{margin:0;font-size:calc(15.9px * 2);line-height:1.15}
.bottom-section .featured-brand{margin:1.5rem 0 calc(1.11rem * 1.5);font-size:calc(15.9px * 1.125);line-height:1.86}
.bottom-section .content-service{padding:calc(1.5rem * .75) 0;border-top:1px solid #dde2ea}
.bottom-section .content-service:first-of-type{border-top:0;padding-top:0}
.bottom-section .content-service:last-child{padding-bottom:0}
.bottom-section h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.9px * 1.35);line-height:1.25}
.bottom-section .content-service p{margin:0;font-size:15.9px;line-height:1.86}
@media (max-width:640px){.bottom-section h2{font-size:calc(15.9px * 1.35)}.bottom-section .featured-brand{font-size:15.9px}
}
.plain-entries{
        padding:calc(calc(1.5rem * 2.4) * .7) 1.95rem;
        background:#eef1f6;
        color:#2a3346;
    }
.simple-panel{
        max-width:980px;
        margin:0 auto;
    }
.content-steps{
        padding:clamp(1.15rem,3vw,2rem) 0;
    }
.plain-entries h1{margin:0;
        font-size:clamp(2.05rem,5.5vw,4.4rem);
        line-height:1.04;
        font-weight:730;}
.plain-entries p{margin:clamp(.9rem,2vw,1.25rem) 0 0;
        font-size:clamp(1rem,1.55vw,1.16rem);
        line-height:1.7;}
@media (max-width:680px){.content-steps{padding:.5rem 0}.plain-entries h1{font-size:clamp(2rem,11vw,3.35rem);}
    }
.quiet-view{background:#6b8a35;color:#ffffff;padding:calc(1.5rem * 2.4) 1.95rem}
.quiet-view .soft-intro{max-width:980px;margin:0 auto}
.quiet-view .active-stack{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5)}
.quiet-view h2{margin:0;max-width:24ch;font-size:clamp(calc(15.9px * 2),4.6vw,calc(15.9px * 2.65));line-height:1.08;letter-spacing:0}
.quiet-view .steady-group{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.11rem * 1.5)}
.quiet-view .simple-quote{flex:1 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-view .simple-quote p{margin:0;font-size:calc(15.9px * 1.125);line-height:1.7}
.quiet-view .direct-group{flex:1 1 20rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-view .direct-group .contact-track{margin:0;font-size:15.9px;line-height:1.6}
.quiet-view .content-proof{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.quiet-view .content-proof a{padding:calc(calc(1.5rem * .75) * 0.6) calc(1.5rem * .75);border-radius:0.34rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(15.9px * .875);line-height:1.4}
.quiet-view .content-proof a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
.quiet-view .service-block{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * 0.5);font-size:calc(15.9px * .875);line-height:1.55}
.quiet-view .service-block .focused-links{display:inline-block;min-width:5.5rem;opacity:.78}
.quiet-view .service-block a{color:inherit;text-decoration:underline;text-underline-offset:3px}
@media(max-width:760px){.quiet-view .steady-group{flex-direction:column}.quiet-view .simple-quote,.quiet-view .direct-group{flex-basis:auto}}
.secondary-items{
  --mark-public:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#eef1f6;
  color:#2a3346;
}
.secondary-items .soft-intro{max-width:980px;
  margin:0 auto;}
.secondary-items h2,
.secondary-items p{margin:0;}
.secondary-items h2{font-size:calc(15.9px * 2);
  line-height:1.14;}
.secondary-items p{font-size:15.9px;
  line-height:1.86;}
.secondary-items .main-service{margin-top:calc(calc(1.11rem * 1.5) * 0.6);
  font-size:calc(15.9px * .875);
  letter-spacing:0.02em;
  text-transform:uppercase;
  color:#2a3346;
  opacity:0.72;}
.secondary-items .offer-proof{margin-top:calc(1.11rem * 1.5);}
.secondary-items .direct-group{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.11rem;
  margin-top:var(--mark-public);}
.secondary-items .plain-headline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#1d3f7a;
  color:#ffffff;
  font-size:15.9px;
  text-decoration:none;
  transition:background 450ms var(--speed-entry);
}
.secondary-items .plain-headline:hover,
.secondary-items .plain-headline:focus-visible{
  background:#16305c;color:#1a2338;}
.secondary-items .grid{font-size:calc(15.9px * .875);
  color:#1d3f7a;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 450ms var(--speed-entry), color 450ms var(--speed-entry);}
.secondary-items .grid:hover,
.secondary-items .grid:focus-visible{color:inherit;
  border-bottom-color:#6b8a35;}
@media (max-width:640px){.secondary-items .direct-group{
    flex-direction:column;
    align-items:flex-start;
  }.secondary-items .plain-headline{
    width:100%;
  }
}
.narrow-service{padding:calc(1.5rem * 2.4) 1.95rem;background:#f7f8fb;color:#1a2338}
.narrow-service .soft-intro{max-width:980px;margin:0 auto}
.narrow-service .active-stack{display:flex;flex-direction:column;gap:calc(1.11rem * 1.5)}
.narrow-service .contact-track{display:flex;flex-wrap:wrap;gap:1.11rem;align-items:flex-start}
.narrow-service h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(15.9px * 2);line-height:1.1}
.narrow-service .contact-track p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(15.9px * 1.125);line-height:1.86;color:#2a3346}
.narrow-service .visual-intro{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#ffffff;color:#1a2338;border:1px solid #dde2ea;border-radius:1rem;padding:calc(1.5rem * .75)}
.narrow-service .visual-intro>p{flex:1 1 18rem;min-width:0;margin:0;line-height:1.86;color:#2a3346}
.narrow-service .direct-group{flex:2 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.11rem}
.narrow-service .direct-group a{flex:1 1 11rem;min-width:0;border-radius:0.7rem;background:#eef1f6;color:#2a3346;padding:calc(1.5rem * .75);text-decoration:none;border:1px solid #dde2ea}
.narrow-service .direct-group a:hover{background:#6b8a35;color:#ffffff;border-color:#6b8a35}
.narrow-service strong,.narrow-service span{display:block;min-width:0}
.narrow-service span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(15.9px * .875);opacity:.85}
.narrow-service .text-actions{border-radius:0.7rem;background:#1d3f7a;color:#ffffff;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap}
.narrow-service .text-actions:hover{background:#16305c;color:#1a2338;}
.narrow-service .active-list{margin:0;font-size:calc(15.9px * .875);color:#2a3346}
.narrow-service .active-list a{color:#1d3f7a;text-decoration:underline}
.narrow-service .active-list a:hover{color:inherit;}
@media(max-width:760px){.narrow-service .visual-intro{display:block;padding:1.5rem}.narrow-service .direct-group{margin-top:1.5rem}.narrow-service .text-actions{display:flex;justify-content:center;margin-top:1.5rem}
}
