html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Barlow", sans-serif;}
.bottom-callout {
    width: 100%;
    background: #FFFFFF;
    color: #0A0F18;
    border-bottom: 1px solid #D8E0EA;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  }
:root {
  --delay-entry: cubic-bezier(0.4,0,0.2,1);
  --ink-main: #1C2634;
  --line-muted: #F2F5F9;
}
.steady-visual {
    max-width: 1340px;
    margin: 0 auto;
    padding: calc(1.41rem * 1.5) 1.71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.41rem;
  }
.quiet-visual {
    display: flex;
    align-items: center;
    gap: calc(1.41rem * 2);
    min-width: 0;
  }
.bottom-fields {
    font-size: calc(16.9px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0A0F18;
    text-decoration: none;
    white-space: nowrap;
  }
.bottom-fields:hover {
    color: #1E6FD9;
  }
.page-service ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.41rem * 1.5);
  }
.page-service a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.9px;
    color: #0A0F18;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 300ms var(--delay-entry),
                border-color 300ms var(--delay-entry);
  }
.page-service a:hover {
    color: #1E6FD9;
    border-bottom-color: #1E6FD9;
  }
.service-block {
    display: flex;
    align-items: center;
    gap: 1.41rem;
  }
.open-links {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #0B2545;
    color: #FFFFFF;
    font-size: calc(16.9px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.46rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    white-space: nowrap;
    transition: background 300ms var(--delay-entry),
                box-shadow 300ms var(--delay-entry);
  }
.open-links:hover{
    background: #123A6B;
    box-shadow: 0 10px 26px rgba(0,0,0,0.16);color:#0A0F18;}
.steady-details {
    display: none;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--line-muted);
    color: var(--ink-main);
    border: 1px solid #D8E0EA;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.steady-details span{
    display: block;
    width: 20px;
    height: 2px;
    background: var(--ink-main);
    border-radius: 2px;color:#0A0F18;}
.steady-details:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#0A0F18;}
@media (max-width: 900px) {
    .page-service ul {
      gap: 1.41rem;
    }
    .page-service a {
      font-size: calc(16.9px * .875);
    }
  }
@media (max-width: 767px) {
    .steady-visual {
      padding: calc(1.5rem * .75) 1.71rem;
      flex-wrap: wrap;
    }

    .quiet-visual {
      flex: 1 1 auto;
      gap: 1.41rem;
    }

    .steady-details {
      display: flex;
    }

    .page-service {
      display: none;
      order: 3;
      flex-basis: 100%;
      width: 100%;
      margin-top: calc(1.41rem * 1.5);
      padding-top: calc(1.41rem * 1.5);
      border-top: 1px solid #D8E0EA;
    }

    .page-service.is-open {
      display: block;
    }

    .page-service ul {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .page-service li {
      border-bottom: 1px solid #D8E0EA;
    }

    .page-service li:last-child {
      border-bottom: none;
    }

    .page-service a {
      display: block;
      padding: 0.85rem 0.25rem;
      font-size: 16.9px;
      border-bottom: none;
    }

    .page-service a:hover {
      border-bottom-color: transparent;
    }

    .open-links {
      padding: 0.55rem 0.9rem;
      font-size: calc(16.9px * .875);
    }
  }
@media (max-width: 420px) {
    .open-links {
      display: none;
    }
  }
.clear-copy{font-family:"Barlow", sans-serif;font-size:16.9px;line-height:1.68;width:100%;padding:0;background:#0B2545;color:#FFFFFF;}
.main-feature{max-width:1340px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.71rem;display:flex;flex-direction:column;gap:calc(1.41rem * 1.5)}
.offer-details{display:grid;grid-template-columns:1.2fr 1.4fr 0.9fr 1.3fr;gap:calc(1.5rem * .75);align-items:start}
.wide-track{min-width:0}
.simple-body{font-size:calc(16.9px * 1.125);font-weight:600;margin:0 0 1.5rem;letter-spacing:0.01em}
.offer-grid{margin:0;font-size:calc(16.9px * .875);max-width:32ch}
.fresh-area{font-size:16.9px;font-weight:600;margin:0 0 1.5rem;letter-spacing:0.02em}
.strong-callout{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2);font-size:calc(16.9px * .875)}
.active-links{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:calc(1.5rem / 2) 1.41rem}
.strong-callout a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 300ms var(--delay-entry)}
.strong-callout a:hover,
  .strong-callout a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.primary-method{gap:1.5rem}
.primary-method li{display:flex;flex-direction:column;gap:2px}
.open-intro{font-size:calc(16.9px * .875);opacity:0.7;text-transform:uppercase;letter-spacing:0.06em}
.quiet-content{font-size:calc(16.9px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.wide-inner{border-top:1px solid currentColor;padding-top:1.5rem;font-size:calc(16.9px * .875);opacity:0.85}
.wide-inner p{margin:0;max-width:90ch}
.wide-inner a{color:inherit;text-decoration:underline}
.wide-inner a:hover,
  .wide-inner a:focus-visible{text-decoration:none;outline:none;color:inherit}
.clear-body{font-size:calc(16.9px * .875);opacity:0.75}
.clear-body p{margin:0}
@media (max-width: 1024px) {.offer-details{grid-template-columns:1fr 1fr}
  }
@media (max-width: 640px) {.offer-details{grid-template-columns:1fr;gap:calc(1.41rem * 1.5)}.active-links{grid-template-columns:1fr 1fr}.main-feature{padding:calc(1.41rem * 1.5) 1.71rem}
  }
footer,footer *{border-radius:0!important;}
footer .active-contact{flex:1 1 100%;max-width:1340px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.9px * .875);line-height:1.68;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.71rem;right:1.71rem;bottom:1.5rem;z-index:1200;}
.cookies .wide-plan{max-width:1340px;margin:0 auto;padding:1.5rem 1.71rem;background:#1E6FD9;border-radius:0.79rem;box-shadow:0 24px 32px rgba(0,0,0,0.2);display:grid;grid-template-columns:1fr auto;gap:1.41rem;align-items:center;color:#FFFFFF;}
.cookies .clear-links strong{display:block;margin-bottom:4px;}
.cookies .clear-links p{margin:0;opacity:.95;}
.cookies .simple-feature{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .simple-feature button{border:1px solid color-mix(in srgb, currentColor 12%, transparent);background:color-mix(in srgb, currentColor 20%, transparent);color:inherit;border-radius:0.27rem;padding:8px 10px;cursor:pointer;}
.cookies .simple-feature button.cookie-accept{background:#0B2545;color:#FFFFFF;}
@media (max-width: 760px){.cookies .wide-plan{grid-template-columns:1fr;}
    }
.plain-service{
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:linear-gradient(90deg,rgba(6,14,32,.82),rgba(6,14,32,.48)),url("https://images.pexels.com/photos/2881232/pexels-photo-2881232.jpeg?auto=compress&cs=tinysrgb&w=800") center/cover no-repeat,#0B2545;
  color:#FFFFFF;
}
.plain-service .wide-plan{max-width:1340px;
  margin:0 auto;}
.plain-service h1,
.plain-service p{margin:0;}
.plain-service .text-row{display:flex;
  align-items:flex-end;
  gap:1.41rem;}
.plain-service h1{font-size:calc(16.9px * 2.65);
  line-height:1.08;
  flex:1 1 auto;}
.plain-service .primary-contact{flex:0 1 calc(1340px / 3);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.41rem * 1.5);}
.plain-service .public-method{font-size:16.9px;
  line-height:1.68;
  color:rgba(255,255,255,.8);}
.plain-service .local-content{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.41rem;
  margin-top:calc(1.5rem * .75);}
.plain-service .text-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.27rem;
  background:#1E6FD9;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:600;
  transition:background 300ms var(--delay-entry);
}
.plain-service .text-items:hover{
  background:#1558B0;color:#0A0F18;}
.plain-service .media{text-decoration:none;
  font-size:calc(16.9px * .875);
  border-bottom:1px solid rgba(255,255,255,.4);
  padding-bottom:2px;
  transition:border-color 300ms var(--delay-entry);}
.plain-service .media:hover{border-color:#FFFFFF;}
@media(max-width:760px){.plain-service .text-row{
    align-items:flex-start;
    flex-direction:column;
  }.plain-service h1,
  .plain-service .primary-contact{
    max-width:100%;
    flex:1 1 auto;
  }
}
.bottom-tile{
  background:#FFFFFF;
  color:#0A0F18;
  padding:calc(1.5rem * 2.4) 1.71rem;
}
.bottom-tile .wide-plan{max-width:1340px;
  margin:0 auto;}
.bottom-tile .public-entries{display:flex;
  flex-wrap:wrap;
  gap:calc(1.41rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid #D8E0EA;}
.bottom-tile h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.12;}
.bottom-tile .public-entries p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--ink-main);
  line-height:1.68;}
.bottom-tile .clear-media{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.bottom-tile .clear-media a{
  flex:1 1 17rem;
  min-width:0;
  color:inherit;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#0A0F18;
  border:1px solid #D8E0EA;
  border-radius:0.79rem;
  transition:border-color 300ms var(--delay-entry);
}
.bottom-tile .clear-media a:hover{border-color:#1E6FD9;}
.bottom-tile .clear-media strong,
.bottom-tile .clear-media span{display:block;}
.bottom-tile .clear-media strong{font-size:16.9px;}
.bottom-tile .clear-media span{margin-top:.4rem;
  color:var(--ink-main);
  font-size:calc(16.9px * .875);
  line-height:1.68;}
.bottom-tile .local-content{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.41rem;
  padding-top:1.5rem;
  border-top:1px solid #D8E0EA;}
.bottom-tile .local-content span{flex:1 1 24rem;
  min-width:0;
  color:var(--ink-main);
  font-size:calc(16.9px * .875);
  line-height:1.68;}
.bottom-tile .local-content a{color:#0B2545;
  text-decoration:none;
  border-bottom:1px solid #0B2545;
  padding-bottom:2px;
  font-size:calc(16.9px * .875);}
.bottom-tile .local-content a:hover{color:#1E6FD9;
  border-bottom-color:#1E6FD9;}
@media (max-width:680px){.bottom-tile .public-entries{display:block}.bottom-tile .public-entries p{margin-top:1.5rem}.bottom-tile .clear-media{display:block}.bottom-tile .clear-media a{display:block;margin-top:1.41rem}.bottom-tile .local-content{display:block}.bottom-tile .local-content a{display:inline-block;margin-top:1.5rem;margin-right:1.41rem}
}
.primary-list{padding:calc(1.5rem * 2.4) 1.71rem;background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);color:#FFFFFF}
.primary-list .wide-plan{max-width:1340px;margin:0 auto;display:flex;align-items:flex-start;gap:1.41rem}
.primary-list .section{flex:0 0 min(23rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.primary-list .section h2{margin:0;font-size:calc(16.9px * 2);line-height:1.06}
.primary-list .section p{margin:calc(1.41rem * 1.5) 0 0;font-size:16.9px;line-height:1.68}
.primary-list .section strong{display:block;margin-top:calc(1.41rem * 1.5);font-size:calc(16.9px * 1.125);line-height:1.15}
.primary-list .soft-plan{flex:1 1 0;display:flex;flex-direction:column}
.primary-list .strong-surface{display:grid;grid-template-columns:minmax(11rem,16rem) 1fr;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255,255,255,0.14)}
.primary-list .strong-surface:last-child{border-bottom:1px solid rgba(255,255,255,0.14)}
.primary-list .strong-surface strong{font-size:calc(16.9px * 1.125);line-height:1.15}
.primary-list .strong-surface p{margin:0;font-size:calc(16.9px * .875);line-height:1.68}
.primary-list .local-content{max-width:1340px;margin:calc(1.41rem * 1.5) auto 0;font-size:calc(16.9px * .875);line-height:1.68}
.primary-list .local-content a{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px}
.primary-list .local-content a:hover{}
@media(max-width:820px){.primary-list .wide-plan{display:block}.primary-list .section{position:static;flex:none;max-width:none;padding-top:0;margin-bottom:calc(1.41rem * 1.5)}.primary-list .strong-surface{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.site-track{padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18}
.site-track .wide-plan{max-width:min(1340px,58rem);margin:0 auto}
.site-track .public-entries{max-width:44rem}
.site-track h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.site-track .public-entries p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.68}
.site-track .offer-footer{margin-top:calc(1.41rem * 1.5);border-top:1px solid #D8E0EA}
.site-track details{padding:1.5rem 0;border-bottom:1px solid #D8E0EA}
.site-track summary{cursor:pointer;font-size:calc(16.9px * 1.35);line-height:1.2;list-style:none}
.site-track summary::-webkit-details-marker{display:none}
.site-track summary::after{content:"+";float:right;font-size:calc(16.9px * 1.125);color:var(--ink-main);margin-left:1.41rem}
.site-track details[open] summary::after{content:"–"}
.site-track details p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.68}
@media(max-width:720px){.site-track summary{font-size:16.9px}.site-track .public-entries{max-width:none}
}
.bottom-inner{
  --state-strong:calc(1.5rem * 1.18);
  --axis-base:calc(1340px / 4.6);
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:#0B2545;
  color:#FFFFFF;
}
.bottom-inner .wide-plan{max-width:1340px;
  margin:0 auto;}
.bottom-inner h2,
.bottom-inner h3,
.bottom-inner p{margin:0;}
.bottom-inner h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.bottom-inner h3{font-size:calc(16.9px * 1.35);
  line-height:1.22;}
.bottom-inner p{font-size:16.9px;
  line-height:1.68;}
.bottom-inner .public-entries .section{margin-top:calc(1.41rem * 1.5);
  max-width:100%;}
.bottom-inner .public-method{font-size:calc(16.9px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.72;
  margin-bottom:calc(1.41rem * 1.5);}
.bottom-inner .open-callout{display:flex;
  flex-wrap:wrap;
  gap:var(--state-strong);
  margin-top:var(--state-strong);}
.bottom-inner .secondary-callout{flex:1 1 260px;
  min-width:0;
  padding-top:calc(1.41rem * 1.5);
  border-top:1px solid rgba(255,255,255,0.18);}
.bottom-inner .secondary-callout img{display:block;
  width:100%;
  max-width:var(--axis-base);
  height:auto;
  border-radius:0.46rem;
  margin-bottom:calc(1.41rem * 1.5);}
.bottom-inner .secondary-callout p{margin-top:calc(1.5rem / 3);
  opacity:0.82;}
.bottom-inner .secondary-callout a{display:inline-block;
  margin-top:calc(1.41rem * 1.5);
  color:inherit;
  text-decoration:none;
  font-size:calc(16.9px * .875);
  border-bottom:1px solid rgba(255,255,255,0.45);
  padding-bottom:2px;
  transition:border-color 300ms var(--delay-entry);}
.bottom-inner .secondary-callout a:hover{border-color:#FFFFFF;}
.bottom-inner .local-content{margin-top:var(--state-strong);
  padding-top:calc(1.41rem * 1.5);
  border-top:1px solid rgba(255,255,255,0.18);
  font-size:calc(16.9px * .875);
  opacity:0.85;}
.bottom-inner .local-content a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,0.45);}
.bottom-inner .local-content a:hover{border-color:#FFFFFF;}
@media (max-width:720px){.bottom-inner .secondary-callout{
    flex:1 1 100%;
  }.bottom-inner .secondary-callout img{
    max-width:100%;
  }
}
.bottom-details{--state-strong:calc(1.5rem * 0.9);--mark-main:calc(1340px / 3.3);padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18;}
.bottom-details .wide-plan{max-width:1340px;margin:0 auto;}
.bottom-details h2,.bottom-details h3,.bottom-details p{margin:0;}
.bottom-details h2{font-size:calc(16.9px * 2);line-height:1.14;}
.bottom-details h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.bottom-details p{font-size:16.9px;line-height:1.68;}
.bottom-details .public-entries{display:flex;flex-wrap:wrap;gap:1.41rem;align-items:flex-start;}
.bottom-details .public-entries>h2{flex:1 1 var(--mark-main);min-width:0;}
.bottom-details .public-entries>.section{flex:1 1 var(--mark-main);min-width:0;color:var(--ink-main);}
.bottom-details .open-callout{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:calc(1.5rem * 1.1);}
.bottom-details .secondary-callout{flex:1 1 var(--mark-main);min-width:0;padding:calc(calc(1.5rem * .75) * 0.9);border:1px solid #D8E0EA;border-radius:0.46rem;background:#FFFFFF;color:#0A0F18;}
.bottom-details .secondary-callout p{margin-top:calc(1.5rem / 3.2);color:var(--ink-main);}
.bottom-details .public-method{margin-top:calc(1.5rem * 1.1);padding-top:calc(1.41rem * 1.5);border-top:1px solid #D8E0EA;color:var(--ink-main);}
.bottom-details .public-method a{color:#0B2545;text-decoration:underline;text-underline-offset:3px;}
.bottom-details .public-method a:hover{color:#1E6FD9;}
@media (max-width:720px){.bottom-details .open-callout{gap:1.41rem;}.bottom-details .secondary-callout{flex:1 1 100%;}
}
.featured-story{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: #1E6FD9;
  color: #FFFFFF;
}
.featured-story .content-form{
  max-width: 1340px;
  margin: 0 auto;
  border-radius: 1.15rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #0A0F18;
  box-shadow: 0 24px 32px rgba(0,0,0,0.2);
}
.featured-story .compact-panel{display: flex;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #D8E0EA;}
.featured-story .compact-panel span{font-size: calc(16.9px * .875);}
.featured-story a{text-decoration: none;}
.featured-story .compact-panel a{font-size: calc(16.9px * .875);
  font-weight: 600;}
.featured-story .compact-panel a:hover{}
.featured-story .visual-benefit{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;
  padding: calc(1.41rem * 1.5);}
.featured-story .section{flex: 1 1 320px;}
.featured-story h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.12;}
.featured-story .section p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.9px;}
.featured-story .bottom-body{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D8E0EA;}
.featured-story .bottom-body a{
  display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D8E0EA;
  background: transparent;
  color: #0A0F18;
}
.featured-story .bottom-body a:hover strong{}
.featured-story .bottom-body span,
.featured-story .bottom-body small{display: block;
  font-size: calc(16.9px * .875);}
.featured-story .bottom-body strong{display: block;
  margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(16.9px * 1.125);
  transition: color 300ms var(--delay-entry);}
@media (max-width: 780px) {.featured-story .visual-benefit{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.featured-story .compact-panel{
    flex-direction: column;
    align-items: flex-start;
  }
}
.active-frame{
  --state-strong:calc(1.5rem * 0.9);
  --axis-base:calc(1340px / 4.6);
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:#FFFFFF;
  color:#0A0F18;
}
.active-frame .wide-plan{max-width:1340px;
  margin:0 auto;}
.active-frame h2,
.active-frame h3,
.active-frame p{margin:0;}
.active-frame h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.active-frame h3{font-size:calc(16.9px * 1.35);
  line-height:1.22;}
.active-frame p{font-size:16.9px;
  line-height:1.68;}
.active-frame a{color:#0B2545;
  text-decoration:none;}
.active-frame a:hover{color:#1E6FD9;}
.active-frame .public-entries .section{margin-top:calc(1.41rem * 1.5);
  color:var(--ink-main);}
.active-frame .content-summary{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.41rem * 0.6);
  margin-top:calc(1.41rem * 1.5);
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid #D8E0EA;}
.active-frame .active-unit{
  display:inline-flex;
  align-items:center;
  padding:calc(calc(1.5rem * .75) * 0.4) calc(1.5rem * .75);
  border:1px solid #D8E0EA;
  border-radius:0.27rem;
  background:#FFFFFF;
  color:#0A0F18;
  font-size:calc(16.9px * .875);
}
.active-frame .active-unit.is-active{
  background:#0B2545;
  color:#FFFFFF;
  border-color:#0B2545;
}
.active-frame .wide-flow{margin-left:auto;
  font-size:calc(16.9px * .875);
  color:var(--ink-main);}
.active-frame .open-callout{display:flex;
  flex-direction:column;
  gap:var(--state-strong);
  margin-top:var(--state-strong);}
.active-frame .secondary-callout{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.41rem;
  padding-bottom:var(--state-strong);
  border-bottom:1px solid #D8E0EA;}
.active-frame .secondary-callout:last-child{border-bottom:0;
  padding-bottom:0;}
.active-frame .secondary-panel{flex:0 0 var(--axis-base);
  max-width:var(--axis-base);
  min-width:0;}
.active-frame .secondary-panel img{display:block;
  width:100%;
  height:auto;
  border-radius:0.46rem;
  box-shadow:0 2px 8px rgba(0,0,0,0.13);}
.active-frame .visual-benefit{flex:1 1 calc(1340px / 2);
  min-width:0;}
.active-frame .visual-benefit .plain-track{margin-top:calc(calc(1.41rem * 1.5) * 0.35);
  color:var(--ink-main);
  font-size:calc(16.9px * .875);}
.active-frame .visual-benefit p:not(.plain-track){margin-top:calc(1.41rem * 1.5);}
.active-frame .local-content{
  display:inline-flex;
  align-items:center;
  margin-top:calc(1.41rem * 1.5);
  padding:calc(calc(1.5rem * .75) * 0.5) calc(1.5rem * .75);
  border-radius:0.27rem;
  background:#1E6FD9;
  color:#FFFFFF;
  font-size:calc(16.9px * .875);
}
.active-frame .local-content:hover{
  background:#1558B0;
  color:#FFFFFF;
}
.active-frame .public-method{margin-top:var(--state-strong);
  padding-top:calc(1.41rem * 1.5);
  border-top:1px solid #D8E0EA;
  font-size:calc(16.9px * .875);
  color:var(--ink-main);}
@media (max-width:760px){.active-frame .secondary-panel{
    flex:1 1 100%;
    max-width:100%;
  }.active-frame .wide-flow{
    margin-left:0;
  }
}
.quiet-flow{--state-strong:calc(1.5rem * 1.29);padding:calc(1.5rem * 2.4) 1.71rem;background:#1E6FD9;color:#FFFFFF;}
.quiet-flow .wide-plan{max-width:1340px;margin:0 auto;}
.quiet-flow h1,.quiet-flow h2,.quiet-flow h3,.quiet-flow p{margin:0;}
.quiet-flow h2{font-size:calc(16.9px * 2);line-height:1.12;}
.quiet-flow h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.quiet-flow p{font-size:16.9px;line-height:1.68;}
.quiet-flow .public-method{font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:.08em;opacity:.72;}
.quiet-flow .section{margin-top:var(--state-strong);}
.quiet-flow a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.quiet-flow .open-callout{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.quiet-flow .secondary-callout{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.46rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.quiet-flow .secondary-callout p{margin-top:calc(1.5rem / 3);opacity:.86;}
.quiet-flow .wide-body>h2{margin-top:var(--state-strong);}
.media-benefit{padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18;}
.offer-wrap{max-width:1340px;margin:0 auto;}
.media-benefit h1{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08;}
.wide-entries{--state-strong:calc(1.5rem * 1.35);--mark-static:calc(1340px / 2.80);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.wide-entries .wide-plan{max-width:1340px;margin:0 auto;}
.wide-entries h1,.wide-entries h2,.wide-entries h3,.wide-entries p{margin:0;}
.wide-entries h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.wide-entries h2{font-size:calc(16.9px * 2);line-height:1.12;}
.wide-entries h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.wide-entries p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-entries a{color:inherit;text-decoration:none;}
.wide-entries .public-method{font-size:calc(16.9px * 1.125);line-height:1.55;color:color-mix(in srgb, currentColor 88%, transparent);}
.wide-entries .open-callout{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.wide-entries .secondary-callout{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.wide-entries .secondary-callout p{margin-top:calc(1.5rem / 3);}
.wide-entries .wide-body>.open-callout{margin-top:var(--state-strong);}
.wide-entries .wide-body>h2{margin-top:var(--state-strong);}
.media-team{--state-strong:calc(1.5rem * 1.15);--mark-main:calc(1340px / 2.6);padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18;}
.media-team .wide-plan{max-width:1340px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.41rem;align-items:flex-start;}
.media-team h2,.media-team h3,.media-team p{margin:0;}
.media-team h2{font-size:calc(16.9px * 2);line-height:1.14;}
.media-team h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.media-team p{font-size:16.9px;line-height:1.68;color:var(--ink-main);}
.media-team img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.media-team .primary-contact{flex:1 1 var(--mark-main);min-width:0;}
.media-team .primary-contact .section{margin-top:1.5rem;color:#0A0F18;}
.media-team .primary-contact .public-method{margin-top:calc(1.41rem * 1.5);}
.media-team .open-callout{flex:1 1 var(--mark-main);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.media-team .secondary-callout{display:flex;gap:1.41rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #D8E0EA;}
.media-team .secondary-callout:last-child{border-bottom:0;padding-bottom:0;}
.media-team .secondary-callout img{flex:0 0 calc(1340px / 6.5);width:calc(1340px / 6.5);aspect-ratio:4 / 3;object-fit:cover;}
.media-team .secondary-callout h3{margin-bottom:calc(1.5rem / 4);}
@media(max-width:900px){.media-team .wide-plan{flex-direction:column;}.media-team .secondary-callout img{flex:0 0 38%;width:38%;}
}
@media(max-width:560px){.media-team .secondary-callout{flex-direction:column;}.media-team .secondary-callout img{flex:none;width:100%;}
}
.site-visual{
  background: linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.71rem;
  overflow: hidden;
}
.site-visual .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.41rem * 1.5);}
.site-visual h2,
.site-visual h3,
.site-visual p{margin: 0;}
.site-visual h2{font-size: calc(16.9px * 2.65); line-height: 1.04;}
.site-visual h3{font-size: calc(16.9px * 1.35); line-height: 1.18;}
.site-visual p{font-size: 16.9px; line-height: 1.68;}
.site-visual .visual-lead{display: grid;
  gap: 1.5rem;}
.site-visual .strong-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.41rem;
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: linear-gradient(120deg, #1E6FD9 0%, #1558B0 100%);
  color: #FFFFFF;
}
.site-visual .strong-inner p:first-child{font-size: calc(16.9px * 1.125);
  font-weight: 600;
  flex: 0 0 auto;}
.site-visual .strong-inner p:last-child{flex: 1 1 22rem;}
.site-visual .team-grid{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.site-visual .focused-lead{
  flex: 1 1 17rem;
  display: grid;
  align-content: start;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.46rem;
  background: #FFFFFF;
  color: #0A0F18;
  border: 1px solid #D8E0EA;
  text-decoration: none;
  transition: border-color 300ms var(--delay-entry);
}
.site-visual .focused-lead:hover{border-color: #1E6FD9;}
.site-visual .focused-lead span{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;}
@media (max-width: 760px) {.site-visual h2{ font-size: clamp(calc(16.9px * 2), 11vw, calc(16.9px * 2.65)); }.site-visual .strong-inner{ flex-direction: column; }.site-visual .focused-lead{ flex: 1 1 100%; }
}
.content-flow{
  background:#FFFFFF;
  color:#0A0F18;
  padding:calc(1.5rem * 2.4) 1.71rem;
}
.content-flow .wide-plan{max-width:1340px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
  column-gap:calc(1.41rem * 1.5);
  row-gap:calc(1.41rem * 1.5);
  align-items:start;}
.content-flow .public-entries{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.content-flow h2{margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.content-flow .public-entries a{align-self:flex-start;
  color:#0B2545;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(16.9px * .875);
  transition:color 300ms var(--delay-entry);}
.content-flow .public-entries a:hover{color:#1E6FD9;}
.content-flow .clear-links{margin:0;
  font-size:16.9px;
  line-height:1.68;
  color:var(--ink-main);}
.content-flow .fresh-headline{grid-column:1 / -1;
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;
  padding-top:1.5rem;
  border-top:1px solid #D8E0EA;}
.content-flow .fresh-headline span{
  background:var(--line-muted);
  color:var(--ink-main);
  border-radius:0.27rem;
  padding:.5rem .8rem;
  font-size:calc(16.9px * .875);
  line-height:1.3;
}
@media (max-width:760px){.content-flow .wide-plan{
    grid-template-columns:1fr;
  }
}
.page-feature{padding:calc(1.5rem * 2.4) 1.71rem;background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);color:#FFFFFF}
.page-feature .wide-plan{max-width:1340px;margin:0 auto}
.page-feature .fresh-nav{display:flex;gap:calc(1.41rem * 1.5);align-items:flex-start}
.page-feature .offer-menu{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 28%,transparent);padding-left:1.5rem}
.page-feature .offer-menu p{margin:0;line-height:1.68;font-size:calc(16.9px * .875)}
.page-feature .content-headline{flex:1 1 46rem;min-width:0}
.page-feature h2{margin:0;max-width:22ch;font-size:calc(16.9px * 2);line-height:1.1}
.page-feature .active-stack{margin-top:calc(1.41rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.page-feature .active-stack p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-top:1px solid color-mix(in srgb,#FFFFFF 18%,transparent);padding-top:calc(1.5rem * .75)}
.page-feature .active-stack p:first-child{border-top:0;padding-top:0}
.page-feature strong{flex:0 1 13rem;min-width:0;font-size:calc(16.9px * .875);letter-spacing:0.01em}
.page-feature span{flex:1 1 30rem;min-width:0;line-height:1.68}
@media(max-width:760px){.page-feature .fresh-nav,.page-feature .active-stack p{display:block}.page-feature .offer-menu{border-left:0;padding-left:0}.page-feature .content-headline{margin-top:calc(1.41rem * 1.5)}.page-feature span{display:block;margin-top:calc(1.5rem * .75)}.page-feature h2{font-size:calc(16.9px * 1.35)}.page-feature strong{display:block;margin-bottom:calc(1.5rem * .75)}}
.direct-panel{--state-strong:calc(1.5rem * 1.18);--layer-control:1px solid #D8E0EA;padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18;}
.direct-panel .wide-plan{max-width:1340px;margin:0 auto;}
.direct-panel h2,.direct-panel h3,.direct-panel p{margin:0;}
.direct-panel h2{font-size:calc(16.9px * 2);line-height:1.12;}
.direct-panel h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.direct-panel p{font-size:16.9px;line-height:1.68;}
.direct-panel a{color:#0B2545;text-decoration:none;}
.direct-panel a:hover{color:#1E6FD9;}
.direct-panel .public-entries{display:flex;flex-direction:column;gap:calc(calc(1.41rem * 1.5) / 2);padding-bottom:calc(1.41rem * 1.5);border-bottom:var(--layer-control);}
.direct-panel .section{color:var(--ink-main);}
.direct-panel .open-callout{display:flex;flex-direction:column;gap:0;margin-top:var(--state-strong);}
.direct-panel .secondary-callout{display:flex;flex-direction:column;gap:calc(calc(1.41rem * 1.5) / 2);padding:calc(1.41rem * 1.5) 0;border-bottom:var(--layer-control);}
.direct-panel .secondary-callout:last-child{border-bottom:none;}
.direct-panel .secondary-callout p{color:var(--ink-main);}
.direct-panel .local-content{display:inline-flex;align-items:center;gap:calc(1.71rem / 3);width:max-content;max-width:100%;font-size:calc(16.9px * .875);font-weight:600;letter-spacing:.01em;border-bottom:1px solid #0B2545;padding-bottom:2px;}
.direct-panel .local-content:hover{border-color:#1E6FD9;}
.direct-panel .public-method{margin-top:var(--state-strong);padding:calc(1.5rem * .75) 1.5rem;background:var(--line-muted);color:var(--ink-main);border-radius:0.46rem;}
.direct-panel .public-method a{color:#0B2545;text-decoration:underline;}
@media (min-width:900px){.direct-panel .secondary-callout{flex-direction:row;align-items:flex-start;gap:1.5rem;}.direct-panel .secondary-callout h3{flex:0 0 32%;}.direct-panel .secondary-callout p{flex:1 1 auto;}.direct-panel .secondary-callout .local-content{flex:0 0 auto;align-self:flex-start;}
}
.strong-summary{--state-strong:calc(1.5rem * 1.35);--mark-static:calc(1340px / 2.80);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.strong-summary .wide-plan{max-width:1340px;margin:0 auto;}
.strong-summary h1,.strong-summary h2,.strong-summary h3,.strong-summary p{margin:0;}
.strong-summary h1{font-size:calc(16.9px * 2.65);line-height:1.08;}
.strong-summary h2{font-size:calc(16.9px * 2);line-height:1.12;}
.strong-summary h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.strong-summary p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-summary a{color:inherit;text-decoration:none;}
.strong-summary img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.strong-summary .text-items{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.27rem;background:#FFFFFF;color:#0B2545;}
.strong-summary .public-method{font-size:calc(16.9px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.strong-summary .open-callout{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.strong-summary .secondary-callout{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.strong-summary .secondary-callout h3{margin-bottom:calc(1.5rem / 3);}
.strong-summary .secondary-callout p{margin-top:calc(1.5rem / 3);}
.strong-summary .wide-body>h2{margin-top:var(--state-strong);}
@media (max-width:720px){.strong-summary .secondary-callout{flex:1 1 100%;}
}
.narrow-frame{--state-strong:calc(1.5rem * 1.17);--mark-static:calc(1340px / 2.41);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.narrow-frame .wide-plan{max-width:1340px;margin:0 auto;}
.narrow-frame h2,.narrow-frame h3,.narrow-frame p{margin:0;}
.narrow-frame h2{font-size:calc(16.9px * 2);line-height:1.12;}
.narrow-frame h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.narrow-frame p{font-size:16.9px;line-height:1.68;}
.narrow-frame .section{margin-top:1.5rem;max-width:var(--mark-static);opacity:.88;}
.narrow-frame .secondary-intro{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);}
.narrow-frame .secondary-callout{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #1E6FD9;}
.narrow-frame .secondary-callout p{margin-top:calc(1.5rem / 3);opacity:.82;}
.narrow-frame .local-content{margin-top:var(--state-strong);font-size:calc(16.9px * .875);opacity:.85;}
.narrow-frame .local-content a{text-decoration:underline;text-underline-offset:3px;}
.narrow-frame .local-content a:hover{color:inherit;}
@media (max-width:720px){.narrow-frame .secondary-callout{padding-inline-start:calc(1.5rem * .75);}
}
.active-quote{
        padding: calc(1.5rem * 2.4) 1.71rem;
        background: linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
        color: #FFFFFF;
    }
.active-quote .wide-plan{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.41rem * 1.5);}
.active-quote .section{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);}
.active-quote h2{margin: 0;
        font-size: calc(16.9px * 2);
        line-height: 1.1;}
.active-quote .section p{margin: 0;
        font-size: calc(16.9px * 1.125);
        line-height: 1.68;}
.active-quote .page-method{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.active-quote .featured-flow{
        display: grid;
        grid-template-columns: 1fr;
        gap: calc(1.5rem * .75);
        padding: calc(1.5rem * .75);
        border: 1px solid #D8E0EA;
        border-radius: 0.79rem;
        background: #FFFFFF;
        color: #0A0F18;
        box-shadow: 0 2px 8px rgba(0,0,0,0.13);
    }
.active-quote .main-brand{margin: 0;
        font-size: 16.9px;
        line-height: 1.68;}
.active-quote .direct-nav{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        justify-content: space-between;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D8E0EA;}
.active-quote .direct-nav strong{font-size: 16.9px;}
.active-quote .direct-nav span{font-size: calc(16.9px * .875);}
@media (min-width: 820px) {.active-quote .featured-flow{
            grid-template-columns: 2fr 1fr;
            align-items: start;
        }.active-quote .direct-nav{
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            padding-top: 0;
            border-top: 0;
            border-left: 1px solid #D8E0EA;
            padding-left: calc(1.5rem * .75);
        }
    }
.featured-surface{
  --state-strong:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:#FFFFFF;
  color:#0A0F18;
}
.featured-surface .wide-plan{max-width:1340px;margin:0 auto;}
.featured-surface h2,.featured-surface h3,.featured-surface p{margin:0;}
.featured-surface h2{font-size:calc(16.9px * 2);line-height:1.14;}
.featured-surface h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.featured-surface p{font-size:16.9px;line-height:1.68;}
.featured-surface .public-entries{max-width:calc(1340px * 0.72);}
.featured-surface .section{margin-top:1.5rem;color:var(--ink-main);}
.featured-surface .clear-media{display:flex;
  flex-wrap:wrap;
  gap:1.41rem;
  margin-top:var(--state-strong);
  border-top:1px solid #D8E0EA;
  padding-top:var(--state-strong);}
.featured-surface .secondary-callout{flex:1 1 calc(1340px / 3.4);
  min-width:0;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #1E6FD9;}
.featured-surface .secondary-callout p{margin-top:calc(1.5rem / 2.6);color:var(--ink-main);}
.featured-surface .secondary-callout a{color:#0B2545;text-decoration:underline;text-underline-offset:3px;}
.featured-surface .secondary-callout a:hover{color:#1E6FD9;}
.featured-surface .public-method{
  margin-top:var(--state-strong);
  padding:calc(1.5rem * .75) 1.5rem;
  background:var(--line-muted);
  color:var(--ink-main);
  border-radius:0.46rem;
  font-size:calc(16.9px * .875);
}
@media (max-width:760px){.featured-surface .secondary-callout{flex:1 1 100%;}
}
.contact-plan{
  background: #FFFFFF;
  color: #0A0F18;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.contact-plan .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);}
.contact-plan .public-entries{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-plan h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.12;}
.contact-plan .section{margin: 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.68;}
.contact-plan .fresh-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;}
.contact-plan .secondary-callout{
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: #FFFFFF;
  color: #0A0F18;
  border: 1px solid #D8E0EA;
  border-radius: 0.79rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.contact-plan .open-plan{
  margin: 0;
  border-radius: 0.46rem;
  overflow: hidden;
  background: var(--line-muted);color:var(--ink-main);}
.contact-plan .open-plan img{display: block;
  width: 100%;
  height: 14rem;
  object-fit: cover;}
.contact-plan .primary-contact{display: flex;
  flex-direction: column;
  gap: 0.55rem;}
.contact-plan .primary-contact h3{margin: 0;
  font-size: calc(16.9px * 1.35);
  line-height: 1.2;}
.contact-plan .primary-contact p{margin: 0;
  line-height: 1.68;}
.contact-plan .public-method{
  margin: 0;
  padding: 1.5rem 1.71rem;
  background: var(--line-muted);
  color: var(--ink-main);
  border-radius: 0.46rem;
  line-height: 1.68;
}
.contact-plan .public-method a{text-decoration: underline;}
.contact-plan .public-method a:hover{}
@media (max-width: 720px) {.contact-plan .open-plan img{
    height: 11rem;
  }
}
.narrow-team{--state-strong:calc(1.5rem * 1.42);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--line-muted);color:var(--ink-main);}
.narrow-team .wide-plan{max-width:1340px;margin:0 auto;}
.narrow-team h2,.narrow-team p{margin:0;}
.narrow-team h2{font-size:calc(16.9px * 2);line-height:1.12;}
.narrow-team p{font-size:16.9px;line-height:1.68;}
.narrow-team a{color:inherit;text-decoration:none;}
.narrow-team .offer-content>h2,.narrow-team .offer-content>p,.narrow-team .offer-content>.text-items,.narrow-team .offer-content>.local-content{margin-top:calc(1.41rem * 1.5);}
.narrow-team .offer-content>h2{margin-top:0;}
.narrow-team .section{font-size:calc(16.9px * 1.125);}
.narrow-team .public-method{color:var(--ink-main);opacity:.82;}
.narrow-team .text-items{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.27rem;background:#0B2545;color:#FFFFFF;transition:background 300ms var(--delay-entry);}
.narrow-team .text-items:hover{background:#123A6B;color:#0A0F18;}
.narrow-team .local-content{display:flex;flex-wrap:wrap;gap:1.41rem;font-size:calc(16.9px * .875);}
.narrow-team .local-content a{color:#0B2545;text-decoration:underline;text-underline-offset:3px;}
.narrow-team .local-content a:hover{color:inherit;}
@media (max-width:640px){.narrow-team .section{font-size:16.9px;}.narrow-team .text-items{width:100%;}
}
.visual-list{--state-strong:calc(1.5rem * 1.20);--type-large:calc(1340px / 3.53);padding:calc(1.5rem * 2.4) 1.71rem;background:#1E6FD9;color:#FFFFFF;}
.visual-list .wide-plan{max-width:1340px;margin:0 auto;}
.visual-list h1,.visual-list h2,.visual-list h3,.visual-list p{margin:0;}
.visual-list h2{font-size:calc(16.9px * 2);line-height:1.12;}
.visual-list h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.visual-list p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-list a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.visual-list a:hover{border-bottom-color:currentColor;}
.visual-list .wide-block{padding-block:calc(var(--state-strong) / 2);}
.visual-list .clear-tile{row-gap:calc(var(--state-strong) * 1.2);}
.visual-list .text-frame{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-list .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;}
.visual-list .row-title h2{flex:1 1 calc(1340px / 3);min-width:0;}
.visual-list .row-title>p{flex:1 1 calc(1340px / 3);min-width:0;}
.visual-list .secondary-intro{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.visual-list .secondary-callout{flex:1 1 var(--type-large);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.visual-list .secondary-callout p{margin-top:calc(1.5rem / 3);}
.visual-list .local-content{flex:1 1 100%;margin-top:calc(var(--state-strong) * .6);font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.fresh-tile{--state-strong:calc(1.5rem * 1.00);--type-large:calc(1340px / 3.31);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.fresh-tile .wide-plan{max-width:1340px;margin:0 auto;}
.fresh-tile h2,.fresh-tile h3,.fresh-tile p{margin:0;}
.fresh-tile h2{font-size:calc(16.9px * 2);line-height:1.12;}
.fresh-tile h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.fresh-tile p{font-size:16.9px;line-height:1.68;}
.fresh-tile .section{margin-top:1.5rem;max-width:calc(1340px / 1.9);}
.fresh-tile .secondary-intro{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.fresh-tile .secondary-callout{flex:1 1 var(--type-large);min-width:0;padding:calc(var(--state-strong) * .75);border-radius:0.46rem;background:var(--line-muted);color:var(--ink-main);}
.fresh-tile .secondary-callout h3{color:inherit;}
.fresh-tile .secondary-callout p{margin-top:calc(1.5rem / 3);}
.fresh-tile .main-steps{padding-inline-start:calc(1.5rem * .75);}
.fresh-tile .clear-tile{row-gap:calc(var(--state-strong) * 1.2);}
.fresh-tile .text-frame{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media (max-width: 720px){.fresh-tile .secondary-callout{flex:1 1 100%;}.fresh-tile .section{max-width:none;}
}
.public-lead{--state-strong:calc(1.5rem * 1.35);--axis-content:calc(1.5rem * .55);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.public-lead .wide-plan{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.public-lead h2,.public-lead p{margin:0;}
.public-lead h2{font-size:calc(16.9px * 2);line-height:1.14;}
.public-lead .narrow-lead{display:flex;flex-direction:column;gap:var(--axis-content);}
.public-lead .section{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.public-lead a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.public-lead a:hover{}
.public-lead .simple-tile{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .8);}
.public-lead details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.46rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:3px solid #1E6FD9;}
.public-lead summary{cursor:pointer;font-weight:700;font-size:calc(16.9px * 1.125);line-height:1.3;list-style:none;}
.public-lead summary::-webkit-details-marker{display:none;}
.public-lead summary::after{content:"+";float:right;margin-left:calc(1.5rem * .75);font-weight:400;color:color-mix(in srgb, currentColor 65%, transparent);}
.public-lead details[open] summary::after{content:"–";}
.public-lead details p{margin-top:var(--axis-content);font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 80%, transparent);}
.public-lead .bottom-items{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:calc(1.5rem * .75);padding-top:var(--axis-content);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.public-lead .public-method{font-size:calc(16.9px * .875);line-height:1.68;color:color-mix(in srgb, currentColor 72%, transparent);max-width:60ch;}
.public-lead .local-content{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);font-size:calc(16.9px * .875);}
.public-lead .local-content a{text-decoration:none;padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.public-lead .local-content a:hover{border-bottom-color:#1E6FD9;}
@media (max-width:640px){.public-lead .bottom-items{flex-direction:column;align-items:flex-start;}
}
.public-grid{--state-strong:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.public-grid .wide-plan{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-strong);}
.public-grid h2,.public-grid h3,.public-grid p{margin:0;}
.public-grid h2{font-size:calc(16.9px * 2);line-height:1.14;}
.public-grid p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 76%, transparent);}
.public-grid a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.public-grid a:hover{}
.public-grid .public-entries{display:flex;flex-direction:column;gap:calc(1.41rem * 1.5);}
.public-grid .section{max-width:100%;}
.public-grid .simple-tile{display:flex;flex-direction:column;gap:calc(1.41rem * .5);}
.public-grid details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.46rem;background:color-mix(in srgb, currentColor 10%, transparent);border-left:2px solid #1E6FD9;}
.public-grid summary{cursor:pointer;font-weight:700;font-size:calc(16.9px * 1.125);line-height:1.3;list-style:none;}
.public-grid summary::-webkit-details-marker{display:none;}
.public-grid summary::after{content:"+";float:right;font-weight:400;opacity:.7;margin-left:calc(1.41rem * 1.5);}
.public-grid details[open] summary::after{content:"–";}
.public-grid details p{margin-top:calc(1.5rem / 3);}
.public-grid .local-content{margin-top:calc(1.41rem * 1.5);padding-top:calc(1.41rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(16.9px * .875);}
@media (max-width:640px){.public-grid summary{font-size:16.9px;}
}
.page-shell{background:#FFFFFF;color:#0A0F18;padding:calc(1.5rem * 2.4) 1.71rem}
.page-shell .wide-plan{max-width:1340px;margin:0 auto}
.page-shell .page-method{display:flex;align-items:flex-start;gap:calc(1.41rem * 1.5)}
.page-shell .public-entries{flex:0 1 32rem;min-width:0}
.page-shell h2{margin:0;font-size:clamp(calc(16.9px * 2),4.2vw,calc(16.9px * 2.65));line-height:1.08;letter-spacing:0}
.page-shell p{margin:1.5rem 0 0;color:var(--ink-main);font-size:16.9px;line-height:1.68}
.page-shell p + p{margin-top:calc(1.5rem * .75)}
.page-shell .active-stack{flex:1 1 38rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D8E0EA}
.page-shell .open-steps{display:flex;gap:1.41rem;padding:1.5rem 0;border-bottom:1px solid #D8E0EA;color:inherit;text-decoration:none}
.page-shell a.row:hover strong{color:#1E6FD9}
.page-shell strong{flex:0 1 15rem;min-width:0;font-size:16.9px;transition:color 300ms var(--delay-entry)}
.page-shell span{flex:1 1 22rem;min-width:0;color:var(--ink-main);line-height:1.6;font-size:calc(16.9px * .875)}
@media(max-width:820px){.page-shell .page-method{flex-direction:column;gap:1.5rem}.page-shell .public-entries{flex:1 1 auto}.page-shell .open-steps{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.steady-story{
        padding:calc(1.5rem * 2.4) 1.71rem;
        background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
        color:#FFFFFF;
    }
.steady-story .wide-plan{max-width:1340px;
        margin:0 auto;}
.steady-story .narrow-lead{margin-bottom:calc(1.41rem * 1.5);}
.steady-story .narrow-lead p{margin:0;
        font-size:calc(16.9px * .875);
        font-weight:700;
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.steady-story .narrow-lead h2{margin:10px 0 0;
        font-size:calc(16.9px * 2);
        line-height:1.2;}
.steady-story .visual-benefit{display:flex;
        flex-direction:column;
        gap:calc(1.41rem * 1.5);}
.steady-story .section{margin:0;
        font-size:calc(16.9px * 1.125);
        line-height:1.68;
        opacity:.95;}
.steady-story .fresh-nav{display:flex;
        flex-wrap:wrap;
        gap:1.41rem;}
.steady-story .secondary-callout{
        flex:1 1 300px;
        padding:calc(1.5rem * .75);
        border-radius:0.79rem;
        border:1px solid color-mix(in srgb, currentColor 18%, transparent);
        background:color-mix(in srgb, currentColor 10%, transparent);
        box-shadow:0 2px 8px rgba(0,0,0,0.13);
    }
.steady-story .secondary-callout .active-body{display:inline-block;
        margin-bottom:10px;
        font-size:calc(16.9px * .875);
        font-weight:700;
        letter-spacing:.03em;
        text-transform:uppercase;
        opacity:.85;}
.steady-story .secondary-callout h3{margin:0 0 10px;
        font-size:calc(16.9px * 1.35);
        line-height:1.3;}
.steady-story .secondary-callout p{margin:0;
        line-height:1.68;}
.steady-story .secondary-callout a{color:inherit;
        text-decoration:underline;
        text-underline-offset:3px;}
.steady-story .secondary-callout a:hover{}
.steady-story .local-content{display:flex;
        flex-wrap:wrap;
        gap:1.41rem;
        padding-top:calc(1.41rem * 1.5);
        border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-story .local-content a{
        display:inline-block;
        padding:.65rem 1.15rem;
        border-radius:0.46rem;
        background:#1E6FD9;
        color:#FFFFFF;
        font-weight:600;
        text-decoration:none;
        transition:background 300ms var(--delay-entry);
    }
.steady-story .local-content a:hover{
        background:#1558B0;color:#0A0F18;}
@media (max-width:640px){.steady-story .secondary-callout{
            flex:1 1 100%;
        }
    }
.bottom-region{--state-strong:calc(1.5rem * 1.2);--mark-static:calc(1340px / 2.6);--label-large:calc(1340px / 3.8);padding:calc(1.5rem * 2.4) 1.71rem;background:#1E6FD9;color:#FFFFFF;}
.bottom-region .wide-plan{max-width:1340px;margin:0 auto;}
.bottom-region h1,.bottom-region h2,.bottom-region h3,.bottom-region p{margin:0;}
.bottom-region h2{font-size:calc(16.9px * 2);line-height:1.12;}
.bottom-region h3{font-size:calc(16.9px * 1.35);line-height:1.22;}
.bottom-region p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-region a{color:inherit;text-decoration:none;}
.bottom-region img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.bottom-region .section{margin-top:1.5rem;}
.bottom-region .public-method{margin-top:calc(1.41rem * 1.5);font-size:calc(16.9px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.bottom-region .open-callout{display:flex;flex-direction:column;gap:var(--state-strong);}
.bottom-region .secondary-callout{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.bottom-region .secondary-callout p{margin-top:calc(1.5rem / 3);}
.bottom-region .media-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;}
.bottom-region .media-nav>.primary-contact{flex:1 1 calc(1340px / 3);min-width:0;}
.bottom-region .media-nav>.open-callout{flex:2 1 calc(1340px / 2);}
.bottom-region .media-nav>img{margin-left:auto;max-width:var(--label-large);}
.bottom-region .local-content{max-width:1340px;margin:calc(1.41rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:1.41rem;}
.bottom-region .local-content a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.27rem;background:#FFFFFF;color:#1E6FD9;font-size:calc(16.9px * .875);transition:background 300ms var(--delay-entry),color 300ms var(--delay-entry);}
.bottom-region .local-content a:hover{background:color-mix(in srgb, #FFFFFF 82%, #1E6FD9);color:#FFFFFF;}
@media (max-width:900px){.bottom-region .media-nav>img{max-width:100%;margin-left:0;}.bottom-region .open-callout{gap:calc(1.41rem * 1.5);}
}
.content-group{--state-strong:calc(1.5rem * 1.19);--mark-static:calc(1340px / 2.50);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--line-muted);color:var(--ink-main);}
.content-group .wide-plan{max-width:1340px;margin:0 auto;}
.content-group h2,.content-group h3,.content-group p{margin:0;}
.content-group h2{font-size:calc(16.9px * 2);line-height:1.12;}
.content-group h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.content-group p{font-size:16.9px;line-height:1.68;}
.content-group .public-entries{display:flex;flex-wrap:wrap;gap:1.41rem;align-items:flex-start;}
.content-group .public-entries>h2{flex:1 1 calc(1340px / 3);min-width:0;}
.content-group .public-entries>.section{flex:1 1 calc(1340px / 3);min-width:0;}
.content-group .open-callout{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.content-group .secondary-callout{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.46rem;background:#FFFFFF;color:#0A0F18;border:1px solid #D8E0EA;}
.content-group .secondary-callout p{margin-top:calc(1.5rem / 3);}
.content-group .local-content{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(16.9px * .875);color:#0B2545;text-decoration:none;border-bottom:1px solid #D8E0EA;padding-bottom:2px;}
.content-group .local-content:hover{color:inherit;border-bottom-color:#1E6FD9;}
.content-group .public-method{margin-top:var(--state-strong);font-size:calc(16.9px * .875);}
.secondary-tile{--state-strong:calc(1.5rem * 1.05);--mark-main:calc(1340px / 3.4);padding:calc(1.5rem * 2.4) 1.71rem;background:var(--line-muted);color:var(--ink-main);}
.secondary-tile .wide-plan{max-width:1340px;margin:0 auto;}
.secondary-tile h2,.secondary-tile h3,.secondary-tile p{margin:0;}
.secondary-tile h2{font-size:calc(16.9px * 2);line-height:1.14;}
.secondary-tile p{font-size:16.9px;line-height:1.68;}
.secondary-tile .public-method{font-size:calc(16.9px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-main);opacity:0.72;}
.secondary-tile .section{margin-top:calc(1.41rem * 1.5);}
.secondary-tile a{color:inherit;text-decoration:none;}
.secondary-tile .text-items{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.27rem;background:#0B2545;color:#FFFFFF;transition:background 300ms var(--delay-entry);}
.secondary-tile .text-items:hover{background:#123A6B;color:#0A0F18;}
.secondary-tile .open-callout{display:flex;flex-wrap:wrap;gap:1.41rem;margin-top:var(--state-strong);}
.secondary-tile .secondary-callout{flex:1 1 var(--mark-main);min-width:0;padding-top:calc(1.5rem / 2.4);border-top:1px solid #D8E0EA;}
.secondary-tile .plain-callout{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;}
.secondary-tile .plain-callout>.primary-contact{flex:1 1 calc(1340px / 1.7);min-width:0;}
.secondary-tile .plain-callout>.text-items{flex:0 0 auto;margin-top:calc(1.41rem * 1.5);}
.secondary-tile .plain-callout>.open-callout{flex:1 1 100%;}
.secondary-tile .primary-contact h2{margin-top:calc(1.5rem / 2.2);}
@media (max-width:720px){.secondary-tile .plain-callout>.text-items{margin-top:calc(1.5rem * .75);}.secondary-tile .secondary-callout{flex:1 1 100%;}
}
.top-feature{
  background: linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.top-feature .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;
  align-items: flex-start;}
.top-feature .primary-contact{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);}
.top-feature h2,
.top-feature h3,
.top-feature p,
.top-feature figure{margin: 0;}
.top-feature h2{font-size: calc(16.9px * 2.65);
  line-height: 1.05;}
.top-feature .primary-contact p{line-height: 1.68;}
.top-feature .clear-media{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x mandatory;}
.top-feature .simple-footer{flex: 0 0 min(19rem, 76vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;}
.top-feature .active-grid{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.79rem;
  margin-bottom: calc(1.5rem * .75);}
.top-feature .simple-footer span{display: block;
  font-size: calc(16.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .78;
  margin-bottom: calc(calc(1.5rem * .75) * .35);}
.top-feature .simple-footer h3{font-size: calc(16.9px * 1.35);
  line-height: 1.16;
  margin-bottom: calc(calc(1.5rem * .75) * .4);}
.top-feature .simple-footer p{font-size: calc(16.9px * .875);
  line-height: 1.68;
  opacity: .86;}
@media (max-width: 820px) {.top-feature .clear-media{
    flex-basis: 100%;
  }
}
.badge--who-we-are{
  background: #FFFFFF;
  color: #0A0F18;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.badge--who-we-are .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;}
.badge--who-we-are h2,
.badge--who-we-are p{margin: 0;}
.badge--who-we-are .public-entries{display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(1.41rem * 1.5);
  padding-bottom: calc(1.41rem * 1.5);
  border-bottom: 1px solid #D8E0EA;
  margin-bottom: calc(1.41rem * 1.5);}
.badge--who-we-are h2{font-size: calc(16.9px * 2);
  line-height: 1.08;
  max-width: 18ch;
  flex: 0 1 auto;}
.badge--who-we-are .public-entries p{flex: 1 1 26rem;
  color: var(--ink-main);
  line-height: 1.68;}
.badge--who-we-are .page-method{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;}
.badge--who-we-are .content-frame{
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 1.71rem;
  border-radius: 0.46rem;
  background: var(--line-muted);
  border-left: 3px solid #0B2545;color:var(--ink-main);}
.badge--who-we-are .content-frame:nth-child(3n + 2){
  background: #FFFFFF;
  border-left-color: #1E6FD9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);color:#0A0F18;}
.badge--who-we-are strong{font-size: calc(16.9px * 1.35);
  line-height: 1.16;}
.badge--who-we-are .content-frame p{color: var(--ink-main);
  line-height: 1.68;}
.badge--who-we-are span{margin-top: auto;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink-main);}
@media (max-width: 760px) {.badge--who-we-are .public-entries{
    flex-direction: column;
    align-items: flex-start;
  }.badge--who-we-are .content-frame{
    flex: 1 1 100%;
  }
}
.focused-region{
  --state-strong:calc(1.5rem * 1.05);
  --mark-main:calc(1340px / 3.2);
  padding:calc(1.5rem * 2.4) 1.71rem;
  background:#FFFFFF;
  color:#0A0F18;
}
.focused-region .wide-plan{max-width:1340px;
  margin:0 auto;}
.focused-region h2,
.focused-region h3,
.focused-region p{margin:0;}
.focused-region h2{font-size:calc(16.9px * 2);
  line-height:1.14;}
.focused-region h3{font-size:calc(16.9px * 1.35);
  line-height:1.24;}
.focused-region p{font-size:16.9px;
  line-height:1.68;}
.focused-region .public-entries{display:flex;
  flex-direction:column;
  gap:calc(1.41rem * 1.5);}
.focused-region .section{font-size:calc(16.9px * 1.125);}
.focused-region .open-callout{display:flex;
  flex-wrap:wrap;
  gap:1.41rem;
  margin-top:var(--state-strong);}
.focused-region .secondary-callout{flex:1 1 var(--mark-main);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D8E0EA;
  display:flex;
  flex-direction:column;
  gap:calc(calc(1.41rem * 1.5) / 2);}
.focused-region .secondary-callout p{}
.focused-region .contact-media{
  margin-top:var(--state-strong);
  padding:calc(1.5rem * .75) 1.5rem;
  background:var(--line-muted);
  color:var(--ink-main);
  border-radius:0.46rem;
}
.focused-region .public-method{font-size:calc(16.9px * .875);}
.focused-region a{text-decoration:underline;
  text-underline-offset:2px;}
.focused-region a:hover{}
@media (max-width:720px){.focused-region .secondary-callout{
    flex:1 1 100%;
  }
}
.public-flow{--state-strong:calc(1.5rem * 1.42);--mark-static:calc(1340px / 2.60);padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18;}
.public-flow .wide-plan{max-width:1340px;margin:0 auto;}
.public-flow h1,.public-flow h2,.public-flow h3,.public-flow p{margin:0;}
.public-flow h2{font-size:calc(16.9px * 2);line-height:1.12;}
.public-flow h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.public-flow p{font-size:16.9px;line-height:1.68;}
.public-flow a{color:#0B2545;text-decoration:none;border-bottom:1px solid #D8E0EA;}
.public-flow a:hover{color:#1E6FD9;}
.public-flow .public-entries{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.public-flow .public-method{font-size:calc(16.9px * .875);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-main);}
.public-flow .section{max-width:var(--mark-static);}
.public-flow .open-callout{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:var(--state-strong);border-top:1px solid #D8E0EA;padding-top:var(--state-strong);}
.public-flow .secondary-callout{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);min-width:0;padding-bottom:var(--state-strong);border-bottom:1px solid #D8E0EA;}
.public-flow .secondary-callout:last-child{padding-bottom:0;border-bottom:0;}
.public-flow .focused-menu{font-size:calc(16.9px * .875);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-main);}
.public-flow .focused-tile{margin-top:var(--state-strong);color:var(--ink-main);}
@media (min-width:760px){.public-flow .secondary-callout{grid-template-columns:calc(1340px / 5.6) minmax(0,1fr);gap:1.41rem;align-items:start;}.public-flow .focused-menu{padding-top:.2em;}
}
.bottom-steps{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: #0B2545;
  color: #FFFFFF;
}
.bottom-steps .wide-plan{max-width: min(1340px, 72rem);
  margin: 0 auto;}
.bottom-steps .narrow-lead{display: flex;
  flex-wrap: wrap;
  gap: calc(1.41rem * 1.5);
  align-items: flex-end;
  margin-bottom: calc(1.41rem * 1.5);}
.bottom-steps .narrow-lead h2{flex: 1 1 22rem;
  margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.bottom-steps .section{flex: 1 1 24rem;
  margin: 0;
  font-size: 16.9px;
  color: #C7D0DC;}
.bottom-steps .fresh-nav{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;}
.bottom-steps .secondary-callout{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75);
  background: rgba(255, 255, 255, 0.04);
  border-left: 2px solid #1E6FD9;
  border-radius: 0.27rem;
}
.bottom-steps .main-brand{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.9px;
  line-height: 1.6;}
.bottom-steps .page-region{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.bottom-steps .plain-details{font-weight: 700;
  font-size: calc(16.9px * .875);}
.bottom-steps .visual-stack{font-size: calc(16.9px * .875);
  color: #C7D0DC;}
.bottom-steps .service-quote{margin-top: calc(1.41rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #1C2634;}
.bottom-steps .service-stack{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.9px * .875);
  color: #C7D0DC;}
.bottom-steps .steady-form{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;}
.bottom-steps .steady-form li{
  padding: 0.3rem 0.75rem;
  font-size: calc(16.9px * .875);
  background: #1E6FD9;
  color: #FFFFFF;
  border-radius: 0.27rem;
}
.bottom-steps .steady-content{margin: calc(1.41rem * 1.5) 0 0;
  font-size: 16.9px;
  color: #C7D0DC;}
@media (max-width: 700px) {.bottom-steps .narrow-lead{
    align-items: flex-start;
  }
}
.top-copy{--state-strong:calc(1.5rem * 1.35);--mark-static:calc(1340px / 2.80);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.top-copy .wide-plan{max-width:1340px;margin:0 auto;}
.top-copy h1,.top-copy h2,.top-copy h3,.top-copy p{margin:0;}
.top-copy h2{font-size:calc(16.9px * 2);line-height:1.12;}
.top-copy h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.top-copy p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.top-copy .public-method{font-size:calc(16.9px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 62%, transparent);}
.top-copy .open-callout{display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.top-copy .secondary-callout{flex:1 1 calc(1340px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.46rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.top-copy .secondary-callout p{margin-top:calc(1.5rem / 3);}
.top-copy .wide-body>h2{margin-top:var(--state-strong);}
@media (max-width:720px){.top-copy .secondary-callout{flex:1 1 100%;}
}
.featured-media{--state-strong:calc(1.5rem * 1.20);--type-large:calc(1340px / 3.53);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.featured-media .wide-plan{max-width:1340px;margin:0 auto;}
.featured-media h2,.featured-media h3,.featured-media p{margin:0;}
.featured-media h2{font-size:calc(16.9px * 2);line-height:1.12;}
.featured-media h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.featured-media p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-media a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.featured-media a:hover{}
.featured-media .wide-block{padding-block:calc(var(--state-strong) / 2);}
.featured-media .clear-tile{row-gap:calc(var(--state-strong) * 1.2);}
.featured-media .text-frame{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.featured-media .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;}
.featured-media .row-title h2{flex:1 1 calc(1340px / 3);min-width:0;}
.featured-media .row-title>p{flex:1 1 calc(1340px / 3);min-width:0;}
.featured-media .secondary-intro{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-strong);margin-top:var(--state-strong);}
.featured-media .secondary-callout{flex:1 1 var(--type-large);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.featured-media .secondary-callout p{margin-top:calc(1.5rem / 3);}
.featured-media .local-content{flex:1 1 100%;margin-top:calc(var(--state-strong) / 2);font-size:calc(16.9px * .875);}
@media (max-width:640px){.featured-media .row-title h2,.featured-media .row-title>p{flex:1 1 100%;}.featured-media .secondary-callout{flex:1 1 100%;}
}
.image{--state-strong:calc(1.5rem * 0.95);--mark-static:calc(1340px / 3.05);--label-large:calc(1340px / 4.05);padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18;}
.image .wide-plan{max-width:1340px;margin:0 auto;}
.image h2,.image h3,.image p{margin:0;}
.image h2{font-size:calc(16.9px * 2);line-height:1.12;}
.image h3{font-size:calc(16.9px * 1.35);line-height:1.2;}
.image p{font-size:16.9px;line-height:1.68;color:var(--ink-main);}
.image a{color:#0B2545;text-decoration:none;border-bottom:1px solid #D8E0EA;}
.image a:hover{color:#1E6FD9;}
.image img{display:block;width:100%;height:auto;border-radius:0.46rem;}
.image .section{margin-top:1.5rem;}
.image .public-method{margin-top:calc(1.5rem / 1.6);font-size:calc(16.9px * .875);}
.image .open-callout{display:flex;flex-direction:column;gap:var(--state-strong);margin-top:0;}
.image .secondary-callout{min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #D8E0EA;}
.image .secondary-callout:last-child{border-bottom:0;padding-bottom:0;}
.image .secondary-callout p{margin-top:calc(1.5rem / 3);}
.image .secondary-callout img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--label-large) * .7);}
.image .media-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.41rem;}
.image .media-nav>.primary-contact{flex:1 1 calc(1340px / 3);min-width:0;}
.image .media-nav>.open-callout{flex:2 1 calc(1340px / 2);}
.image .media-nav>img{margin-left:auto;max-width:calc(var(--label-large) * 1.1);}
@media (max-width:760px){.image .media-nav>img{margin-left:0;max-width:100%;}
}
.site-contact{padding:calc(1.5rem * 2.6) 1.71rem;background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);color:#FFFFFF;}
.site-contact .public-visual{max-width:880px;margin:0 auto;display:grid;gap:1.41rem;}
.site-contact .direct-grid h1{margin:0;font-size:clamp(2rem,3.9vw,2.9rem);line-height:1.15;}
.site-contact .direct-grid p{margin:.5rem 0 0;font-size:calc(16.9px * 1.125);opacity:.92;}
.site-contact .steady-links{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0.79rem;display:block;}
.site-contact .visual-benefit{display:grid;gap:.9rem;padding:1.15rem 1.25rem;border-radius:0.79rem;background:#FFFFFF;color:#0A0F18;border:1px solid #D8E0EA;}
.site-contact .visual-benefit p{margin:0;}
.site-contact .steady-form{display:flex;flex-wrap:wrap;gap:.5rem;}
.site-contact .steady-form span{padding:.32rem .6rem;border-radius:0.27rem;background:#1E6FD9;color:#FFFFFF;font-size:calc(16.9px * .875);}
.site-contact .local-content{display:flex;flex-wrap:wrap;gap:.75rem 1.4rem;padding-top:.35rem;border-top:1px solid #D8E0EA;}
.site-contact .local-content a{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px;font-size:16.9px;}
.site-contact .local-content a:hover{}
@media (max-width:640px){.site-contact{padding:calc(1.5rem * 1.8) 1.71rem;}.site-contact .local-content{flex-direction:column;gap:.6rem;}
    }
.secondary-actions{padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18}
.secondary-actions .wide-plan{max-width:min(1340px,56rem);margin:0 auto}
.secondary-actions .public-entries{max-width:52rem}
.secondary-actions h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.secondary-actions .public-entries p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.68}
.secondary-actions .offer-footer{margin-top:calc(1.41rem * 1.5);border-top:1px solid #D8E0EA}
.secondary-actions details{padding:1.5rem 0;border-bottom:1px solid #D8E0EA}
.secondary-actions summary{cursor:pointer;font-size:calc(16.9px * 1.35);line-height:1.2;list-style:none}
.secondary-actions summary::-webkit-details-marker{display:none}
.secondary-actions summary::after{content:"+";float:right;font-size:calc(16.9px * 1.125);color:var(--ink-main)}
.secondary-actions details[open] summary::after{content:"–"}
.secondary-actions details p{margin:1.5rem 0 0;color:var(--ink-main);line-height:1.68}
@media(max-width:720px){.secondary-actions .offer-footer{margin-top:calc(1.41rem * 1.5)}.secondary-actions summary{font-size:16.9px}
}
.local-feature{padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF}
.local-feature .wide-plan{max-width:1340px;margin:0 auto}
.local-feature .fresh-nav{display:flex;gap:calc(1.41rem * 1.5);align-items:stretch}
.local-feature .offer-menu{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.local-feature .offer-menu p{margin:0;line-height:1.68}
.local-feature .offer-menu a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.27rem;background:#1E6FD9;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.local-feature .offer-menu a:hover{background:#1558B0;color:#0A0F18;}
.local-feature .content-headline{flex:1 1 44rem;min-width:0}
.local-feature h2{margin:0;max-width:16ch;font-size:calc(16.9px * 2.65);line-height:1.02}
.local-feature .content-headline>p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.68}
.local-feature .open-callout{margin-top:calc(1.41rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.local-feature .open-callout p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.local-feature .open-callout strong{flex:0 1 12rem;min-width:0;font-size:calc(16.9px * .875)}
.local-feature .open-callout span{flex:1 1 24rem;min-width:0;line-height:1.68}
@media(max-width:760px){.local-feature .fresh-nav,.local-feature .open-callout p{display:block}.local-feature .offer-menu{border-left:0;padding-left:0}.local-feature .content-headline{margin-top:calc(1.41rem * 1.5)}.local-feature .open-callout span{display:block;margin-top:calc(1.5rem * .75)}.local-feature h2{font-size:calc(16.9px * 2)}}
.contact-flow{
  background:#FFFFFF;
  color:#0A0F18;
  padding:calc(1.5rem * 2.4) 1.71rem;
}
.contact-flow .wide-plan{max-width:1340px;
  margin:0 auto;}
.contact-flow .public-entries{display:flex;
  flex-wrap:wrap;
  gap:calc(1.41rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.41rem * 1.5);
  border-bottom:1px solid #D8E0EA;}
.contact-flow h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.1;}
.contact-flow .public-entries p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--ink-main);
  line-height:1.68;}
.contact-flow .clear-media{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.contact-flow .clear-media a{
  flex:1 1 15rem;
  min-width:0;
  color:#0A0F18;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #D8E0EA;
  border-radius:0.46rem;
  transition:border-color 300ms var(--delay-entry);
}
.contact-flow .clear-media a:hover{border-color:#1E6FD9;}
.contact-flow .clear-media strong,
.contact-flow .clear-media span{display:block;}
.contact-flow .clear-media strong{font-size:calc(16.9px * 1.125);}
.contact-flow .clear-media span{margin-top:.4rem;
  color:var(--ink-main);
  line-height:1.68;
  font-size:calc(16.9px * .875);}
.contact-flow .public-method{margin:calc(1.41rem * 1.5) 0 0;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #1E6FD9;
  color:var(--ink-main);
  font-size:calc(16.9px * .875);
  line-height:1.68;}
.contact-flow .local-content{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;
  align-items:center;}
.contact-flow .local-content a{color:#0B2545;
  text-decoration:none;
  font-size:16.9px;
  border-bottom:1px solid #D8E0EA;
  padding-bottom:.15rem;
  transition:border-color 300ms var(--delay-entry);}
.contact-flow .local-content a:hover{border-color:#1E6FD9;
  color:#1558B0;}
@media (max-width:680px){.contact-flow .public-entries{display:block}.contact-flow .public-entries p{margin-top:1.5rem}.contact-flow .clear-media{display:block}.contact-flow .clear-media a{display:block;margin-top:1.41rem}
}
.focused-view{
  background: linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.focused-view .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);}
.focused-view h2,
.focused-view h3,
.focused-view p{margin: 0;}
.focused-view h2{font-size: calc(16.9px * 2.65);
  line-height: 1.05;}
.focused-view h3{font-size: calc(16.9px * 1.35);
  line-height: 1.2;}
.focused-view p{font-size: 16.9px;
  line-height: 1.68;}
.focused-view .visual-lead{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.focused-view .strong-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.41rem;
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: linear-gradient(120deg, #1E6FD9 0%, #1558B0 100%);
  color: #FFFFFF;
}
.focused-view .strong-inner p:first-child{font-size: calc(16.9px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  flex: 0 0 auto;}
.focused-view .strong-inner p:last-child{flex: 1 1 20rem;}
.focused-view .team-grid{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.focused-view .focused-lead{
  flex: 1 1 18rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.79rem;
  background: #FFFFFF;
  color: #0A0F18;
  border: 1px solid #D8E0EA;
  text-decoration: none;
  transition: border-color 300ms var(--delay-entry);
}
.focused-view .focused-lead:hover{border-color: #1E6FD9;}
.focused-view .focused-lead span{font-size: calc(16.9px * .875);}
.focused-view .focused-lead h3{margin-top: calc(1.5rem * -0.4);}
@media (max-width: 760px) {.focused-view h2{
    font-size: calc(16.9px * 2);
  }.focused-view .focused-lead{
    flex: 1 1 100%;
  }
}
.clear-entries{padding:calc(1.5rem * 2.6) 1.71rem;background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);color:#FFFFFF;}
.clear-entries .public-visual{max-width:860px;margin:0 auto;display:grid;gap:1.41rem;}
.clear-entries .direct-grid h1{margin:0;font-size:clamp(2rem,3.9vw,2.9rem);}
.clear-entries .direct-grid p{margin:.45rem 0 0;opacity:.92;}
.clear-entries .steady-links{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0.79rem;}
.clear-entries .visual-benefit{display:grid;gap:.85rem;padding:1rem;border-radius:0.79rem;background:#1E6FD9;border:1px solid color-mix(in srgb, currentColor 10%, transparent);color:#FFFFFF;}
.clear-entries .visual-benefit p{margin:0;opacity:.95;}
.clear-entries .visual-benefit a{text-decoration:underline;}
.clear-entries .steady-form{display:flex;flex-wrap:wrap;gap:.5rem;}
.clear-entries .steady-form span{padding:.3rem .55rem;border-radius:0.27rem;background:color-mix(in srgb, currentColor 10%, transparent);font-size:.82rem;color:#FFFFFF;}
.clear-entries .local-content{display:flex;flex-wrap:wrap;gap:1rem;font-size:calc(16.9px * .875);}
.clear-entries .local-content a{color:#FFFFFF;text-decoration:underline;text-underline-offset:3px;}
.clear-entries .local-content a:hover{opacity:.85;}
.media-quote{
        padding: calc(1.5rem * 2.4) 1.71rem;
        background: #FFFFFF;
        color: #0A0F18
    }
.media-quote .wide-plan{max-width: 1340px;
        margin: 0 auto}
.media-quote .page-method{display: flex;
        flex-direction: column;
        gap: calc(1.41rem * 1.5)}
.media-quote .public-entries{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.media-quote h2{margin: 0;
        font-size: calc(16.9px * 2);
        line-height: 1.12}
.media-quote .public-entries p{margin: 0;
        font-size: calc(16.9px * 1.125);
        line-height: 1.68;
        color: var(--ink-main)}
.media-quote ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.media-quote li{display: flex;
        flex-wrap: wrap;
        gap: 1.41rem;
        align-items: baseline;
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid #D8E0EA}
.media-quote li:first-child{border-top: 0;
        padding-top: 0}
.media-quote strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(16.9px * 1.35);
        line-height: 1.2}
.media-quote span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.68;
        color: var(--ink-main)}
@media (max-width: 760px) {.media-quote li{
            display: block
        }.media-quote span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.row---byline{padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF}
.row---byline .wide-plan{max-width:1340px;margin:0 auto}
.row---byline .fresh-nav{display:flex;gap:calc(1.41rem * 1.5);align-items:stretch}
.row---byline .offer-menu{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.row---byline .offer-menu p{margin:0;line-height:1.68}
.row---byline .offer-menu a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.27rem;background:#1E6FD9;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.row---byline .content-headline{flex:1 1 44rem;min-width:0}
.row---byline h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.row---byline .content-headline>p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.68}
.row---byline .open-callout{margin-top:calc(1.41rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.row---byline .open-callout p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-top:1px solid color-mix(in srgb,#FFFFFF 18%,transparent);padding-top:calc(1.5rem * .75)}
.row---byline .open-callout strong{flex:0 1 12rem;min-width:0;font-size:calc(16.9px * .875)}
.row---byline .open-callout span{flex:1 1 24rem;min-width:0;line-height:1.68}
@media(max-width:760px){.row---byline .fresh-nav,.row---byline .open-callout p{display:block}.row---byline .offer-menu{border-left:0;padding-left:0}.row---byline .content-headline{margin-top:calc(1.41rem * 1.5)}.row---byline .open-callout span{display:block;margin-top:calc(1.5rem * .75)}.row---byline h2{font-size:calc(16.9px * 1.35)}}
.simple-track{
  background:#FFFFFF;
  color:#0A0F18;
  padding:calc(1.5rem * 2.4) 1.71rem;
}
.simple-track .wide-plan{max-width:1340px;
  margin:0 auto;}
.simple-track .public-entries{display:flex;
  flex-wrap:wrap;
  gap:calc(1.41rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid #D8E0EA;
  padding-bottom:calc(1.41rem * 1.5);}
.simple-track h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.1;}
.simple-track .public-entries p{flex:1 1 24rem;
  min-width:0;
  margin:0;
  color:var(--ink-main);
  line-height:1.68;}
.simple-track .clear-media{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.simple-track .clear-media a{
  flex:1 1 18rem;
  min-width:0;
  color:#0A0F18;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#0A0F18;
  border:1px solid #D8E0EA;
  border-radius:0.46rem;
  transition:border-color 300ms var(--delay-entry);
}
.simple-track .clear-media a:hover{border-color:#1E6FD9;}
.simple-track .clear-media strong,
.simple-track .clear-media span{display:block;}
.simple-track .clear-media span{margin-top:.4rem;
  color:var(--ink-main);
  line-height:1.68;}
.simple-track .public-method{margin:calc(1.41rem * 1.5) 0 0;
  color:var(--ink-main);
  line-height:1.68;}
.simple-track .text-items{
  display:inline-flex;
  margin-top:calc(1.41rem * 1.5);
  background:#0B2545;
  color:#FFFFFF;
  text-decoration:none;
  border-radius:1.15rem;
  padding:.8rem 1.15rem;
  transition:background 300ms var(--delay-entry);
}
.simple-track .text-items:hover{
  background:#123A6B;color:#0A0F18;}
.simple-track .local-content{margin:1.5rem 0 0;
  color:var(--ink-main);
  font-size:calc(16.9px * .875);}
.simple-track .local-content a{color:#0B2545;
  text-decoration:none;
  border-bottom:1px solid #D8E0EA;}
.simple-track .local-content a:hover{color:#1E6FD9;}
@media (max-width:680px){.simple-track .public-entries{display:block}.simple-track .public-entries p{margin-top:1.5rem}.simple-track .clear-media{display:block}.simple-track .clear-media a{display:block;margin-top:1.41rem}
}
.quiet-proof{
  background: #FFFFFF;
  color: #0A0F18;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.quiet-proof .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.41rem * 1.5);}
.quiet-proof h2,
.quiet-proof h3,
.quiet-proof p{margin: 0;}
.quiet-proof h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.quiet-proof h3{font-size: calc(16.9px * 1.35); line-height: 1.2;}
.quiet-proof p{font-size: 16.9px; line-height: 1.68;}
.quiet-proof .primary-form{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: calc(1.41rem * 1.5);
  align-items: end;
  padding: calc(1.41rem * 1.5);
  border-radius: 0.79rem;
  background: #0B2545;
  color: #FFFFFF;
}
.quiet-proof .primary-form p{color:inherit; opacity: .88;}
.quiet-proof .top-figure{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.quiet-proof [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.46rem;
  background: #FFFFFF;
  color: #0A0F18;
  border: 1px solid #D8E0EA;
  box-shadow: 0 2px 8px rgba(0,0,0,0.13);
  animation: peopleMemberIn calc(300ms * 2) var(--delay-entry) both;
  animation-delay: var(--delay-base, 0ms);
}
.quiet-proof [data-block] .open-steps{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);}
.quiet-proof [data-block] .visual-stack{font-size: calc(16.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-weight: 600;}
.quiet-proof [data-block] p{}
.quiet-proof .contact-body{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D8E0EA;}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(calc(1.41rem * 1)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.quiet-proof .primary-form{ grid-template-columns: 1fr; }.quiet-proof [data-block]{ flex-basis: 100%; }
}
.narrow-wrap{padding:calc(1.5rem * 2.6) 1.71rem;background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);color:#FFFFFF;}
.narrow-wrap .public-visual{max-width:900px;margin:0 auto;display:grid;gap:1.41rem;}
.narrow-wrap .direct-grid h1{margin:0;font-size:clamp(2rem,3.9vw,2.9rem);line-height:1.15;}
.narrow-wrap .direct-grid p{margin:.5rem 0 0;opacity:.92;font-size:calc(16.9px * 1.125);}
.narrow-wrap .steady-links{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:0.79rem;box-shadow:0 10px 26px rgba(0,0,0,0.16);}
.narrow-wrap .visual-benefit{display:grid;gap:.9rem;padding:1.15rem 1.25rem;border-radius:0.79rem;background:#FFFFFF;color:#0A0F18;border:1px solid #D8E0EA;}
.narrow-wrap .visual-benefit p{margin:0;}
.narrow-wrap .visual-benefit a{text-decoration:underline;text-underline-offset:2px;}
.narrow-wrap .visual-benefit a:hover{}
.narrow-wrap .steady-form{display:flex;flex-wrap:wrap;gap:.5rem;}
.narrow-wrap .steady-form span{padding:.32rem .6rem;border-radius:0.27rem;background:#1E6FD9;color:#FFFFFF;font-size:calc(16.9px * .875);}
.narrow-wrap .local-content{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding-top:.4rem;border-top:1px solid rgba(255,255,255,0.22);}
.narrow-wrap .local-content a{color:#FFFFFF;font-size:16.9px;text-decoration:none;border-bottom:1px solid rgba(255,255,255,0.5);padding-bottom:2px;transition:border-color 300ms var(--delay-entry);}
.narrow-wrap .local-content a:hover{border-color:#FFFFFF;}
@media (max-width:640px){.narrow-wrap{padding:calc(1.5rem * 1.6) 1.71rem;}.narrow-wrap .local-content{flex-direction:column;align-items:flex-start;gap:.7rem;}
    }
.primary-group{padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18}
.primary-group .wide-plan{max-width:min(1340px,56rem);margin:0 auto}
.primary-group .public-entries{max-width:52rem}
.primary-group h2{margin:0;font-size:calc(16.9px * 2);line-height:1.12}
.primary-group .public-entries p{margin:calc(1.41rem * 1.5) 0 0;color:var(--ink-main);line-height:1.68}
.primary-group .offer-footer{margin-top:calc(1.5rem * 2.4);border-top:1px solid #D8E0EA}
.primary-group details{padding:1.5rem 0;border-bottom:1px solid #D8E0EA}
.primary-group summary{cursor:pointer;font-size:calc(16.9px * 1.35);line-height:1.22;list-style:none}
.primary-group summary::-webkit-details-marker{display:none}
.primary-group summary::after{content:"+";float:right;margin-left:1.41rem;color:#1E6FD9;font-weight:600}
.primary-group details[open] summary::after{content:"–"}
.primary-group details p{margin:calc(1.41rem * 1.5) 0 0;color:var(--ink-main);line-height:1.68}
@media(max-width:720px){.primary-group .offer-footer{margin-top:calc(1.41rem * 1.5)}.primary-group summary::after{float:none;margin-left:0.4rem}}
.narrow-unit{padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF}
.narrow-unit .wide-plan{max-width:1340px;margin:0 auto}
.narrow-unit .fresh-nav{display:flex;gap:calc(1.41rem * 1.5);align-items:flex-start}
.narrow-unit .offer-menu{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.narrow-unit .offer-menu p{margin:0;font-size:calc(16.9px * .875);line-height:1.68}
.narrow-unit .offer-menu a{display:inline-flex;align-self:flex-start;border-radius:0.27rem;background:#1E6FD9;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(16.9px * .875)}
.narrow-unit .offer-menu a:hover{background:#1558B0;color:#0A0F18;}
.narrow-unit .content-headline{flex:1 1 44rem;min-width:0}
.narrow-unit h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.narrow-unit .content-headline>p{margin:1.5rem 0 0;font-size:16.9px;line-height:1.68}
.narrow-unit .open-callout{margin-top:calc(1.41rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.narrow-unit .open-callout p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-top:1px solid color-mix(in srgb,#FFFFFF 18%,transparent);padding-top:1.5rem}
.narrow-unit .open-callout strong{flex:0 1 13rem;min-width:0;font-size:calc(16.9px * .875);letter-spacing:0.01em}
.narrow-unit .open-callout span{flex:1 1 24rem;min-width:0;line-height:1.68}
@media(max-width:760px){.narrow-unit .fresh-nav,.narrow-unit .open-callout p{display:block}.narrow-unit .offer-menu{border-left:0;padding-left:0}.narrow-unit .content-headline{margin-top:calc(1.41rem * 1.5)}.narrow-unit .open-callout span{display:block;margin-top:calc(1.5rem * .75)}}
.quiet-region{
  background:#FFFFFF;
  color:#0A0F18;
  padding:calc(1.5rem * 2.4) 1.71rem;
}
.quiet-region .wide-plan{max-width:1340px;
  margin:0 auto;}
.quiet-region .public-entries{display:flex;
  flex-wrap:wrap;
  gap:calc(1.41rem * 1.5);
  align-items:flex-start;
  border-bottom:1px solid #D8E0EA;
  padding-bottom:calc(1.41rem * 1.5);}
.quiet-region h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.9px * 2);
  line-height:1.1;
  letter-spacing:0;}
.quiet-region .public-entries p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--ink-main);
  line-height:1.68;}
.quiet-region .clear-media{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.41rem;}
.quiet-region .clear-media a{
  flex:1 1 18rem;
  min-width:0;
  color:#0A0F18;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #D8E0EA;
  border-radius:0.79rem;
  transition:border-color 300ms var(--delay-entry), box-shadow 300ms var(--delay-entry);
}
.quiet-region .clear-media a:hover{border-color:#1E6FD9;
  box-shadow:0 2px 8px rgba(0,0,0,0.13);}
.quiet-region .clear-media strong,
.quiet-region .clear-media span{display:block;}
.quiet-region .clear-media strong{font-size:16.9px;}
.quiet-region .clear-media span{margin-top:.4rem;
  color:var(--ink-main);
  line-height:1.68;
  font-size:calc(16.9px * .875);}
.quiet-region .contact-media{margin-top:calc(1.41rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.41rem * 1.5);
  padding-top:calc(1.41rem * 1.5);
  border-top:1px solid #D8E0EA;}
.quiet-region .contact-media p{flex:1 1 26rem;
  min-width:0;
  margin:0;
  color:var(--ink-main);
  line-height:1.68;}
.quiet-region .text-items{
  display:inline-flex;
  align-items:center;
  color:#FFFFFF;
  background:#0B2545;
  text-decoration:none;
  border-radius:1.15rem;
  padding:.8rem 1.2rem;
  font-size:calc(16.9px * .875);
  transition:background 300ms var(--delay-entry);
}
.quiet-region .text-items:hover{
  background:#123A6B;color:#0A0F18;}
@media (max-width:680px){.quiet-region .public-entries{display:block}.quiet-region .public-entries p{margin-top:1.5rem}.quiet-region .clear-media{display:block}.quiet-region .clear-media a{display:block;margin-top:1.41rem}.quiet-region .contact-media{display:block}.quiet-region .text-items{margin-top:1.5rem}
}
.quiet-shell{
  background: linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
  color: #FFFFFF;
  padding: calc(1.5rem * 2.4) 1.71rem;
}
.quiet-shell .wide-plan{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: 1.41rem;
  align-items: start;}
.quiet-shell h2,
.quiet-shell h3,
.quiet-shell p{margin: 0;}
.quiet-shell h2{font-size: calc(16.9px * 2); line-height: 1.1;}
.quiet-shell h3{font-size: calc(16.9px * 1.35); line-height: 1.18;}
.quiet-shell p{font-size: 16.9px; line-height: 1.68;}
.quiet-shell .local-contact{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(1.41rem * 1.5);
  border-radius: 1.15rem;
  background: linear-gradient(120deg, #1E6FD9 0%, #1558B0 100%);
  color: #FFFFFF;
}
.quiet-shell .soft-visual{display: grid;
  gap: calc(1.5rem * .75);}
.quiet-shell .clear-menu{
  display: grid;
  grid-template-columns: .7rem minmax(7rem, .22fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.46rem;
  background: #FFFFFF;
  color: #0A0F18;
  border: 1px solid #D8E0EA;
  animation: peopleTimelineIn calc(300ms * 2.2) var(--delay-entry) both;
  animation-delay: var(--delay-base, 0ms);
}
.quiet-shell i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #0B2545;color:#FFFFFF;}
.quiet-shell .clear-menu span{font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(1.41rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 900px) {.quiet-shell .wide-plan{ grid-template-columns: 1fr; }.quiet-shell .clear-menu{
    grid-template-columns: .7rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }.quiet-shell .clear-menu i{ grid-area: dot; }.quiet-shell .clear-menu span{ grid-area: role; }.quiet-shell .clear-menu h3{ grid-area: name; }.quiet-shell .clear-menu p{ grid-area: text; }
}
.strong-area{padding:calc(1.5rem * 2.4) 1.71rem;background:linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);color:#FFFFFF}
.strong-area .wide-plan{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.55fr);gap:calc(1.41rem * 1.5);align-items:stretch}
.strong-area .primary-contact{display:flex;flex-direction:column;gap:1.41rem;padding:1.41rem;border-radius:1.15rem;background:#1E6FD9;color:#FFFFFF}
.strong-area h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.strong-area .primary-contact>p{margin:0;font-size:16.9px;line-height:1.68}
.strong-area .main-visual{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.5rem}
.strong-area .public-copy{padding:calc(1.5rem * .75);border-radius:0.46rem;background:#FFFFFF;color:#0A0F18;border:1px solid #D8E0EA}
.strong-area .public-copy span{display:block;font-size:calc(16.9px * .875);}
.strong-area .public-copy strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:16.9px;line-height:1.4}
.strong-area .simple-footer{min-height:clamp(22rem,44vw,34rem);border-radius:1.15rem;overflow:hidden;border:1px solid #D8E0EA;box-shadow:0 10px 26px rgba(0,0,0,0.16)}
.strong-area iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 900px){.strong-area .wide-plan{grid-template-columns:1fr}.strong-area .simple-footer{min-height:22rem}
}
.clear-note{background:#FFFFFF;color:#0A0F18;padding:calc(1.5rem * 2.4) 1.71rem}
.clear-note .wide-plan{max-width:1340px;margin:0 auto}
.clear-note .page-method{display:flex;align-items:flex-start;gap:calc(1.41rem * 1.5)}
.clear-note .public-entries{flex:0 1 32rem;min-width:0}
.clear-note h2{margin:0;font-size:clamp(calc(16.9px * 2),4.4vw,calc(16.9px * 2.65));line-height:1.1;letter-spacing:0}
.clear-note p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.68}
.clear-note .public-method{margin-top:calc(1.5rem * .75);font-size:calc(16.9px * .875);color:var(--ink-main);background:var(--line-muted);padding:calc(1.5rem * .75);border-radius:0.46rem}
.clear-note .active-stack{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D8E0EA}
.clear-note .open-steps{display:flex;gap:1.41rem;padding:1.5rem 0;border-bottom:1px solid #D8E0EA;color:inherit;text-decoration:none;transition:background 300ms var(--delay-entry)}
.clear-note a.row:hover{background:var(--line-muted);color:var(--ink-main);}
.clear-note strong{flex:0 1 13rem;min-width:0;font-size:16.9px}
.clear-note span{flex:1 1 20rem;min-width:0;color:var(--ink-main);line-height:1.6}
@media(max-width:760px){.clear-note .page-method{flex-direction:column}.clear-note .open-steps{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.text-wrap{padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF}
.text-wrap .wide-plan{max-width:1340px;margin:0 auto;display:flex;gap:calc(1.41rem * 1.5);align-items:flex-start}
.text-wrap .public-entries{flex:1 1 0;padding:1.41rem 0}
.text-wrap h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.08}
.text-wrap .public-entries p{margin:1.5rem 0 0;font-size:calc(16.9px * 1.125);line-height:1.68}
.text-wrap ul{list-style:none;margin:calc(1.41rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-wrap li{line-height:1.68}
.text-wrap li span{display:block;margin-bottom:0.27rem;font-size:calc(16.9px * .875);font-weight:700;letter-spacing:.02em}
.text-wrap form{flex:0 1 calc(1340px*.4);background:#FFFFFF;color:#0A0F18;border-radius:1.15rem;padding:1.41rem;box-shadow:0 24px 32px rgba(0,0,0,0.2)}
.text-wrap .page-note{display:flex;flex-direction:column;gap:1.5rem}
.text-wrap label span{display:block;margin-bottom:0.27rem;font-size:calc(16.9px * .875)}
.text-wrap input{width:100%;border:0;border-bottom:1px solid #D8E0EA;border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none;transition:border-color 300ms var(--delay-entry)}
.text-wrap input::placeholder{}
.text-wrap input:focus{border-color:#1E6FD9}
.text-wrap button{width:100%;margin-top:calc(1.41rem * 1.5);border:0;border-radius:0.46rem;background:#1E6FD9;color:#FFFFFF;font:inherit;font-weight:700;padding:calc(1.5rem * .75);cursor:pointer;transition:background 300ms var(--delay-entry)}
.text-wrap button:hover{background:#1558B0;color:#0A0F18;}
@media(max-width:820px){.text-wrap .wide-plan{display:block}.text-wrap form{margin-top:1.5rem}}
.top-steps{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: #0B2545;
  color: #FFFFFF;
}
.top-steps .wide-plan{max-width: 1340px;
  margin: 0 auto;}
.top-steps .public-entries{margin-bottom: calc(1.41rem * 1.5);}
.top-steps h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.top-steps .public-entries p{margin: calc(1.5rem * .75) 0 0;
  color: #C7D0DC;
  font-size: calc(16.9px * 1.125);}
.top-steps .visual-benefit{display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);}
.top-steps .section p{margin: 0 0 calc(1.5rem * .75);
  color: #C7D0DC;}
.top-steps .section p:last-child{margin-bottom: 0;}
.top-steps .open-callout{display: flex;
  flex-direction: column;
  border-top: 1px solid #1C2634;}
.top-steps .secondary-callout{padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #1C2634;}
.top-steps .secondary-callout .clear-unit{display: inline-block;
  margin-bottom: calc(calc(1.5rem * .75) * .4);color:inherit;
  font-size: calc(16.9px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.top-steps h3{margin: 0 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(16.9px * 1.35);}
.top-steps .secondary-callout p{margin: 0;
  color: #C7D0DC;}
.top-steps .public-method{
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #1C2634;
  color: #FFFFFF;
}
.top-steps .public-method p{margin: 0;
  color: #C7D0DC;}
.top-steps .open-details h3{margin: 0 0 calc(1.5rem * .75);}
.top-steps .open-details p{margin: 0 0 calc(1.5rem * .75);
  color: #C7D0DC;}
.top-steps .active-stack{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .6);}
.top-steps .active-stack li{display: flex;
  flex-wrap: wrap;
  gap: calc(1.41rem * .5);
  align-items: baseline;
  color: #C7D0DC;}
.top-steps .active-stack li span{min-width: 6rem;color:inherit;
  font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: .04em;}
.top-steps .active-stack a{text-decoration: underline;}
.top-steps .active-stack a:hover{color:inherit;}
.top-steps .wide-details{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * .875);
  color: #C7D0DC;}
@media (max-width: 700px) {.top-steps .active-stack li{
    flex-direction: column;
    gap: calc(1.41rem * .25);
  }
}
.contact-headline{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: linear-gradient(135deg, #0A0F18 0%, #0B2545 55%, #123A6B 100%);
  color: #FFFFFF;
}
.contact-headline .wide-plan{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1340px;
  margin: 0 auto;}
.contact-headline .open-team{margin: 0 0 calc(1.41rem * 1.5);
  padding: 1.5rem 0;}
.contact-headline h2{margin: 0;
  font-size: calc(16.9px * 2.65);
  line-height: 1.08;}
.contact-headline .open-team p{margin: 1.5rem 0 0;
  font-size: calc(16.9px * 1.125);
  line-height: 1.68;}
.contact-headline .media-footer{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.41rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.28);}
.contact-headline .stage{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;}
.contact-headline .stage p{margin: 0;
  line-height: 1.68;}
.contact-headline .stage strong{display: block;
  margin-bottom: 0.35rem;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.75;}
.contact-headline .simple-feature{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.contact-headline .simple-feature a{color: inherit;
  font-size: calc(16.9px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: 0.2em;}
.contact-headline .simple-brand{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.contact-headline .simple-brand a{flex: 1 1 240px;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;
  line-height: 1.68;}
.contact-headline .simple-brand span{display: block;
  margin-top: 0.25rem;
  font-size: calc(16.9px * .875);
  opacity: 0.7;}
@media (max-width: 720px) {.contact-headline .media-footer,
  .contact-headline .stage{
    display: block;
  }.contact-headline .stage p + p{
    margin-top: calc(1.5rem * .75);
  }.contact-headline .simple-feature{
    align-items: flex-start;
    margin-top: 1.5rem;
  }.contact-headline .simple-brand a{
    flex: 1 1 100%;
  }
}
.simple-form{padding:calc(1.5rem * 2.4) 1.71rem;background:var(--line-muted);color:var(--ink-main)}
.simple-form .team-wrap{max-width:min(1340px,62rem);margin:0 auto}
.simple-form h2{margin:0;font-size:calc(16.9px * 2);line-height:1.1}
.simple-form .public-entries{margin:1.5rem 0 calc(1.41rem * 1.5);font-size:calc(16.9px * 1.125)}
.simple-form .text-body{display:flex;flex-direction:column;gap:1.41rem}
.simple-form .secondary-callout{padding:calc(1.5rem * .75) 0;border-top:1px solid #D8E0EA}
.simple-form .secondary-callout:first-child{border-top:0;padding-top:0}
.simple-form h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.9px * 1.35);line-height:1.25}
.simple-form .secondary-callout p{margin:0;font-size:16.9px}
@media (max-width:640px){.simple-form .public-entries{font-size:16.9px}.simple-form .secondary-callout{padding:calc(1.41rem * 1.5) 0}
}
.bottom-section{--state-strong:calc(1.5rem * 1.15);--mark-static:calc(1340px / 2.50);padding:calc(1.5rem * 2.4) 1.71rem;background:#0B2545;color:#FFFFFF;}
.bottom-section .wide-plan{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.41rem * 1.5);}
.bottom-section h1,.bottom-section h2,.bottom-section h3,.bottom-section p{margin:0;}
.bottom-section h2{font-size:calc(16.9px * 2);line-height:1.12;}
.bottom-section p{font-size:16.9px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-section a{color:inherit;text-decoration:none;}
.bottom-section .visual-benefit{display:flex;flex-direction:column;gap:calc(1.41rem * 1.5);}
.bottom-section .section{max-width:var(--mark-static);}
.bottom-section .contact-media{display:flex;flex-direction:column;gap:1.41rem;padding:calc(1.5rem * .75);border-radius:0.46rem;background:color-mix(in srgb, currentColor 8%, transparent);}
.bottom-section .public-method{font-size:calc(16.9px * .875);}
.bottom-section .local-content{display:flex;flex-wrap:wrap;gap:1.41rem;}
.bottom-section .local-content a{font-size:calc(16.9px * .875);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);transition:border-color 300ms var(--delay-entry);}
.bottom-section .local-content a:hover{border-color:currentColor;}
.bottom-section .focused-footer{display:flex;flex-wrap:wrap;gap:1.41rem;}
.bottom-section .text-items{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.27rem;background:#FFFFFF;color:#0B2545;font-size:16.9px;transition:background 300ms var(--delay-entry);}
.bottom-section .text-items:hover{background:#1E6FD9;color:#FFFFFF;}
@media (min-width:900px){.bottom-section .wide-plan{display:grid;grid-template-columns:1.35fr 1fr;grid-template-areas:"body aside" "action aside";align-items:start;column-gap:1.5rem;row-gap:calc(1.41rem * 1.5);}.bottom-section .visual-benefit{grid-area:body;}.bottom-section .contact-media{grid-area:aside;}.bottom-section .focused-footer{grid-area:action;}
}
.narrow-story{
  padding: calc(1.5rem * 2.4) 1.71rem;
  background: #0B2545;
  color: #FFFFFF;
}
.narrow-story .wide-plan{max-width: min(1340px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.41rem * 1.5);}
.narrow-story .narrow-lead h2{margin: 0;
  font-size: calc(16.9px * 2);
  line-height: 1.1;}
.narrow-story .public-entries{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.9px * 1.125);
  color: #C7D0DC;}
.narrow-story .clear-media{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;}
.narrow-story .open-note{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #1C2634;
  border-radius: 0.79rem;
  background: #0B2545;
  color: #FFFFFF;
}
.narrow-story .open-note .steady-inner{
  display: inline-block;
  margin-bottom: 0.55rem;
  padding: 0.2rem 0.6rem;
  border-radius: 0.27rem;
  background: #1E6FD9;
  color: #FFFFFF;
  font-size: calc(16.9px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.narrow-story .open-note strong{display: block;
  font-size: calc(16.9px * 1.35);
  line-height: 1.25;}
.narrow-story .open-note p{margin: calc(1.5rem * .75) 0 0;
  color: #C7D0DC;}
.narrow-story .open-details{display: flex;
  flex-wrap: wrap;
  gap: 1.41rem;
  padding-top: calc(1.41rem * 1.5);
  border-top: 1px solid #1C2634;}
.narrow-story .open-details .content-frame{flex: 1 1 18rem;}
.narrow-story .open-details .content-frame strong{display: block;
  font-size: calc(16.9px * 1.35);}
.narrow-story .open-details .content-frame p{margin: calc(1.5rem * .75) 0 0;
  color: #C7D0DC;}
.narrow-story .visual-flow{flex: 1 1 20rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;}
.narrow-story .visual-flow li{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.6rem;}
.narrow-story .visual-flow .active-body{min-width: 8.5rem;
  font-size: calc(16.9px * .875);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #C7D0DC;}
.narrow-story .visual-flow a{text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-story .visual-flow a:hover{color:inherit;}
.narrow-story .local-content{margin: 0;
  font-size: 16.9px;
  color: #C7D0DC;}
.narrow-story .local-content a{text-decoration: underline;
  text-underline-offset: 3px;}
.narrow-story .local-content a:hover{color:inherit;}
@media (max-width: 640px) {.narrow-story .clear-media{
    flex-direction: column;
  }.narrow-story .visual-flow .active-body{
    min-width: 0;
  }
}
.featured-area{padding:calc(1.5rem * 2.4) 1.71rem;background:#FFFFFF;color:#0A0F18}
.featured-area .wide-plan{max-width:1340px;margin:0 auto}
.featured-area .active-inner{display:flex;gap:calc(1.41rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.featured-area .section{flex:1 1 34rem;min-width:0}
.featured-area .section p{margin:0 0 1.5rem;font-size:calc(16.9px * .875);line-height:1.68;color:var(--ink-main)}
.featured-area h2{margin:0;font-size:calc(16.9px * 2.65);line-height:1.06}
.featured-area .focused-team{flex:1 1 28rem;min-width:0;padding-top:calc(1.5rem * .75)}
.featured-area .clear-links{margin:0;line-height:1.68}
.featured-area .focused-team>a{display:inline-flex;margin-top:1.5rem;border-radius:0.46rem;background:#1E6FD9;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 300ms var(--delay-entry)}
.featured-area .focused-team>a:hover{background:#1558B0;color:#0A0F18;}
.featured-area .local-content{list-style:none;margin:calc(1.41rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-area .local-content a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D8E0EA;color:#0B2545;text-decoration:none;transition:color 300ms var(--delay-entry)}
.featured-area .local-content a:hover{color:#1E6FD9}
@media(max-width:760px){.featured-area .active-inner{display:block}.featured-area h2{font-size:calc(16.9px * 2)}.featured-area .focused-team{margin-top:calc(1.41rem * 1.5);padding-top:0}}
