*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
a{color:inherit;}
.local-flow {
    width: 100%;
    background: #F7F9FC;
    color: #0E1B2E;
    border-bottom: 1px solid #D6DEEA;
    padding: 1.5rem 1.62rem;
  }
.active-summary {
    max-width: 1340px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 2.42rem;
    flex-wrap: nowrap;
  }
.clear-rail {
    font-size: calc(18.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #0E1B2E;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
:root {
  --ease-slow: ease;
  --paint-base: #FFFFFF;
  --tone-light: #0B3C7A;
}
.clear-rail:hover {
    color: #D62828;
  }
.nav-desktop {
    flex: 1 1 auto;
    min-width: 0;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.42rem;
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 18.2px;
    color: #0E1B2E;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 280ms var(--ease-slow),
                border-color 280ms var(--ease-slow);
  }
.nav-list a:hover {
    color: #D62828;
    border-bottom-color: #D62828;
  }
.compact-steps {
    flex-shrink: 0;
  }
.strong-panel {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--tone-light);
    color: var(--paint-base);
    border-radius: 0.5rem;
    font-size: 18.2px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 280ms var(--ease-slow);
  }
.strong-panel:hover {
    background: #082C5C;
    color: var(--paint-base);
  }
.soft-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #EAF0F8;
    color: #22334D;
    border: 1px solid #D6DEEA;
    border-radius: 0.3rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.site-intro{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #22334D;
    border-radius: 1px;color:#0E1B2E;}
.nav-mobile {
    display: none;
    max-width: 1340px;
    margin: calc(2.42rem * 1.5) auto 0;
    padding: calc(1.5rem * .75);
    background: #FFFFFF;
    color: #0E1B2E;
    border: 1px solid #D6DEEA;
    border-radius: 0.84rem;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
  }
.nav-mobile-list {
    list-style: none;
    margin: 0 0 calc(2.42rem * 1.5) 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.6rem 0.4rem;
    font-size: 18.2px;
    color: #0E1B2E;
    text-decoration: none;
    border-radius: 0.3rem;
  }
.nav-mobile-list a:hover {
    background: #EAF0F8;
    color: #22334D;
  }
.active-method {
    display: block;
    text-align: center;
  }
@media (max-width: 900px) {
    .nav-list {
      gap: calc(2.42rem / 2);
    }
    .nav-list a {
      font-size: calc(18.2px * .875);
    }
  }
@media (max-width: 767px) {
    .nav-desktop,
    .compact-steps {
      display: none;
    }

    .soft-menu {
      display: flex;
      margin-left: auto;
    }

    .nav-mobile.is-open {
      display: block;
    }

    .active-summary {
      flex-wrap: nowrap;
    }
  }
.visual-proof{font-family:"Playfair Display", sans-serif;font-size:18.2px;line-height:1.63;padding:calc(1.5rem * 2.4) 1.62rem;margin-top:calc(1.5rem * 2.4);background:#0B3C7A;color:#FFFFFF;}
.service-header{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:minmax(220px, 1fr) minmax(0, 2.4fr) minmax(240px, 1fr);gap:calc(2.42rem * 1.5);align-items:start}
.contact-flow{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-benefit{color:inherit;text-decoration:none;font-size:calc(18.2px * 1.125);font-weight:700;letter-spacing:0.01em}
.local-benefit:hover{color:inherit;text-decoration:underline}
.wide-proof{margin:0;font-size:calc(18.2px * .875);opacity:0.82;max-width:34ch}
.contact-area{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(2.42rem * 1.5)}
.primary-wrap{min-width:0}
.form{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;opacity:0.72}
.fresh-callout{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.fresh-callout a{color:inherit;text-decoration:none;font-size:18.2px;border-bottom:1px solid transparent;transition:border-color 280ms var(--ease-slow)}
.fresh-callout a:hover{border-bottom-color:currentColor;color:inherit}
.focused-nav{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.top-method{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.top-method li{display:flex;flex-direction:column;gap:0.25rem}
.clear-details{font-size:calc(18.2px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.68}
.team-block{color:inherit;text-decoration:none;font-size:18.2px;word-break:break-word}
a.footer-value:hover{text-decoration:underline;color:inherit}
.public-tile{max-width:1340px;margin:calc(1.5rem * 2.4) auto 0;padding-top:calc(2.42rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-region{margin:0;font-size:calc(18.2px * .875);line-height:1.63;opacity:0.82;max-width:90ch}
.local-callout{margin:0;font-size:calc(18.2px * .875);opacity:0.72}
@media (max-width: 1024px) {.service-header{grid-template-columns:1fr 1fr}.contact-flow{grid-column:1 / -1}.focused-nav{grid-column:1 / -1}
  }
@media (max-width: 640px) {.visual-proof{padding:calc(1.5rem * 2.4) 1.62rem;background:#0B3C7A;color:#FFFFFF;}.service-header{grid-template-columns:1fr;gap:calc(2.42rem * 1.5)}.contact-area{grid-template-columns:1fr;gap:calc(2.42rem * 1.5)}
  }
.cookies{position:fixed;left:1.62rem;right:1.62rem;bottom:1.5rem;z-index:1200;}
.cookies .public-headline{max-width:720px;margin:0 auto;background:#F7F9FC;border:1px solid #D6DEEA;border-radius:1.1rem;box-shadow:0 16px 54px rgba(0,0,0,0.24);padding:1.5rem 1.62rem;color:#0E1B2E;}
.cookies .tile{display:flex;align-items:center;gap:8px;}
.cookies .plain-tile{width:10px;height:10px;border-radius:50%;background:#D62828;box-shadow:0 0 0 4px color-mix(in srgb,#D62828 20%,transparent);color:#FFFFFF;}
.cookies .public-headline p{margin:8px 0 0;}
.cookies .fresh-contact{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .fresh-contact button{border:1px solid #D6DEEA;background:#EAF0F8;color:#22334D;border-radius:0.3rem;padding:8px 12px;cursor:pointer;}
.cookies .fresh-contact button.cookie-accept{background:#D62828;color:#FFFFFF;border-color:transparent;font-weight:700;}
.secondary-content{
    padding: clamp(4rem, 9vw, 7rem) 1.62rem;
    background: radial-gradient(circle at 100% 0, color-mix(in srgb, currentColor 16%, transparent), transparent 28%), linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);
    overflow: hidden;color:#FFFFFF;}
.secondary-content .contact-surface{max-width: 1340px;
    margin: 0 auto;
    background-image: linear-gradient(rgba(9, 24, 46, .82), rgba(9, 24, 46, .34)), url('https://images.pexels.com/photos/2026324/pexels-photo-2026324.jpeg?auto=compress&cs=tinysrgb&w=800');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1.1rem;
    overflow: hidden;}
.secondary-content .offer-footer{
    padding: clamp(1.6rem, 4vw, 3rem);
    border-radius: 1.1rem;
    background: rgba(9, 24, 46, .28);
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
    max-width: 46rem;
}
.secondary-content .offer-footer h1{margin: 0;
    font-size: clamp(2.1rem, 4.4vw, 3.8rem);
    line-height: 1.05;
    letter-spacing: -0.01em;}
.secondary-content .offer-footer span{display: block;
    margin-top: 1.1rem;
    max-width: 40rem;
    font-size: 18.2px;
    line-height: 1.63;}
.secondary-content .plain-shell{margin-top: 1.4rem;
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;}
.secondary-content .plain-shell a{
    display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.15rem;
    border-radius: 0.5rem;
    text-decoration: none;
    background: color-mix(in srgb, currentColor 12%, transparent);
    border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
    transition: background 280ms var(--ease-slow), border-color 280ms var(--ease-slow);
}
.secondary-content .plain-shell a:first-child{
    background: #D62828;
    color: #FFFFFF;
    border-color: #B31F1F;
}
.secondary-content .plain-shell a:first-child:hover{
    background: #B31F1F;color:#0E1B2E;}
.secondary-content .plain-shell a:last-child:hover{
    background: color-mix(in srgb, currentColor 20%, transparent);
}
.secondary-content .soft-quote{margin: 1.6rem 0 0;
    font-size: calc(18.2px * .875);
    line-height: 1.55;
    max-width: 40rem;
    opacity: .92;}
.secondary-content .soft-quote a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.secondary-content .soft-quote a:hover{}
@media (max-width: 640px) {.secondary-content .offer-footer{
        padding: 1.4rem;
    }.secondary-content .plain-shell a{
        flex: 1 1 auto;
    }
}
.media-tile{--mark-public:calc(1.5rem * 1.2);--field-local:calc(1340px / 3.1);padding:calc(1.5rem * 2.4) 1.62rem;background:#EAF0F8;color:#22334D;}
.media-tile .fresh-figure{max-width:1340px;margin:0 auto;}
.media-tile h2,.media-tile h3,.media-tile p{margin:0;}
.media-tile h2{font-size:calc(18.2px * 2);line-height:1.14;}
.media-tile h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.media-tile p{font-size:18.2px;line-height:1.63;}
.media-tile a{color:#0B3C7A;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 280ms var(--ease-slow),color 280ms var(--ease-slow);}
.media-tile a:hover{color:inherit;border-bottom-color:#D62828;}
.media-tile img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.media-tile .fresh-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.42rem;}
.media-tile .fresh-wrap>h2{flex:1 1 calc(1340px / 2.6);min-width:0;}
.media-tile .fresh-wrap>.compact-visual{flex:1 1 calc(1340px / 3.2);min-width:0;max-width:var(--field-local);}
.media-tile .simple-track{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);flex:1 1 100%;}
.media-tile .process{flex:1 1 calc(1340px / 3.5);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.84rem;background:#FFFFFF;color:#0E1B2E;border:1px solid #D6DEEA;box-shadow:0 1px 5px rgba(0,0,0,0.15);}
.media-tile .process p{color:#22334D;}
.media-tile .process a{align-self:flex-start;font-size:calc(18.2px * .875);font-weight:600;}
.media-tile .soft-quote{flex:1 1 100%;margin-top:calc(var(--mark-public) * .8);font-size:calc(18.2px * .875);color:#22334D;}
@media (max-width:720px){.media-tile .fresh-wrap>h2,.media-tile .fresh-wrap>.compact-visual{flex:1 1 100%;max-width:none;}.media-tile .process{flex:1 1 100%;}
}
.steady-content{
  padding:calc(1.5rem * 2.4) 1.62rem;
  background:linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);
  color:#FFFFFF;
}
.steady-content .fresh-figure{max-width:1340px;
  margin:0 auto;}
.steady-content .text-details{display:flex;
  flex-wrap:wrap;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;}
.steady-content .main-figure{flex:1 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding-left:1.5rem;
  border-left:1px solid rgba(255,255,255,0.28);}
.steady-content .main-figure .soft-quote{margin:0;
  font-size:calc(18.2px * .875);
  line-height:1.63;
  opacity:0.92;}
.steady-content .main-brand{flex:2 1 40rem;
  min-width:0;}
.steady-content h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.1;}
.steady-content .page-plan{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.steady-content .process{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);
  align-items:baseline;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid rgba(255,255,255,0.18);}
.steady-content .process:last-child{border-bottom:0;
  padding-bottom:0;}
.steady-content strong{flex:0 1 13rem;
  min-width:0;
  font-size:calc(18.2px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;}
.steady-content span{flex:1 1 26rem;
  min-width:0;
  line-height:1.63;}
@media(max-width:760px){.steady-content .text-details{
    display:block;
  }.steady-content .main-figure{
    border-left:0;
    padding-left:0;
    margin-bottom:calc(2.42rem * 1.5);
  }.steady-content .process{
    display:block;
  }.steady-content span{
    display:block;
    margin-top:calc(1.5rem * .75);
  }.steady-content h2{
    font-size:calc(18.2px * 1.35);
  }
}
.focused-block{
        background:#F7F9FC;
        color:#0E1B2E;
        padding:calc(1.5rem * 2.4) 1.62rem;
    }
.focused-block .c{max-width:1340px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(2.42rem * 1.5);}
.focused-block .h{max-width:60ch;}
.focused-block h1{font-size:calc(18.2px * 2.65);
        line-height:1.15;
        margin:0 0 0.6rem;}
.focused-block .h p{margin:0;
        font-size:18.2px;}
.focused-block .text-details{display:flex;
        flex-wrap:wrap;
        gap:0.5rem;
        padding-bottom:calc(2.42rem * 1.5);
        border-bottom:1px solid #D6DEEA;}
.focused-block .site-plan{
        padding:0.4rem 0.9rem;
        border-radius:0.3rem;
        background:#EAF0F8;
        color:#22334D;
        text-decoration:none;
        font-size:calc(18.2px * .875);
        transition:background 280ms var(--ease-slow), color 280ms var(--ease-slow);
    }
.focused-block .site-plan:hover{
        background:var(--tone-light);
        color:var(--paint-base);
    }
.focused-block .simple-track{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.focused-block .process{
        display:flex;
        gap:2.42rem;
        align-items:flex-start;
        background:#FFFFFF;
        color:#0E1B2E;
        border:1px solid #D6DEEA;
        border-radius:0.84rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.15);
        transition:box-shadow 280ms var(--ease-slow), transform 280ms var(--ease-slow);
    }
.focused-block .process:hover{box-shadow:0 10px 16px rgba(0,0,0,0.2);
        transform:translateY(-2px);}
.focused-block .soft-items{
        flex:0 0 220px;
        margin:0;
        border-radius:0.5rem;
        overflow:hidden;
        background:#EAF0F8;color:#22334D;}
.focused-block .soft-items img{display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        aspect-ratio:4 / 3;}
.focused-block .offer-tile{flex:1 1 auto;
        min-width:0;}
.focused-block .tile{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1rem;
        font-size:calc(18.2px * .875);
        margin-bottom:0.5rem;}
.focused-block h3{margin:0 0 0.4rem;
        font-size:calc(18.2px * 1.35);
        line-height:1.25;}
.focused-block h3 a{color:inherit;
        text-decoration:none;}
.focused-block h3 a:hover{}
.focused-block .compact-visual{margin:0 0 0.5rem;
        font-size:18.2px;}
.focused-block .offer-footer{margin:0 0 0.9rem;
        font-size:18.2px;}
.focused-block .unit{
        display:inline-block;
        padding:0.45rem 1rem;
        border-radius:0.3rem;
        background:#D62828;
        color:#FFFFFF;
        text-decoration:none;
        font-size:calc(18.2px * .875);
        transition:background 280ms var(--ease-slow);
    }
.focused-block .unit:hover{
        background:#B31F1F;color:#0E1B2E;}
.focused-block .soft-quote{margin:0;
        font-size:calc(18.2px * .875);
        border-top:1px solid #D6DEEA;
        padding-top:calc(2.42rem * 1.5);}
.focused-block .soft-quote a{text-decoration:none;}
.focused-block .soft-quote a:hover{}
@media (max-width:760px){.focused-block .process{
            flex-direction:column;
        }.focused-block .soft-items{
            flex:0 0 auto;
            width:100%;
        }
    }
.compact-nav{--mark-public:calc(1.5rem * 1.19);--field-local:calc(1340px / 2.55);--label-nav:calc(1340px / 3.49);padding:calc(1.5rem * 2.4) 1.62rem;background:#EAF0F8;color:#22334D;}
.compact-nav .fresh-figure{max-width:1340px;margin:0 auto;}
.compact-nav h1,.compact-nav h2,.compact-nav h3,.compact-nav p{margin:0;}
.compact-nav h1{font-size:calc(18.2px * 2.65);line-height:1.08;}
.compact-nav h2{font-size:calc(18.2px * 2);line-height:1.12;}
.compact-nav h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.compact-nav p{font-size:18.2px;line-height:1.63;}
.compact-nav a{color:inherit;text-decoration:none;}
.compact-nav img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.5rem;flex:0 1 min(28rem,38vw);}
.compact-nav .unit{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.3rem;background:#D62828;color:#FFFFFF;}
.compact-nav .active-plan{display:flex;align-items:center;justify-content:space-between;gap:2.42rem;flex-wrap:wrap;}
.compact-nav .active-plan .offer-footer{flex:1 1 24rem;min-width:0;}
.compact-nav .compact-visual{max-width:var(--field-local);}
.compact-nav .soft-quote{max-width:var(--field-local);font-size:calc(18.2px * .875);}
.compact-nav .site-plan{display:flex;flex-wrap:wrap;align-items:center;gap:calc(2.42rem * 1.5);margin-top:1.5rem;}
.compact-nav .site-plan .local-header{font-size:calc(18.2px * .875);color:#0B3C7A;border-bottom:1px solid #D6DEEA;padding-bottom:2px;}
.compact-nav .site-plan .local-header:hover{color:inherit;border-bottom-color:#D62828;}
.compact-nav .active-plan h1,.compact-nav .active-plan h2,.compact-nav .active-plan p,.compact-nav .active-plan .unit{margin-top:1.5rem;}
.compact-nav .active-plan img{margin-top:var(--mark-public);}
.plain-story{
  padding: calc(1.5rem * 2.4) 1.62rem;
  background: linear-gradient(135deg, #D62828 0%, #B31F1F 100%);
  color: #FFFFFF;
}
.plain-story .fresh-figure{max-width: 1340px;
  margin: 0 auto;}
.plain-story .compact-visual{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.42rem;
  margin-bottom: calc(2.42rem * 1.5);}
.plain-story .compact-visual h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.1;
  flex: 1 1 22rem;}
.plain-story .compact-visual p{margin: 0;
  flex: 1 1 20rem;
  font-size: calc(18.2px * 1.125);
  line-height: 1.63;}
.plain-story .text-details{display: flex;
  flex-wrap: wrap;
  gap: 2.42rem;}
.plain-story .process{
  flex: 1 1 16rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: calc(1.5rem * .75);
  background: #0B3C7A;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0.84rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 280ms var(--ease-slow);
}
.plain-story .process:hover{transform: translateY(-3px);}
.plain-story .process strong{font-size: calc(18.2px * 1.35);
  line-height: 1.2;}
.plain-story .process span{font-size: calc(18.2px * .875);
  line-height: 1.63;
  opacity: 0.88;}
.plain-story .soft-quote{margin: calc(2.42rem * 1.5) 0 0;
  font-size: calc(18.2px * .875);
  line-height: 1.63;}
.plain-story .soft-quote a{color: #FFFFFF;
  text-decoration: underline;}
.plain-story .soft-quote a:hover{opacity: 0.85;}
@media (max-width: 720px) {.plain-story .compact-visual{
    display: block;
  }.plain-story .compact-visual p{
    margin-top: calc(1.5rem * .75);
  }.plain-story .process{
    flex: 1 1 100%;
  }
}
.fresh-section{
  background: #F7F9FC;
  color: #0E1B2E;
  padding: calc(1.5rem * 2.4) 1.62rem;
}
.fresh-section .fresh-figure{width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .36fr) minmax(0, 1fr);
  gap: 2.42rem;
  align-items: start;}
.fresh-section h2,
.fresh-section h3,
.fresh-section p{margin: 0;}
.fresh-section h2{font-size: calc(18.2px * 2); line-height: 1.1;}
.fresh-section h3{font-size: calc(18.2px * 1.35); line-height: 1.18;}
.fresh-section p{font-size: 18.2px; line-height: 1.63;}
.fresh-section .contact-surface{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(2.42rem * 1.5);
  border-radius: 1.1rem;
  background: #0B3C7A;
  color: #FFFFFF;
}
.fresh-section .contact-surface p{font-size: calc(18.2px * .875);}
.fresh-section .contact-surface a{width: fit-content;
  color: inherit;
  text-decoration: none;
  font-size: calc(18.2px * .875);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;}
.fresh-section .active-quote{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.fresh-section .process{
  flex: 1 1 17rem;
  display: grid;
  gap: calc(2.42rem * 1.5);
  align-content: start;
  padding: 1.5rem 1.62rem;
  border-radius: 0.84rem;
  background: #FFFFFF;
  color: #0E1B2E;
  border: 1px solid #D6DEEA;
  border-left: 3px solid #D62828;
}
.fresh-section .tile{color: #22334D;
  font-size: calc(18.2px * .875);
  letter-spacing: .01em;}
@media (max-width: 820px) {.fresh-section .fresh-figure{ grid-template-columns: 1fr; }
}
.public-section{
  --mark-public:calc(1.5rem * 1.18);
  --field-local:calc(1340px / 2.4);
  --type-meta:calc(1340px / 3.6);
  padding:calc(1.5rem * 2.4) 1.62rem;
  background:var(--tone-light);
  color:var(--paint-base);
}
.public-section .fresh-figure{max-width:1340px;
  margin:0 auto;}
.public-section h2,
.public-section h3,
.public-section p{margin:0;}
.public-section h2{font-size:calc(18.2px * 2);
  line-height:1.14;
  max-width:var(--field-local);}
.public-section h3{font-size:calc(18.2px * 1.35);
  line-height:1.22;}
.public-section p{font-size:18.2px;
  line-height:1.63;
  color:color-mix(in srgb, currentColor 76%, transparent);}
.public-section .compact-visual{margin-top:1.5rem;
  max-width:var(--field-local);}
.public-section .simple-track{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-public);
  margin-top:var(--mark-public);}
.public-section .process{
  flex:1 1 var(--type-meta);
  min-width:0;
  padding:calc(var(--mark-public) * .7);
  border-radius:0.5rem;
  background:color-mix(in srgb, currentColor 9%, transparent);
}
.public-section .process p{margin-top:calc(1.5rem / 3);}
.public-section .open{padding-block-start:var(--mark-public);}
.public-section .quiet-entries{row-gap:calc(var(--mark-public) * .7);}
.public-section .top-surface{padding-block:calc(var(--mark-public) / 2);}
@media (max-width:720px){.public-section h2{
    max-width:none;
  }.public-section .compact-visual{
    max-width:none;
  }
}
.site-steps{
    padding:calc(1.5rem * 2.4) 1.62rem;
    background:#EAF0F8;
    color:#22334D;
}
.site-steps .fresh-figure{max-width:1340px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:2.42rem;
    align-items:start;}
.site-steps .visual img{width:100%;
    height:auto;
    display:block;
    border-radius:0.84rem;
    border:1px solid #D6DEEA;
    box-shadow:0 1px 5px rgba(0,0,0,0.15);}
.site-steps .offer-tile h2{margin:0 0 calc(2.42rem * 1.5);
    font-size:calc(18.2px * 2);
    line-height:1.2;}
.site-steps .offer-tile h3{margin:calc(2.42rem * 1.5) 0 0.5rem;
    font-size:18.2px;
    font-weight:600;}
.site-steps .offer-tile p{margin:0 0 0.9rem;
    font-size:18.2px;
    line-height:1.63;}
.site-steps .offer-tile .compact-visual{font-size:calc(18.2px * 1.125);
    line-height:1.5;}
.site-steps .offer-tile ul{margin:0.4rem 0 1rem;
    padding-left:1.1rem;
    display:grid;
    gap:0.45rem;
    font-size:18.2px;}
.site-steps .offer-tile .soft-quote{margin-top:calc(2.42rem * 1.5);
    padding-top:0.9rem;
    border-top:1px solid #D6DEEA;
    font-size:calc(18.2px * .875);}
.site-steps .offer-tile a{color:#0B3C7A;
    text-decoration:none;
    border-bottom:1px solid #0B3C7A;}
.site-steps .offer-tile a:hover{color:inherit;
    border-bottom-color:#D62828;}
@media (max-width:820px){.site-steps .fresh-figure{
        grid-template-columns:1fr;
    }
}
.steady-callout{--mark-public:calc(1.5rem * 1.25);--field-local:calc(1340px / 2.6);padding:calc(1.5rem * 2.4) 1.62rem;background:var(--tone-light);color:var(--paint-base);}
.steady-callout .fresh-figure{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-public);}
.steady-callout h2,.steady-callout h3,.steady-callout p{margin:0;}
.steady-callout h2{font-size:calc(18.2px * 2);line-height:1.14;max-width:var(--field-local);}
.steady-callout h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.steady-callout p{font-size:18.2px;line-height:1.63;}
.steady-callout .text-details{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.steady-callout .soft-quote{font-size:calc(18.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.78;}
.steady-callout .compact-visual{max-width:var(--field-local);opacity:.86;}
.steady-callout .simple-track{display:flex;flex-wrap:wrap;gap:2.42rem;}
.steady-callout .process{flex:1 1 calc(1340px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 2.6);padding:calc(1.5rem * .75);border-radius:0.5rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.steady-callout .process p{opacity:.88;}
.steady-callout .page-unit{font-size:calc(18.2px * .875);opacity:.72;margin-top:auto;}
.steady-callout .featured-quote{display:flex;justify-content:flex-start;}
.steady-callout .unit{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.3rem;background:#D62828;color:#FFFFFF;text-decoration:none;font-size:18.2px;transition:background 280ms var(--ease-slow);}
.steady-callout .unit:hover{background:#B31F1F;color:#0E1B2E;}
@media (max-width:720px){.steady-callout .process{flex:1 1 100%;}.steady-callout h2{max-width:none;}
}
.service-track{--mark-public:calc(1.5rem * 1.29);--field-local:calc(1340px / 3.25);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.service-track .fresh-figure{max-width:1340px;margin:0 auto;}
.service-track h2,.service-track h3,.service-track p{margin:0;}
.service-track h2{font-size:calc(18.2px * 2);line-height:1.12;}
.service-track h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.service-track p{font-size:18.2px;line-height:1.63;}
.service-track a{color:inherit;text-decoration:none;}
.service-track .focused-items{max-width:var(--field-local);}
.service-track .focused-items .compact-visual{margin-top:calc(1.5rem / 2);color:#22334D;}
.service-track .simple-track{display:flex;flex-wrap:wrap;gap:2.42rem;margin-top:var(--mark-public);}
.service-track .process{flex:1 1 calc(1340px / 3.6);min-width:260px;display:flex;flex-direction:column;padding:calc(1.5rem * .75);border:1px solid #D6DEEA;border-radius:0.84rem;background:#FFFFFF;color:#0E1B2E;}
.service-track .process .offer-footer{margin-top:calc(1.5rem / 3);}
.service-track .process .tile{margin-top:calc(1.5rem / 3);font-size:calc(18.2px * .875);color:#22334D;}
.service-track .unit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(2.42rem * 1.5);padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.3rem;background:var(--tone-light);color:var(--paint-base);font-size:calc(18.2px * .875);transition:background 280ms var(--ease-slow);}
.service-track .unit:hover{background:#082C5C;color:#0E1B2E;}
.service-track .soft-quote{margin-top:var(--mark-public);max-width:var(--field-local);font-size:calc(18.2px * .875);color:#22334D;}
.service-track .soft-quote a{color:#0B3C7A;text-decoration:underline;}
.service-track .soft-quote a:hover{color:#D62828;}
@media (max-width:640px){.service-track .process{flex:1 1 100%;}
}
.quiet-surface{
  --mark-public:calc(1.5rem * 1.2);
  --field-local:calc(1340px / 2.4);
  --label-nav:calc(1340px / 3.6);
  padding:calc(1.5rem * 2.4) 1.62rem;
  background:#F7F9FC;
  color:#0E1B2E;
}
.quiet-surface .fresh-figure{max-width:1340px;
  margin:0 auto;}
.quiet-surface h1,
.quiet-surface h2,
.quiet-surface h3,
.quiet-surface p{margin:0;}
.quiet-surface h2{font-size:calc(18.2px * 2);
  line-height:1.14;}
.quiet-surface h3{font-size:calc(18.2px * 1.35);
  line-height:1.22;}
.quiet-surface p{font-size:18.2px;
  line-height:1.63;}
.quiet-surface .offer-footer .compact-visual{margin-top:1.5rem;}
.quiet-surface .offer-footer .soft-quote{margin-top:calc(1.5rem / 2);
  font-size:calc(18.2px * .875);}
.quiet-surface img{display:block;
  width:100%;
  height:auto;
  border-radius:0.5rem;}
.quiet-surface .simple-track{display:flex;
  flex-direction:column;
  gap:var(--mark-public);
  margin-top:0;}
.quiet-surface .process{min-width:0;
  padding-bottom:var(--mark-public);
  border-bottom:1px solid #D6DEEA;}
.quiet-surface .process:last-child{padding-bottom:0;
  border-bottom:0;}
.quiet-surface .process p{margin-top:calc(1.5rem / 3);}
.quiet-surface .page-menu{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.42rem;}
.quiet-surface .page-menu>.offer-footer{flex:1 1 calc(1340px / 3);
  min-width:0;}
.quiet-surface .page-menu>.simple-track{flex:2 1 calc(1340px / 2);}
.quiet-surface .page-menu>img{margin-left:auto;
  max-width:var(--label-nav);}
.quiet-surface .site-plan{margin-top:calc(2.42rem * 1.5);
  padding-top:calc(2.42rem * 1.5);
  border-top:1px solid #D6DEEA;}
.quiet-surface .site-plan p{font-size:calc(18.2px * .875);}
.quiet-surface .site-plan a{text-decoration:underline;
  text-underline-offset:3px;}
.quiet-surface .site-plan a:hover{}
@media (max-width:820px){.quiet-surface .page-menu>img{
    max-width:100%;
    margin-left:0;
  }
}
.offer-quote{padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E}
.offer-quote .fresh-figure{max-width:min(1340px,56rem);margin:0 auto}
.offer-quote .plain-brand{max-width:44rem}
.offer-quote h2{margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.offer-quote .plain-brand p{margin:calc(2.42rem * 1.5) 0 0;color:#22334D;line-height:1.63}
.offer-quote .quiet-block{margin-top:calc(1.5rem * 2.4);border-top:1px solid #D6DEEA}
.offer-quote details{padding:1.5rem 0;border-bottom:1px solid #D6DEEA}
.offer-quote summary{cursor:pointer;font-size:calc(18.2px * 1.35);line-height:1.2;list-style:none;display:flex;justify-content:space-between;gap:2.42rem;align-items:baseline}
.offer-quote summary::-webkit-details-marker{display:none}
.offer-quote summary::after{content:"+";font-size:18.2px;color:#D62828;flex:0 0 auto}
.offer-quote details[open] summary::after{content:"\2212"}
.offer-quote details p{max-width:48rem;margin:calc(2.42rem * 1.5) 0 0;color:#22334D;line-height:1.63}
@media(max-width:720px){.offer-quote .quiet-block{margin-top:calc(2.42rem * 1.5)}.offer-quote summary{font-size:18.2px}
}
.wide-form{--mark-public:calc(1.5rem * 1.42);--field-local:calc(1340px / 2.90);padding:calc(1.5rem * 2.4) 1.62rem;background:var(--tone-light);color:var(--paint-base);}
.wide-form .fresh-figure{max-width:1340px;margin:0 auto;}
.wide-form h2,.wide-form p{margin:0;}
.wide-form h2{font-size:calc(18.2px * 2);line-height:1.12;}
.wide-form p{font-size:18.2px;line-height:1.63;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-form a{color:inherit;text-decoration:none;}
.wide-form .soft-quote{font-size:calc(18.2px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 68%, transparent);}
.wide-form .compact-visual{max-width:var(--field-local);}
.wide-form .unit{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.3rem;background:#D62828;color:#FFFFFF;transition:background 280ms var(--ease-slow);}
.wide-form .unit:hover,.wide-form .unit:focus-visible{background:#B31F1F;color:#0E1B2E;}
.wide-form .site-plan{font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.wide-form .site-plan a{text-decoration:underline;text-underline-offset:3px;}
.wide-form .site-plan a:hover{}
.wide-form .clear-shell>h2,.wide-form .clear-shell>p,.wide-form .clear-shell>.unit{margin-top:1.5rem;}
.wide-form .clear-shell>.site-plan{margin-top:var(--mark-public);}
.direct-group{
  background: #F7F9FC;
  color: #0E1B2E;
  padding: calc(1.5rem * 2.4) 1.62rem;
}
.direct-group .fresh-figure{width: min(100%, 1340px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.42rem * 1.5);
  align-items: flex-start;}
.direct-group h2,
.direct-group p,
.direct-group figure{margin: 0;}
.direct-group .strong-method{flex: 1 1 20rem;
  max-width: 26rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;}
.direct-group h2{font-size: calc(18.2px * 2);
  line-height: 1.08;}
.direct-group .strong-method p{color: #22334D;
  line-height: 1.63;}
.direct-group .content-method{flex: 2 1 32rem;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.direct-group .process{
  flex: 1 1 18rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  color: #0E1B2E;
  border: 1px solid #D6DEEA;
  border-radius: 0.84rem;
  overflow: hidden;
}
.direct-group .process img{display: block;
  width: 100%;
  height: 12rem;
  object-fit: cover;}
.direct-group figcaption{display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: calc(1.5rem * .75);}
.direct-group strong{font-size: calc(18.2px * 1.35);
  line-height: 1.18;}
.direct-group .process p{color: #22334D;
  line-height: 1.63;
  font-size: calc(18.2px * .875);}
@media (max-width: 820px) {.direct-group .fresh-figure{ flex-direction: column; }.direct-group .strong-method{ max-width: none; padding-bottom: 0; }
}
.strong-unit{
        padding: calc(1.5rem * 2.4) 1.62rem;
        background: linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);
        color: #FFFFFF;
    }
.strong-unit .fresh-figure{max-width: 1340px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.42rem * 1.5);}
.strong-unit .compact-visual{max-width: 46rem;}
.strong-unit h2{margin: 0;
        font-size: calc(18.2px * 2);
        line-height: 1.08;}
.strong-unit .compact-visual p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(18.2px * 1.125);
        line-height: 1.63;}
.strong-unit .wide-inner{display: flex;
        flex-wrap: wrap;
        gap: 2.42rem;}
.strong-unit .fresh-story{
        flex: 1 1 22rem;
        padding: calc(1.5rem * .75);
        border: 1px solid #D6DEEA;
        border-radius: 0.84rem;
        background: #FFFFFF;
        color: #0E1B2E;
        box-shadow: 0 1px 5px rgba(0,0,0,0.15);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
.strong-unit .narrow-items{font-size: 18.2px;
        line-height: 1.63;}
.strong-unit .media-grid{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D6DEEA;
        display: flex;
        flex-direction: column;
        gap: 0.25rem;}
.strong-unit .media-grid strong{font-size: calc(18.2px * .875);}
.strong-unit .media-grid span{font-size: calc(18.2px * .875);}
@media (max-width: 760px) {.strong-unit .fresh-story{
            flex: 1 1 100%;
        }
    }
.stage{--mark-public:calc(1.5rem * 1.28);--field-local:calc(1340px / 2.3);--label-nav:calc(1340px / 3.4);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.stage .fresh-figure{max-width:1340px;margin:0 auto;}
.stage h2,.stage h3,.stage p{margin:0;}
.stage h2{font-size:calc(18.2px * 2);line-height:1.14;max-width:var(--field-local);}
.stage h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.stage p{font-size:18.2px;line-height:1.63;}
.stage a{color:#0B3C7A;text-decoration:none;border-bottom:1px solid #0B3C7A;transition:color 280ms var(--ease-slow),border-color 280ms var(--ease-slow);}
.stage a:hover{color:#D62828;border-color:#D62828;}
.stage img{display:block;width:100%;max-width:var(--label-nav);height:auto;border-radius:0.5rem;margin-top:var(--mark-public);}
.stage .plain-brand{display:flex;flex-direction:column;gap:1.5rem;}
.stage .compact-visual{max-width:var(--field-local);color:#22334D;}
.stage .simple-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.42rem;margin-top:var(--mark-public);}
.stage .process{flex:1 1 calc(1340px / 3.6);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D62828;}
.stage .process p{margin-top:calc(1.5rem / 2.6);color:#22334D;}
@media (max-width:760px){.stage .process{flex:1 1 100%;}.stage img{max-width:100%;}
}
.local-figure{
  background:#F7F9FC;
  color:#0E1B2E;
  padding:calc(1.5rem * 2.4) 1.62rem;
}
.local-figure .fresh-figure{max-width:1340px;
  margin:0 auto;}
.local-figure .plain-brand{display:flex;
  flex-wrap:wrap;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;}
.local-figure h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.12;}
.local-figure .plain-brand p{flex:0 1 24rem;
  min-width:0;
  margin:0;
  color:#22334D;
  line-height:1.63;}
.local-figure .content-method{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.42rem;}
.local-figure .content-method a{flex:1 1 17rem;
  min-width:0;
  color:inherit;
  text-decoration:none;
  padding-top:1.5rem;
  border-top:1px solid #D6DEEA;}
.local-figure .content-method a:hover strong{color:#D62828;}
.local-figure .content-method strong,
.local-figure .content-method span{display:block;}
.local-figure .content-method strong{font-size:18.2px;
  transition:color 280ms var(--ease-slow);}
.local-figure .content-method span{margin-top:.4rem;
  color:#22334D;
  line-height:1.63;
  font-size:calc(18.2px * .875);}
.local-figure .soft-quote{
  margin:calc(2.42rem * 1.5) 0 0;
  padding:calc(1.5rem * .75);
  background:#EAF0F8;
  color:#22334D;
  border-radius:0.5rem;
  line-height:1.63;
  font-size:calc(18.2px * .875);
}
.local-figure .site-plan{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;}
.local-figure .unit{
  display:inline-flex;
  background:var(--tone-light);
  color:var(--paint-base);
  text-decoration:none;
  border-radius:1.1rem;
  padding:.8rem 1.25rem;
  font-size:calc(18.2px * .875);
  transition:background 280ms var(--ease-slow);
}
.local-figure .unit:hover{
  background:#082C5C;color:#0E1B2E;}
.local-figure .strong-method{color:#0B3C7A;
  text-decoration:none;
  font-size:calc(18.2px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:2px;}
.local-figure .strong-method:hover{color:#D62828;}
@media (max-width:680px){.local-figure .plain-brand{display:block}.local-figure .plain-brand p{margin-top:1.5rem}.local-figure .content-method{display:block}.local-figure .content-method a{display:block;margin-top:2.42rem}
}
.public-copy{
  --mark-public:calc(1.5rem * 0.9);
  --field-local:calc(1340px / 2.6);
  padding:calc(1.5rem * 2.4) 1.62rem;
  background:#F7F9FC;
  color:#0E1B2E;
}
.public-copy .fresh-figure{max-width:1340px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:2.42rem;
  align-items:start;}
.public-copy .plain-brand{position:sticky;
  top:1.5rem;
  max-width:var(--field-local);}
.public-copy h2{font-size:calc(18.2px * 2);
  line-height:1.14;
  margin:0;}
.public-copy .compact-visual{margin:1.5rem 0 0;
  font-size:18.2px;
  line-height:1.63;}
.public-copy .narrow-intro{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * 0.7);}
.public-copy details{
  padding:calc(calc(1.5rem * .75) * 0.85) calc(1.5rem * .75);
  border-radius:0.5rem;
  background:#FFFFFF;
  color:#0E1B2E;
  border:1px solid #D6DEEA;
  box-shadow:0 1px 5px rgba(0,0,0,0.15);
}
.public-copy summary{cursor:pointer;
  font-size:18.2px;
  font-weight:700;
  line-height:1.3;
  list-style:none;}
.public-copy summary::-webkit-details-marker{display:none;}
.public-copy summary::after{content:"+";
  float:right;
  margin-left:calc(1.5rem * .75);
  font-weight:400;}
.public-copy details[open] summary::after{content:"–";}
.public-copy details p{margin:calc(1.5rem / 2.4) 0 0;
  font-size:calc(18.2px * .875);
  line-height:1.63;}
.public-copy .soft-quote{grid-column:1 / -1;
  margin:1.5rem 0 0;
  padding-top:1.5rem;
  border-top:1px solid #D6DEEA;
  font-size:calc(18.2px * .875);
  line-height:1.63;
  max-width:calc(1340px * 0.72);}
.public-copy .soft-quote a{text-decoration:underline;
  text-underline-offset:3px;}
.public-copy .soft-quote a:hover{}
.public-copy .soft-quote a.route{font-weight:600;}
@media (max-width:900px){.public-copy .fresh-figure{
    grid-template-columns:1fr;
  }.public-copy .plain-brand{
    position:static;
    max-width:none;
  }.public-copy .soft-quote{
    max-width:none;
  }
}
.clear-content{--mark-public:calc(1.5rem * 1.3);--field-local:calc(1340px / 1.9);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.clear-content .fresh-figure{max-width:1340px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-public);}
.clear-content h2,.clear-content h3,.clear-content p{margin:0;}
.clear-content h2{font-size:calc(18.2px * 2);line-height:1.14;}
.clear-content h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.clear-content p{font-size:18.2px;line-height:1.63;}
.clear-content .plain-brand{max-width:var(--field-local);display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.clear-content .compact-visual{color:#22334D;}
.clear-content .main-area{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #D6DEEA;}
.clear-content .focused-lead{display:flex;gap:1.5rem;padding:calc(1.5rem * .85) 0;border-bottom:1px solid #D6DEEA;}
.clear-content .open-figure{flex:0 0 auto;font-size:calc(18.2px * .875);letter-spacing:.08em;color:#D62828;padding-top:calc(1.5rem / 4);}
.clear-content .offer-tile{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.clear-content .offer-tile p{color:#22334D;}
.clear-content .strong-method{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;padding:calc(calc(1.5rem * .75) * 1.1);border-radius:0.5rem;background:#EAF0F8;color:#22334D;}
.clear-content .soft-quote{flex:1 1 calc(1340px / 2.6);min-width:0;font-size:calc(18.2px * .875);}
.clear-content .site-plan{flex:1 1 calc(1340px / 3.2);min-width:0;font-size:calc(18.2px * .875);}
.clear-content .site-plan a{color:#0B3C7A;text-decoration:underline;text-underline-offset:3px;}
.clear-content .site-plan a:hover{color:#D62828;}
@media (max-width:640px){.clear-content .focused-lead{flex-direction:column;gap:calc(1.5rem / 3);}.clear-content .open-figure{padding-top:0;}
}
.direct-links{background:#0B3C7A;color:#FFFFFF;padding:calc(1.5rem * 2.4) 1.62rem}
.direct-links .fresh-figure{max-width:1340px;margin:0 auto}
.direct-links .primary-callout{display:flex;align-items:flex-start;gap:calc(2.42rem * 1.5)}
.direct-links .top-plan{display:block;flex:0 1 40%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:0.84rem}
.direct-links .clear-lead{flex:1 1 34rem;min-width:0}
.direct-links h2{margin:0;font-size:clamp(calc(18.2px * 2),4.4vw,calc(18.2px * 2.65));line-height:1.08;letter-spacing:0}
.direct-links p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(18.2px * 1.125);line-height:1.65}
.direct-links .plain-shell{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(2.42rem * 1.5)}
.direct-links .plain-shell a{padding:calc(1.5rem * .75);border-radius:0.3rem;background:#D62828;color:#FFFFFF;text-decoration:none;font-size:calc(18.2px * .875);transition:background 280ms var(--ease-slow)}
.direct-links .plain-shell a:hover{background:#B31F1F;color:#0E1B2E;}
.direct-links .offer-items{margin-top:calc(2.42rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-links .offer-items .simple-frame{margin:0;font-size:calc(18.2px * .875);line-height:1.6;max-width:none}
.direct-links .offer-items .narrow-track{display:inline-block;min-width:8.5rem;font-weight:600;color:#FFFFFF;opacity:0.85}
@media(max-width:760px){.direct-links .primary-callout{flex-direction:column;align-items:stretch}.direct-links .top-plan{flex-basis:auto;min-width:0}.direct-links .offer-items .narrow-track{display:block;min-width:0}}
.quiet-contact{
  padding: calc(1.5rem * 2.4) 1.62rem;
  background: #0B3C7A;
  color: #FFFFFF;
}
.quiet-contact .fresh-figure{max-width: min(1340px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: calc(2.42rem * 1.5);
  align-items: start;}
.quiet-contact .compact-visual h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.1;}
.quiet-contact .compact-visual p{margin: calc(1.5rem * .75) 0 0;
  font-size: 18.2px;
  line-height: 1.63;
  opacity: 0.82;}
.quiet-contact .stack{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.quiet-contact .stack a{display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  text-decoration: none;
  transition: opacity 280ms var(--ease-slow);}
.quiet-contact .stack a:hover{opacity: 0.78;}
.quiet-contact .stack span{font-size: calc(18.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;color:inherit;
  padding-top: 0.15rem;}
.quiet-contact .stack strong{display: block;
  font-size: 18.2px;
  font-weight: 600;
  margin-bottom: 0.35rem;}
.quiet-contact .stack em{display: block;
  font-style: normal;
  font-size: calc(18.2px * .875);
  line-height: 1.63;
  opacity: 0.72;}
@media (max-width: 760px) {.quiet-contact .fresh-figure{
    grid-template-columns: 1fr;
  }.quiet-contact .stack a{
    grid-template-columns: 1fr;
    gap: 0.4rem;
  }
}
.text-actions{
        padding:calc(1.5rem * 2.4) 1.62rem;
        background:linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);
        color:#FFFFFF;
    }
.text-actions .fresh-figure{max-width:1340px;
        margin:0 auto;}
.text-actions .focused-items{margin-bottom:calc(2.42rem * 1.5);}
.text-actions .focused-items p{margin:0;
        font-size:calc(18.2px * .875);
        font-weight:700;
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.text-actions .focused-items h2{margin:8px 0 0;
        font-size:calc(18.2px * 2);
        line-height:1.2;}
.text-actions .compact-visual{margin:0 0 calc(2.42rem * 1.5);
        max-width:62ch;
        font-size:18.2px;
        opacity:.92;}
.text-actions .text-details{display:flex;
        flex-wrap:wrap;
        gap:2.42rem;
        margin-bottom:calc(2.42rem * 1.5);}
.text-actions .process{
        flex:1 1 260px;
        min-width:0;
        border-radius:0.84rem;
        border:1px solid color-mix(in srgb, currentColor 18%, transparent);
        background:color-mix(in srgb, currentColor 14%, transparent);
        padding:calc(1.5rem * .75);
    }
.text-actions .process .local-method{display:inline-block;
        font-size:calc(18.2px * .875);
        font-weight:700;
        letter-spacing:.03em;
        text-transform:uppercase;
        opacity:.85;}
.text-actions .process h3{margin:10px 0 8px;
        font-size:calc(18.2px * 1.35);
        line-height:1.3;}
.text-actions .process p{margin:0;
        font-size:18.2px;
        opacity:.92;}
.text-actions .strong-method{display:flex;
        flex-direction:column;
        gap:1.62rem;
        border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
        padding-top:calc(2.42rem * 1.5);
        margin-bottom:calc(2.42rem * 1.5);}
.text-actions .strong-method .simple-frame{display:flex;
        flex-wrap:wrap;
        gap:6px 14px;
        align-items:baseline;}
.text-actions .strong-method .k{flex:0 0 auto;
        font-size:calc(18.2px * .875);
        font-weight:700;
        letter-spacing:.03em;
        text-transform:uppercase;
        opacity:.8;}
.text-actions .strong-method .v{flex:1 1 320px;
        font-size:18.2px;
        opacity:.95;}
.text-actions .unit{display:flex;
        flex-wrap:wrap;
        gap:2.42rem;}
.text-actions .unit .site-plan{
        display:inline-block;
        padding:12px 20px;
        border-radius:0.5rem;
        background:#D62828;
        color:#FFFFFF;
        font-size:18.2px;
        font-weight:700;
        text-decoration:none;
        transition:background 280ms var(--ease-slow);
    }
.text-actions .unit .site-plan:hover{
        background:#B31F1F;color:#0E1B2E;}
@media (max-width:640px){.text-actions .process{
            flex:1 1 100%;
        }.text-actions .unit .site-plan{
            flex:1 1 100%;
            text-align:center;
        }
    }
.soft-steps{padding:calc(1.5rem * 2.4) 1.62rem;background:linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);color:#FFFFFF}
.soft-steps .fresh-figure{max-width:1340px;margin:0 auto}
.soft-steps .text-plan{max-width:56rem;margin-bottom:calc(2.42rem * 1.5)}
.soft-steps h2{margin:0;font-size:calc(18.2px * 2.65);line-height:1.05}
.soft-steps .text-plan p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(18.2px * 1.125);line-height:1.63}
.soft-steps .top-steps{display:flex;align-items:flex-start;gap:calc(2.42rem * 1.5)}
.soft-steps .narrow-intro{flex:0 0 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-right:1px solid rgba(255,255,255,0.22);padding-right:calc(2.42rem * 1.5)}
.soft-steps button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:18.2px;text-align:left;cursor:pointer;opacity:.55;transition:opacity 280ms var(--ease-slow),transform 280ms var(--ease-slow)}
.soft-steps button:hover,.soft-steps button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.soft-steps .text-fields{flex:1 1 30rem;align-self:start;padding-left:calc(2.42rem * 1.5)}
.soft-steps [data-response]{display:none}
.soft-steps [data-response].is-active{display:block;animation:clarifyFocusIn calc(280ms*1.8) var(--ease-slow) both}
.soft-steps h3{margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.soft-steps [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(18.2px * 1.125);line-height:1.63}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.42rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){.soft-steps .top-steps{display:block}.soft-steps .narrow-intro{flex:none;border-right:0;border-bottom:1px solid rgba(255,255,255,0.22);padding-right:0;padding-bottom:calc(2.42rem * 1.5);margin-bottom:calc(2.42rem * 1.5)}.soft-steps .text-fields{padding-left:0}}
@media(prefers-reduced-motion:reduce){.soft-steps [data-response].is-active{animation:none}}
.contact-plan{
  --mark-public:calc(1.5rem * 1.25);
  --surface-soft:calc(1340px / 3.35);
  padding:calc(1.5rem * 2.4) 1.62rem;
  background:#F7F9FC;
  color:#0E1B2E;
}
.contact-plan .fresh-figure{max-width:1340px;
  margin:0 auto;}
.contact-plan h2,
.contact-plan h3,
.contact-plan p{margin:0;}
.contact-plan h2{font-size:calc(18.2px * 2);
  line-height:1.14;}
.contact-plan h3{font-size:calc(18.2px * 1.35);
  line-height:1.22;}
.contact-plan p{font-size:18.2px;
  line-height:1.63;}
.contact-plan .plain-brand{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.42rem;
  padding-bottom:calc(2.42rem * 1.5);
  border-bottom:1px solid #D6DEEA;}
.contact-plan .plain-brand>h2{flex:1 1 calc(1340px / 2.4);
  min-width:0;}
.contact-plan .compact-visual{flex:1 1 calc(1340px / 3.2);
  min-width:0;
  color:#22334D;}
.contact-plan .simple-track{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-public);
  margin-top:var(--mark-public);}
.contact-plan .process{
  flex:1 1 var(--surface-soft);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);
  padding:calc(calc(1.5rem * .75) * .9);
  border:1px solid #D6DEEA;
  border-radius:0.84rem;
  background:#FFFFFF;
  color:#0E1B2E;
}
.contact-plan .process img{display:block;
  width:100%;
  height:auto;
  border-radius:0.5rem;}
.contact-plan .process p{color:#22334D;}
.contact-plan .process .site-plan{
  margin-top:auto;
  align-self:flex-start;
  padding:calc(calc(1.5rem * .75) * .45) calc(1.62rem * .9);
  border-radius:0.3rem;
  background:var(--tone-light);
  color:var(--paint-base);
  font-size:calc(18.2px * .875);
  text-decoration:none;
  transition:background 280ms var(--ease-slow);
}
.contact-plan .process .site-plan:hover{
  background:#082C5C;color:#0E1B2E;}
.contact-plan .local-header{margin-top:var(--mark-public);
  font-size:calc(18.2px * .875);
  color:#22334D;}
.contact-plan .local-header a{color:#0B3C7A;
  text-decoration:underline;
  text-underline-offset:3px;}
.contact-plan .local-header a:hover{color:#D62828;}
@media (max-width:900px){.contact-plan .plain-brand>h2,
  .contact-plan .compact-visual{
    flex:1 1 100%;
  }
}
.focused-links{--mark-public:calc(1.5rem * 1.32);--field-local:calc(1340px / 2.45);--label-nav:calc(1340px / 3.61);padding:calc(1.5rem * 2.4) 1.62rem;background:var(--tone-light);color:var(--paint-base);}
.focused-links .fresh-figure{max-width:1340px;margin:0 auto;}
.focused-links h1,.focused-links h2,.focused-links h3,.focused-links p{margin:0;}
.focused-links h1{font-size:calc(18.2px * 2.65);line-height:1.08;}
.focused-links h2{font-size:calc(18.2px * 2);line-height:1.12;}
.focused-links h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.focused-links p{font-size:18.2px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.focused-links a{color:inherit;text-decoration:none;}
.focused-links img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.focused-links .unit{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.3rem;background:var(--paint-base);color:var(--tone-light);}
.focused-links .compact-visual,.focused-links .soft-quote{}
.focused-links .simple-track{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.42rem;margin-top:var(--mark-public);}
.focused-links .process{flex:1 1 calc(1340px / 4);min-width:0;}
.focused-links .process p,.focused-links .process a{margin-top:calc(1.5rem / 3);}
.focused-links .process img{margin-bottom:calc(1.5rem / 2);}
.focused-links .fresh-unit>img{margin-top:var(--mark-public);}
.focused-links .fresh-unit>.compact-visual{margin-top:1.5rem;}
.focused-links .soft-quote{margin-top:var(--mark-public);}
.focused-links .soft-quote a{text-decoration:underline;text-underline-offset:3px;}
.focused-links .soft-quote a:hover{}
.team-intro{
  --mark-public:calc(1.5rem * 1.1);
  --field-local:calc(1340px / 2.4);
  padding:calc(1.5rem * 2.4) 1.62rem;
  background:#F7F9FC;
  color:#0E1B2E;
}
.team-intro .fresh-figure{max-width:1340px;
  margin:0 auto;}
.team-intro h2,
.team-intro h3,
.team-intro p{margin:0;}
.team-intro h2{font-size:calc(18.2px * 2);
  line-height:1.14;}
.team-intro h3{font-size:calc(18.2px * 1.35);
  line-height:1.22;}
.team-intro p{font-size:18.2px;
  line-height:1.63;}
.team-intro a{color:#0B3C7A;
  text-decoration:none;}
.team-intro a:hover{color:#D62828;}
.team-intro .plain-brand{max-width:var(--field-local);
  margin-bottom:var(--mark-public);}
.team-intro .plain-brand .compact-visual{margin-top:calc(1.5rem / 2);
  color:#22334D;}
.team-intro .simple-track{display:flex;
  flex-wrap:wrap;
  gap:2.42rem;}
.team-intro .process{flex:1 1 calc(1340px / 4.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6DEEA;}
.team-intro .process p{margin-top:calc(1.5rem / 3);}
.team-intro .process .soft-quote{font-size:calc(18.2px * .875);
  color:#22334D;}
.team-intro .bottom-inner{margin-top:var(--mark-public);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6DEEA;
  max-width:var(--field-local);}
.team-intro .bottom-inner p{color:#22334D;}
@media (max-width:720px){.team-intro .process{
    flex:1 1 100%;
  }
}
.simple-menu{padding:calc(1.5rem * 2.4) 1.62rem;background:#EAF0F8;color:#22334D}
.simple-menu .fresh-figure{max-width:1340px;margin:0 auto}
.simple-menu .plain-callout{display:flex;flex-wrap:wrap;gap:calc(2.42rem * 1.5);align-items:flex-start}
.simple-menu .plain-brand{flex:1 1 320px;min-width:0}
.simple-menu h2{margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.simple-menu .plain-brand p{margin:1.5rem 0 0;font-size:calc(18.2px * 1.125);line-height:1.63}
.simple-menu .page-media{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.simple-menu .page-media a{display:block;min-width:0;background:#FFFFFF;color:#0E1B2E;border:1px solid #D6DEEA;border-radius:0.5rem;padding:calc(1.5rem * .75) 1.62rem;text-decoration:none;transition:border-color 280ms var(--ease-slow)}
.simple-menu .page-media a:hover{border-color:#D62828}
.simple-menu strong{display:block;font-size:18.2px;line-height:1.2}
.simple-menu span{display:block;margin-top:0.4rem;font-size:calc(18.2px * .875);line-height:1.63}
@media(max-width:780px){.simple-menu .plain-callout{display:block}.simple-menu .page-media{margin-top:calc(2.42rem * 1.5)}.simple-menu h2{font-size:calc(18.2px * 1.35)}
}
.quiet-header{--mark-public:calc(1.5rem * 1.35);--field-local:calc(1340px / 2.4);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.quiet-header .fresh-figure{max-width:1340px;margin:0 auto;}
.quiet-header h2,.quiet-header h3,.quiet-header p{margin:0;}
.quiet-header h2{font-size:calc(18.2px * 2);line-height:1.14;}
.quiet-header h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.quiet-header p{font-size:18.2px;line-height:1.63;}
.quiet-header .plain-brand{max-width:var(--field-local);}
.quiet-header .compact-visual{margin-top:calc(1.5rem / 2.4);color:#22334D;}
.quiet-header .simple-track{display:flex;flex-direction:column;gap:var(--mark-public);margin-top:var(--mark-public);border-top:1px solid #D6DEEA;}
.quiet-header .process{padding-top:calc(2.42rem * 1.5);border-bottom:1px solid #D6DEEA;padding-bottom:calc(2.42rem * 1.5);}
.quiet-header .process p{margin-top:calc(1.5rem / 3.2);color:#22334D;}
.quiet-header .soft-quote{margin-top:var(--mark-public);max-width:var(--field-local);font-size:calc(18.2px * .875);color:#22334D;}
@media (min-width:900px){.quiet-header .simple-track{display:grid;grid-template-columns:1fr 1fr;column-gap:2.42rem;row-gap:0;}.quiet-header .process:nth-child(odd){padding-right:2.42rem;}
}
.site-rail{--mark-public:calc(1.5rem * 1.35);--field-local:calc(1340px / 2.80);padding:calc(1.5rem * 2.4) 1.62rem;background:var(--tone-light);color:var(--paint-base);}
.site-rail .fresh-figure{max-width:1340px;margin:0 auto;}
.site-rail h1,.site-rail h2,.site-rail h3,.site-rail p{margin:0;}
.site-rail h2{font-size:calc(18.2px * 2);line-height:1.12;}
.site-rail h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.site-rail p{font-size:18.2px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.site-rail a{color:inherit;text-decoration:none;}
.site-rail .soft-quote{max-width:var(--field-local);font-size:18.2px;line-height:1.63;color:color-mix(in srgb, currentColor 78%, transparent);}
.site-rail .simple-track{display:flex;flex-wrap:wrap;gap:var(--mark-public);margin-top:var(--mark-public);}
.site-rail .process{flex:1 1 calc(1340px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.5rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.site-rail .process p{margin-top:calc(1.5rem / 3);}
.site-rail .process p:last-child{font-size:calc(18.2px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.site-rail .offer-proof>h2{margin-top:var(--mark-public);}
.offer-menu{padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E}
.offer-menu .fresh-figure{max-width:min(1340px,56rem);margin:0 auto}
.offer-menu .plain-brand{padding-bottom:calc(2.42rem * 1.5);border-bottom:1px solid #D6DEEA}
.offer-menu h2{margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.offer-menu .plain-brand p{margin:1.5rem 0 0;color:#22334D;line-height:1.63;max-width:44rem}
.offer-menu .quiet-block{margin-top:calc(1.5rem * .75)}
.offer-menu details{padding:1.5rem 0;border-bottom:1px solid #D6DEEA}
.offer-menu details:last-child{border-bottom:0}
.offer-menu summary{cursor:pointer;font-size:calc(18.2px * 1.35);line-height:1.2;list-style-position:outside}
.offer-menu summary:hover{color:#D62828}
.offer-menu details p{margin:1.5rem 0 0;color:#22334D;line-height:1.63;max-width:46rem}
.offer-menu details p a{color:#0B3C7A;text-decoration:underline}
.offer-menu details p a:hover{color:#D62828}
@media(max-width:720px){.offer-menu .plain-brand{padding-bottom:calc(1.5rem * .75)}.offer-menu details{padding:calc(1.5rem * .75) 0}
}
.fresh-block{
  background:#EAF0F8;
  color:#22334D;
  padding:calc(1.5rem * 2.4) 1.62rem;
}
.fresh-block .fresh-figure{max-width:1340px;
  margin:0 auto;
  display:flex;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;}
.fresh-block .clear-lead{flex:1 1 34rem;
  min-width:0;}
.fresh-block .compact-visual{margin:0 0 calc(2.42rem * 1.5);
  max-width:38rem;
  line-height:1.63;}
.fresh-block h2{margin:0 0 calc(2.42rem * 1.5);
  font-size:calc(18.2px * 2);
  line-height:1.1;}
.fresh-block .simple-track{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.fresh-block .process{padding-left:1rem;
  border-left:2px solid #D62828;}
.fresh-block .process h3{margin:0 0 .35rem;
  font-size:calc(18.2px * 1.125);
  line-height:1.25;}
.fresh-block .process p{margin:0;
  max-width:44rem;
  line-height:1.63;}
.fresh-block .soft-quote{margin:calc(2.42rem * 1.5) 0 0;
  max-width:40rem;
  font-size:calc(18.2px * .875);
  line-height:1.63;}
.fresh-block .soft-quote a{text-decoration:underline;
  text-underline-offset:2px;}
.fresh-block .soft-quote a:hover{}
.fresh-block .text-surface{display:block;
  flex:0 0 auto;
  width:min(38%,30rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.84rem;
  box-shadow:0 1px 5px rgba(0,0,0,0.15);}
@media (max-width:820px){.fresh-block .fresh-figure{
    flex-direction:column-reverse;
  }.fresh-block .text-surface{
    width:100%;
    min-width:0;
    max-height:26rem;
    aspect-ratio:16/10;
  }
}
.strong-story{
  background:#F7F9FC;
  color:#0E1B2E;
  padding:calc(1.5rem * 2.4) 1.62rem;
}
.strong-story .fresh-figure{max-width:1340px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(2.42rem * 1.5);
  align-items:flex-start;}
.strong-story .offer-footer{flex:1 1 32rem;
  min-width:0;}
.strong-story h2{margin:0;
  font-size:calc(18.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.strong-story .offer-footer p{margin:1.5rem 0 0;
  max-width:40rem;
  font-size:18.2px;
  line-height:1.63;}
.strong-story .offer-footer p:first-of-type{margin-top:calc(2.42rem * 1.5);}
.strong-story .text-details{margin-top:calc(2.42rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.5rem;
  border-left:2px solid #D62828;
  padding-left:1.62rem;}
.strong-story .text-details a{color:#0B3C7A;
  text-decoration:none;
  font-size:calc(18.2px * .875);
  border-bottom:1px solid transparent;
  transition:color 280ms var(--ease-slow), border-color 280ms var(--ease-slow);}
.strong-story .text-details a:hover{color:#D62828;
  border-bottom-color:#D62828;}
.strong-story .primary-callout{flex:0 1 26rem;
  min-width:16rem;
  margin:0;}
.strong-story .text-surface{display:block;
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  border-radius:0.84rem;
  box-shadow:0 1px 5px rgba(0,0,0,0.15);}
.strong-story figcaption{margin-top:.75rem;
  font-size:calc(18.2px * .875);
  color:#22334D;
  line-height:1.45;}
@media (max-width:820px){.strong-story .fresh-figure{display:block}.strong-story .primary-callout{margin-top:calc(2.42rem * 1.5)}
}
.clear-media{--mark-public:calc(1.5rem * 1.15);--field-local:calc(1340px / 2.6);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.clear-media .fresh-figure{max-width:1340px;margin:0 auto;}
.clear-media h2,.clear-media h3,.clear-media p{margin:0;}
.clear-media h2{font-size:calc(18.2px * 2);line-height:1.14;}
.clear-media h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.clear-media p{font-size:18.2px;line-height:1.63;}
.clear-media a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #0B3C7A 40%, transparent);}
.clear-media a:hover{border-bottom-color:#D62828;}
.clear-media .text-details{display:flex;flex-wrap:wrap;gap:2.42rem;align-items:flex-start;padding-bottom:var(--mark-public);border-bottom:1px solid #D6DEEA;}
.clear-media .text-details>h2{flex:1 1 calc(1340px / 2.9);min-width:0;}
.clear-media .text-details>.compact-visual{flex:1 1 calc(1340px / 2.9);min-width:0;max-width:var(--field-local);}
.clear-media .simple-track{display:flex;flex-wrap:wrap;gap:var(--mark-public) 2.42rem;margin-top:var(--mark-public);}
.clear-media .process{flex:1 1 calc(1340px / 3.6);min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #D62828;}
.clear-media .process p{margin-top:calc(1.5rem / 3.2);}
.clear-media .soft-quote{margin-top:calc(var(--mark-public) * 1.1);padding-top:calc(1.5rem * .75);border-top:1px solid #D6DEEA;font-size:calc(18.2px * .875);max-width:calc(1340px / 1.35);}
@media (max-width:760px){.clear-media .text-details>h2,.clear-media .text-details>.compact-visual,.clear-media .process{flex:1 1 100%;}
}
.grid--worth{--mark-public:calc(1.5rem * 1.05);--field-local:calc(1340px / 2.6);--label-nav:calc(1340px / 3.4);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.grid--worth .fresh-figure{max-width:1340px;margin:0 auto;}
.grid--worth h1,.grid--worth h2,.grid--worth h3,.grid--worth p{margin:0;}
.grid--worth h2{font-size:calc(18.2px * 2);line-height:1.12;}
.grid--worth h3{font-size:calc(18.2px * 1.35);line-height:1.22;}
.grid--worth p{font-size:18.2px;line-height:1.63;}
.grid--worth .compact-visual{color:#22334D;max-width:var(--field-local);}
.grid--worth a{color:#0B3C7A;text-decoration:none;border-bottom:1px solid currentColor;}
.grid--worth a:hover{color:#D62828;}
.grid--worth img{display:block;width:100%;height:auto;border-radius:0.5rem;}
.grid--worth .simple-track{display:flex;flex-direction:column;gap:var(--mark-public);margin-top:var(--mark-public);}
.grid--worth .process{min-width:0;padding-bottom:calc(1.5rem / 1.6);border-bottom:1px solid #D6DEEA;}
.grid--worth .process:last-child{border-bottom:0;padding-bottom:0;}
.grid--worth .process p{margin-top:calc(1.5rem / 3);color:#22334D;}
.grid--worth .page-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.42rem;}
.grid--worth .page-menu>.offer-footer{flex:1 1 calc(1340px / 3);min-width:0;}
.grid--worth .page-menu>.simple-track{flex:2 1 calc(1340px / 2);margin-top:0;}
.grid--worth .page-menu>img{margin-left:auto;max-width:var(--label-nav);}
.grid--worth .offer-footer .compact-visual{margin-top:1.5rem;}
.grid--worth .site-plan{margin-top:calc(2.42rem * 1.5);padding-top:1.5rem;border-top:1px solid #D6DEEA;font-size:calc(18.2px * .875);color:#22334D;max-width:var(--field-local);}
@media (max-width:860px){.grid--worth .page-menu>img{margin-left:0;max-width:100%;}.grid--worth .page-menu>.offer-footer,.grid--worth .page-menu>.simple-track{flex:1 1 100%;}
}
.quiet-section{--mark-public:calc(1.5rem * 0.95);--field-local:calc(1340px / 2.19);padding:calc(1.5rem * 2.4) 1.62rem;background:#F7F9FC;color:#0E1B2E;}
.quiet-section .fresh-figure{max-width:1340px;margin:0 auto;}
.quiet-section h2,.quiet-section h3,.quiet-section p{margin:0;}
.quiet-section h2{font-size:calc(18.2px * 2);line-height:1.12;}
.quiet-section h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.quiet-section p{font-size:18.2px;line-height:1.63;}
.quiet-section .content-summary{display:flex;align-items:flex-start;gap:2.42rem;}
.quiet-section .offer-footer{flex:1 1 calc(1340px / 3);min-width:0;}
.quiet-section .offer-footer p{margin-top:1.5rem;}
.quiet-section .offer-footer p + p{margin-top:calc(1.5rem / 2);}
.quiet-section .main-area{flex:2 1 calc(1340px / 2);display:flex;flex-direction:column;gap:var(--mark-public);}
.quiet-section .process{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #D6DEEA;}
.quiet-section .process p{margin-top:calc(1.5rem / 3);}
.quiet-section .main-service{padding-inline-start:calc(1.62rem / 2);}
.quiet-section .site-service{row-gap:calc(var(--mark-public) * 1.2);}
@media(max-width:760px){.quiet-section .content-summary{flex-direction:column;}.quiet-section .main-area{margin-top:1.5rem;}}
.public-media{
        color:#0E1B2E;
        background:#F7F9FC;
        padding:calc(1.5rem * 2.4) 1.62rem;
    }
.public-media .c{max-width:1340px;
        margin:0 auto;
        display:grid;
        gap:1.62rem;}
@media (min-width:1024px){.public-media .c{
            grid-template-columns:minmax(0,1fr) 300px;
            align-items:start;
        }
    }
.public-media .media-rail{
        background:#FFFFFF;
        color:#0E1B2E;
        border:1px solid #D6DEEA;
        border-radius:0.84rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.15);
    }
.public-media .wide-menu{margin-bottom:1.5rem;}
.public-media h1{font-size:calc(18.2px * 2.65);
        line-height:1.15;
        margin:0 0 0.75rem;}
.public-media .tile{
        display:flex;
        flex-wrap:wrap;
        gap:1rem;
        font-size:calc(18.2px * .875);
        color:#22334D;
        background:#EAF0F8;
        padding:0.5rem 0.85rem;
        border-radius:0.3rem;
        width:fit-content;
    }
.public-media .service-view{margin:calc(2.42rem * 1.5) 0 0;
        border-radius:0.5rem;
        overflow:hidden;}
.public-media .service-view img{display:block;
        width:100%;
        height:auto;}
.public-media .clear-lead{line-height:1.63;
        font-size:18.2px;}
.public-media .clear-lead p{margin:0 0 1.1rem;}
.public-media .clear-lead h2{font-size:calc(18.2px * 1.35);
        margin:1.75rem 0 0.75rem;}
.public-media .clear-lead a{text-decoration:underline;}
.public-media .clear-lead a:hover{}
.public-media .site-plan{margin-top:calc(2.42rem * 1.5);
        padding-top:calc(2.42rem * 1.5);
        border-top:1px solid #D6DEEA;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
        gap:0.75rem 1.25rem;
        font-size:calc(18.2px * .875);}
.public-media .site-flow{text-transform:uppercase;
        letter-spacing:0.04em;
        font-size:calc(18.2px * .875);}
.public-media .site-plan a{text-decoration:none;
        border-bottom:1px solid transparent;}
.public-media .site-plan a:hover{border-bottom-color:#D62828;}
.public-media .steady-body{
        background:#EAF0F8;
        color:#22334D;
        padding:calc(1.5rem * .75);
        border-radius:0.84rem;
    }
.public-media .steady-body h3{margin:0 0 1rem;
        font-size:calc(18.2px * 1.125);}
.public-media .featured-header{display:flex;
        flex-direction:column;
        gap:0.75rem;}
.public-media .featured-header .process{padding-bottom:0.75rem;
        border-bottom:1px solid #D6DEEA;}
.public-media .featured-header .process:last-child{padding-bottom:0;
        border-bottom:0;}
.public-media .steady-body a{text-decoration:none;}
.public-media .steady-body a:hover{text-decoration:underline;}
.page-copy{
    background: #F7F9FC;
    color: #0E1B2E;
    padding: calc(1.5rem * 2.4) 1.62rem;
  }
.page-copy .c{max-width: 1340px;
    margin: 0 auto;
    display: grid;
    gap: 2.42rem;}
@media (min-width: 1024px) {.page-copy .c{
      grid-template-columns: minmax(0, 1fr) 320px;
      align-items: start;
    }
  }
.page-copy .media-rail{display: flex;
    flex-direction: column;
    gap: calc(2.42rem * 1.5);
    min-width: 0;}
.page-copy .wide-menu{display: flex;
    flex-direction: column;
    gap: 0.75rem;}
.page-copy .top-actions{margin: 0;
    font-size: calc(18.2px * .875);
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.page-copy h1{margin: 0;
    font-size: calc(18.2px * 2.65);
    line-height: 1.15;}
.page-copy .compact-visual{margin: 0;
    max-width: 62ch;
    font-size: calc(18.2px * 1.125);}
.page-copy .tile{display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.25rem;
    font-size: calc(18.2px * .875);
    padding-top: 0.5rem;
    border-top: 1px solid #D6DEEA;}
.page-copy .service-view{margin: 0;
    border-radius: 0.84rem;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);}
.page-copy .service-view img{display: block;
    width: 100%;
    height: auto;}
.page-copy .clear-lead{display: flex;
    flex-direction: column;
    gap: 1.1rem;
    font-size: 18.2px;
    line-height: 1.63;}
.page-copy .clear-lead h2{margin: 0.6rem 0 0;
    font-size: calc(18.2px * 1.35);
    line-height: 1.3;}
.page-copy .clear-lead p{margin: 0;
    max-width: 68ch;}
.page-copy .local-header{display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-top: calc(2.42rem * 1.5);
    border-top: 1px solid #D6DEEA;}
.page-copy .local-header .soft-quote{margin: 0;
    font-size: calc(18.2px * .875);}
.page-copy .site-plan{display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;}
.page-copy .site-plan a{text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: color 280ms var(--ease-slow), border-color 280ms var(--ease-slow);}
.page-copy .site-plan a:hover{border-bottom-color: #D62828;}
.page-copy .strong-method{
    background: #FFFFFF;
    color: #0E1B2E;
    border: 1px solid #D6DEEA;
    border-radius: 0.84rem;
    padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
.page-copy .strong-method h3{margin: 0;
    font-size: calc(18.2px * 1.35);}
.page-copy .text-details{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;}
.page-copy .text-details li{display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #D6DEEA;}
.page-copy .text-details li:last-child{border-bottom: none;
    padding-bottom: 0;}
.page-copy .text-details a{text-decoration: none;
    font-weight: 600;
    line-height: 1.35;}
.page-copy .text-details a:hover{}
.page-copy .local-method{font-size: calc(18.2px * .875);}
.page-copy .secondary-section{display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 1rem;
    border-top: 1px solid #D6DEEA;
    font-size: calc(18.2px * .875);}
.page-copy .secondary-section .simple-frame{margin: 0;}
.page-copy .secondary-section a{text-decoration: none;}
.page-copy .secondary-section a:hover{text-decoration: underline;}
.site-copy{
        padding:calc(1.5rem * 2.6) 1.62rem;
        background:linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);
        color:#FFFFFF;
    }
.site-copy .public-headline{max-width:880px;
        margin:0 auto;
        display:grid;
        gap:2.42rem;}
.site-copy .team-frame{display:grid;
        gap:.6rem;}
.site-copy .team-frame .media-list{margin:0;
        font-size:calc(18.2px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.78;}
.site-copy .team-frame h1{margin:0;
        font-size:clamp(2rem,3.9vw,2.9rem);
        line-height:1.15;}
.site-copy .team-frame .compact-visual{margin:0;
        max-width:62ch;
        font-size:calc(18.2px * 1.125);
        opacity:.92;}
.site-copy .service-view{width:100%;
        aspect-ratio:16/9;
        object-fit:cover;
        border-radius:0.84rem;
        box-shadow:0 10px 16px rgba(0,0,0,0.2);}
.site-copy .offer-tile{
        display:grid;
        gap:.9rem;
        padding:1.4rem 1.5rem;
        border-radius:0.84rem;
        background:#FFFFFF;
        color:#0E1B2E;
        border:1px solid #D6DEEA;
    }
.site-copy .offer-tile p{margin:0;}
.site-copy .secondary-visual{display:flex;
        flex-wrap:wrap;
        gap:.5rem;}
.site-copy .secondary-visual span{
        padding:.3rem .6rem;
        border-radius:0.3rem;
        background:#D62828;
        color:#FFFFFF;
        font-size:calc(18.2px * .875);
    }
.site-copy .site-plan{display:flex;
        flex-wrap:wrap;
        gap:1.2rem;
        padding-top:.4rem;
        border-top:1px solid #D6DEEA;}
.site-copy .site-plan a{text-decoration:none;
        font-size:18.2px;
        border-bottom:1px solid transparent;
        transition:color 280ms var(--ease-slow), border-color 280ms var(--ease-slow);}
.site-copy .site-plan a:hover{border-bottom-color:#D62828;}
@media (max-width:640px){.site-copy{
            padding:calc(1.5rem * 1.6) 1.62rem;
        }.site-copy .offer-tile{
            padding:1.1rem 1.1rem;
        }.site-copy .site-plan{
            flex-direction:column;
            gap:.7rem;
        }
    }
.simple-shell{padding:calc(1.5rem * 2.4) 1.62rem;background:linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);color:#FFFFFF}
.simple-shell .fresh-figure{max-width:1340px;margin:0 auto;display:grid;gap:calc(2.42rem * 1.5)}
.simple-shell .plain-brand{max-width:60ch}
.simple-shell h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.2px * 2);line-height:1.15}
.simple-shell .compact-visual{margin:0;font-size:18.2px;line-height:1.63;opacity:.92}
.simple-shell .simple-region{display:grid;gap:calc(2.42rem * 1.5);padding:1.5rem;border-radius:1.1rem;background:#FFFFFF;color:#0E1B2E;border:1px solid #D6DEEA}
.simple-shell .direct-shell{display:flex;gap:1.5rem;flex-wrap:wrap}
.simple-shell .service-frame{display:block;flex:1 1 240px;min-width:0}
.simple-shell .service-frame.wide{flex:1 1 100%}
.simple-shell .service-frame>span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.2px * .875);}
.simple-shell input,.simple-shell select,.simple-shell textarea{width:100%;box-sizing:border-box;border:1px solid #D6DEEA;border-radius:0.5rem;background:#F7F9FC;color:#0E1B2E;font:inherit;padding:calc(1.5rem * .75);outline:none}
.simple-shell textarea{resize:vertical;min-height:8rem}
.simple-shell input:focus,.simple-shell select:focus,.simple-shell textarea:focus{box-shadow:0 0 0 2px #2E6FBF;border-color:#2E6FBF}
.simple-shell .unit{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}
.simple-shell button{border:0;border-radius:0.5rem;background:#D62828;color:#FFFFFF;font:inherit;font-weight:600;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 280ms var(--ease-slow)}
.simple-shell button:hover{background:#B31F1F;color:#0E1B2E;}
.simple-shell .soft-quote{flex:1 1 260px;margin:0;font-size:calc(18.2px * .875);line-height:1.63;}
.simple-shell .soft-quote a{text-decoration:underline}
.simple-shell .soft-quote a:hover{}
.simple-shell .strong-method{display:flex;flex-wrap:wrap;gap:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(18.2px * .875)}
.simple-shell .strong-method .simple-frame{margin:0;flex:1 1 240px;opacity:.9}
.simple-shell .strong-method a{color:inherit;text-decoration:underline}
@media(max-width:720px){.simple-shell .direct-shell{flex-direction:column;gap:calc(1.5rem * .75)}.simple-shell .unit{flex-direction:column;align-items:stretch}.simple-shell button{width:100%}
}
.text-body{background:#F7F9FC;color:#0E1B2E;padding:calc(1.5rem * 2.4) 1.62rem}
.text-body .fresh-figure{max-width:1340px;margin:0 auto}
.text-body .steady-service{display:grid;grid-template-columns:1.15fr .85fr;gap:calc(2.42rem * 1.5) 2.42rem;align-items:start}
.text-body .plain-brand{grid-column:1 / -1;max-width:62ch}
.text-body h2{margin:0;font-size:calc(18.2px * 2);line-height:1.15}
.text-body .plain-brand p{margin:1.5rem 0 0;font-size:calc(18.2px * 1.125);line-height:1.63;color:#22334D}
.text-body .main-plan{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.text-body .direct-shell{display:flex;flex-direction:column;gap:.35rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#0E1B2E;border:1px solid #D6DEEA;border-radius:0.5rem}
.text-body .narrow-track{font-size:calc(18.2px * .875);letter-spacing:.04em;text-transform:uppercase;color:#22334D}
.text-body .steady-steps{font-size:18.2px;line-height:1.5;color:#0E1B2E;text-decoration:none}
.text-body a.value{color:#0B3C7A}
.text-body a.value:hover{color:#D62828}
.text-body .soft-quote{min-width:0;padding:calc(1.5rem * .75);background:#EAF0F8;color:#22334D;border-radius:0.84rem}
.text-body .soft-quote h3{margin:0 0 1.5rem;font-size:calc(18.2px * 1.35);line-height:1.25}
.text-body .soft-quote p{margin:0;font-size:18.2px;line-height:1.63}
.text-body .steady-copy{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.text-body .steady-copy a{flex:1 1 240px;padding:calc(1.5rem * .75);background:#FFFFFF;color:#0E1B2E;border:1px solid #D6DEEA;border-radius:0.5rem;text-decoration:none;transition:border-color 280ms var(--ease-slow)}
.text-body .steady-copy a:hover{border-color:#2E6FBF}
.text-body .steady-copy strong{display:block;font-size:18.2px}
.text-body .steady-copy span{display:block;margin-top:.5rem;font-size:calc(18.2px * .875);line-height:1.55;color:#22334D}
.text-body .text-surface{grid-column:1 / -1;display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.84rem}
@media(max-width:820px){.text-body .steady-service{grid-template-columns:1fr}.text-body .text-surface{aspect-ratio:16/9}
}
.offer-area{padding:calc(1.5rem * 2.4) 1.62rem;background:linear-gradient(135deg, #0B3C7A 0%, #14508F 55%, #1E6BB8 100%);color:#FFFFFF}
.offer-area .fresh-figure{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.46fr);gap:calc(2.42rem * 1.5);align-items:stretch}
.offer-area .offer-footer{display:flex;flex-direction:column;gap:calc(2.42rem * 1.5);padding:2.42rem;border-radius:1.1rem;background:#D62828;color:#FFFFFF}
.offer-area h2{margin:0;font-size:calc(18.2px * 2);line-height:1.1}
.offer-area .offer-footer>p{margin:0;font-size:calc(18.2px * 1.125);line-height:1.63}
.offer-area .team-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.5rem}
.offer-area .content-group{padding:calc(1.5rem * .75);border-radius:0.5rem;background:#FFFFFF;color:#0E1B2E;border:1px solid #D6DEEA}
.offer-area .content-group span{display:block;font-size:calc(18.2px * .875);text-transform:uppercase;letter-spacing:.04em}
.offer-area .content-group strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:18.2px;font-weight:600;line-height:1.4}
.offer-area .content-group a{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 280ms var(--ease-slow),color 280ms var(--ease-slow)}
.offer-area .content-group a:hover{border-bottom-color:#D62828}
.offer-area .soft-quote{margin:0;font-size:calc(18.2px * .875);opacity:.92;line-height:1.63}
.offer-area .contact-surface{min-height:clamp(24rem,48vw,38rem);border-radius:1.1rem;overflow:hidden;border:1px solid #D6DEEA;box-shadow:0 10px 16px rgba(0,0,0,0.2);background:#FFFFFF;color:#0E1B2E;}
.offer-area iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.offer-area .fresh-figure{grid-template-columns:1fr}.offer-area .contact-surface{min-height:22rem}
}
.active-content{
  padding: calc(1.5rem * 2.4) 1.62rem;
  background: #F7F9FC;
  color: #0E1B2E;
}
.active-content .fresh-figure{max-width: 1340px;
  margin: 0 auto;}
.active-content .plain-brand{max-width: 60rem;
  margin-bottom: calc(2.42rem * 1.5);}
.active-content h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.1;}
.active-content .plain-brand p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.2px * 1.125);
  color: #22334D;}
.active-content .page-media{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.active-content .process{
  flex: 1 1 22rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.84rem;
  background: #FFFFFF;
  color: #0E1B2E;
  border: 1px solid #D6DEEA;
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}
.active-content .process .local-method{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.3rem;
  background: #D62828;
  color: #FFFFFF;
  font-size: calc(18.2px * .875);
  letter-spacing: 0.02em;
}
.active-content .process h3{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.2px * 1.35);
  line-height: 1.2;}
.active-content .process p{margin: calc(1.5rem * .75) 0 0;
  color: #22334D;}
.active-content .media-steps{margin-top: calc(2.42rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6DEEA;}
.active-content .media-steps p{margin: 0 0 calc(1.5rem * .75);
  color: #22334D;}
.active-content .media-steps ul{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.active-content .media-steps li{font-size: 18.2px;}
.active-content .media-steps a{color: #0B3C7A;
  text-decoration: none;}
.active-content .media-steps a:hover{color: #D62828;
  text-decoration: underline;}
.active-content .active-fields{margin-top: calc(1.5rem * .75);
  font-size: calc(18.2px * .875);
  color: #22334D;}
@media (max-width: 700px) {.active-content .process{
    flex: 1 1 100%;
  }
}
.bottom-lead{
  padding: calc(1.5rem * 2.4) 1.62rem;
  background: #0B3C7A;
  color: #FFFFFF;
}
.bottom-lead .fresh-figure{max-width: min(1340px, 60rem);
  margin: 0 auto;}
.bottom-lead .compact-visual{max-width: 46rem;
  margin-bottom: calc(2.42rem * 1.5);}
.bottom-lead h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.1;}
.bottom-lead .plain-brand{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.2px * 1.125);
  color: #C7D2E1;}
.bottom-lead .main-list{display: flex;
  flex-direction: column;
  gap: 2.42rem;}
.bottom-lead .process{padding-left: calc(1.5rem * .75);
  border-left: 1px solid #22334D;}
.bottom-lead h3{margin: 0;
  font-size: calc(18.2px * 1.35);}
.bottom-lead .process p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: #C7D2E1;}
.bottom-lead .process a{text-decoration: underline;}
.bottom-lead .process a:hover{color: #C7D2E1;}
@media (max-width: 720px) {.bottom-lead .process{
    padding-left: 1.62rem;
  }
}
.wide-group{--mark-public:calc(1.5rem * 1.32);--field-local:calc(1340px / 2.45);padding:calc(1.5rem * 2.4) 1.62rem;background:var(--tone-light);color:var(--paint-base);}
.wide-group .fresh-figure{max-width:1340px;margin:0 auto;}
.wide-group h1,.wide-group h2,.wide-group h3,.wide-group p{margin:0;}
.wide-group h1{font-size:calc(18.2px * 2.65);line-height:1.08;}
.wide-group h2{font-size:calc(18.2px * 2);line-height:1.12;}
.wide-group h3{font-size:calc(18.2px * 1.35);line-height:1.2;}
.wide-group p{font-size:18.2px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-group a{color:inherit;text-decoration:none;}
.wide-group .unit{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.3rem;background:var(--paint-base);color:var(--tone-light);}
.wide-group .clear-shell>h1,.wide-group .clear-shell>h2,.wide-group .clear-shell>p,.wide-group .clear-shell>.unit{margin-top:1.5rem;}
.wide-group .soft-quote{font-size:calc(18.2px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.wide-group .compact-visual{max-width:var(--field-local);}
.wide-group .site-plan{display:flex;flex-wrap:wrap;gap:2.42rem;margin-top:var(--mark-public);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-group .site-plan a{font-size:calc(18.2px * .875);text-decoration:underline;text-underline-offset:0.22em;}
.wide-group .site-plan a:hover{}
.public-benefit{
  padding: calc(1.5rem * 2.4) 1.62rem;
  background: #0B3C7A;
  color: #FFFFFF;
}
.public-benefit .fresh-figure{max-width: min(1340px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.42rem * 1.5);}
.public-benefit .focused-items h2{margin: 0;
  font-size: calc(18.2px * 2);
  line-height: 1.1;
  max-width: 46rem;}
.public-benefit .plain-brand{margin: calc(1.5rem * .75) 0 0;
  max-width: 46rem;
  font-size: calc(18.2px * 1.125);
  line-height: 1.63;
  color: #C7D2E1;}
.public-benefit .main-area{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.public-benefit .focused-lead{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border-top: 2px solid #D62828;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.5rem;
}
.public-benefit .focused-lead .open-figure{display: block;
  font-size: calc(18.2px * .875);
  letter-spacing: 0.08em;
  color: #C7D2E1;
  margin-bottom: 0.4rem;}
.public-benefit .focused-lead strong{display: block;
  font-size: calc(18.2px * 1.35);
  margin-bottom: 0.5rem;}
.public-benefit .focused-lead p{margin: 0;
  color: #C7D2E1;
  font-size: 18.2px;}
.public-benefit .narrow-tile{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #22334D;}
.public-benefit .service-team{flex: 1 1 18rem;
  max-width: 30rem;}
.public-benefit .service-team strong{display: block;
  font-size: calc(18.2px * 1.35);
  margin-bottom: 0.5rem;}
.public-benefit .service-team p{margin: 0;
  color: #C7D2E1;}
.public-benefit .local-surface{flex: 1 1 18rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;}
.public-benefit .local-surface li{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.public-benefit .local-surface .narrow-track{font-size: calc(18.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #C7D2E1;}
.public-benefit .local-surface a,
.public-benefit .local-surface span{text-decoration: none;
  font-size: 18.2px;}
.public-benefit .local-surface a{border-bottom: 1px solid transparent;
  transition: border-color 280ms var(--ease-slow), color 280ms var(--ease-slow);}
.public-benefit .local-surface a:hover{color:inherit;
  border-bottom-color: #D62828;}
.public-benefit .site-plan{margin: 0;
  font-size: 18.2px;
  color: #C7D2E1;}
.public-benefit .site-plan a{text-decoration: underline;
  text-decoration-color: #D62828;
  text-underline-offset: 3px;}
.public-benefit .site-plan a:hover{color:inherit;}
@media (max-width: 640px) {.public-benefit .main-area{
    flex-direction: column;
  }
}
.top-service{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.62rem;background:#D62828;color:#FFFFFF}
.top-service:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 14%,color-mix(in srgb,currentColor 7%,transparent) 14% 14.1%);animation:nfFloor calc(280ms*42) linear infinite alternate;pointer-events:none}
.top-service .fresh-figure{position:relative;z-index:1;max-width:1340px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.42rem * 1.5);align-items:flex-end;justify-content:space-between}
.top-service .offer-tile{flex:1 1 26rem;min-width:0}
.top-service .compact-visual{max-width:34rem;margin:0;font-size:calc(18.2px * 1.125);line-height:1.63}
.top-service h1{max-width:16ch;margin:calc(2.42rem * 1.5) 0;font-size:calc(18.2px * 2.65);line-height:1.02}
.top-service .offer-footer{max-width:38rem;margin:0;font-size:18.2px;line-height:1.63;opacity:.92}
.top-service .site-plan{flex:0 1 auto;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start}
.top-service .unit{color:inherit;font-size:18.2px;text-underline-offset:.24em;text-decoration:underline;text-decoration-thickness:1px}
.top-service .unit.primary{font-size:calc(18.2px * 1.125);text-decoration-thickness:2px}
.top-service .unit:hover{text-decoration-color:#FFFFFF}
@keyframes nfFloor{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(max-width:640px){.top-service .fresh-figure{align-items:flex-start}.top-service .site-plan{width:100%}}
@media(prefers-reduced-motion:reduce){.top-service:after{animation:none}}
