:root {
  --tone-panel: #0E5FB0;
  --ease-panel: ease-in-out;
  --tone-cool: #FFFFFF;
}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
*{box-sizing:border-box;}
.page-copy {
    width: 100%;
    background: #FFFFFF;
    color: #152233;
    border-bottom: 1px solid #D3DCE6;
    box-shadow: 0 0px 4px rgba(0,0,0,0.04);
  }
.featured-method {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem 1.81rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.05rem;
  }
.text-method {
    display: flex;
    align-items: center;
    gap: calc(1.05rem * 2);
    flex: 1 1 auto;
    min-width: 0;
  }
.top-form {
    font-size: calc(14.7px * 1.125);
    font-weight: 700;
    color: #152233;
    text-decoration: none;
    letter-spacing: 0.01em;
    white-space: nowrap;
  }
.top-form:hover {
    color: #1E88E5;
  }
.offer-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.05rem * 1.5);
  }
.offer-body a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 14.7px;
    color: #152233;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 640ms var(--ease-panel),
                border-color 640ms var(--ease-panel);
  }
.offer-body a:hover {
    color: #1E88E5;
    border-bottom-color: #1E88E5;
  }
.contact-tile {
    display: flex;
    align-items: center;
    gap: 1.05rem;
    flex: 0 0 auto;
  }
.public-brand {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: var(--tone-panel);
    color: var(--tone-cool);
    font-size: calc(14.7px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.68rem;
    box-shadow: 0 0px 4px rgba(0,0,0,0.04);
    transition: background 640ms var(--ease-panel),
                transform 640ms var(--ease-panel);
  }
.public-brand:hover{
    background: #0A4C8E;
    transform: translateY(-1px);color:#152233;}
.main-track {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: #F4F7FA;
    color: #2A3A4C;
    border: 1px solid #D3DCE6;
    border-radius: 0.37rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.main-track span{
    display: block;
    width: 20px;
    height: 2px;
    background: #2A3A4C;
    border-radius: 2px;
    transition: transform 640ms var(--ease-panel),
                opacity 640ms var(--ease-panel);color:#152233;}
.main-track.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.main-track.is-open span:nth-child(2){opacity: 0;}
.main-track.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 960px) {
    .text-method {
      gap: 1.05rem;
    }
    .offer-body ul {
      gap: 1.05rem;
    }
    .offer-body a {
      font-size: calc(14.7px * .875);
    }
  }
@media (max-width: 767px) {
    .featured-method {
      flex-wrap: wrap;
      align-items: center;
    }

    .text-method {
      flex: 1 1 auto;
    }

    .main-track {
      display: flex;
    }

    .public-brand {
      display: none;
    }

    .offer-body {
      order: 3;
      flex-basis: 100%;
      max-height: 0;
      overflow: hidden;
      transition: max-height 640ms var(--ease-panel);
    }

    .offer-body.is-open {
      max-height: 420px;
    }

    .offer-body ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: 1.5rem 0 0;
      border-top: 1px solid #D3DCE6;
      margin-top: 1.5rem;
    }

    .offer-body li {
      width: 100%;
    }

    .offer-body a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: 1px solid #D3DCE6;
      border-radius: 0;
      font-size: 14.7px;
    }

    .offer-body a:hover {
      border-bottom-color: #D3DCE6;
      color: #1E88E5;
    }
  }
.content-region{font-family:"Nunito", sans-serif;font-size:14.7px;line-height:1.98;padding:calc(1.5rem * 2.4) 1.81rem;margin-top:calc(1.5rem * 2.4);background:#0E5FB0;color:#FFFFFF;}
.active-content{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.05rem * 1.5)}
.soft-tile{font-size:calc(14.7px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 calc(1.5rem * .75);opacity:0.85}
.page-shell{font-style:normal;display:flex;flex-direction:column;gap:0.35rem}
.fresh-body{display:block}
.narrow-note{color:inherit;text-decoration:none;transition:opacity 640ms var(--ease-panel)}
.narrow-note:hover,
  .narrow-note:focus-visible{opacity:0.75;text-decoration:underline}
.wide-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-block{font-size:calc(14.7px * 1.125);font-weight:700;margin:0;letter-spacing:0.01em}
.local-inner{margin:0;font-size:calc(14.7px * .875);opacity:0.8;max-width:28rem}
.team-grid{display:grid;grid-template-columns:1fr;gap:calc(1.05rem * 1.5)}
.local-story{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem;font-size:calc(14.7px * .875)}
.soft-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.05rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(14.7px * .875)}
.top-grid{margin:0;opacity:0.85;max-width:60rem}
.page-visual{margin:0;opacity:0.7}
@media (min-width: 640px) {.team-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 900px) {.active-content{grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);grid-template-areas:"contacts nav"
        "brand nav"
        "legal legal";column-gap:1.81rem}.visual-links{grid-area:contacts}.wide-stack{grid-area:brand}.team-grid{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.soft-fields{grid-area:legal}
  }
.cookies{position:fixed;right:1.81rem;bottom:1.5rem;z-index:1200}
.cookies .text-footer{width:min(24rem,calc(100vw - 1.81rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:1rem;background:#fafafa;color:#0a0f1a;box-shadow:0 14px 34px rgba(0,0,0,0.06)}
.cookies .flow{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.cookies strong{font-size:calc(14.7px * 1.35);line-height:1.12}
.cookies .flow button{border:0;background:transparent;color:#0a0f1a;text-decoration:underline;font:inherit;cursor:pointer}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.98}
.cookies .text-surface{display:flex;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .text-surface button{flex:1;border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.37rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies .text-surface button.cookie-accept{background:var(--tone-panel);color:var(--tone-cool);border-color:var(--tone-panel)}
.primary-track{--mark-local:calc(1.5rem * 1.08);--state-public:calc(980px / 2.55);--type-large:calc(980px / 3.15);padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.primary-track .text-quote{max-width:980px;margin:0 auto;}
.primary-track h1,.primary-track p{margin:0;}
.primary-track h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.primary-track p{font-size:14.7px;line-height:1.98;}
.primary-track a{color:inherit;text-decoration:none;}
.primary-track img{display:block;width:100%;height:auto;border-radius:0.68rem;}
.primary-track .content-plan{max-width:var(--state-public);color:#2A3A4C;}
.primary-track .content-feature{margin-top:calc(1.05rem * 1.5);max-width:var(--state-public);color:#2A3A4C;}
.primary-track .public-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--tone-panel);color:var(--tone-cool);}
.primary-track .public-figure:hover{background:#0A4C8E;color:#152233;}
.primary-track .top-note{margin-top:calc(1.05rem * 1.5);font-size:calc(14.7px * .875);color:#2A3A4C;}
.primary-track .top-note a{color:#0E5FB0;text-decoration:underline;text-underline-offset:3px;}
.primary-track .top-note a:hover{color:inherit;}
.primary-track .bottom-view{display:flex;align-items:center;gap:1.05rem;}
.primary-track .bottom-view>img{flex:0 1 min(var(--type-large),36vw);width:min(var(--type-large),100%);}
.primary-track .open-shell{flex:1 1 auto;min-width:0;}
.primary-track .open-shell h1{margin-top:calc(1.05rem * 1.5);}
@media(max-width:760px){.primary-track .bottom-view{align-items:flex-start;flex-direction:column;}}
.secondary-fields{position:relative;overflow:hidden;isolation:isolate;}
.secondary-fields>*{position:relative;z-index:1;}
.secondary-fields::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--ease-panel) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.secondary-fields::before,.secondary-fields::after{animation:none!important;}}
.steady-unit{
  --mark-local:calc(1.5rem * 1.29);
  --state-public:calc(980px / 2.40);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#1E88E5;
  color:#FFFFFF;
}
.steady-unit .text-quote{max-width:980px;margin:0 auto;}
.steady-unit h2,.steady-unit h3,.steady-unit p{margin:0;}
.steady-unit h2{font-size:calc(14.7px * 2);line-height:1.12;}
.steady-unit h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.steady-unit p{font-size:14.7px;line-height:1.98;}
.steady-unit .wide-story{max-width:var(--state-public);}
.steady-unit .wide-story .content-plan{margin-top:calc(1.5rem / 2.4);opacity:.88;}
.steady-unit .steady-fields{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-local);
  margin-top:var(--mark-local);}
.steady-unit .text-view{
  flex:1 1 calc(980px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) calc(calc(1.5rem * .75) * 1.05);
  border-radius:0.68rem;
  background:color-mix(in srgb, currentColor 11%, transparent);
}
.steady-unit .text-view p{margin-top:calc(1.5rem / 3.2);opacity:.86;}
.steady-unit .top-note{margin-top:var(--mark-local);
  padding-top:calc(1.5rem / 1.6);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.05rem;}
.steady-unit .top-note p{flex:1 1 100%;opacity:.86;}
.steady-unit .top-note a{
  color:inherit;
  text-decoration:none;
  font-size:calc(14.7px * .875);
  padding:calc(calc(1.5rem * .75) * .55) 1.5rem;
  border-radius:0.37rem;
  background:#FFFFFF;
  color:#1E88E5;
}
.steady-unit .top-note a:hover{background:color-mix(in srgb, #FFFFFF 88%, transparent);color:#152233;}
@media (max-width:720px){.steady-unit .text-view{flex:1 1 100%;}
}
.service-callout{--mark-local:calc(1.5rem * 1.24);--state-public:calc(980px / 2.1);padding:calc(1.5rem * 2.4) 1.81rem;background:#F4F7FA;color:#2A3A4C;}
.service-callout .text-quote{max-width:980px;margin:0 auto;}
.service-callout h2,.service-callout h3,.service-callout p{margin:0;}
.service-callout h2{font-size:calc(14.7px * 2);line-height:1.12;}
.service-callout h3{font-size:calc(14.7px * 1.35);line-height:1.24;}
.service-callout p{font-size:14.7px;line-height:1.98;}
.service-callout a{color:#0E5FB0;text-decoration:none;}
.service-callout a:hover{color:inherit;}
.service-callout .bottom-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.service-callout .open-shell{flex:1 1 auto;min-width:0;max-width:var(--state-public);}
.service-callout .open-shell .content-plan{margin-top:calc(1.05rem * 1.5);}
.service-callout .public-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.37rem;background:var(--tone-panel);color:var(--tone-cool);font-size:calc(14.7px * .875);}
.service-callout .public-figure:hover{background:#0A4C8E;color:var(--tone-cool);}
.service-callout .top-headline{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:calc(1.05rem * 1.5);border-top:1px solid #D3DCE6;}
.service-callout .text-view{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D3DCE6;}
.service-callout .text-view p{margin-top:calc(1.5rem / 3.4);max-width:calc(980px * .82);}
@media (max-width:640px){.service-callout .open-shell{max-width:none;}.service-callout .public-figure{width:100%;}
}
.quiet-header{--mark-local:calc(1.5rem * 1.08);--font-body:calc(980px / 3.2);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--tone-cool);}
.quiet-header .text-quote{max-width:980px;margin:0 auto;}
.quiet-header h1,.quiet-header h2,.quiet-header h3,.quiet-header p{margin:0;}
.quiet-header h2{font-size:calc(14.7px * 2);line-height:1.14;}
.quiet-header h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.quiet-header p{font-size:14.7px;line-height:1.98;color:color-mix(in srgb, currentColor 76%, transparent);}
.quiet-header a{color:inherit;text-decoration:none;}
.quiet-header .wide-story{display:flex;flex-wrap:wrap;gap:1.05rem;}
.quiet-header .content-plan{flex:1 1 calc(980px / 2.1);min-width:0;}
.quiet-header .content-plan p{margin-top:calc(1.5rem / 2.6);max-width:calc(980px / 1.6);}
.quiet-header .steady-fields{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.quiet-header .text-view{flex:1 1 var(--font-body);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-header .text-view p{margin-top:calc(1.5rem / 3.2);}
.quiet-header .top-note{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:1.05rem;margin-top:calc(var(--mark-local) * .9);}
.quiet-header .top-note a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.37rem;background:color-mix(in srgb, currentColor 12%, transparent);font-size:calc(14.7px * .875);}
.quiet-header .top-note a:first-child{background:var(--tone-cool);color:var(--tone-panel);}
@media (max-width:640px){.quiet-header .content-plan p{max-width:none;}.quiet-header .top-note a{width:100%;justify-content:center;}
}
.active-proof{padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;background:#FFFFFF;color:#152233;}
.active-proof .strong-unit{max-width:min(980px,62rem);margin:0 auto;}
.active-proof h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(14.7px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.active-proof .content-plan{max-width:44rem;margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.5vw,calc(1.05rem * 1.5));border-top:1px solid #D3DCE6;}
.active-proof .content-plan p{margin:0;font-size:clamp(1rem,1.22vw,14.7px);line-height:1.78;color:#2A3A4C;}
.active-proof .compact-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.68rem;margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;}
@media (max-width:640px){.active-proof{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.active-proof .compact-copy{aspect-ratio:4/3;}
  }
.top-method{
        padding:calc(1.5rem * 2.4) 1.81rem;
        background:#F4F7FA;
        color:#2A3A4C;
    }
.top-method .text-quote{max-width:980px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:calc(1.05rem * 1.5);
        align-items:flex-start;}
.top-method .secondary-note{flex:1 1 320px;
        min-width:280px;}
.top-method .secondary-note img{width:100%;
        height:auto;
        display:block;
        border-radius:1rem;
        border:1px solid #D3DCE6;
        box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.top-method .narrow-surface{flex:1 1 420px;
        min-width:280px;}
.top-method .narrow-surface h2{margin:0 0 calc(1.05rem * 1.5);
        font-size:calc(14.7px * 2);
        line-height:1.25;}
.top-method .narrow-surface h3{margin:0 0 calc(1.5rem * .75);
        font-size:14.7px;
        font-weight:600;}
.top-method .narrow-surface p{margin:0 0 calc(1.5rem * .75);
        font-size:14.7px;
        line-height:1.98;}
.top-method .narrow-surface ul{margin:0 0 calc(1.5rem * .75);
        padding-left:1.15rem;
        display:flex;
        flex-direction:column;
        gap:0.45rem;
        font-size:14.7px;
        line-height:1.98;}
@media (max-width:820px){.top-method .text-quote{
            flex-direction:column;
        }.top-method .secondary-note,
        .top-method .narrow-surface{
            flex:1 1 auto;
            width:100%;
        }
    }
.visual-group{--mark-local:calc(1.5rem * 1.12);--state-public:calc(980px / 2.15);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--tone-cool);}
.visual-group .text-quote{max-width:980px;margin:0 auto;}
.visual-group h1,.visual-group h2,.visual-group h3,.visual-group p{margin:0;}
.visual-group h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.visual-group h2{font-size:calc(14.7px * 2);line-height:1.12;}
.visual-group h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.visual-group p{font-size:14.7px;line-height:1.98;color:color-mix(in srgb, currentColor 74%, transparent);}
.visual-group a{color:inherit;text-decoration:none;}
.visual-group .public-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--tone-cool);color:var(--tone-panel);}
.visual-group .content-feature{font-size:calc(14.7px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.visual-group .content-plan{max-width:var(--state-public);margin-top:calc(1.5rem / 2);}
.visual-group .steady-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;margin-top:var(--mark-local);}
.visual-group .text-view{flex:1 1 calc(980px / 3.4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-group .text-view p{margin-top:calc(1.5rem / 3);}
.visual-group .bottom-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.visual-group .bottom-menu>.open-shell{flex:1 1 auto;min-width:0;}
.visual-group .bottom-menu>.public-figure{flex:0 0 auto;}
.visual-group .bottom-menu>.steady-fields{flex:1 1 100%;}
.visual-group .open-shell h2{margin-top:calc(1.5rem / 2);}
.open-proof{padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;background:#FFFFFF;color:#152233;}
.open-proof .strong-unit{max-width:min(980px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(1.05rem * 1.5));}
.open-proof h1{margin:0;max-width:24ch;font-size:clamp(1.9rem,4.6vw,calc(14.7px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;}
.open-proof .compact-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.68rem;margin:0;}
.open-proof .content-plan{max-width:40rem;padding-left:clamp(.9rem,1.8vw,1.81rem);border-left:2px solid #D3DCE6;}
.open-proof p{margin:0;font-size:clamp(1rem,1.24vw,14.7px);line-height:1.78;color:#2A3A4C;}
@media (max-width:640px){.open-proof h1{max-width:100%;}.open-proof .compact-copy{aspect-ratio:4/3;}.open-proof{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.local-surface{--mark-local:calc(1.5rem * 0.99);--state-public:calc(980px / 2.50);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--tone-cool);}
.local-surface .text-quote{max-width:980px;margin:0 auto;}
.local-surface h1,.local-surface h2,.local-surface h3,.local-surface p{margin:0;}
.local-surface h1{font-size:calc(14.7px * 2.65);line-height:1.08;}
.local-surface h2{font-size:calc(14.7px * 2);line-height:1.12;}
.local-surface h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.local-surface p{font-size:14.7px;line-height:1.98;color:color-mix(in srgb, currentColor 74%, transparent);}
.local-surface a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.local-surface a:hover{border-bottom-color:currentColor;}
.local-surface .content-plan{max-width:var(--state-public);margin-top:calc(1.5rem / 2);}
.local-surface .top-headline{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.local-surface .text-view{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.68rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.local-surface .text-view p{margin-top:calc(1.5rem / 3);}
.local-surface .content-feature{margin-top:var(--mark-local);max-width:var(--state-public);}
.main-fields{--mark-local:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.main-fields .text-quote{max-width:980px;margin:0 auto;}
.main-fields h2,.main-fields h3,.main-fields p{margin:0;}
.main-fields h2{font-size:calc(14.7px * 2);line-height:1.14;}
.main-fields h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.main-fields p{font-size:14.7px;line-height:1.98;}
.main-fields .wide-story{max-width:calc(980px / 1.35);}
.main-fields .content-plan{margin-top:calc(1.05rem * 1.5);color:#2A3A4C;}
.main-fields .steady-fields{display:flex;flex-wrap:wrap;gap:1.05rem;margin-top:var(--mark-local);}
.main-fields .text-view{flex:1 1 calc(980px / 3.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #D3DCE6;border-radius:0.68rem;background:#FFFFFF;color:#152233;}
.main-fields .text-view p{margin-top:calc(1.5rem / 3);color:#2A3A4C;}
.main-fields .top-note{margin-top:var(--mark-local);padding-top:calc(1.05rem * 1.5);border-top:1px solid #D3DCE6;}
.main-fields .top-note p{font-size:calc(14.7px * .875);color:#2A3A4C;}
.main-fields .top-note a{color:#0E5FB0;text-decoration:none;border-bottom:1px solid #0E5FB0;}
.main-fields .top-note a:hover{color:inherit;border-bottom-color:#1E88E5;}
@media (max-width:720px){.main-fields .text-view{flex:1 1 100%;}
}
.content-surface{padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;background:#FFFFFF;color:#152233;}
.content-surface .strong-unit{max-width:min(980px,64rem);margin:0 auto;display:flow-root;}
.content-surface h1{margin:0;font-size:clamp(1.95rem,5vw,calc(14.7px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.content-surface .compact-copy{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.68rem;margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;}
.content-surface .strong-unit>div{max-width:40rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D3DCE6;}
.content-surface p{margin:0;font-size:clamp(1rem,1.28vw,14.7px);line-height:1.76;color:#2A3A4C;}
@media (max-width:640px){.content-surface{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.content-surface .compact-copy{aspect-ratio:4/3;}
  }
.plain-grid{
  --mark-local:calc(1.5rem * 1.1);
  --state-public:calc(980px / 2.6);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#FFFFFF;
  color:#152233;
}
.plain-grid .text-quote{max-width:980px;margin:0 auto;}
.plain-grid h2,.plain-grid h3,.plain-grid p{margin:0;}
.plain-grid h2{font-size:calc(14.7px * 2);line-height:1.14;}
.plain-grid h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.plain-grid p{font-size:14.7px;line-height:1.98;}
.plain-grid .wide-story{max-width:var(--state-public);}
.plain-grid .content-plan{margin-top:calc(1.05rem * 1.5);}
.plain-grid .clear-team{display:flex;
  flex-wrap:wrap;
  gap:1.05rem;
  margin-top:var(--mark-local);}
.plain-grid .text-view{
  flex:1 1 calc(980px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  border:1px solid #D3DCE6;
  border-radius:0.68rem;
  background:#FFFFFF;
  color:#152233;
}
.plain-grid .text-view p{margin-top:calc(1.5rem / 3);}
.plain-grid .top-note{margin-top:var(--mark-local);
  font-size:calc(14.7px * .875);}
.plain-grid .top-note a{text-decoration:none;
  border-bottom:1px solid #0E5FB0;}
.plain-grid .top-note a:hover{border-bottom-color:#1E88E5;}
@media (max-width:640px){.plain-grid .text-view{flex:1 1 100%;}
}
.soft-nav{--mark-local:calc(1.5rem * 1.05);--state-public:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.81rem;background:#F4F7FA;color:#2A3A4C;}
.soft-nav .text-quote{max-width:980px;margin:0 auto;}
.soft-nav .narrow-surface{max-width:var(--state-public);margin:0 auto;text-align:center;}
.soft-nav h2{margin:0;font-size:calc(14.7px * 2);line-height:1.14;}
.soft-nav p{margin:0;font-size:14.7px;line-height:1.98;}
.soft-nav .content-plan{margin-top:calc(1.05rem * 1.5);}
.soft-nav .strong-fields{display:flex;flex-wrap:wrap;gap:1.05rem;justify-content:center;align-items:center;margin-top:var(--mark-local);}
.soft-nav .public-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--tone-panel);color:var(--tone-cool);text-decoration:none;font-size:14.7px;}
.soft-nav .public-figure:hover{background:#0A4C8E;color:#152233;}
.soft-nav .top-note{color:#0E5FB0;text-decoration:underline;text-underline-offset:3px;font-size:calc(14.7px * .875);}
.soft-nav .top-note:hover{color:inherit;}
.soft-nav .content-feature{margin-top:calc(1.05rem * 1.5);font-size:calc(14.7px * .875);}
.soft-nav .content-feature a{color:#0E5FB0;text-decoration:underline;text-underline-offset:3px;}
.soft-nav .content-feature a:hover{color:inherit;}
@media (max-width:640px){.soft-nav .strong-fields{flex-direction:column;}.soft-nav .public-figure{width:100%;}
}
.compact-unit{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.compact-unit .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;}
.compact-unit h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.8vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.compact-unit .compact-copy{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:0.68rem;
    margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;}
.compact-unit .strong-unit>div{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D3DCE6;}
.compact-unit p{margin:0;
    font-size:clamp(1rem,1.24vw,14.7px);
    line-height:1.78;}
@media (max-width:640px){.compact-unit h1{max-width:100%;}.compact-unit .compact-copy{aspect-ratio:4/3;}.compact-unit{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.focused-menu{padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.focused-menu .text-quote{max-width:980px;margin:0 auto;}
.focused-menu h2,.focused-menu h3,.focused-menu p{margin:0;}
.focused-menu h2{font-size:calc(14.7px * 2);line-height:1.14;}
.focused-menu h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.focused-menu p{font-size:14.7px;line-height:1.98;}
.focused-menu .soft-region{max-width:calc(980px * .82);}
.focused-menu .content-plan{margin-top:calc(1.05rem * 1.5);}
.focused-menu .clear-team{list-style:none;margin:calc(1.05rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #D3DCE6;}
.focused-menu .text-view{display:grid;grid-template-columns:calc(980px / 6.4) 1fr;gap:1.05rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D3DCE6;}
.focused-menu .clear-flow{font-size:calc(14.7px * .875);letter-spacing:.04em;text-transform:uppercase;padding-top:.35rem;}
.focused-menu .text-view h3{margin-bottom:calc(1.5rem / 3);}
.focused-menu .text-view p{}
.focused-menu .content-feature{margin-top:calc(1.05rem * 1.5);padding:calc(1.5rem * .75) calc(1.5rem * .75);background:#F4F7FA;color:#2A3A4C;border-radius:0.68rem;font-size:calc(14.7px * .875);}
@media (max-width:640px){.focused-menu .text-view{grid-template-columns:1fr;gap:calc(1.05rem / 2);}.focused-menu .clear-flow{padding-top:0;}
}
.media-wrap{--mark-local:calc(1.5rem * 1.17);--state-public:calc(980px / 2.41);padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.media-wrap .text-quote{max-width:980px;margin:0 auto;}
.media-wrap h2,.media-wrap h3,.media-wrap p{margin:0;}
.media-wrap h2{font-size:calc(14.7px * 2);line-height:1.12;}
.media-wrap h3{font-size:calc(14.7px * 1.35);line-height:1.2;}
.media-wrap p{font-size:14.7px;line-height:1.98;}
.media-wrap a{color:#0E5FB0;text-decoration:none;}
.media-wrap a:hover{color:inherit;}
.media-wrap .soft-rail{row-gap:calc(var(--mark-local) * 1.2);}
.media-wrap .strong-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.media-wrap .content-plan{margin-top:1.5rem;max-width:var(--state-public);color:#2A3A4C;}
.media-wrap .offer-wrap{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.media-wrap .text-view{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #D3DCE6;}
.media-wrap .text-view p{margin-top:calc(1.5rem / 3);color:#2A3A4C;}
.media-wrap .top-note{margin-top:var(--mark-local);font-size:calc(14.7px * .875);color:#2A3A4C;}
.page-actions{
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#FFFFFF;
  color:#152233;
}
.page-actions .text-quote{max-width:980px;
  margin:0 auto;}
.page-actions h2,
.page-actions h3,
.page-actions p{margin:0;}
.page-actions h2{font-size:calc(14.7px * 2);
  line-height:1.15;}
.page-actions h3{font-size:calc(14.7px * 1.35);
  line-height:1.25;}
.page-actions p{font-size:14.7px;
  line-height:1.98;}
.page-actions .wide-story{max-width:calc(980px / 1.35);}
.page-actions .content-plan{margin-top:calc(1.05rem * 1.5);}
.page-actions .steady-fields{display:flex;
  flex-direction:column;
  gap:calc(1.05rem * 1.5);
  margin-top:calc(1.5rem * 2.4);
  border-top:1px solid #D3DCE6;}
.page-actions .text-view{display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.9fr);
  gap:1.05rem;
  padding-top:calc(1.05rem * 1.5);
  border-top:1px solid #D3DCE6;}
.page-actions .text-view:first-child{border-top:0;
  padding-top:0;}
.page-actions .text-view p{}
.page-actions .top-note{margin-top:calc(1.5rem * 2.4);
  padding-top:calc(1.05rem * 1.5);
  border-top:1px solid #D3DCE6;}
.page-actions .top-note p{font-size:calc(14.7px * .875);}
.page-actions .top-note a{text-decoration:none;
  border-bottom:1px solid #0E5FB0;}
.page-actions .top-note a:hover{border-bottom-color:#1E88E5;}
@media (max-width:720px){.page-actions .text-view{
    grid-template-columns:1fr;
    gap:calc(1.05rem / 2);
  }
}
.site-section{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.site-section .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(1.05rem * 1.5));}
.site-section h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:660;
    letter-spacing:0;}
.site-section .compact-copy{display:block;
    width:min(100%,40rem);
    height:auto;
    aspect-ratio:16/7;
    object-fit:cover;
    border-radius:1rem;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.site-section .open-shell{max-width:36rem;
    padding-left:clamp(.85rem,1.6vw,1.5rem);
    border-left:2px solid #D3DCE6;}
.site-section p{margin:0;
    font-size:clamp(.98rem,1.22vw,14.7px);
    line-height:1.78;
    color:#2A3A4C;}
@media (max-width:640px){.site-section{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.site-section .compact-copy{aspect-ratio:4/3;}.site-section .open-shell{padding-left:0;border-left:0;border-top:1px solid #D3DCE6;padding-top:clamp(.7rem,1.4vw,1.5rem);}
  }
.content-items{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #FFFFFF;
        color: #152233
    }
.content-items .text-quote{max-width: 980px;
        margin: 0 auto}
.content-items .wide-list{display: flex;
        flex-direction: column;
        gap: calc(1.05rem * 1.5)}
.content-items .wide-story{max-width: 44rem}
.content-items h2{margin: 0;
        font-size: calc(14.7px * 2);
        line-height: 1.12}
.content-items .wide-story p{margin: 1.5rem 0 0;
        font-size: 14.7px;
        line-height: 1.98;
        color: #2A3A4C}
.content-items ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D3DCE6}
.content-items li{display: flex;
        gap: 1.05rem;
        align-items: baseline;
        padding: 1.5rem 0}
.content-items li + li{border-top: 1px solid #D3DCE6}
.content-items strong{flex: 0 0 15rem;
        min-width: 0;
        font-size: 14.7px;
        line-height: 1.3}
.content-items span{flex: 1 1 26rem;
        min-width: 0;
        font-size: calc(14.7px * .875);
        line-height: 1.98;
        color: #2A3A4C}
@media (max-width: 760px) {.content-items li{
            display: block
        }.content-items span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.strong-feature{--mark-local:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.81rem;background:#F4F7FA;color:#2A3A4C;}
.strong-feature .text-quote{max-width:980px;margin:0 auto;}
.strong-feature h1,.strong-feature h2,.strong-feature h3,.strong-feature p{margin:0;}
.strong-feature h2{font-size:calc(14.7px * 2);line-height:1.14;}
.strong-feature p{font-size:14.7px;line-height:1.98;}
.strong-feature a{text-decoration:underline;text-underline-offset:3px;}
.strong-feature a:hover{}
.strong-feature .soft-region{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:calc(980px * .78);}
.strong-feature .content-plan{color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-feature .top-headline{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.strong-feature details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.68rem;background:#FFFFFF;color:#152233;border:1px solid #D3DCE6;}
.strong-feature summary{cursor:pointer;font-weight:700;font-size:calc(14.7px * 1.125);line-height:1.3;list-style:none;}
.strong-feature summary::-webkit-details-marker{display:none;}
.strong-feature summary::after{content:"+";float:right;font-weight:700;}
.strong-feature details[open] summary::after{content:"–";}
.strong-feature details p{margin-top:calc(1.5rem / 2.4);color:color-mix(in srgb, currentColor 82%, transparent);}
.strong-feature .content-feature{margin-top:var(--mark-local);padding-top:calc(1.5rem / 1.6);border-top:1px solid #D3DCE6;font-size:calc(14.7px * .875);color:color-mix(in srgb, currentColor 80%, transparent);}
@media (max-width:640px){.strong-feature .soft-region{max-width:100%;}.strong-feature summary{font-size:14.7px;}
}
.secondary-lead{
  --mark-local:calc(1.5rem * 1.1);
  --state-public:calc(980px / 2.2);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#F4F7FA;
  color:#2A3A4C;
}
.secondary-lead .text-quote{max-width:980px;margin:0 auto;}
.secondary-lead h2,
.secondary-lead h3,
.secondary-lead p{margin:0;}
.secondary-lead h2{font-size:calc(14.7px * 2);line-height:1.15;}
.secondary-lead h3{font-size:calc(14.7px * 1.35);line-height:1.25;}
.secondary-lead p{font-size:14.7px;line-height:1.98;}
.secondary-lead a{color:#0E5FB0;text-decoration:none;}
.secondary-lead a:hover{color:inherit;}
.secondary-lead img{display:block;width:100%;height:auto;border-radius:0.68rem;}
.secondary-lead .wide-story{max-width:var(--state-public);}
.secondary-lead .wide-story .content-plan{margin-top:calc(1.5rem / 2);}
.secondary-lead .clear-team{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-local);
  margin-top:var(--mark-local);}
.secondary-lead .text-view{
  flex:1 1 calc(980px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2);
  padding:calc(calc(1.5rem * .75) * .9);
  border:1px solid #D3DCE6;
  border-radius:1rem;
  background:#FFFFFF;
  color:#152233;
  box-shadow:0 0px 4px rgba(0,0,0,0.04);
}
.secondary-lead .text-view .service-copy{margin:0;}
.secondary-lead .text-view .narrow-surface{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.secondary-lead .text-view .fresh-team{font-size:calc(14.7px * .875);}
.secondary-lead .text-view .fresh-team a{font-weight:600;}
.secondary-lead .content-feature{margin-top:var(--mark-local);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #D3DCE6;
  font-size:calc(14.7px * .875);}
@media (max-width:720px){.secondary-lead .text-view{flex:1 1 100%;}.secondary-lead .wide-story{max-width:none;}
}
.compact-team{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.compact-team .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;}
.compact-team h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.compact-team .compact-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.68rem;
    margin:clamp(1rem,2.2vw,calc(1.05rem * 1.5)) 0 0;}
.compact-team .open-shell{max-width:40rem;
    margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.6vw,1.5rem);
    border-top:1px solid #D3DCE6;}
.compact-team p{margin:0;
    font-size:clamp(1rem,1.26vw,14.7px);
    line-height:1.76;
    color:#2A3A4C;}
@media (max-width:640px){.compact-team h1{max-width:100%;}.compact-team .compact-copy{aspect-ratio:4/3;}.compact-team{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.main-wrap{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #F4F7FA;
  color: #2A3A4C;
}
.main-wrap .plain-section{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.05rem * 1.5);}
.main-wrap .focused-nav{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #D3DCE6;}
.main-wrap h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.15;}
.main-wrap .focused-nav p{margin: 0;
  font-size: 14.7px;
  line-height: 1.98;}
.main-wrap .primary-region{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin-top: calc(1.5rem * .75);}
.main-wrap .primary-region span{
  padding: 0.35rem 0.75rem;
  border-radius: 0.37rem;
  background: #FFFFFF;
  color: #152233;
  border: 1px solid #D3DCE6;
  font-size: calc(14.7px * .875);
}
.main-wrap .local-visual{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.main-wrap .compact-proof{
  display: grid;
  grid-template-columns: minmax(9rem, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.68rem;
  background: #FFFFFF;
  color: #152233;
  border: 1px solid #D3DCE6;
  box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.main-wrap .simple-figure{font-size: calc(14.7px * .875);
  word-break: break-word;
  line-height: 1.4;}
.main-wrap h3{margin: 0;
  font-size: calc(14.7px * 1.35);
  line-height: 1.25;}
.main-wrap .compact-proof p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  font-size: 14.7px;}
.main-wrap small{font-size: calc(14.7px * .875);}
@media (max-width: 780px) {.main-wrap .focused-nav,
  .main-wrap .compact-proof{
    grid-template-columns: 1fr;
  }
}
.offer-links{--mark-local:calc(1.5rem * 1.42);--state-public:calc(980px / 2.60);padding:calc(1.5rem * 2.4) 1.81rem;background:#F4F7FA;color:#2A3A4C;}
.offer-links .text-quote{max-width:980px;margin:0 auto;}
.offer-links h2{margin:0;font-size:calc(14.7px * 2);line-height:1.12;}
.offer-links p{margin:0;font-size:14.7px;line-height:1.98;}
.offer-links .content-plan{max-width:var(--state-public);margin-top:1.5rem;}
.offer-links .content-feature{margin-top:var(--mark-local);font-size:calc(14.7px * .875);}
.offer-links .top-note{display:flex;flex-wrap:wrap;align-items:center;gap:1.05rem;margin-top:calc(1.05rem * 1.5);}
.offer-links .public-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--tone-panel);color:var(--tone-cool);text-decoration:none;}
.offer-links .public-figure:hover{background:#0A4C8E;color:#152233;}
.offer-links .story{color:#0E5FB0;text-decoration:none;font-size:calc(14.7px * .875);border-bottom:1px solid #D3DCE6;padding-bottom:2px;}
.offer-links .story:hover{color:inherit;}
.steady-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.steady-area .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;
    display:flow-root;}
.steady-area h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.steady-area .compact-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.68rem;
    margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;}
.steady-area .content-plan{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D3DCE6;}
.steady-area p{margin:0;
    font-size:clamp(1rem,1.25vw,14.7px);
    line-height:1.76;
    color:#2A3A4C;}
@media (max-width:640px){.steady-area{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.steady-area .compact-copy{aspect-ratio:4/3;}
  }
.team-visual{
  --mark-local:calc(1.5rem * 1.15);
  --state-public:calc(980px / 1.55);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#F4F7FA;
  color:#2A3A4C;
}
.team-visual .text-quote{max-width:980px;
  margin:0 auto;}
.team-visual h2,
.team-visual h3,
.team-visual p{margin:0;}
.team-visual h2{font-size:calc(14.7px * 2);
  line-height:1.14;}
.team-visual h3{font-size:calc(14.7px * 1.35);
  line-height:1.22;}
.team-visual p{font-size:14.7px;
  line-height:1.98;}
.team-visual .wide-story{max-width:var(--state-public);
  display:flex;
  flex-direction:column;
  gap:calc(1.05rem * .8);}
.team-visual .content-plan{opacity:.82;}
.team-visual .steady-fields{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-local);
  margin-top:calc(calc(1.05rem * 1.5) * 1.1);}
.team-visual .text-view{
  flex:1 1 calc(980px / 2.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.05);
  background:#FFFFFF;
  color:#152233;
  border:1px solid #D3DCE6;
  border-radius:0.68rem;
  box-shadow:0 0px 4px rgba(0,0,0,0.04);
}
.team-visual .open-shell{display:flex;
  flex-direction:column;
  gap:calc(1.05rem * .7);}
.team-visual .content-feature{font-size:calc(14.7px * .875);
  opacity:.78;
  border-top:1px solid #D3DCE6;
  padding-top:calc(1.05rem * .6);}
.team-visual .direct-steps{margin-top:calc(calc(1.05rem * 1.5) * 1.1);
  max-width:var(--state-public);
  opacity:.9;}
@media (max-width:720px){.team-visual .text-view{
    flex:1 1 100%;
  }
}
.visual-flow{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #0E5FB0;
  color: #FFFFFF;
}
.visual-flow .text-quote{max-width: min(980px, 72rem);
  margin: 0 auto;}
.visual-flow .soft-region{max-width: 46rem;}
.visual-flow h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.visual-flow .primary-lead{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.7px * 1.125);
  line-height: 1.6;
  color: #D3DCE6;}
.visual-flow .narrow-surface{margin-top: calc(1.05rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.05rem * 1.4);
  align-items: flex-start;}
.visual-flow .steady-fields{list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 32rem;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;}
.visual-flow .text-view{padding: 0 0 0 calc(1.5rem * .75);
  border-left: 2px solid #1E88E5;}
.visual-flow .active-copy{display: block;
  font-weight: 700;
  font-size: 14.7px;}
.visual-flow .text-view p{margin: calc(calc(1.5rem * .75) * 0.55) 0;
  color: #D3DCE6;
  line-height: 1.7;}
.visual-flow .text-view small{font-size: calc(14.7px * .875);
  color: #D3DCE6;
  opacity: 0.85;}
.visual-flow .clear-team{
  flex: 0 1 20rem;
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #152233;
  border: 1px solid #D3DCE6;
  border-radius: 1rem;
}
.visual-flow .team-flow{margin: 0 0 calc(1.5rem * .75);
  font-weight: 700;
  font-size: 14.7px;}
.visual-flow .direct-method{list-style: none;
  padding: 0;
  margin: 0 0 calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(1.05rem * 0.5);}
.visual-flow .direct-method li{font-size: calc(14.7px * .875);
  padding-left: 0.9rem;
  position: relative;}
.visual-flow .direct-method li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 5px;
  height: 5px;
  background: #1E88E5;
  border-radius: 50%;color:#FFFFFF;}
.visual-flow .content-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.7px * .875);color:inherit;
  opacity: 0.75;
  line-height: 1.6;}
.visual-flow .public-figure{
  display: inline-block;
  padding: 0.6rem 1.1rem;
  background: var(--tone-panel);
  color: var(--tone-cool);
  border-radius: 0.68rem;
  font-size: calc(14.7px * .875);
  font-weight: 700;
  text-decoration: none;
  transition: background 640ms var(--ease-panel);
}
.visual-flow .public-figure:hover{
  background: #0A4C8E;color:#152233;}
@media (max-width: 760px) {.visual-flow .narrow-surface{
    flex-direction: column;
  }.visual-flow .clear-team{
    flex: 1 1 auto;
    width: 100%;
  }
}
.offer-proof{--mark-local:calc(1.5rem * 1.18);--state-public:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.offer-proof .text-quote{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-local);}
.offer-proof h2,.offer-proof p{margin:0;}
.offer-proof h2{font-size:calc(14.7px * 2);line-height:1.14;}
.offer-proof p{font-size:14.7px;line-height:1.98;}
.offer-proof .wide-story{display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);max-width:var(--state-public);}
.offer-proof .content-plan{}
.offer-proof a{text-decoration:none;border-bottom:1px solid #D3DCE6;}
.offer-proof a:hover{}
.offer-proof .top-headline{display:flex;flex-direction:column;gap:calc(1.05rem * .6);}
.offer-proof details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.68rem;background:#F4F7FA;border:1px solid #D3DCE6;color:#2A3A4C;}
.offer-proof summary{cursor:pointer;font-weight:700;font-size:14.7px;line-height:1.4;list-style:none;}
.offer-proof summary::-webkit-details-marker{display:none;}
.offer-proof summary::after{content:"+";float:right;font-weight:700;}
.offer-proof details[open] summary::after{content:"–";}
.offer-proof details p{margin-top:calc(1.5rem / 3);}
.offer-proof .content-feature{font-size:calc(14.7px * .875);border-top:1px solid #D3DCE6;padding-top:calc(1.5rem * .75);}
@media (max-width:640px){.offer-proof .wide-story{max-width:none;}
}
.bottom-tile{padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;background:#FFFFFF;color:#152233;}
.bottom-tile .strong-unit{max-width:min(980px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.bottom-tile h1{margin:0;font-size:clamp(2rem,5vw,calc(14.7px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.bottom-tile .compact-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.68rem;margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;box-shadow:0 0px 4px rgba(0,0,0,0.04);}
.bottom-tile .open-shell{max-width:40rem;margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.5vw,1.5rem);border-top:1px solid #D3DCE6;}
.bottom-tile p{margin:0;font-size:clamp(1rem,1.26vw,14.7px);line-height:1.76;color:#2A3A4C;}
@media (max-width:640px){.bottom-tile{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.bottom-tile .compact-copy{aspect-ratio:4/3;}
  }
.visual{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #F4F7FA;
  color: #2A3A4C;
}
.visual .plain-section{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.05rem * 1.5);}
.visual .focused-nav{max-width: 62ch;}
.visual h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.visual .focused-nav p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.7px * 1.125);
  line-height: 1.7;}
.visual .local-visual{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D3DCE6;}
.visual .compact-proof{display: grid;
  grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr);
  gap: 1.05rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D3DCE6;}
.visual .simple-figure{font-size: calc(14.7px * .875);
  line-height: 1.5;}
.visual h3{margin: 0;
  font-size: calc(14.7px * 1.35);
  line-height: 1.3;}
.visual .compact-proof p{margin: calc(calc(1.5rem * .75) * .5) 0;
  line-height: 1.75;}
.visual small{font-size: calc(14.7px * .875);}
@media (max-width: 780px) {.visual .compact-proof{
    grid-template-columns: 1fr;
    gap: calc(1.05rem * .5);
  }
}
.featured-inner{--mark-local:calc(1.5rem * 1.05);--state-public:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.81rem;background:#F4F7FA;color:#2A3A4C;}
.featured-inner .text-quote{max-width:980px;margin:0 auto;}
.featured-inner h1,.featured-inner h2,.featured-inner h3,.featured-inner p{margin:0;}
.featured-inner h2{font-size:calc(14.7px * 2);line-height:1.14;}
.featured-inner p{font-size:14.7px;line-height:1.98;}
.featured-inner a{color:inherit;text-decoration:none;}
.featured-inner .content-feature{font-size:calc(14.7px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72;}
.featured-inner .content-plan{max-width:var(--state-public);margin-top:calc(1.5rem / 2);}
.featured-inner .public-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) / 1.1) 1.5rem;border-radius:0.37rem;background:var(--tone-panel);color:var(--tone-cool);}
.featured-inner .public-figure:hover{background:#0A4C8E;color:#152233;}
.featured-inner .bottom-menu{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.05rem;}
.featured-inner .bottom-menu>.open-shell{flex:1 1 60%;min-width:0;}
.featured-inner .bottom-menu>.public-figure{flex:0 0 auto;margin-left:auto;}
.featured-inner .bottom-menu>.steady-fields{flex:1 1 100%;}
.featured-inner .open-shell h2{margin-top:calc(1.5rem / 3);}
.featured-inner .steady-fields{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-local);border-top:1px solid #D3DCE6;}
.featured-inner .text-view{padding:calc(1.05rem * 1.5) 0;border-bottom:1px solid #D3DCE6;}
.featured-inner .text-view .active-copy{margin-top:calc(1.5rem / 3);font-size:calc(14.7px * .875);opacity:0.78;}
@media (max-width:640px){.featured-inner .bottom-menu>.public-figure{margin-left:0;}
}
.narrow-grid{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.narrow-grid .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.narrow-grid h1{margin:0;
    font-size:clamp(1.95rem,4.8vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.narrow-grid .compact-copy{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.68rem;
    margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;}
.narrow-grid .content-plan{max-width:40rem;
    margin-top:clamp(.9rem,1.8vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D3DCE6;}
.narrow-grid p{margin:0;
    font-size:clamp(1rem,1.25vw,14.7px);
    line-height:1.76;
    color:#2A3A4C;}
@media (max-width:640px){.narrow-grid{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.narrow-grid .compact-copy{aspect-ratio:4/3;}
  }
.wide-form{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #FFFFFF 0%, #EAF3FB 55%, #D6E7F6 100%);color:#152233}
.wide-form .text-quote{max-width:980px;margin:0 auto}
.wide-form .clear-team{display:flex;gap:calc(1.05rem * 1.5);align-items:flex-start}
.wide-form .plain-surface{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#152233 28%,transparent);padding-left:1.5rem}
.wide-form .plain-surface p{margin:0;line-height:1.98;font-size:calc(14.7px * .875)}
.wide-form .service-panel{flex:1 1 44rem;min-width:0}
.wide-form h2{margin:0;font-size:calc(14.7px * 2);line-height:1.15}
.wide-form .person{margin-top:calc(1.05rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.wide-form .person p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,#152233 14%,transparent)}
.wide-form .person p:last-child{border-bottom:0;padding-bottom:0}
.wide-form strong{flex:0 1 13rem;min-width:0;font-size:calc(14.7px * .875)}
.wide-form span{flex:1 1 28rem;min-width:0;line-height:1.98}
@media(max-width:760px){.wide-form .clear-team,.wide-form .person p{display:block}.wide-form .plain-surface{border-left:0;padding-left:0}.wide-form .service-panel{margin-top:calc(1.05rem * 1.5)}.wide-form span{display:block;margin-top:calc(1.5rem * .75)}.wide-form h2{font-size:calc(14.7px * 1.35)}}
.site-frame{--mark-local:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.site-frame .text-quote{max-width:980px;margin:0 auto;}
.site-frame h2,.site-frame h3,.site-frame p{margin:0;}
.site-frame h2{font-size:calc(14.7px * 2);line-height:1.14;}
.site-frame h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.site-frame p{font-size:14.7px;line-height:1.98;}
.site-frame .wide-story{display:flex;flex-wrap:wrap;gap:1.05rem;align-items:flex-start;}
.site-frame .wide-story>h2{flex:1 1 calc(980px / 3);min-width:0;}
.site-frame .wide-story>.content-plan{flex:1 1 calc(980px / 2.4);min-width:0;color:#2A3A4C;}
.site-frame .steady-fields{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:calc(calc(1.05rem * 1.5) * 1.1);}
.site-frame .text-view{flex:1 1 calc(980px / 3.6);min-width:0;padding:calc(1.5rem * .75);border-radius:0.68rem;background:#F4F7FA;color:#2A3A4C;border:1px solid #D3DCE6;}
.site-frame .text-view h3{margin-bottom:calc(1.5rem / 3);}
.site-frame .top-note{margin-top:calc(calc(1.05rem * 1.5) * 1.1);font-size:calc(14.7px * .875);color:#2A3A4C;}
.site-frame .top-note a{color:#0E5FB0;text-decoration:none;border-bottom:1px solid #D3DCE6;}
.site-frame .top-note a:hover{color:inherit;}
@media (max-width:720px){.site-frame .text-view{flex:1 1 100%;}
}
.public-headline{
    padding: calc(1.5rem * 2.4) 1.81rem;
    background: #F4F7FA;
    color: #2A3A4C;
}
.public-headline .text-quote{max-width: 980px;
    margin: 0 auto;}
.public-headline .soft-region{max-width: 44rem;
    margin-bottom: calc(1.05rem * 1.5);}
.public-headline .soft-region p{margin: 0 0 .4rem;
    font-size: calc(14.7px * .875);
    letter-spacing: .04em;
    text-transform: uppercase;}
.public-headline h2{margin: 0;
    font-size: calc(14.7px * 2);
    line-height: 1.15;}
.public-headline .media-plan{display: flex;
    flex-wrap: wrap;
    gap: 1.05rem;}
.public-headline figure{
    flex: 1 1 min(100%, 16rem);
    margin: 0;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    color: #152233;
    border: 1px solid #D3DCE6;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0px 4px rgba(0,0,0,0.04);
}
.public-headline figure:nth-child(2n) img{aspect-ratio: 4 / 5;}
.public-headline figure:nth-child(3n) img{aspect-ratio: 16 / 10;}
.public-headline img{display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.public-headline figcaption{padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: .3rem;}
.public-headline span{font-size: calc(14.7px * .875);}
.public-headline h3{margin: 0;
    font-size: 14.7px;
    line-height: 1.3;}
.public-headline p{margin: 0;
    font-size: calc(14.7px * .875);
    line-height: 1.98;}
.media-flow{padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;background:#FFFFFF;color:#152233;}
.media-flow .strong-unit{max-width:min(980px,64rem);margin:0 auto;}
.media-flow h1{margin:0;max-width:24ch;font-size:clamp(1.95rem,5vw,calc(14.7px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.media-flow .compact-copy{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.68rem;margin:clamp(1rem,2.2vw,calc(1.05rem * 1.5)) 0 0;}
.media-flow .content-plan{max-width:40rem;margin-top:clamp(1rem,2.2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D3DCE6;}
.media-flow p{margin:0;font-size:clamp(1rem,1.28vw,14.7px);line-height:1.78;color:#2A3A4C;}
@media (max-width:640px){.media-flow h1{max-width:100%;}.media-flow .compact-copy{aspect-ratio:4/3;}.media-flow{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.primary-stack{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #0E5FB0;
  color: #FFFFFF;
}
.primary-stack .text-quote{max-width: min(980px, 72rem);
  margin: 0 auto;}
.primary-stack .soft-region{max-width: 46rem;
  margin-bottom: calc(1.05rem * 1.5);}
.primary-stack h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.primary-stack .content-plan{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.7px * 1.125);
  line-height: 1.6;
  color: #D3DCE6;}
.primary-stack .narrow-surface{display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  align-items: flex-start;}
.primary-stack .steady-fields{list-style: none;
  padding: 0;
  margin: 0;
  flex: 1 1 min(100%, 40rem);
  display: flex;
  flex-direction: column;
  gap: 1.05rem;}
.primary-stack .text-view{margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #1E88E5;}
.primary-stack .active-copy{display: block;
  font-weight: 700;
  font-size: 14.7px;
  letter-spacing: 0.01em;}
.primary-stack .text-view p{margin: calc(calc(1.5rem * .75) * 0.6) 0;
  color: #D3DCE6;
  line-height: 1.7;}
.primary-stack .featured-story{font-size: calc(14.7px * .875);color:inherit;}
.primary-stack .story{
  flex: 1 1 min(100%, 18rem);
  padding: calc(1.5rem * .75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid #2A3A4C;
  border-radius: 0.68rem;
}
.primary-stack .content-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.7px * .875);
  line-height: 1.7;
  color: #D3DCE6;}
.primary-stack .top-note{display: flex;
  flex-direction: column;
  gap: calc(1.05rem * 0.5);}
.primary-stack .top-note a{font-size: calc(14.7px * .875);
  text-decoration: underline;
  text-underline-offset: 3px;}
.primary-stack .top-note a:hover{color: #D3DCE6;}
@media (max-width: 700px) {.primary-stack .narrow-surface{
    display: block;
  }.primary-stack .story{
    margin-top: calc(1.05rem * 1.5);
  }
}
.media-callout{--mark-local:calc(1.5rem * 0.93);--state-public:calc(980px / 2.17);padding:calc(1.5rem * 2.4) 1.81rem;background:#F4F7FA;color:#2A3A4C;}
.media-callout .text-quote{max-width:980px;margin:0 auto;}
.media-callout h2,.media-callout h3,.media-callout p{margin:0;}
.media-callout h2{font-size:calc(14.7px * 2);line-height:1.12;}
.media-callout h3{font-size:calc(14.7px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 3);}
.media-callout p{font-size:14.7px;line-height:1.98;}
.media-callout .content-plan{margin-top:1.5rem;max-width:var(--state-public);}
.media-callout .steady-fields{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.media-callout .text-view{min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #D3DCE6;}
.media-callout .text-view:first-child{border-top:none;padding-block-start:0;}
.media-callout .text-view p{}
.media-callout .text-view h3{}
.media-callout .strong-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.media-callout .soft-rail{row-gap:calc(var(--mark-local) * 1.2);}
@media (min-width:720px){.media-callout .steady-fields{gap:calc(var(--mark-local) * 1.1);}.media-callout .text-view{display:grid;grid-template-columns:1fr;gap:calc(1.5rem / 4);}
}
.strong-actions{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.strong-actions .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;}
.strong-actions h1{margin:0;
    font-size:clamp(1.9rem,4.8vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.strong-actions .compact-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.68rem;
    margin:clamp(1.1rem,2.4vw,calc(1.05rem * 1.5)) 0 0;}
.strong-actions .strong-unit>div{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D3DCE6;}
.strong-actions p{margin:0;
    font-size:clamp(1rem,1.24vw,14.7px);
    line-height:1.78;}
@media (max-width:640px){.strong-actions{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.strong-actions .compact-copy{aspect-ratio:4/3;}
  }
.clear-links{
  --mark-local:calc(1.5rem * 1.2);
  --state-public:calc(980px / 1.55);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#FFFFFF;
  color:#152233;
}
.clear-links .text-quote{max-width:980px;
  margin:0 auto;}
.clear-links h2,
.clear-links h3,
.clear-links p{margin:0;}
.clear-links h2{font-size:calc(14.7px * 2);
  line-height:1.14;}
.clear-links h3{font-size:calc(14.7px * 1.35);
  line-height:1.22;}
.clear-links p{font-size:14.7px;
  line-height:1.98;}
.clear-links a{text-decoration:none;}
.clear-links a:hover{text-decoration:underline;}
.clear-links .wide-story{max-width:var(--state-public);}
.clear-links .wide-story .content-plan{margin-top:calc(1.05rem * 1.5);}
.clear-links .offer-wrap{display:flex;
  flex-wrap:wrap;
  gap:1.05rem;
  margin-top:var(--mark-local);}
.clear-links .focused-header{
  flex:1 1 calc(980px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  border:1px solid #D3DCE6;
  border-radius:0.68rem;
  background:#FFFFFF;
  color:#152233;
}
.clear-links .focused-header .main-list{display:block;
  font-size:calc(14.7px * .875);
  letter-spacing:0.08em;
  margin-bottom:calc(1.5rem / 3);}
.clear-links .focused-header p{margin-top:calc(1.5rem / 3);}
.clear-links .story{margin-top:var(--mark-local);
  padding-top:calc(1.05rem * 1.5);
  border-top:1px solid #D3DCE6;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.05rem;}
.clear-links .story .content-feature{flex:1 1 calc(980px / 2);
  min-width:0;}
.clear-links .story .top-note{flex:0 1 auto;
  display:flex;
  flex-wrap:wrap;
  gap:1.05rem;}
.clear-links .story .top-note a{
  display:inline-block;
  padding:calc(1.5rem / 3) calc(1.5rem * .75);
  border:1px solid #D3DCE6;
  border-radius:0.37rem;
  background:#F4F7FA;
  color:#2A3A4C;
}
.clear-links .story .top-note a:hover{
  background:#1E88E5;
  color:#FFFFFF;
  text-decoration:none;
}
@media (max-width:720px){.clear-links .focused-header{
    flex:1 1 100%;
  }.clear-links .story .top-note{
    flex:1 1 100%;
  }
}
.top-panel{--mark-local:calc(1.5rem * 0.9);--state-public:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233;}
.top-panel .text-quote{max-width:980px;margin:0 auto;}
.top-panel h2,.top-panel h3,.top-panel p{margin:0;}
.top-panel h2{font-size:calc(14.7px * 2);line-height:1.14;}
.top-panel h3{font-size:calc(14.7px * 1.35);line-height:1.22;}
.top-panel p{font-size:14.7px;line-height:1.98;}
.top-panel .quiet-method{display:flex;align-items:flex-start;gap:calc(1.05rem * 1.4);}
.top-panel .quiet-method>.open-shell{flex:1 1 calc(980px / 3);min-width:0;max-width:var(--state-public);}
.top-panel .quiet-method>.steady-fields{flex:2 1 calc(980px / 2);min-width:0;margin-top:0;}
.top-panel .open-shell .content-plan{margin-top:1.5rem;}
.top-panel .open-shell .content-feature{margin-top:calc(1.5rem * 0.7);font-size:calc(14.7px * .875);color:#2A3A4C;}
.top-panel .steady-fields{display:flex;flex-direction:column;gap:var(--mark-local);}
.top-panel .text-view{min-width:0;padding-left:calc(1.81rem * 0.9);border-left:2px solid #D3DCE6;}
.top-panel .text-view p{margin-top:calc(1.5rem / 3);color:#2A3A4C;}
@media(max-width:760px){.top-panel .quiet-method{flex-direction:column;}.top-panel .quiet-method>.open-shell{max-width:none;}.top-panel .quiet-method>.steady-fields{margin-top:var(--mark-local);}
}
.offer-rail{padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233}
.offer-rail .text-quote{width:min(100%,calc(980px*.66));margin:0 auto}
.offer-rail .featured-story{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:#2A3A4C;font-size:calc(14.7px * .875)}
.offer-rail .featured-story>*{min-width:0;flex:1 1 16rem}
.offer-rail h1{margin:0;font-size:calc(14.7px * 2.65);line-height:1.06}
.offer-rail .content-plan{margin:1.5rem 0 calc(1.05rem * 1.5);color:#2A3A4C;font-size:calc(14.7px * 1.125);line-height:1.98}
.offer-rail .service-visual{margin:0 0 calc(1.05rem * 1.5);border-radius:1rem;overflow:hidden;background:#F4F7FA;color:#2A3A4C;}
.offer-rail .service-visual img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.offer-rail .public-surface{border-top:1px solid #D3DCE6;padding-top:1.5rem}
.offer-rail .public-surface p{margin:0 0 1.5rem;line-height:1.98}
.offer-rail .public-surface p:last-child{margin-bottom:0}
.offer-rail .top-note{display:flex;flex-wrap:wrap;gap:1.05rem;margin-top:calc(1.05rem * 1.5);padding-top:1.5rem;border-top:1px solid #D3DCE6}
.offer-rail .top-note a{color:#0E5FB0;font-size:14.7px;text-decoration:none;border-bottom:1px solid transparent;transition:color 640ms var(--ease-panel),border-color 640ms var(--ease-panel)}
.offer-rail .top-note a:hover{color:inherit;border-bottom-color:#1E88E5}
@media (max-width:640px){.offer-rail .text-quote{width:100%}.offer-rail .featured-story>*{flex:1 1 100%}
}
.soft-shell{padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233}
.soft-shell .text-quote{width:min(100%,calc(980px*.66));margin:0 auto}
.soft-shell .narrow-nav{margin:0 0 1.5rem;border-radius:1rem;overflow:hidden;background:#F4F7FA;color:#2A3A4C;}
.soft-shell .narrow-nav img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.soft-shell .featured-story{display:flex;flex-wrap:wrap;gap:1.05rem;margin-bottom:calc(1.05rem * 1.5);color:#2A3A4C;font-size:calc(14.7px * .875);line-height:1.5}
.soft-shell .featured-story span{position:relative;padding-right:1.05rem}
.soft-shell .featured-story span:not(:last-child)::after{content:"";position:absolute;right:0;top:.55em;width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.5}
.soft-shell h1{margin:0 0 calc(1.05rem * 1.5);font-size:calc(14.7px * 2.65);line-height:1.08}
.soft-shell .content-plan{margin:0 0 1.5rem;color:#2A3A4C;font-size:calc(14.7px * 1.125);line-height:1.98}
.soft-shell .public-surface{border-top:1px solid #D3DCE6;padding-top:1.5rem}
.soft-shell .public-surface p{margin:0 0 calc(1.05rem * 1.5);line-height:1.98}
.soft-shell .public-surface p:last-child{margin-bottom:0}
.soft-shell .top-note{margin-top:1.5rem;padding-top:calc(1.05rem * 1.5);border-top:1px solid #D3DCE6;font-size:14.7px;color:#2A3A4C}
.soft-shell .top-note p{margin:0;line-height:1.98}
.soft-shell .top-note a{color:#0E5FB0;text-decoration:underline;text-underline-offset:3px}
.soft-shell .top-note a:hover{color:inherit;}
@media (max-width:640px){.soft-shell .featured-story{flex-direction:column;gap:.35rem}.soft-shell .featured-story span{padding-right:0}.soft-shell .featured-story span:not(:last-child)::after{display:none}
}
.plain-benefit{padding:calc(1.5rem * 2.4) 1.81rem;background:#FFFFFF;color:#152233}
.plain-benefit .text-quote{width:min(100%,calc(980px*.62));margin:0 auto}
.plain-benefit .featured-story{display:flex;flex-wrap:wrap;gap:1.05rem;margin-bottom:calc(1.05rem * 1.5);color:#2A3A4C;font-size:calc(14.7px * .875)}
.plain-benefit .featured-story span{min-width:0}
.plain-benefit h1{margin:0;font-size:calc(14.7px * 2.65);line-height:1.08}
.plain-benefit .content-plan{margin:1.5rem 0 calc(1.05rem * 1.5);color:#2A3A4C;font-size:calc(14.7px * 1.125);line-height:1.98}
.plain-benefit .service-visual{margin:0 0 calc(1.05rem * 1.5);border-radius:1rem;overflow:hidden;background:#F4F7FA;color:#2A3A4C;}
.plain-benefit .service-visual img{display:block;width:100%;height:auto}
.plain-benefit .public-surface{border-top:1px solid #D3DCE6;padding-top:1.5rem}
.plain-benefit .public-surface p{margin:0 0 1.5rem;line-height:1.98}
.plain-benefit .public-surface h2{margin:1.5rem 0 calc(1.5rem * .75);font-size:calc(14.7px * 1.35);line-height:1.25}
.plain-benefit .public-surface h2:first-of-type{margin-top:0}
.plain-benefit .public-surface p:last-child{margin-bottom:0}
.plain-benefit .top-note{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.05rem;margin-top:calc(1.05rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D3DCE6;font-size:calc(14.7px * .875)}
.plain-benefit .site-actions{color:#2A3A4C}
.plain-benefit .top-note a{color:#0E5FB0;text-decoration:none;border-bottom:1px solid transparent;transition:color 640ms var(--ease-panel),border-color 640ms var(--ease-panel)}
.plain-benefit .top-note a:hover{color:inherit;border-bottom-color:#1E88E5}
@media (max-width:640px){.plain-benefit .text-quote{width:100%}.plain-benefit .top-note{flex-direction:column;gap:calc(1.5rem * .75)}
}
.plain-tile{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:#FFFFFF;
    color:#152233;
  }
.plain-tile .strong-unit{max-width:min(980px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.05rem * 1.5);}
.plain-tile h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.8vw,calc(14.7px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.plain-tile .compact-copy{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.68rem;
    margin:0;}
.plain-tile .strong-unit>div{max-width:40rem;
    padding-top:1.5rem;
    border-top:1px solid #D3DCE6;}
.plain-tile p{margin:0;
    font-size:clamp(1rem,1.24vw,14.7px);
    line-height:1.78;
    color:#2A3A4C;}
@media (max-width:640px){.plain-tile h1{max-width:100%;}.plain-tile .compact-copy{aspect-ratio:4/3;}.plain-tile{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.simple-story{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #1E88E5 0%, #0E5FB0 100%);color:#FFFFFF}
.simple-story .text-quote{max-width:980px;margin:0 auto}
.simple-story .wide-story{margin-bottom:calc(1.05rem * 1.5)}
.simple-story h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.7px * 2);line-height:1.1}
.simple-story .wide-story p{margin:0;max-width:52ch;font-size:14.7px;line-height:1.98}
.simple-story form{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}
.simple-story .page-form{flex:2 1 26rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.simple-story .steady-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.simple-story .steady-intro .visual-brand{flex:1 1 12rem;min-width:0}
.simple-story .visual-brand{display:block;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.68rem;background:color-mix(in srgb,#0E5FB0 72%,transparent);color:#FFFFFF;box-shadow:0 0px 4px rgba(0,0,0,0.04)}
.simple-story .visual-brand span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(14.7px * .875);opacity:.85}
.simple-story input,.simple-story textarea,.simple-story select{width:100%;border:0;background:transparent;color:inherit;font:inherit;outline:none}
.simple-story select option{}
.simple-story input:focus,.simple-story textarea:focus,.simple-story select:focus{box-shadow:0 1px 0 rgba(30, 136, 229, 0.35)}
.simple-story textarea{resize:vertical}
.simple-story .public-figure{flex:1 1 18rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:1.5rem;border-radius:1rem;background:#1E88E5;color:#FFFFFF;min-width:0}
.simple-story .public-figure p{margin:0;font-size:calc(14.7px * .875);line-height:1.98}
.simple-story .public-figure a{text-decoration:underline}
.simple-story .public-figure .top-note{opacity:.9}
.simple-story button{align-self:flex-start;margin-top:auto;border:0;border-radius:0.37rem;background:var(--tone-panel);color:var(--tone-cool);font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.simple-story button:hover{background:#0A4C8E;color:#152233;}
@media(max-width:760px){.simple-story form{display:block}.simple-story .public-figure{margin-top:1.5rem}}
.main-method{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #F4F7FA;
  color: #2A3A4C;
}
.main-method .text-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.05rem * 1.5);
  max-width: 980px;
  margin: 0 auto;
  align-items: flex-start;}
.main-method .flow{flex: 1 1 300px;
  min-width: 0;}
.main-method h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.main-method .flow p{margin: 1.5rem 0 0;
  line-height: 1.98;}
.main-method .wide-list{flex: 1 1 420px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;}
.main-method .team-flow{
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  padding: calc(1.5rem * .75) 1.5rem;
  background: #FFFFFF;
  color: #152233;
  border: 1px solid #D3DCE6;
  border-radius: 0.68rem;
}
.main-method .team-flow span{flex: 0 0 34%;
  font-size: calc(14.7px * .875);
  color: #2A3A4C;}
.main-method .team-flow p,
.main-method .team-flow a{flex: 1 1 0;
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-height: 1.98;}
.main-method .direct-team a{color: #0E5FB0;
  font-size: calc(14.7px * 1.125);
  text-underline-offset: .2em;}
.main-method .direct-team a:hover{color:inherit;}
.main-method .service-surface{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D3DCE6;}
.main-method .service-surface a{color: #0E5FB0;
  text-decoration-thickness: 1px;
  text-underline-offset: .2em;}
.main-method .service-surface a:hover{color:inherit;}
@media (max-width: 640px) {.main-method .team-flow{
    display: block;
  }.main-method .team-flow span{
    display: block;
    margin-bottom: calc(1.5rem * .75);
  }.main-method .team-flow p,
  .main-method .team-flow a{
    display: block;
  }
}
.soft-list{padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--tone-cool)}
.soft-list .fresh-form{max-width:min(980px,62rem);margin:0 auto}
.soft-list h2{margin:0;font-size:calc(14.7px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.soft-list .wide-team{margin:1.5rem 0 calc(1.05rem * 1.5);font-size:calc(14.7px * 1.125);max-width:48rem;opacity:.92}
.soft-list .media-unit{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.28)}
.soft-list .content-feature{padding:1.05rem 0;display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:calc(1.5rem * .75) 1.05rem;align-items:start}
.soft-list .content-feature + .content-feature{border-top:1px solid rgba(255,255,255,.18)}
.soft-list h3{margin:0;font-size:calc(14.7px * 1.35);line-height:1.25;font-weight:700}
.soft-list .content-feature p{margin:0;font-size:14.7px;line-height:1.98}
@media (max-width:720px){.soft-list .content-feature{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.media-method{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #0E5FB0;
  color: #FFFFFF;
}
.media-method .text-quote{max-width: min(980px, 62rem);
  margin: 0 auto;}
.media-method .soft-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.05rem * 1.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);}
.media-method h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;
  letter-spacing: -0.01em;}
.media-method .wide-story{margin: 0;
  max-width: 48rem;
  font-size: calc(14.7px * 1.125);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);}
.media-method .local-details{display: flex;
  flex-direction: column;
  gap: calc(calc(1.05rem * 1.5) * 0.9);
  margin-top: calc(1.05rem * 1.5);}
.media-method .text-view{display: grid;
  grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.14);}
.media-method .text-view:first-child{padding-top: 0;
  border-top: none;}
.media-method h3{margin: 0;
  font-size: calc(14.7px * 1.35);
  line-height: 1.3;
  font-weight: 700;}
.media-method .text-view p{margin: 0;
  font-size: 14.7px;
  line-height: 1.98;
  color: rgba(255, 255, 255, 0.86);}
.media-method .text-view a{text-decoration: underline;
  text-underline-offset: 3px;}
.media-method .text-view a:hover{}
.media-method .content-feature{margin: calc(1.05rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: calc(14.7px * .875);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);}
@media (max-width: 720px) {.media-method .text-view{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.5);
  }
}
.secondary-form{padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;background:#FFFFFF;color:#152233;}
.secondary-form .strong-unit{max-width:min(980px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(1.05rem * 1.5));}
.secondary-form h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(14.7px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.secondary-form .compact-copy{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.68rem;}
.secondary-form .open-shell{max-width:40rem;padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D3DCE6;}
.secondary-form p{margin:0;font-size:clamp(1rem,1.28vw,14.7px);line-height:1.76;color:#2A3A4C;}
@media (max-width:640px){.secondary-form{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.secondary-form h1{max-width:100%;}.secondary-form .compact-copy{aspect-ratio:4/3;}
  }
.content-group{--mark-local:calc(1.5rem * 0.89);--state-public:calc(980px / 2.13);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--tone-panel);color:var(--tone-cool);}
.content-group .text-quote{max-width:980px;margin:0 auto;display:flex;flex-direction:column;}
.content-group h2,.content-group p,.content-group nav{margin:0;}
.content-group h2{font-size:calc(14.7px * 2);line-height:1.12;}
.content-group p{font-size:14.7px;line-height:1.98;}
.content-group a{color:inherit;text-decoration:none;}
.content-group .local-content{padding-inline-start:calc(1.81rem / 2);}
.content-group .soft-rail{row-gap:calc(var(--mark-local) * 1.2);}
.content-group .content-feature{max-width:var(--state-public);font-size:calc(14.7px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.82;}
.content-group .content-plan{max-width:calc(980px / 1.35);opacity:.9;}
.content-group .public-figure{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--tone-cool);color:var(--tone-panel);font-weight:600;}
.content-group .top-note{display:flex;flex-wrap:wrap;gap:1.05rem;padding-top:calc(var(--mark-local) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-group .top-note a{font-size:calc(14.7px * .875);text-decoration:underline;text-underline-offset:3px;opacity:.86;}
.content-group .top-note a:hover{opacity:1;}
@media (max-width:640px){.content-group .local-content{padding-inline-start:0;}.content-group .public-figure{align-self:stretch;text-align:center;}
}
.focused-headline{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #0E5FB0;
  color: #FFFFFF;
}
.focused-headline .text-quote{max-width: min(980px, 78rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.05rem * 1.5);
  align-items: flex-start;}
.focused-headline .open-shell{flex: 1 1 32rem;
  min-width: 0;}
.focused-headline h2{margin: 0;
  font-size: calc(14.7px * 2);
  line-height: 1.12;}
.focused-headline .open-shell p{margin: calc(1.5rem * .75) 0 0;
  max-width: 40rem;
  font-size: calc(14.7px * 1.125);}
.focused-headline .open-shell .content-feature{font-size: calc(14.7px * .875);
  color: #D3DCE6;}
.focused-headline .top-note{margin-top: calc(1.05rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;}
.focused-headline .top-note a{font-size: calc(14.7px * .875);
  text-decoration: underline;
  text-underline-offset: 3px;}
.focused-headline .top-note a:hover{color:inherit;}
.focused-headline .clear-team{
  flex: 0 1 20rem;
  min-width: 16rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #FFFFFF;
  color: #152233;
  border: 1px solid #D3DCE6;
}
.focused-headline .clear-team strong{display: block;
  font-size: calc(14.7px * 1.35);}
.focused-headline .clear-team p{margin: calc(1.5rem * .75) 0;}
.focused-headline .team-flow{list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
  font-size: calc(14.7px * .875);}
.focused-headline .team-flow a{color:inherit;}
.focused-headline .team-flow a:hover{color:inherit;}
.focused-headline .public-body{display: block;
  margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D3DCE6;color:inherit;
  font-size: calc(14.7px * .875);}
.focused-headline .fresh-team{
  display: inline-block;
  margin-top: calc(1.5rem * .75);
  padding: 0.5rem 0.9rem;
  border-radius: 0.37rem;
  background: var(--tone-panel);
  color: var(--tone-cool);
  font-size: calc(14.7px * .875);
  text-decoration: none;
}
.focused-headline .fresh-team:hover{
  background: #0A4C8E;color:#152233;}
@media (max-width: 760px) {.focused-headline .text-quote{
    flex-direction: column;
  }.focused-headline .clear-team{
    flex: 1 1 auto;
    width: 100%;
  }
}
.team-intro{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.81rem;background:#1E88E5;color:#FFFFFF}
.team-intro:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,color-mix(in srgb,currentColor 7%,transparent) 14% 14.1%);animation:nfFloor calc(640ms*42) linear infinite alternate;pointer-events:none}
.team-intro .text-quote{position:relative;z-index:1;max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.team-intro .narrow-surface{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-intro .content-plan{max-width:38rem;margin:0;font-size:calc(14.7px * 1.125);line-height:1.98}
.team-intro h1{max-width:18ch;margin:0;font-size:calc(14.7px * 2.65);line-height:1.06}
.team-intro .open-shell{max-width:44rem;margin:0;font-size:14.7px;line-height:1.98}
.team-intro .top-note{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.05rem calc(1.5rem * .75);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.team-intro .top-note a{color:inherit;text-underline-offset:.24em}
.team-intro .public-figure{font-size:calc(14.7px * 1.125);font-weight:700}
.team-intro .team-flow{font-size:14.7px;opacity:.92}
.team-intro .content-feature{max-width:44rem;margin:0;font-size:calc(14.7px * .875);line-height:1.98;opacity:.9}
.team-intro .content-feature a{color:inherit;text-underline-offset:.2em}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:560px){.team-intro .top-note{flex-direction:column;align-items:flex-start}}
@media(prefers-reduced-motion:reduce){.team-intro:after{animation:none}}
.featured-media{
    padding:calc(1.5rem * 2.4) 1.81rem;
    background:#F4F7FA;
    color:#2A3A4C;
}
.featured-media .text-quote{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.05rem * 1.5);}
.featured-media .content-plan{max-width:640px;
    display:flex;
    flex-direction:column;
    gap:calc(1.05rem * 0.6);}
.featured-media .content-plan h2{margin:0;
    font-size:calc(14.7px * 2);
    line-height:1.25;}
.featured-media .content-plan p{margin:0;
    font-size:14.7px;}
.featured-media .narrow-surface{display:flex;
    flex-wrap:wrap;
    gap:1.05rem;}
.featured-media .text-view{
    flex:1 1 260px;
    min-width:240px;
    padding:calc(1.5rem * .75);
    border:1px solid #D3DCE6;
    border-radius:0.68rem;
    background:#FFFFFF;
    color:#152233;
    box-shadow:0 0px 4px rgba(0,0,0,0.04);
}
.featured-media .text-view h3{margin:0 0 0.5rem;
    font-size:calc(14.7px * 1.35);}
.featured-media .text-view p{margin:0;
    font-size:calc(14.7px * .875);
    line-height:1.98;}
.featured-media .text-view a{color:#0E5FB0;
    text-decoration:none;
    border-bottom:1px solid #D3DCE6;}
.featured-media .text-view a:hover{color:inherit;}
.featured-media .top-note{display:flex;
    flex-wrap:wrap;
    gap:1.05rem;
    padding-top:calc(1.05rem * 0.4);
    border-top:1px solid #D3DCE6;}
.featured-media .top-note a{
    display:inline-block;
    padding:0.55rem 1.1rem;
    border-radius:0.37rem;
    background:var(--tone-panel);
    color:var(--tone-cool);
    font-size:calc(14.7px * .875);
    text-decoration:none;
}
.featured-media .top-note a:hover{
    background:#0A4C8E;color:#152233;}
@media (max-width:640px){.featured-media .text-view{
        flex:1 1 100%;
    }
}
