html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --line-card: #0b1b3a;
  --ink-warm: #d3ddef;
  --paint-card: #ffffff;
  --motion-panel: ease;
}
a{color:inherit;}
.main-wrap {
    width: 100%;
    background: var(--paint-card);
    color: var(--line-card);
    border-bottom: 1px solid var(--ink-warm);
    box-shadow: 0 2px 4px rgba(0,0,0,0.14);
  }
.site-view {
    max-width: 1660px;
    margin: 0 auto;
    padding: 1.5rem 2.45rem;
    display: flex;
    align-items: center;
    gap: 1.27rem;
  }
.team-proof {
    font-size: calc(16.7px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--line-card);
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.team-proof:hover {
    color: #d92b3a;
  }
.featured-tile {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.27rem * 1.5);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.7px;
    color: var(--line-card);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 480ms var(--motion-panel),
                border-color 480ms var(--motion-panel);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #d92b3a;
    border-bottom-color: #d92b3a;
    outline: none;
  }
.soft-service {
    flex-shrink: 0;
    margin-left: auto;
  }
.narrow-actions {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: #1a4bbf;
    color: #ffffff;
    font-size: calc(16.7px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.47rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.14);
    transition: background 480ms var(--motion-panel),
                transform 480ms var(--motion-panel);
  }
.narrow-actions:hover,
  .narrow-actions:focus-visible{
    background: #123a9c;
    transform: translateY(-1px);
    outline: none;color:var(--line-card);}
.focused-header {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #e8eef9;
    color: #1c2c4d;
    border: 1px solid var(--ink-warm);
    border-radius: 0.34rem;
    cursor: pointer;
    margin-left: auto;
  }
.primary-note{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #1c2c4d;
    border-radius: 2px;
    transition: transform 480ms var(--motion-panel),
                opacity 480ms var(--motion-panel);color:var(--line-card);}
.focused-header[aria-expanded="true"] .primary-note:nth-child(1){transform: translateY(7px) rotate(45deg);}
.focused-header[aria-expanded="true"] .primary-note:nth-child(2){opacity: 0;}
.focused-header[aria-expanded="true"] .primary-note:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 900px) {
    .nav-list {
      gap: calc(1.5rem * .75);
    }
    .narrow-actions {
      padding: 0.55rem 0.9rem;
    }
  }
@media (max-width: 767px) {
    .site-view {
      flex-wrap: wrap;
      padding: calc(1.27rem * 1.5) 2.45rem;
    }

    .focused-header {
      display: flex;
    }

    .featured-tile {
      order: 3;
      flex-basis: 100%;
      display: none;
      margin-top: calc(1.27rem * 1.5);
    }

    .featured-tile.is-open {
      display: block;
    }

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

    .nav-list li {
      border-top: 1px solid var(--ink-warm);
    }

    .nav-list li:first-child {
      border-top: none;
    }

    .nav-list a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: none;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: transparent;
    }

    .soft-service {
      order: 2;
      flex-basis: 100%;
      margin: calc(1.27rem * 1.5) 0 0;
    }

    .narrow-actions {
      display: block;
      text-align: center;
      width: 100%;
    }
  }
.focused-callout{font-family:"Space Grotesk", sans-serif;font-size:calc(16.7px * .875);line-height:1.67;padding:calc(1.5rem * 2.4) 2.45rem;background:#0b1b3a;color:#f4f7fd;}
.primary-quote{max-width:1660px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.4fr;gap:1.27rem;padding-bottom:calc(1.27rem * 1.5)}
.bottom-note{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.wide-steps{font-size:calc(16.7px * 1.125);font-weight:700;margin:0;letter-spacing:0.01em}
.active-method{margin:0;opacity:0.78;max-width:32ch}
.top-group{font-size:16.7px;font-weight:600;margin:0 0 calc(1.5rem * .75) 0;text-transform:uppercase;letter-spacing:0.06em;opacity:0.85}
.primary-region{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.primary-region a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 480ms var(--motion-panel)}
.primary-region a:hover,
  .primary-region a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.active-team{display:flex;flex-direction:column;gap:0.5rem}
.site-section{margin:0;display:block}
.direct-contact{font-weight:600;opacity:0.85;margin-right:0.35rem}
.active-team a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 480ms var(--motion-panel)}
.active-team a:hover,
  .active-team a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.team-region{max-width:1660px;margin:0 auto;padding-top:calc(1.27rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:0.5rem}
.wide-figure{margin:0;opacity:0.75}
.wide-panel{margin:0;opacity:0.75;max-width:90ch}
@media (max-width: 900px) {.primary-quote{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.primary-quote{grid-template-columns:1fr;gap:calc(1.27rem * 1.5)}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .open-view{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--ink-warm);border-radius:20px;background:#e8eef9;color:#1c2c4d;box-shadow:0 18px 52px rgba(0,0,0,0.22)}
.cookies strong{display:block;font-size:calc(16.7px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.67}
.cookies .simple-visual{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .simple-visual button{border:1px solid var(--ink-warm);background:var(--paint-card);color:var(--line-card);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .simple-visual button.cookie-accept{background:#d92b3a;color:#ffffff;border-color:transparent}
.public-content{
  padding:calc(calc(1.5rem * 2.4) * 1.4) 2.45rem;
  background:linear-gradient(135deg, #0b1b3a 0%, #12306b 55%, #1a4bbf 100%);
  color:#f4f7fd;
}
.public-content .header{max-width:1660px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:calc(1.27rem * 1.5);
  flex-wrap:wrap;}
.public-content .steady-service{flex:1 1 30rem;
  min-width:0;}
.public-content h1{margin:0;
  font-size:clamp(2.1rem,4.6vw,3.6rem);
  line-height:1.05;
  letter-spacing:-0.01em;}
.public-content .local-items{margin:calc(1.27rem * 1.5) 0 0;
  font-size:calc(16.7px * 1.125);
  line-height:1.67;}
.public-content .simple-visual{margin-top:calc(1.5rem * .75);
  display:flex;
  gap:1.27rem;
  flex-wrap:wrap;}
.public-content a{
  display:inline-block;
  padding:.78rem 1.15rem;
  border-radius:0.47rem;
  text-decoration:none;
  font-weight:700;
  background:#d92b3a;
  color:#ffffff;
  transition:background 480ms var(--motion-panel);
}
.public-content a:hover{
  background:#b81f2d;color:var(--line-card);}
.public-content a + a{
  background:transparent;
  color:#f4f7fd;
  border:1px solid rgba(244,247,253,.45);
}
.public-content a + a:hover{
  background:rgba(244,247,253,.12);
}
.public-content .direct-grid{flex:0 1 min(30rem,42vw);
  width:min(30rem,100%);
  height:auto;
  display:block;
  object-fit:cover;
  border-radius:1.27rem;
  box-shadow:0 18px 52px rgba(0,0,0,0.22);}
@media (max-width:900px){.public-content .direct-grid{
    flex:1 1 100%;
    width:100%;
  }
}
.content-fields{
  background:#f6f8fd;
  color:#0b1b3a;
  padding:calc(1.5rem * 2.4) 2.45rem;
}
.content-fields .header{max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.27rem * 1.5);}
.content-fields .site-list{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.27rem;
  flex-wrap:wrap;
  border-bottom:1px solid var(--ink-warm);
  padding-bottom:calc(1.5rem * .75);}
.content-fields h2{margin:0;
  font-size:calc(16.7px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.content-fields .site-list a{flex:0 0 auto;
  color:#1a4bbf;
  text-decoration:none;
  font-size:calc(16.7px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  transition:color 480ms var(--motion-panel);}
.content-fields .site-list a:hover{color:#d92b3a;}
.content-fields .media-plan{margin:0;
  font-size:calc(16.7px * 1.125);
  line-height:1.67;
  color:#1c2c4d;}
.content-fields .focused-items{display:flex;
  flex-wrap:wrap;
  gap:.6rem;}
.content-fields .focused-items span{
  background:var(--paint-card);
  color:var(--line-card);
  border:1px solid var(--ink-warm);
  border-radius:0.47rem;
  padding:.5rem .85rem;
  font-size:calc(16.7px * .875);
}
@media (max-width:620px){.content-fields .site-list{align-items:flex-start}
}
.plain-callout{--mark-local:calc(1.5rem * 1.1);--mark-content:calc(1660px / 3.4);padding:calc(1.5rem * 2.4) 2.45rem;background:#f6f8fd;color:#0b1b3a;}
.plain-callout .header{max-width:1660px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.27rem;align-items:flex-start;}
.plain-callout h2,.plain-callout h3,.plain-callout p{margin:0;}
.plain-callout h2{font-size:calc(16.7px * 2);line-height:1.14;}
.plain-callout h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.plain-callout p{font-size:16.7px;line-height:1.67;}
.plain-callout .site-list{flex:1 1 100%;}
.plain-callout .local-items{margin-top:calc(1.27rem * 1.5);}
.plain-callout .content-links{flex:1 1 calc(1660px / 1.65);min-width:0;display:flex;flex-wrap:wrap;gap:1.27rem;margin-top:var(--mark-local);}
.plain-callout .soft-block{flex:1 1 var(--mark-content);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-warm);}
.plain-callout .soft-block p{margin-top:calc(1.5rem / 3);}
.plain-callout .strong-header{flex:1 1 var(--mark-content);min-width:0;margin-top:var(--mark-local);padding:calc(1.5rem * .75);border-radius:0.98rem;background:var(--paint-card);color:var(--line-card);border:1px solid var(--ink-warm);box-shadow:0 2px 4px rgba(0,0,0,0.14);}
.plain-callout .strong-header img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.plain-callout .media-tile{margin-top:calc(1.27rem * 1.5);}
.plain-callout .text-feature{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.27rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#1a4bbf;color:#ffffff;text-decoration:none;}
.plain-callout .text-feature:hover{background:#123a9c;color:var(--line-card);}
.plain-callout a{color:inherit;}
@media (max-width:720px){.plain-callout .content-links,.plain-callout .strong-header{flex:1 1 100%;}
}
.direct-footer{--mark-local:calc(1.5rem * 1.15);--font-strong:calc(1660px / 3.11);padding:calc(1.5rem * 2.4) 2.45rem;background:#f6f8fd;color:#0b1b3a;}
.direct-footer .header{max-width:1660px;margin:0 auto;}
.direct-footer h1,.direct-footer h2,.direct-footer h3,.direct-footer p{margin:0;}
.direct-footer h2{font-size:calc(16.7px * 2);line-height:1.12;}
.direct-footer h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.direct-footer p{font-size:16.7px;line-height:1.67;color:#1c2c4d;}
.direct-footer img{display:block;width:100%;height:auto;border-radius:0.47rem;}
.direct-footer .site-list{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.direct-footer .local-items{color:#1c2c4d;}
.direct-footer .team-visual{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.direct-footer .soft-block{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.47rem;background:var(--paint-card);color:var(--line-card);border:1px solid var(--ink-warm);}
.direct-footer .soft-block h3{color:var(--line-card);}
.direct-footer .soft-block p{margin-top:calc(1.5rem / 3);color:#1c2c4d;}
.direct-footer .header>img{margin-top:var(--mark-local);max-width:var(--font-strong);}
@media (max-width:720px){.direct-footer .header>img{max-width:100%;}
}
.active-shell{--mark-local:calc(1.5rem * 1.28);--field-soft:2px;padding:calc(1.5rem * 2.4) 2.45rem;background:#f6f8fd;color:#0b1b3a;}
.active-shell .header{max-width:1660px;margin:0 auto;}
.active-shell h2,.active-shell h3,.active-shell p{margin:0;}
.active-shell h2{font-size:calc(16.7px * 2);line-height:1.14;}
.active-shell h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.active-shell p{font-size:16.7px;line-height:1.67;color:#1c2c4d;}
.active-shell .direct-plan{display:flex;align-items:flex-start;gap:1.27rem;}
.active-shell .direct-plan>.steady-service{flex:1 1 calc(1660px / 3.1);min-width:0;}
.active-shell .direct-plan>.strong-surface{flex:2 1 calc(1660px / 2);min-width:0;margin-top:0;}
.active-shell .steady-service .local-items{margin-top:1.5rem;}
.active-shell .strong-surface{display:flex;flex-direction:column;gap:var(--mark-local);border-left:var(--field-soft) solid var(--ink-warm);padding-left:calc(1.27rem * 1.5);}
.active-shell .soft-block{position:relative;min-width:0;}
.active-shell .soft-block::before{content:"";position:absolute;left:calc(-1 * calc(1.27rem * 1.5) - var(--field-soft) - 3px);top:calc(calc(16.7px * 1.35) * 0.55);width:8px;height:8px;border-radius:50%;background:#1a4bbf;color:#ffffff;}
.active-shell .soft-block .steady-service{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
@media(max-width:760px){.active-shell .direct-plan{flex-direction:column;}.active-shell .direct-plan>.strong-surface{margin-top:var(--mark-local);}.active-shell .strong-surface{padding-left:calc(1.5rem * .75);}.active-shell .soft-block::before{left:calc(-1 * calc(1.5rem * .75) - var(--field-soft) - 3px);}
}
.compact-content{--mark-local:calc(1.5rem * 1.18);--copy-large:calc(1660px / 3.6);padding:calc(1.5rem * 2.4) 2.45rem;background:#0b1b3a;color:#f4f7fd;}
.compact-content .header{max-width:1660px;margin:0 auto;}
.compact-content h2,.compact-content h3,.compact-content p{margin:0;}
.compact-content h2{font-size:calc(16.7px * 2);line-height:1.14;}
.compact-content h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.compact-content p{font-size:16.7px;line-height:1.67;color:color-mix(in srgb, currentColor 76%, transparent);}
.compact-content .open{padding-block-start:var(--mark-local);}
.compact-content .top-steps{row-gap:calc(var(--mark-local) * .7);}
.compact-content .page-entries{padding-block:calc(var(--mark-local) / 2);}
.compact-content .local-items{margin-top:1.5rem;}
.compact-content .strong-surface{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.compact-content .soft-block{flex:1 1 var(--copy-large);min-width:0;padding:calc(var(--mark-local) * .7);border-radius:0.47rem;background:color-mix(in srgb, currentColor 9%, transparent);}
.compact-content .soft-block p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.compact-content .soft-block{flex:1 1 100%;}
}
.team-frame{
  background: #f6f8fd;
  color: #0b1b3a;
  padding: calc(1.5rem * 2.4) 2.45rem;
}
.team-frame .header{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.27rem * 1.5);
  align-items: start;}
.team-frame .content-note,
.team-frame .quiet-brand{min-width: 0;
  flex: 1 1 22rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.team-frame h2,
.team-frame p,
.team-frame ul{margin: 0;}
.team-frame h2{font-size: calc(16.7px * 2);
  line-height: 1.08;}
.team-frame .local-items{color: #1c2c4d;
  line-height: 1.67;}
.team-frame .strong-surface{list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.team-frame .soft-block{display: flex;
  flex-wrap: wrap;
  gap: 1.27rem;
  align-items: start;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-warm);}
.team-frame .soft-block > *{min-width: 0;
  flex: 1 1 16rem;}
.team-frame .compact-steps{color: #1c2c4d;
  font-size: calc(16.7px * .875);}
.team-frame strong{font-size: calc(16.7px * 1.35);
  line-height: 1.16;}
.team-frame .soft-block p{color: #1c2c4d;
  line-height: 1.67;}
.team-frame .media-tile{
  background: #e8eef9;
  color: #1c2c4d;
  border-radius: 0.98rem;
  padding: calc(1.5rem * .75);
}
.team-frame .media-tile p{line-height: 1.67;}
@media (max-width: 720px) {.team-frame .header{
    flex-direction: column;
  }
}
.fresh-footer{padding:calc(1.5rem * 2.4) 2.45rem;background:#f6f8fd;color:#0b1b3a}
.fresh-footer .header{max-width:1660px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.27rem * 1.5);align-items:start}
.fresh-footer .header>*{min-width:0;flex:1 1 20rem}
.fresh-footer .public-footer{padding-top:1.5rem;border-top:2px solid #1a4bbf}
.fresh-footer h2{margin:0;font-size:calc(16.7px * 2);line-height:1.12}
.fresh-footer .public-footer p{margin:1.5rem 0 0;line-height:1.67}
.fresh-footer .public-footer .media-tile{margin-top:calc(1.5rem * .75);color:#1c2c4d;font-size:calc(16.7px * .875)}
.fresh-footer .public-copy{list-style:none;margin:calc(1.27rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-footer .public-copy li{display:flex;flex-wrap:wrap;gap:0.5rem;align-items:baseline;font-size:calc(16.7px * .875);line-height:1.67}
.fresh-footer .public-copy .bottom-block{display:inline-block;min-width:5.5rem;font-weight:600;color:#1c2c4d}
.fresh-footer .public-copy a{color:#1a4bbf;text-decoration:none}
.fresh-footer .public-copy a:hover{color:#d92b3a;text-decoration:underline}
.fresh-footer form{display:flex;flex-wrap:wrap;gap:1.27rem;align-items:start;background:var(--paint-card);color:var(--line-card);border:1px solid var(--ink-warm);border-radius:0.98rem;padding:calc(1.5rem * .75);box-shadow:0 2px 4px rgba(0,0,0,0.14)}
.fresh-footer form>*{min-width:0;flex:1 1 16rem}
.fresh-footer .bottom-details{display:flex;flex-wrap:wrap;gap:1.27rem}
.fresh-footer .bottom-details>*{min-width:0;flex:1 1 14rem}
.fresh-footer .bottom-details .contact-region{flex:1 1 100%}
.fresh-footer label{display:block}
.fresh-footer label>span{display:block;margin-bottom:0.35rem;font-size:calc(16.7px * .875);color:#1c2c4d}
.fresh-footer input[type="email"],
.fresh-footer input[type="text"]{width:100%;box-sizing:border-box;border:1px solid var(--ink-warm);border-radius:0.34rem;background:#f6f8fd;color:#0b1b3a;font:inherit;padding:0.6rem 0.7rem}
.fresh-footer input::placeholder{color:rgba(255,255,255,0.55)}
.fresh-footer input:focus{outline:none;box-shadow:0 0 0 3px rgba(26, 75, 191, 0.35)}
.fresh-footer .public-fields{flex:1 1 16rem;background:#e8eef9;color:#1c2c4d;border-radius:0.47rem;padding:1.5rem}
.fresh-footer .public-fields p{margin:0 0 calc(1.5rem * .75);font-size:calc(16.7px * .875);line-height:1.67}
.fresh-footer .public-fields .site-nav{margin:calc(1.5rem * .75) 0 1.5rem;font-size:calc(16.7px * .875)}
.fresh-footer .simple-service{display:flex;gap:0.5rem;align-items:flex-start;margin-bottom:1.5rem;font-size:calc(16.7px * .875)}
.fresh-footer .simple-service input{margin-top:0.2rem}
.fresh-footer button{width:100%;border:0;border-radius:0.34rem;background:#1a4bbf;color:#ffffff;font:inherit;padding:0.7rem calc(1.5rem * .75);cursor:pointer}
.fresh-footer button:hover{background:#123a9c;color:var(--line-card);}
@media(max-width:920px){.fresh-footer .header{display:block}.fresh-footer form{margin-top:calc(1.27rem * 1.5)}}
@media(max-width:560px){.fresh-footer .bottom-details{display:block}.fresh-footer .bottom-details>*{margin-bottom:1.27rem}.fresh-footer .bottom-details .contact-region{margin-bottom:0}}
.featured-contact{background:#d92b3a;color:#ffffff;padding:calc(1.5rem * 2.4) 2.45rem}
.featured-contact .header{max-width:1660px;margin:0 auto}
.featured-contact .direct-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.27rem * 1.5)}
.featured-contact .steady-service{flex:1 1 22rem;min-width:0}
.featured-contact h2{margin:0;font-size:clamp(calc(16.7px * 2),4.5vw,calc(16.7px * 2.65));line-height:1.08;letter-spacing:0}
.featured-contact p{margin:1.5rem 0 0;font-size:calc(16.7px * 1.125);line-height:1.65}
.featured-contact .steady-service a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.27rem;border-radius:0.47rem;background:#ffffff;color:#d92b3a;text-decoration:none;font-weight:700}
.featured-contact .steady-service a:hover{background:#b81f2d;color:#ffffff}
.featured-contact .direct-grid{display:block;flex:0 1 16rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.98rem}
.featured-contact .strong-surface{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.featured-contact .soft-block{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.featured-contact .soft-block:last-child{border-bottom:0;padding-bottom:0}
.featured-contact strong,.featured-contact span{display:block}
.featured-contact strong{font-size:16.7px}
.featured-contact span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.55}
.featured-contact span a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.featured-contact span a:hover{opacity:.85}
@media(max-width:780px){.featured-contact .direct-plan{flex-direction:column}.featured-contact .direct-grid{flex-basis:auto;min-width:0;aspect-ratio:16/9}.featured-contact .strong-surface{width:100%}}
.plain-panel{--mark-local:calc(1.5rem * 1.4);--mark-content:calc(1660px / 3.4);padding:calc(1.5rem * 2.4) 2.45rem;background:#f6f8fd;color:#0b1b3a;}
.plain-panel .header{max-width:1660px;margin:0 auto;}
.plain-panel h2,.plain-panel h3,.plain-panel p,.plain-panel ul{margin:0;}
.plain-panel h2{font-size:calc(16.7px * 2);line-height:1.14;}
.plain-panel h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.plain-panel p{font-size:16.7px;line-height:1.67;}
.plain-panel a{color:inherit;text-decoration:none;}
.plain-panel .site-list{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.27rem;}
.plain-panel .site-list h2{flex:1 1 calc(1660px / 2.6);min-width:0;}
.plain-panel .site-list .local-items{flex:1 1 calc(1660px / 3);min-width:0;color:#1c2c4d;}
.plain-panel .strong-surface{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.27rem;margin-top:var(--mark-local);}
.plain-panel .soft-block{flex:1 1 var(--mark-content);min-width:0;display:flex;flex-direction:column;padding:calc(1.5rem * .75);border:1px solid var(--ink-warm);border-radius:0.98rem;background:var(--paint-card);color:var(--line-card);}
.plain-panel .soft-block .steady-service{margin-top:calc(1.5rem / 2);color:#1c2c4d;}
.plain-panel .media-service{list-style:none;padding:0;margin-top:1.5rem;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.plain-panel .media-service li{position:relative;padding-left:1.1rem;font-size:calc(16.7px * .875);line-height:1.67;}
.plain-panel .media-service li::before{content:"";position:absolute;left:0;top:0.55em;width:0.4rem;height:0.4rem;border-radius:50%;background:#1a4bbf;color:#ffffff;}
.plain-panel .text-feature{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;border-radius:0.34rem;background:#1a4bbf;color:#ffffff;font-size:calc(16.7px * .875);transition:background 480ms var(--motion-panel);}
.plain-panel .text-feature:hover{background:#123a9c;color:var(--line-card);}
.plain-panel .media-tile{margin-top:var(--mark-local);font-size:calc(16.7px * .875);color:#1c2c4d;}
.plain-panel .media-tile a{color:#1a4bbf;text-decoration:underline;}
.plain-panel .media-tile a:hover{color:#d92b3a;}
@media (max-width:720px){.plain-panel .soft-block{flex:1 1 100%;}
}
.clear-figure{--mark-local:calc(1.5rem * 1.20);--copy-large:calc(1660px / 3.53);padding:calc(1.5rem * 2.4) 2.45rem;background:#d92b3a;color:#ffffff;}
.clear-figure .header{max-width:1660px;margin:0 auto;}
.clear-figure h2,.clear-figure h3,.clear-figure p{margin:0;}
.clear-figure h2{font-size:calc(16.7px * 2);line-height:1.12;}
.clear-figure h3{font-size:calc(16.7px * 1.35);line-height:1.2;}
.clear-figure p{font-size:16.7px;line-height:1.67;color:color-mix(in srgb, currentColor 78%, transparent);}
.clear-figure .clear-content{padding-block:calc(var(--mark-local) / 2);}
.clear-figure .page-section{row-gap:calc(var(--mark-local) * 1.2);}
.clear-figure .media-header{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.clear-figure .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.27rem;}
.clear-figure .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.clear-figure .row-title>p{flex:1 1 calc(1660px / 3);min-width:0;}
.clear-figure .narrow-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.clear-figure .soft-block{flex:1 1 var(--copy-large);min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 30%, transparent);}
.clear-figure .soft-block p{margin-top:calc(1.5rem / 3);}
@media (max-width: 720px){.clear-figure .row-title h2,.clear-figure .row-title>p{flex:1 1 100%;}.clear-figure .soft-block{flex:1 1 100%;}
}
.steady-headline{--mark-local:calc(1.5rem * 1.08);--mark-content:calc(1660px / 3.30);padding:calc(1.5rem * 2.4) 2.45rem;background:#f6f8fd;color:#0b1b3a;}
.steady-headline .header{max-width:1660px;margin:0 auto;}
.steady-headline h2,.steady-headline h3,.steady-headline p{margin:0;}
.steady-headline h2{font-size:calc(16.7px * 2);line-height:1.14;}
.steady-headline h3{font-size:calc(16.7px * 1.35);line-height:1.22;}
.steady-headline p{font-size:16.7px;line-height:1.67;}
.steady-headline .main-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.27rem;}
.steady-headline .main-body>h2{flex:1 1 calc(1660px / 3);min-width:0;}
.steady-headline .main-body>.local-items{flex:1 1 calc(1660px / 3);min-width:0;color:#1c2c4d;}
.steady-headline .strong-surface{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:calc(calc(1.27rem * 1.5) * 1.4);}
.steady-headline .soft-block{flex:1 1 var(--mark-content);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.47rem;background:var(--paint-card);color:var(--line-card);border:1px solid var(--ink-warm);}
.steady-headline .soft-block p{margin-top:calc(1.5rem / 3);color:#1c2c4d;}
@media (max-width:720px){.steady-headline .main-body>h2,.steady-headline .main-body>.local-items{flex:1 1 100%;}.steady-headline .soft-block{flex:1 1 100%;}
}
.content-nav{background:linear-gradient(120deg, #1a4bbf 0%, #d92b3a 100%);color:#ffffff;padding:calc(1.5rem * 2.4) 2.45rem}
.content-nav .header{max-width:1660px;margin:0 auto}
.content-nav h2{margin:0 0 calc(1.27rem * 1.5);max-width:22ch;font-size:clamp(calc(16.7px * 2),4.4vw,calc(16.7px * 2.65));line-height:1.1;letter-spacing:0}
.content-nav .visual-lead{display:grid;grid-template-columns:1.15fr .85fr;gap:1.5rem}
.content-nav .visual-lead>p{grid-column:1/-1;margin:0;padding:calc(1.5rem * .75);border-radius:0.47rem;background:color-mix(in srgb,currentColor 12%,transparent);font-size:calc(16.7px * 1.125);line-height:1.65}
.content-nav .direct-grid{display:block;grid-column:2;grid-row:2/span 2;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;border-radius:0.47rem;align-self:start}
.content-nav .soft-block{min-width:0;padding:calc(1.5rem * .75);border-radius:0.47rem;background:color-mix(in srgb,currentColor 10%,transparent)}
.content-nav .soft-block:nth-of-type(odd){grid-column:1}
.content-nav .soft-block:nth-of-type(even){grid-column:2}
.content-nav .soft-block:nth-of-type(1),
.content-nav .soft-block:nth-of-type(2){grid-row:auto}
.content-nav strong,.content-nav span{display:block}
.content-nav strong{font-size:16.7px}
.content-nav span{margin-top:calc(calc(1.5rem * .75)*.55);line-height:1.6}
.content-nav a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.content-nav a:hover{opacity:.85}
@media(max-width:900px){.content-nav .visual-lead{grid-template-columns:1fr}.content-nav .visual-lead>p{grid-column:auto}.content-nav .direct-grid{grid-column:auto;grid-row:auto;height:auto}.content-nav .soft-block:nth-of-type(odd),
  .content-nav .soft-block:nth-of-type(even){grid-column:auto}
}
.strong-flow{padding:calc(1.5rem * 2.4) 2.45rem;background:linear-gradient(120deg, #1a4bbf 0%, #d92b3a 100%);color:#ffffff}
.strong-flow .strong-quote{max-width:min(1660px,68rem);margin:0 auto}
.strong-flow h2{margin:0;font-size:calc(16.7px * 2.65);line-height:1.05}
.strong-flow .public-footer{margin:1.5rem 0 calc(1.27rem * 1.5);font-size:calc(16.7px * 1.125)}
.strong-flow .plain-plan{padding-left:calc(1.5rem * .75);margin:0 0 1.27rem;border-left:1px solid color-mix(in srgb,currentColor 36%,transparent)}
.strong-flow .plain-plan:last-child{margin-bottom:0}
.strong-flow h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.7px * 1.35);line-height:1.2}
.strong-flow .plain-plan p{margin:0}
.strong-flow .plain-plan a{color:inherit;text-decoration:underline}
.strong-flow .plain-plan a:hover{text-decoration:none}
.clear-method{background:#ffffff;color:#0a0f1a;padding:calc(1.5rem * 2.4) 2.45rem}
.clear-method .header{max-width:min(1660px,52rem);margin:0 auto}
.clear-method .media-nav{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.27rem * 1.5)}
.clear-method .media-tile{margin:0;color:#475467;font-size:calc(16.7px * .875);letter-spacing:.04em;text-transform:uppercase;line-height:1.5}
.clear-method h2{margin:0;font-size:clamp(calc(16.7px * 2),6vw,calc(16.7px * 2.65));line-height:1.06;letter-spacing:0}
.clear-method .direct-grid{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.98rem}
.clear-method p{margin:0;color:#475467;font-size:calc(16.7px * 1.125);line-height:1.68}
.clear-method a{margin-top:calc(1.5rem * .75);padding:calc(1.5rem * .75) 1.27rem;border-radius:0.47rem;background:#0a0f1a;color:#ffffff;text-decoration:none;font-weight:700}
.clear-method a:hover{background:#1a4bbf}
.open-nav{
  position:relative;
  overflow:hidden;
  padding:calc(1.5rem * 2.4) 2.45rem;
  background:#0b1b3a;
  color:#f4f7fd;
}
.open-nav:before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(90deg,transparent 0 13%,color-mix(in srgb,currentColor 6%,transparent) 13% 13.1%);
  animation:nfFloor calc(480ms*40) linear infinite alternate;
  pointer-events:none;
}
.open-nav .header{position:relative;
  z-index:1;
  max-width:1660px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.27rem * 1.5);}
.open-nav .local-items{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.open-nav .primary-menu{margin:0;
  font-size:calc(16.7px * .875);
  letter-spacing:.14em;
  text-transform:uppercase;
  opacity:.72;}
.open-nav h1{margin:0;
  font-size:calc(16.7px * 2.65);
  line-height:1.05;}
.open-nav .steady-service{margin:0;
  font-size:calc(16.7px * 1.125);
  line-height:1.67;
  opacity:.92;}
.open-nav .text-feature{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.27rem;}
.open-nav .text-feature a{display:inline-block;
  padding:.7rem 1.2rem;
  border-radius:0.47rem;
  font-size:16.7px;
  text-decoration:none;
  transition:background 480ms var(--motion-panel),color 480ms var(--motion-panel);}
.open-nav .text-feature .featured-note{
  background:#1a4bbf;
  color:#ffffff;
}
.open-nav .text-feature .featured-note:hover{
  background:#123a9c;color:var(--line-card);}
.open-nav .text-feature .active-stack{
  background:transparent;
  color:inherit;
  border:1px solid color-mix(in srgb,currentColor 42%,transparent);
}
.open-nav .text-feature .active-stack:hover{
  background:color-mix(in srgb,currentColor 12%,transparent);
}
.open-nav .media-tile{margin:0;
  font-size:calc(16.7px * .875);
  line-height:1.67;
  opacity:.8;}
.open-nav .media-tile a{color:inherit;
  text-underline-offset:.22em;}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}
}
@media(max-width:560px){.open-nav .text-feature{
    flex-direction:column;
    align-items:stretch;
  }.open-nav .text-feature a{
    text-align:center;
  }
}
@media(prefers-reduced-motion:reduce){.open-nav:before{animation:none}
}
