body{margin:0;padding:0;font-family:"Exo 2", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --tone-light: #0B1428;
  --delay-hover: ease-in-out;
  --line-muted: #F4F7FC;
}
.contact-actions {
    width: 100%;
    background: var(--line-muted);
    color: var(--tone-light);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
.contact-story {
    max-width: 1460px;
    margin: 0 auto;
    padding: calc(1.9rem * 1.5) 1.35rem;
    display: flex;
    align-items: center;
    gap: 1.9rem;
  }
.focused-quote {
    font-size: calc(16.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--tone-light);
    text-decoration: none;
    flex: 0 0 auto;
  }
.focused-quote:hover {
    color: #E23A4E;
  }
.text-frame {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.9rem;
  }
.nav-list a {
    color: var(--tone-light);
    text-decoration: none;
    font-size: 16.2px;
    padding: 0.4rem 0.2rem;
    border-bottom: 2px solid transparent;
    transition: color 490ms var(--delay-hover), border-color 490ms var(--delay-hover);
  }
.nav-list a:hover {
    color: #E23A4E;
    border-bottom-color: #E23A4E;
  }
.quiet-items {
    flex: 0 0 auto;
  }
.simple-quote {
    display: inline-block;
    background: #E23A4E;
    color: #FFFFFF;
    text-decoration: none;
    font-size: calc(16.2px * .875);
    font-weight: 600;
    padding: 0.65rem 1.15rem;
    border-radius: 0.44rem;
    box-shadow: 0 1px 8px rgba(0,0,0,0.12);
    transition: background 490ms var(--delay-hover);
  }
.simple-quote:hover{
    background: #C42A3D;color:#E7ECF5;}
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0.34rem;
    cursor: pointer;
  }
.nav-toggle-bar{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--tone-light);color:#E7ECF5;}
@media (max-width: 767px) {
    .contact-story {
      flex-wrap: wrap;
      gap: calc(1.9rem * 1.5);
    }

    .focused-quote {
      flex: 1 1 auto;
    }

    .quiet-items {
      display: none;
    }

    .nav-toggle {
      display: flex;
    }

    .text-frame {
      flex: 1 1 100%;
      display: none;
    }

    .text-frame.is-open {
      display: block;
    }

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

    .nav-list li {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.85rem 0;
      border-bottom: none;
    }

    .nav-list a:hover {
      border-bottom: none;
      color: #E23A4E;
    }
  }
.soft-content{padding:calc(1.5rem * 2.4) 1.35rem;font-family:"Exo 2", sans-serif;font-size:calc(16.2px * .875);line-height:1.69;width:100%;background:var(--line-muted);color:var(--tone-light);}
.team-copy{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5)}
.offer-group{display:flex;flex-direction:column;gap:1.5rem;max-width:42rem}
.service-stack{font-size:calc(16.2px * 1.35);font-weight:700;letter-spacing:0.02em;color:inherit;text-decoration:none}
.service-stack:hover,
  .service-stack:focus-visible{}
.offer-actions{margin:0;opacity:0.82}
.clear-method{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.9rem;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.14)}
.bottom-feature{font-size:16.2px;font-weight:600;margin:0 0 1.5rem 0;letter-spacing:0.04em;text-transform:uppercase}
.quiet-stack{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.quiet-stack a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 490ms var(--delay-hover), color 490ms var(--delay-hover)}
.quiet-stack a:hover,
  .quiet-stack a:focus-visible{border-bottom-color:#E23A4E;color:inherit}
.process{display:flex;flex-direction:column;gap:0.5rem}
.team-contact{margin:0;display:flex;flex-direction:column;gap:0.15rem}
.top-note{font-size:calc(16.2px * .875);opacity:0.7;letter-spacing:0.03em;text-transform:uppercase}
.focused-panel{color:inherit;text-decoration:none;word-break:break-word}
a.footer-contact-value:hover,
  a.footer-contact-value:focus-visible{color:inherit}
.wide-shell{margin:0;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.14);font-size:calc(16.2px * .875);opacity:0.82;max-width:60rem}
.bottom-plan{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.14);font-size:calc(16.2px * .875);opacity:0.78}
.local-method,
  .page-tile{margin:0}
@media (max-width: 860px) {.clear-method{grid-template-columns:1fr 1fr}
  }
@media (max-width: 560px) {.clear-method{grid-template-columns:1fr}.bottom-plan{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 1.35rem;
    right: 1.35rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .featured-proof {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.22rem;
    padding: 1.5rem 1.35rem;
    background: radial-gradient(circle at top right, #E23A4E, #2456A8);
    color: #FFFFFF;
    box-shadow: 0 24px 46px rgba(0,0,0,0.19);
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.cookies .featured-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .featured-panel strong {
    font-size: 16px;
}
.cookies .featured-panel a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .stage {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .stage button {
    flex: 1;
    border-radius: 0.34rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, 0.65);
    cursor: pointer;
}
.cookies .stage button.cookie-accept {
    background: #FFFFFF;
    border-color: transparent;
    color: #E23A4E;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .featured-proof {
        max-width: none;
    }
}
.open-footer{
        --axis-static: calc(1.5rem * 1.35);
        padding: calc(1.5rem * 2.4) 1.35rem;
        background: linear-gradient(135deg, #0A1226 0%, #12224A 55%, #1B3A6B 100%);
        color: #E7ECF5;
    }
.open-footer .featured-actions{max-width: 1460px;
        margin: 0 auto;}
.open-footer h1,
    .open-footer p{margin: 0;}
.open-footer h1{font-size: calc(16.2px * 2.65);
        line-height: 1.1;
        letter-spacing: -0.01em;}
.open-footer p{font-size: 16.2px;
        line-height: 1.69;}
.open-footer a{color: inherit;
        text-decoration: none;}
.open-footer .offer-headline{display: flex;
        align-items: flex-start;
        gap: 1.9rem;}
.open-footer .offer-headline h1{flex: 1 1 58%;
        min-width: 0;}
.open-footer .direct-footer{flex: 1 1 42%;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.9rem * 1.5);
        padding-block-start: calc(1.5rem / 3);}
.open-footer .simple-note{
        align-self: flex-start;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: calc(1.5rem * .75) 1.5rem;
        border-radius: 0.34rem;
        background: #E23A4E;
        color: #FFFFFF;
        font-size: calc(16.2px * .875);
        letter-spacing: 0.02em;
        transition: background 490ms var(--delay-hover);
    }
.open-footer .simple-note:hover{
        background: #C42A3D;color:#E7ECF5;}
.open-footer .clear-intro{padding-inline-start: calc(1.5rem * .75);}
.open-footer .steady-group{row-gap: calc(var(--axis-static) * 1.1);}
@media (max-width: 860px) {.open-footer .offer-headline{
            flex-direction: column;
            align-items: stretch;
        }.open-footer .offer-headline h1,
        .open-footer .direct-footer{
            flex: 1 1 auto;
        }.open-footer .direct-footer{
            padding-block-start: 0;
        }
    }
.site-note{
  background:#0A1226;
  color:#E7ECF5;
  padding:calc(1.5rem * 2.4) 1.35rem;
}
.site-note .featured-actions{max-width:1460px;
  margin:0 auto;}
.site-note .clear-quote{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:1.9rem;
  border-bottom:1px solid #24365C;
  padding-bottom:calc(1.9rem * 1.5);}
.site-note h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.site-note .clear-quote a{flex:0 0 auto;color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(16.2px * .875);}
.site-note .clear-quote a:hover{color:inherit;}
.site-note .quiet-proof{margin:calc(1.9rem * 1.5) 0 0;
  font-size:calc(16.2px * 1.125);
  line-height:1.69;}
.site-note .visual-body{margin-top:calc(1.9rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;}
.site-note .visual-body span{
  background:#101C38;
  color:#E7ECF5;
  border:1px solid #24365C;
  border-radius:0.44rem;
  padding:.5rem .8rem;
  font-size:calc(16.2px * .875);
}
@media (max-width:620px){.site-note .clear-quote{
    display:block;
  }.site-note .clear-quote a{
    display:inline-block;
    margin-top:1.5rem;
  }
}
.local-tile{--axis-static:calc(1.5rem * 0.87);--type-lead:calc(1460px / 3.16);padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5;}
.local-tile .featured-actions{max-width:1460px;margin:0 auto;}
.local-tile h2,.local-tile h3,.local-tile p{margin:0;}
.local-tile h2{font-size:calc(16.2px * 2);line-height:1.12;}
.local-tile h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.local-tile p{font-size:16.2px;line-height:1.69;}
.local-tile .steady-group{row-gap:calc(var(--axis-static) * 1.2);}
.local-tile .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.9rem;}
.local-tile .row-title h2{flex:1 1 calc(1460px / 3);min-width:0;}
.local-tile .row-title>p{flex:1 1 calc(1460px / 3);min-width:0;}
.local-tile .simple-service{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-static);margin-top:var(--axis-static);}
.local-tile .site-brand{flex:1 1 var(--type-lead);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #24365C;}
.local-tile .site-brand p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.local-tile .row-title h2,
  .local-tile .row-title>p{flex:1 1 100%;}
}
.media-method{--axis-static:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5;}
.media-method .featured-actions{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-static);}
.media-method h2{font-size:calc(16.2px * 2);line-height:1.14;margin:0;}
.media-method p{margin:0;font-size:16.2px;line-height:1.69;}
.media-method .flow{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.media-method .secondary-body{color:#C7D2E6;}
.media-method .local-note{display:flex;flex-direction:column;gap:calc(1.9rem / 2.6);}
.media-method details{padding:calc(calc(1.5rem * .75) * 1.05) calc(calc(1.5rem * .75) * 1.2);border-radius:0.44rem;background:#101C38;color:#E7ECF5;border:1px solid #24365C;}
.media-method summary{cursor:pointer;font-weight:700;font-size:calc(16.2px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:1.35rem;}
.media-method summary::-webkit-details-marker{display:none;}
.media-method summary::after{content:"+";flex:0 0 auto;font-weight:400;color:inherit;font-size:calc(16.2px * 1.125);line-height:1;}
.media-method details[open] summary::after{content:"–";}
.media-method details p{margin-top:calc(1.5rem / 2.6);color:#C7D2E6;}
@media (max-width:720px){.media-method summary{font-size:16.2px;}
}
.main-summary{--axis-static:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5;}
.main-summary .featured-actions{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.main-summary h2,.main-summary h3,.main-summary p{margin:0;}
.main-summary h2{font-size:calc(16.2px * 2);line-height:1.14;}
.main-summary h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.main-summary p{font-size:16.2px;line-height:1.69;}
.main-summary .secondary-body{}
.main-summary .simple-service{display:flex;flex-direction:column;gap:var(--axis-static);border-left:1px solid #24365C;padding-left:calc(1.5rem * .75);}
.main-summary .site-brand{min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.main-summary .site-brand p{}
.main-summary .public-media{font-size:calc(16.2px * .875);border-top:1px solid #24365C;padding-top:calc(1.5rem * .75);}
@media (max-width:720px){.main-summary .simple-service{padding-left:calc(1.5rem * .75);}
}
.team-fields{padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5;}
.team-fields .featured-actions{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.9rem * 1.5);}
.team-fields h2,.team-fields h3,.team-fields p{margin:0;}
.team-fields h2{font-size:calc(16.2px * 2);line-height:1.14;}
.team-fields h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.team-fields p{font-size:16.2px;line-height:1.69;}
.team-fields .clear-quote{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-fields .secondary-body{color:#C7D2E6;}
.team-fields .simple-service{display:flex;flex-wrap:wrap;gap:1.9rem;}
.team-fields .site-brand{flex:1 1 calc(1460px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);padding:calc(1.5rem * .75);border:1px solid #24365C;border-radius:0.44rem;background:#101C38;color:#E7ECF5;}
.team-fields .site-brand p{color:#C7D2E6;}
.team-fields .public-media{padding-top:calc(1.9rem * 1.5);border-top:1px solid #24365C;font-size:calc(16.2px * .875);color:#C7D2E6;}
@media (max-width:720px){.team-fields .site-brand{flex:1 1 100%;}
}
.open-tile{
        padding:calc(1.5rem * 2.4) 1.35rem;
        background:linear-gradient(135deg, #0A1226 0%, #12224A 55%, #1B3A6B 100%);
        color:#E7ECF5;
    }
.open-tile .featured-actions{max-width:1460px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);}
.open-tile .site-fields{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);
        border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
        padding-bottom:calc(1.9rem * 1.5);}
.open-tile .site-fields p{margin:0;
        font-size:calc(16.2px * .875);
        letter-spacing:.14em;
        text-transform:uppercase;
        opacity:.82;}
.open-tile .site-fields h2{margin:0;
        font-size:calc(16.2px * 2);
        line-height:1.15;}
.open-tile .site-fields span{display:block;
        font-size:calc(16.2px * 1.125);
        line-height:1.69;
        opacity:.94;}
.open-tile .service-section{display:flex;
        flex-direction:column;
        gap:calc(1.9rem * 1.5);}
.open-tile .secondary-body p{margin:0;
        font-size:16.2px;
        line-height:1.69;
        opacity:.92;}
.open-tile .simple-service{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.open-tile .site-brand{
        padding:calc(1.5rem * .75) 1.35rem;
        border-left:3px solid #E23A4E;
        background:color-mix(in srgb, currentColor 8%, transparent);
        border-radius:0 0.44rem 0.44rem 0;
    }
.open-tile .site-brand h3{margin:0 0 6px;
        font-size:calc(16.2px * 1.35);}
.open-tile .site-brand p{margin:0 0 8px;
        opacity:.93;}
.open-tile .site-brand small{display:block;
        font-size:calc(16.2px * .875);
        opacity:.78;
        letter-spacing:.02em;}
.open-tile .public-media{
        padding:calc(1.5rem * .75) 1.35rem;
        border:1px solid color-mix(in srgb, currentColor 24%, transparent);
        border-radius:1rem;
        background:color-mix(in srgb, currentColor 10%, transparent);
    }
.open-tile .public-media p{margin:0;
        opacity:.92;}
@media (min-width:900px){.open-tile .site-fields{
            display:grid;
            grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
            grid-template-areas:
                "eyebrow title"
                "eyebrow desc";
            column-gap:1.9rem;
            row-gap:calc(1.5rem * .75);
            align-items:start;
        }.open-tile .site-fields p{grid-area:eyebrow;padding-top:.4em;}.open-tile .site-fields h2{grid-area:title;}.open-tile .site-fields span{grid-area:desc;}.open-tile .service-section{
            display:grid;
            grid-template-columns:minmax(0,0.85fr) minmax(0,1.6fr);
            gap:1.9rem;
            align-items:start;
        }.open-tile .simple-service{
            display:grid;
            grid-template-columns:repeat(2,minmax(0,1fr));
            gap:calc(1.5rem * .75);
        }.open-tile .site-brand:first-child{
            grid-column:1 / -1;
        }
    }
.team-frame{padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5}
.team-frame .featured-actions{max-width:1460px;margin:0 auto;display:flex;gap:calc(1.9rem * 1.5);align-items:flex-start}
.team-frame .clear-quote{flex:1 1 0;padding:1.9rem 0}
.team-frame h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.team-frame .clear-quote p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.69}
.team-frame ul{list-style:none;margin:calc(1.9rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.team-frame li{line-height:1.69}
.team-frame li span{display:inline-block;margin-right:calc(1.5rem * .75);font-size:calc(16.2px * .875);font-weight:700;}
.team-frame form{flex:0 1 calc(1460px*.4);background:#101C38;color:#E7ECF5;border:1px solid #24365C;border-radius:1.22rem;padding:1.9rem;box-shadow:0 24px 46px rgba(0,0,0,0.19)}
.team-frame .clear-entries{display:flex;flex-direction:column;gap:1.5rem}
.team-frame label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.2px * .875);}
.team-frame input,
.team-frame textarea{width:100%;box-sizing:border-box;border:1px solid #24365C;border-radius:0.44rem;background:#0F1B36;color:#E7ECF5;font:inherit;padding:calc(1.5rem * .75);outline:none;resize:vertical}
.team-frame input::placeholder,
.team-frame textarea::placeholder{}
.team-frame input:focus,
.team-frame textarea:focus{border-color:#4C8DFF}
.team-frame button{width:100%;margin-top:calc(1.9rem * 1.5);border:0;border-radius:0.44rem;background:#E23A4E;color:#FFFFFF;font:inherit;font-weight:700;padding:calc(1.5rem * .75);cursor:pointer;transition:background 490ms var(--delay-hover)}
.team-frame button:hover{background:#C42A3D;color:#E7ECF5;}
@media(max-width:780px){.team-frame .featured-actions{display:block}.team-frame form{margin-top:1.5rem}}
.clear-shell{background:#0A1226;color:#E7ECF5;padding:calc(1.5rem * 2.4) 1.35rem}
.clear-shell .featured-actions{max-width:1460px;margin:0 auto}
.clear-shell .team-plan{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.9rem * 1.5)}
.clear-shell .clear-quote{flex:1 1 22rem;min-width:0}
.clear-shell h2{margin:0;font-size:clamp(calc(16.2px * 2),4.4vw,calc(16.2px * 2.65));line-height:1.08;letter-spacing:0}
.clear-shell p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.65}
.clear-shell .visual-panel{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #24365C}
.clear-shell .offer-headline{display:flex;flex-wrap:wrap;gap:1.9rem;padding:1.5rem 0;border-bottom:1px solid #24365C;color:inherit;text-decoration:none}
.clear-shell .offer-headline:hover strong{color:inherit;}
.clear-shell strong{flex:0 1 12rem;min-width:0;font-weight:600}
.clear-shell span{flex:1 1 18rem;min-width:0;line-height:1.55}
@media(max-width:760px){.clear-shell .team-plan,.clear-shell .offer-headline{flex-direction:column}.clear-shell .offer-headline{gap:calc(calc(1.5rem * .75)*.5)}}
.grid---package-view{--axis-static:calc(1.5rem * 1.15);--type-lead:calc(1460px / 3.6);padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5;}
.grid---package-view .featured-actions{max-width:1460px;margin:0 auto;}
.grid---package-view h2,.grid---package-view h3,.grid---package-view p{margin:0;}
.grid---package-view h2{font-size:calc(16.2px * 2);line-height:1.14;}
.grid---package-view h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.grid---package-view p{font-size:16.2px;line-height:1.69;}
.grid---package-view a{color:inherit;text-decoration:none;}
.grid---package-view .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.9rem;}
.grid---package-view .row-title h2{flex:1 1 calc(1460px / 3.2);min-width:0;}
.grid---package-view .row-title>p{flex:1 1 calc(1460px / 3.2);min-width:0;}
.grid---package-view .service-links{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-static);margin-top:var(--axis-static);}
.grid---package-view .site-brand{flex:1 1 var(--type-lead);min-width:0;padding:calc(1.5rem * .75);border:1px solid #24365C;border-radius:1rem;background:#101C38;color:#E7ECF5;display:flex;flex-direction:column;}
.grid---package-view .site-brand p{margin-top:calc(1.5rem / 3);}
.grid---package-view .site-brand a{display:inline-flex;align-self:flex-start;margin-top:auto;padding-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);border-bottom:1px solid #E23A4E;}
.grid---package-view .site-brand a:hover{border-bottom-color:#C42A3D;}
.grid---package-view .offer-tile{padding-inline-start:calc(1.35rem / 2);}
.grid---package-view .clear-plan{row-gap:calc(var(--axis-static) * .7);}
.grid---package-view .top-list{padding-block:calc(var(--axis-static) / 2);}
@media (max-width:720px){.grid---package-view .site-brand{flex:1 1 100%;}
}
.strong-copy{
        --axis-static: calc(1.5rem * 1.14);
        --layer-local: calc(1460px / 2.38);
        padding: calc(1.5rem * 2.4) 1.35rem;
        background: #0A1226;
        color: #E7ECF5;
    }
.strong-copy .featured-actions{max-width: 1460px;
        margin: 0 auto;}
.strong-copy h2,
    .strong-copy h3,
    .strong-copy p{margin: 0;}
.strong-copy h2{font-size: calc(16.2px * 2);
        line-height: 1.12;}
.strong-copy h3{font-size: calc(16.2px * 1.35);
        line-height: 1.2;}
.strong-copy p{font-size: 16.2px;
        line-height: 1.69;}
.strong-copy .offer-tile{padding-inline-start: calc(1.35rem / 2);}
.strong-copy .top-list{padding-block: calc(var(--axis-static) / 2);}
.strong-copy .steady-group{row-gap: calc(var(--axis-static) * 1.2);}
.strong-copy .secondary-body{margin-top: 1.5rem;
        color: #C7D2E6;}
.strong-copy .simple-service{display: flex;
        flex-direction: column;
        gap: 0;
        margin-top: var(--axis-static);
        border-top: 1px solid #24365C;}
.strong-copy .site-brand{min-width: 0;
        padding-block: calc(calc(1.9rem * 1.5) * 1.1);
        border-bottom: 1px solid #24365C;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(calc(1.9rem * 1.5) / 2);}
.strong-copy .site-brand p{color: #C7D2E6;}
@media (min-width: 780px) {.strong-copy .site-brand{
            grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
            column-gap: 1.9rem;
            align-items: start;
        }
    }
.open-service{padding:calc(1.5rem * 2.4) 1.35rem;background:#0A1226;color:#E7ECF5}
.open-service .strong-contact{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:1.9rem}
.open-service .page-shell{border-radius:1.22rem;background:linear-gradient(135deg, #0A1226 0%, #12224A 55%, #1B3A6B 100%);color:#E7ECF5;padding:calc(1.9rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.open-service h2{margin:0;font-size:calc(16.2px * 2);line-height:1.05}
.open-service .page-shell p{margin:0;font-size:calc(16.2px * 1.125)}
.open-service .quiet-details{display:flex;flex-wrap:wrap;gap:1.9rem}
.open-service .clear-brand{flex:1 1 15rem;background:#101C38;color:#E7ECF5;border:1px solid #24365C;border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-service .clear-brand span{font-size:calc(16.2px * .875);letter-spacing:.04em;text-transform:uppercase}
.open-service h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.15}
.open-service .clear-brand p{margin:0;font-size:calc(16.2px * .875);}
@media (max-width: 720px){.open-service .clear-brand{flex:1 1 100%}}
.public-form{padding:calc(1.5rem * 2.4) 1.35rem;background:#0F1B36;color:#C7D2E6}
.public-form .main-intro{max-width:min(1460px,68rem);margin:0 auto}
.public-form h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.public-form .featured-header{margin:1.5rem 0 calc(1.9rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.69}
.public-form .featured-stack{display:flex;flex-direction:column;gap:0;border-top:1px solid #24365C}
.public-form .public-media{padding:calc(1.9rem * 1.5) 0}
.public-form .public-media + .public-media{border-top:1px solid #24365C}
.public-form h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25}
.public-form .public-media p{margin:0;line-height:1.69}
.public-form .public-media a{text-decoration:underline;text-underline-offset:2px}
.public-form .public-media a:hover{}
@media (min-width:48rem){.public-form .featured-stack{display:grid;grid-template-columns:1fr 1fr;column-gap:1.9rem;border-top:1px solid #24365C}.public-form .public-media{padding:calc(1.9rem * 1.5) 0}.public-form .public-media + .public-media{border-top:none}.public-form .public-media{border-top:1px solid #24365C}
}
.direct-headline{padding:calc(1.5rem * 2.4) 1.35rem;background:linear-gradient(135deg, #0A1226 0%, #12224A 55%, #1B3A6B 100%);color:#E7ECF5}
.direct-headline .quiet-unit{max-width:min(1460px,72rem);margin:0 auto}
.direct-headline h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.direct-headline .wide-track{margin:calc(1.9rem * 1.5) 0 calc(calc(1.9rem * 1.5) * 1.4);font-size:calc(16.2px * 1.125);}
.direct-headline .fresh-tile{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75) 0;border-top:1px solid #24365C}
.direct-headline .fresh-tile:last-child{border-bottom:1px solid #24365C}
.direct-headline h3{margin:0;font-size:calc(16.2px * 1.35);line-height:1.25}
.direct-headline .fresh-tile p{margin:0;max-width:100%}
.direct-headline a{text-decoration:underline}
.direct-headline a:hover{}
@media (min-width:900px){.direct-headline .fresh-tile{flex-direction:row;align-items:baseline;gap:1.9rem}.direct-headline h3{flex:0 0 22rem}
}
.plain-unit{
  padding: calc(1.5rem * 2.4) 1.35rem;
  background: var(--line-muted);
  color: var(--tone-light);
}
.plain-unit .featured-actions{max-width: min(1460px, 68rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.9rem * 1.5);}
.plain-unit .service-section h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.2px * 2);
  line-height: 1.1;}
.plain-unit .service-section .secondary-body{margin: 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.69;}
.plain-unit .simple-header{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.plain-unit .simple-header .site-brand{
  flex: 1 1 18rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #24365C;
  border-radius: 1rem;
  background: #101C38;
  color: #E7ECF5;
}
.plain-unit .simple-header .site-brand strong{display: block;
  font-size: calc(16.2px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.plain-unit .simple-header .site-brand p{margin: 0;
  font-size: 16.2px;
  line-height: 1.69;}
.plain-unit .simple-note{display: flex;
  flex-wrap: wrap;
  gap: 1.9rem;
  align-items: center;}
.plain-unit .soft-headline{
  display: inline-block;
  padding: 0.7rem 1.3rem;
  border-radius: 0.44rem;
  background: #2456A8;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16.2px;
  transition: background 490ms var(--delay-hover);
}
.plain-unit .soft-headline:hover{
  background: #1B3A6B;color:#E7ECF5;}
.plain-unit .visual-proof{
  background: transparent;
  color: var(--tone-light);
  border: 1px solid #24365C;
}
.plain-unit .visual-proof:hover{
  background: #0F1B36;
  color: #C7D2E6;
}
.plain-unit .public-media{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #24365C;}
.plain-unit .public-media p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.2px * .875);}
.plain-unit .simple-service{margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: calc(16.2px * .875);}
.plain-unit .simple-service a{color: #2456A8;
  text-decoration: none;}
.plain-unit .simple-service a:hover{color:inherit;}
@media (max-width: 640px) {.plain-unit .simple-header{
    flex-direction: column;
  }
}
.team-items{
  display:flex;
  flex-wrap:wrap;
  background:#2456A8;
  color:#FFFFFF;
}
.team-items .focused-body,
.team-items .steady-unit{flex:1 1 22rem;
  min-width:0;
  padding:calc(1.5rem * 2.4) 1.35rem;}
.team-items .focused-body{display:flex;
  align-items:center;
  justify-content:flex-end;}
.team-items h1{margin:0;
  font-size:calc(16.2px * 2.65);
  line-height:1.05;
  text-align:right;}
.team-items .steady-unit{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:calc(1.9rem * 1.5);
  background:#E23A4E;
  color:#FFFFFF;
}
.team-items p{margin:0;
  font-size:calc(16.2px * 1.125);
  line-height:1.69;}
.team-items a{align-self:flex-start;
  color:inherit;
  font-size:16.2px;
  text-underline-offset:.24em;}
.team-items a:first-of-type{font-size:calc(16.2px * 1.125);}
@media(max-width:760px){.team-items .focused-body{
    justify-content:flex-start;
  }.team-items h1{
    text-align:left;
  }
}
