html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --motion-nav: ease;
}
a{color:inherit;}
.open-copy {
    width: 100%;
    background: #F4F5F6;
    color: #1A1C1E;
    border-bottom: 1px solid #D6D9DD;
  }
.wide-links {
    max-width: 1420px;
    margin: 0 auto;
    padding: calc(2.27rem * 1.5) 1.52rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.27rem;
  }
.plain-quote {
    display: flex;
    justify-content: center;
    width: 100%;
  }
.media-callout {
    font-size: calc(18px * 1.35);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-decoration: none;
    color: #1A1C1E;
    line-height: 1.2;
  }
.media-callout:hover {
    color: #2A2F34;
  }
.logo {
    width: 100%;
    border-top: 1px solid #D6D9DD;
    padding-top: 1.5rem;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.52rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.2rem;
    font-size: calc(18px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    color: #1A1C1E;
    border-bottom: 2px solid transparent;
    transition: color 410ms var(--motion-nav),
                border-color 410ms var(--motion-nav);
  }
.nav-list a:hover {
    color: #2A2F34;
    border-bottom-color: #2A2F34;
  }
.open-wrap{
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: transparent;
    border: 1px solid #D6D9DD;
    border-radius: 0.24rem;
    cursor: pointer;color:#1A1C1E;}
.featured-benefit{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #1A1C1E;color:#1A1C1E;}
@media (max-width: 767px) {
    .wide-links {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding: 1.5rem 1.52rem;
    }

    .plain-quote {
      width: auto;
      justify-content: flex-start;
    }

    .media-callout {
      font-size: 18px;
    }

    .open-wrap {
      display: flex;
    }

    .logo {
      display: none;
      width: 100%;
      border-top: 1px solid #D6D9DD;
      padding-top: 1.5rem;
      margin-top: 1.5rem;
    }

    .logo.is-open {
      display: block;
    }

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

    .nav-list li {
      width: 100%;
      border-bottom: 1px solid #D6D9DD;
    }

    .nav-list li:last-child {
      border-bottom: none;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      border-bottom: none;
    }
  }
.simple-surface{font-family:"Playfair Display", sans-serif;font-size:calc(18px * .875);line-height:1.63;padding:calc(1.5rem * 2.4) 1.52rem;margin-top:calc(1.5rem * 2.4);background:#1F2429;color:#F4F5F6;}
.content-entries{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(220px, 1.2fr) minmax(0, 2.4fr) minmax(220px, 1fr);gap:calc(2.27rem * 1.5);align-items:start}
.public-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.contact-steps{font-size:calc(18px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0}
.bottom-figure{margin:0;max-width:34ch;opacity:0.85}
.focused-contact{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(2.27rem * 1.5)}
.active-details{min-width:0}
.content-grid{font-size:18px;font-weight:600;margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.focused-view{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.focused-view a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 410ms var(--motion-nav), opacity 410ms var(--motion-nav)}
.focused-view a:hover,
  .focused-view a:focus-visible{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.piece{display:flex;flex-direction:column;gap:0.4rem;min-width:0}
.strong-wrap{margin:0;word-break:break-word}
.media-steps{font-weight:600;margin-right:0.25rem}
.piece a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 410ms var(--motion-nav)}
.piece a:hover,
  .piece a:focus-visible{border-bottom-color:currentColor;color:inherit}
.bottom-inner{grid-column:1 / -1;border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.5rem * .75);margin-top:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.5rem}
.main-story{margin:0;max-width:80ch;opacity:0.85}
.content-list{margin:0;opacity:0.75;font-size:calc(18px * .875)}
@media (max-width: 960px) {.content-entries{grid-template-columns:1fr 1fr}.focused-contact{grid-column:1 / -1;grid-template-columns:repeat(3, minmax(0, 1fr))}.piece{grid-column:1 / -1}
  }
@media (max-width: 640px) {.simple-surface{padding:calc(1.5rem * 2.4) 1.52rem;background:#1F2429;color:#F4F5F6;}.content-entries{grid-template-columns:1fr;gap:calc(2.27rem * 1.5)}.focused-contact{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.focused-contact{grid-template-columns:1fr}
  }
.cookies{position:fixed;right:1.52rem;bottom:1.5rem;width:min(420px,calc(100vw - (1.52rem * 2)));z-index:1200;}
.cookies .offer-service{border-radius:1.11rem;padding:16px;background:linear-gradient(135deg, #1F2429 0%, #2A2F34 55%, #3A4046 100%);color:#F4F5F6;box-shadow:0 16px 52px rgba(0,0,0,0.15);}
.cookies .offer-service h3{margin:0 0 6px;}
.cookies .offer-service p{margin:0;opacity:.92;}
.cookies .team-view{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .team-view a{text-decoration:none;border:1px solid color-mix(in srgb, currentColor 30%, transparent);background:color-mix(in srgb, currentColor 16%, transparent);color:inherit;border-radius:999px;padding:7px 11px;}
.cookies .team-view a.cookie-accept{background:#2A2F34;color:#F4F5F6;border-color:#3A4046;}
.site-callout{--state-local:calc(1.5rem * 1.48);--mark-active:calc(1420px / 2.72);--font-heading:calc(1420px / 3.82);padding:calc(1.5rem * 2.4) 1.52rem;background:#2A2F34;color:#F4F5F6;}
.site-callout .soft-menu{max-width:1420px;margin:0 auto;}
.site-callout h1,.site-callout p{margin:0;}
.site-callout h1{font-size:calc(18px * 2.65);line-height:1.1;}
.site-callout p{font-size:18px;line-height:1.63;color:color-mix(in srgb, currentColor 76%, transparent);}
.site-callout a{color:inherit;text-decoration:none;}
.site-callout img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.site-callout .quiet-callout{text-align:center;}
.site-callout .quiet-callout img{width:min(var(--font-heading),100%);margin:0 auto 1.5rem;}
.site-callout .quiet-callout p{margin:1.5rem auto 0;max-width:calc(1420px / 2);}
.site-callout .open{padding-block-start:var(--state-local);}
.site-callout .visual-group{row-gap:calc(var(--state-local) * .7);}
.site-callout .narrow-nav{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.site-callout .service-block{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:calc(1.5rem * .75);margin-top:1.5rem;}
.site-callout .site-media{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#F4F5F6;color:#2A2F34;}
.site-callout .public-footer{font-size:calc(18px * .875);border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-block-end:2px;}
.site-callout .public-footer:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.site-callout .service-block{flex-direction:column;align-items:stretch;}.site-callout .site-media{width:100%;}.site-callout .public-footer{text-align:center;}
}
.offset---fine-print{
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #E7E9EB;
        color: #2A2F34
    }
.offset---fine-print .soft-menu{max-width: 1420px;
        margin: 0 auto}
.offset---fine-print .wide-details{display: grid;
        grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
        gap: calc(2.27rem * 1.5) 2.27rem;
        align-items: start}
.offset---fine-print .top-unit{min-width: 0;
        position: sticky;
        top: calc(2.27rem * 1.5)}
.offset---fine-print h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.1}
.offset---fine-print .top-unit p{margin: 1.5rem 0 0;
        font-size: 18px;
        line-height: 1.63}
.offset---fine-print ul{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D6D9DD}
.offset---fine-print li{display: grid;
        grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
        gap: 2.27rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid #D6D9DD}
.offset---fine-print strong{font-size: 18px;
        line-height: 1.2;
        letter-spacing: 0.01em}
.offset---fine-print span{min-width: 0;
        font-size: calc(18px * .875);
        line-height: 1.63}
@media (max-width: 900px) {.offset---fine-print .wide-details{
            grid-template-columns: 1fr
        }.offset---fine-print .top-unit{
            position: static
        }
    }
@media (max-width: 620px) {.offset---fine-print li{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75)
        }
    }
.direct-service{--state-local:calc(1.5rem * 1.19);--mark-active:calc(1420px / 2.80);padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.direct-service .soft-menu{max-width:1420px;margin:0 auto;}
.direct-service h1,.direct-service h2,.direct-service h3,.direct-service p{margin:0;}
.direct-service h2{font-size:calc(18px * 2);line-height:1.12;}
.direct-service h3{font-size:calc(18px * 1.35);line-height:1.2;}
.direct-service p{font-size:18px;line-height:1.63;}
.direct-service a{color:inherit;text-decoration:none;}
.direct-service img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.direct-service .service-form{font-size:calc(18px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.direct-service .bottom-links{margin-top:calc(1.5rem / 2);max-width:var(--mark-active);}
.direct-service .site-media{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.24rem;background:#F2B300;color:#1A1C1E;}
.direct-service .site-media:hover{background:#D89E00;color:#1A1C1E;}
.direct-service .steady-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;margin-top:var(--state-local);}
.direct-service .main-rail{flex:1 1 calc(1420px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:2px solid #D6D9DD;}
.direct-service .main-rail h3{margin-top:calc(1.5rem / 2);}
.direct-service .main-rail p{margin-top:calc(1.5rem / 3);}
.direct-service .main-rail a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(18px * .875);border-bottom:1px solid currentColor;}
.direct-service .main-rail a:hover{}
.direct-service .service-block{margin-top:var(--state-local);font-size:calc(18px * .875);}
.direct-service .service-block a{border-bottom:1px solid currentColor;}
.direct-service .service-block a:hover{}
.direct-service .contact-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;}
.direct-service .contact-team>.primary-actions{flex:1 1 auto;min-width:0;}
.direct-service .contact-team>.site-media{flex:0 0 auto;}
.direct-service .contact-team>.steady-form,.direct-service .contact-team>.service-block{flex:1 1 100%;}
.direct-service .primary-actions h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.direct-service .main-rail{flex:1 1 100%;}
}
.wide-panel{
        --state-local: calc(1.5rem * 1.14);
        --mark-active: calc(1420px / 2.38);
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #1F2429;
        color: #F4F5F6;
    }
.wide-panel .soft-menu{max-width: 1420px;
        margin: 0 auto;}
.wide-panel h2,
    .wide-panel h3,
    .wide-panel p{margin: 0;}
.wide-panel h2{font-size: calc(18px * 2);
        line-height: 1.12;}
.wide-panel h3{font-size: calc(18px * 1.35);
        line-height: 1.2;}
.wide-panel p{font-size: 18px;
        line-height: 1.63;}
.wide-panel a{color: #F2B300;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: color 410ms var(--motion-nav), border-color 410ms var(--motion-nav);}
.wide-panel a:hover{color:inherit;
        border-bottom-color: #2A2F34;}
.wide-panel .bottom-block{padding-inline-start: calc(1.52rem / 2);}
.wide-panel .active-benefit{row-gap: calc(var(--state-local) * 1.2);}
.wide-panel .main-note{padding-block: calc(var(--state-local) / 2);}
.wide-panel .bottom-links{margin-top: 1.5rem;
        max-width: calc(1420px / 2);
        opacity: .88;}
.wide-panel .steady-form{display: flex;
        flex-direction: column;
        gap: var(--state-local);
        margin-top: var(--state-local);}
.wide-panel .main-rail{min-width: 0;
        padding-inline-start: calc(1.5rem * .75);
        border-inline-start: 2px solid #F2B300;}
.wide-panel .main-rail p{margin-top: calc(1.5rem / 3);
        max-width: calc(1420px / 1.6);}
.wide-panel .main-rail a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(18px * .875);}
.wide-panel .service-block{margin-top: var(--state-local);
        font-size: calc(18px * .875);
        opacity: .82;
        max-width: calc(1420px / 1.8);}
@media (max-width: 720px) {.wide-panel .bottom-block{
            padding-inline-start: 0;
        }.wide-panel .main-rail{
            padding-inline-start: 1.5rem;
        }
    }
.featured-summary{position:relative;overflow:hidden;isolation:isolate;}
.featured-summary>*{position:relative;z-index:1;}
.featured-summary::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (2 * 5s)) var(--motion-nav) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(2 * .4rem));}}
@media (prefers-reduced-motion: reduce){.featured-summary::before,.featured-summary::after{animation:none!important;}}
.offset-flow-second-hero-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.offset-flow-second-hero-block .quiet-area{max-width:min(1420px,64rem);
    margin:0 auto;}
.offset-flow-second-hero-block h1{margin:0;
    max-width:20ch;
    font-size:clamp(2rem,5vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.offset-flow-second-hero-block .wide-body{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1rem,2.2vw,calc(2.27rem * 1.5)) 0 0;}
.offset-flow-second-hero-block .bottom-links{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.offset-flow-second-hero-block .bottom-links p{margin:0;
    font-size:clamp(1rem,1.28vw,18px);
    line-height:1.74;
    color:#2A2F34;}
@media (max-width:640px){.offset-flow-second-hero-block h1{max-width:100%;}.offset-flow-second-hero-block .wide-body{aspect-ratio:4/3;}.offset-flow-second-hero-block{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.text-copy{padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E}
.text-copy .public-callout{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.27rem * 1.5)}
.text-copy .focused-surface{max-width:60ch}
.text-copy h2{margin:0 0 .6rem;font-size:calc(18px * 2);line-height:1.1}
.text-copy .plain-method{margin:0;font-size:18px;line-height:1.63;opacity:.85}
.text-copy .top-entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-copy .simple-lead{display:flex;gap:2.27rem;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-radius:0.99rem;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,0.1)}
.text-copy .media-intro{flex:0 0 260px;display:block;overflow:hidden}
.text-copy .media-intro img{width:100%;height:100%;min-height:200px;object-fit:cover;display:block}
.text-copy .page-entries{flex:1 1 auto;padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 0;display:flex;flex-direction:column;gap:.5rem}
.text-copy .main-brand{margin:0;font-size:calc(18px * .875);letter-spacing:.06em;text-transform:uppercase;opacity:.7}
.text-copy h3{margin:0;font-size:calc(18px * 1.35);line-height:1.2}
.text-copy h3 a{color:#1A1C1E;text-decoration:none}
.text-copy h3 a:hover{color:inherit;}
.text-copy .steady-shell{margin:0;line-height:1.55;opacity:.85}
.text-copy .direct-actions{margin-top:auto;align-self:flex-start;color:inherit;text-decoration:none;font-weight:700}
.text-copy .direct-actions:hover{color:#2A2F34}
.text-copy .compact-form{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.27rem;padding:calc(1.5rem * .75);background:#E7E9EB;color:#2A2F34;border-radius:0.44rem}
.text-copy .narrow-block{margin:0;max-width:70ch;line-height:1.55}
.text-copy .narrow-block a{color:inherit;text-decoration:none}
.text-copy .narrow-block a:hover{color:#2A2F34}
.text-copy .narrow-intro{display:inline-flex;align-items:center;padding:.7rem 1.2rem;background:#F2B300;color:#1A1C1E;border-radius:0.24rem;text-decoration:none;font-weight:700}
.text-copy .narrow-intro:hover{background:#D89E00;color:#1A1C1E;}
@media (max-width:760px){
  .text-copy .simple-lead{flex-direction:column}
  .text-copy .media-intro{flex:0 0 auto}
  .text-copy .media-intro img{min-height:180px}
  .text-copy .page-entries{padding:calc(1.5rem * .75)}
}
.fresh-brand{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.fresh-brand .quiet-area{max-width:min(1420px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.fresh-brand h1{margin:0;
    font-size:clamp(2rem,5vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.01em;}
.fresh-brand .wide-body{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1.1rem,2.4vw,calc(2.27rem * 1.5)) 0 0;}
.fresh-brand .bottom-links{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.fresh-brand p{margin:0;
    font-size:clamp(1rem,1.28vw,18px);
    line-height:1.74;
    color:#2A2F34;}
@media (max-width:640px){.fresh-brand{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.fresh-brand .wide-body{aspect-ratio:4/3;}
  }
.steady-content{padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.steady-content .soft-menu{max-width:1420px;margin:0 auto;}
.steady-content h2,.steady-content h3,.steady-content p{margin:0;}
.steady-content h2{font-size:calc(18px * 2);line-height:1.14;}
.steady-content h3{font-size:calc(18px * 1.35);line-height:1.22;}
.steady-content p{font-size:18px;line-height:1.63;}
.steady-content a{color:inherit;text-decoration:none;}
.steady-content a:hover{color:#2A2F34;}
.steady-content .fresh-view{max-width:calc(1420px / 1.9);}
.steady-content .bottom-links{margin-top:calc(2.27rem * 1.5);color:#2A2F34;}
.steady-content .contact-details{display:flex;flex-wrap:wrap;gap:2.27rem;margin-top:calc(1.5rem * 2.4);}
.steady-content .main-rail{flex:1 1 calc(1420px / 3.4);min-width:260px;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-radius:0.99rem;box-shadow:0 1px 5px rgba(0,0,0,0.1);}
.steady-content .main-rail p{margin-top:calc(1.5rem / 2.4);color:#2A2F34;}
.steady-content .plain-story{display:inline-block;margin-bottom:calc(1.5rem / 2.2);padding:calc(1.5rem / 5) calc(1.52rem / 1.6);background:#2A2F34;color:#F4F5F6;border-radius:0.24rem;font-size:calc(18px * .875);}
.steady-content .service-form{margin-top:calc(1.5rem * 2.4);padding-top:calc(2.27rem * 1.5);border-top:1px solid #D6D9DD;color:#2A2F34;}
@media (max-width:720px){.steady-content .main-rail{flex:1 1 100%;}
}
.narrow-benefit{--state-local:calc(1.5rem * 1.18);--mark-active:calc(1420px / 2.4);--copy-main:calc(1420px / 3.6);padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.narrow-benefit .soft-menu{max-width:1420px;margin:0 auto;}
.narrow-benefit h2,.narrow-benefit h3,.narrow-benefit p{margin:0;}
.narrow-benefit h2{font-size:calc(18px * 2);line-height:1.14;}
.narrow-benefit h3{font-size:calc(18px * 1.35);line-height:1.22;}
.narrow-benefit p{font-size:18px;line-height:1.63;}
.narrow-benefit .bottom-links{margin-top:1.5rem;max-width:var(--mark-active);}
.narrow-benefit .steady-form{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.narrow-benefit .main-rail{flex:1 1 var(--copy-main);min-width:0;padding:calc(var(--state-local) * .7);border-radius:0.44rem;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;}
.narrow-benefit .main-rail p{margin-top:calc(1.5rem / 3);}
.narrow-benefit .open{padding-block-start:var(--state-local);}
.narrow-benefit .visual-group{row-gap:calc(var(--state-local) * .7);}
.narrow-benefit .main-note{padding-block-end:calc(var(--state-local) / 2);}
@media (max-width:720px){.narrow-benefit .main-rail{flex:1 1 100%;}
}
.local-visual{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:#E7E9EB;
    color:#2A2F34;
    background-image:linear-gradient(160deg,rgba(242,179,0,0.08),transparent 42%);
}
.local-visual .soft-menu{max-width:1420px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,0.85fr) minmax(0,1.15fr);
    gap:2.27rem;
    align-items:start;}
.local-visual .plain-panel img{width:100%;
    height:auto;
    display:block;
    border-radius:0.99rem;
    border:1px solid #D6D9DD;
    box-shadow:0 1px 5px rgba(0,0,0,0.1);}
.local-visual .visual-track h2{margin:0 0 0.4rem;
    font-size:calc(18px * 2);
    line-height:1.15;}
.local-visual .visual-track h3{margin:0 0 calc(2.27rem * 1.5);
    font-size:18px;
    font-weight:600;
    letter-spacing:0.01em;
    color:#2A2F34;
    opacity:0.82;}
.local-visual .visual-track p{margin:0 0 calc(2.27rem * 1.5);
    font-size:18px;
    line-height:1.63;}
.local-visual .visual-track ul{margin:0;
    padding:0;
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:0.55rem;
    border-top:1px solid #D6D9DD;
    padding-top:calc(2.27rem * 1.5);}
.local-visual .visual-track ul li{position:relative;
    padding-left:1.1rem;
    font-size:calc(18px * .875);
    line-height:1.5;}
.local-visual .visual-track ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.55em;
    width:0.45rem;
    height:0.45rem;
    background:#F2B300;
    border-radius:0.24rem;color:#1A1C1E;}
@media (max-width:820px){.local-visual .soft-menu{
        grid-template-columns:1fr;
    }
}
.primary-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#E7E9EB;
    color:#2A2F34;
  }
.primary-block .quiet-area{max-width:min(1420px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(2.27rem * 1.5));}
.primary-block h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:660;
    letter-spacing:0;}
.primary-block .wide-body{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:0;}
.primary-block .bottom-links{max-width:40rem;
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.primary-block .bottom-links p{margin:0;
    font-size:clamp(1rem,1.25vw,18px);
    line-height:1.72;}
@media (max-width:640px){.primary-block .wide-body{aspect-ratio:4/3;}.primary-block{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.team-wrap{--state-local:calc(1.5rem * 0.92);--mark-active:calc(1420px / 2.40);padding:calc(1.5rem * 2.4) 1.52rem;background:#E7E9EB;color:#2A2F34;}
.team-wrap .soft-menu{max-width:1420px;margin:0 auto;}
.team-wrap h1,.team-wrap h2,.team-wrap h3,.team-wrap p{margin:0;}
.team-wrap h2{font-size:calc(18px * 2);line-height:1.12;max-width:var(--mark-active);}
.team-wrap h3{font-size:calc(18px * 1.35);line-height:1.2;}
.team-wrap p{font-size:18px;line-height:1.63;}
.team-wrap a{color:inherit;text-decoration:none;border-bottom:1px solid #F2B300;}
.team-wrap a:hover{color:#2A2F34;border-bottom-color:#2A2F34;}
.team-wrap .service-form{margin-bottom:calc(1.5rem / 2);font-size:calc(18px * .875);letter-spacing:.04em;text-transform:uppercase;}
.team-wrap .bottom-links{margin-top:1.5rem;max-width:var(--mark-active);}
.team-wrap .steady-form{display:flex;flex-direction:column;gap:var(--state-local);margin-top:calc(var(--state-local) * 1.1);counter-reset:step;}
.team-wrap .main-rail{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:calc(1.5rem * .75);align-items:start;padding-top:calc(1.5rem * .75);border-top:1px solid #D6D9DD;}
.team-wrap .main-rail::before{counter-increment:step;content:counter(step,decimal-leading-zero);font-size:calc(18px * 1.125);line-height:1;color:#2A2F34;font-weight:700;}
.team-wrap .primary-actions{min-width:0;}
.team-wrap .primary-actions p{margin-top:calc(1.5rem / 3);}
.team-wrap .service-block{margin-top:calc(1.5rem / 2);font-size:calc(18px * .875);}
@media (max-width:720px){.team-wrap .main-rail{grid-template-columns:1fr;}.team-wrap .main-rail::before{margin-bottom:calc(1.5rem / 3);}
}
.compact-entries{--state-local:calc(1.5rem * 1.15);--mark-active:calc(1420px / 2.1);padding:calc(1.5rem * 2.4) 1.52rem;background:#F2B300;color:#1A1C1E;}
.compact-entries .soft-menu{max-width:1420px;margin:0 auto;}
.compact-entries h2,.compact-entries h3,.compact-entries p{margin:0;}
.compact-entries h2{font-size:calc(18px * 2);line-height:1.12;max-width:var(--mark-active);}
.compact-entries h3{font-size:calc(18px * 1.35);line-height:1.22;}
.compact-entries p{font-size:18px;line-height:1.63;}
.compact-entries .service-form{font-size:calc(18px * .875);letter-spacing:.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2);}
.compact-entries .bottom-links{margin-top:1.5rem;max-width:var(--mark-active);}
.compact-entries .steady-form{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-entries .main-rail{padding-top:var(--state-local);border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-bottom:var(--state-local);}
.compact-entries .main-rail:last-child{border-bottom:0;}
.compact-entries .primary-actions{max-width:calc(1420px * .78);}
.compact-entries .main-rail p{margin-top:calc(1.5rem / 2.4);}
.compact-entries a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.compact-entries .main-rail a{display:inline-block;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border:0;border-radius:0.24rem;background:#1A1C1E;color:#F2B300;font-size:calc(18px * .875);}
.compact-entries .service-block{margin-top:var(--state-local);font-size:calc(18px * .875);}
.compact-entries .service-block a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
@media (max-width:720px){.compact-entries .primary-actions{max-width:100%;}.compact-entries h2{max-width:100%;}
}
.wide-wrap{
  --state-local:calc(1.5rem * 1.42);
  --mark-active:calc(1420px / 2.60);
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#F4F5F6;
  color:#1A1C1E;
}
.wide-wrap .soft-menu{max-width:1420px;margin:0 auto;}
.wide-wrap h2,.wide-wrap h3,.wide-wrap p{margin:0;}
.wide-wrap h2{font-size:calc(18px * 2);line-height:1.14;}
.wide-wrap h3{font-size:calc(18px * 1.35);line-height:1.22;}
.wide-wrap p{font-size:18px;line-height:1.63;}
.wide-wrap .top-unit{max-width:var(--mark-active);}
.wide-wrap .top-unit .bottom-links{margin-top:1.5rem;color:#2A2F34;}
.wide-wrap .contact-details{display:flex;
  flex-wrap:wrap;
  gap:2.27rem;
  margin-top:var(--state-local);}
.wide-wrap .main-rail{flex:1 1 calc(1420px / 4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #D6D9DD;}
.wide-wrap .main-rail p{margin-top:calc(1.5rem / 3);color:#2A2F34;}
.wide-wrap .service-block{margin-top:var(--state-local);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6D9DD;
  max-width:var(--mark-active);}
.wide-wrap .service-block p{font-size:calc(18px * .875);color:#2A2F34;}
.wide-wrap .service-block a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #F2B300;}
.wide-wrap .service-block a:hover{color:#2A2F34;border-bottom-color:#2A2F34;}
@media (max-width:720px){.wide-wrap .main-rail{flex:1 1 100%;}
}
.offer-brand{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.offer-brand .quiet-area{max-width:min(1420px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(2.27rem * 1.5));}
.offer-brand h1{margin:0;
    font-size:clamp(2rem,5vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.01em;}
.offer-brand .wide-body{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.99rem;
    box-shadow:var(--depth-base,0 1px 5px rgba(0,0,0,0.1));}
.offer-brand .bottom-links{max-width:44rem;
    padding-left:clamp(.9rem,1.8vw,1.4rem);
    border-left:3px solid #F2B300;}
.offer-brand p{margin:0;
    font-size:clamp(1rem,1.3vw,18px);
    line-height:1.74;
    color:#2A2F34;}
@media (max-width:640px){.offer-brand{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.offer-brand .wide-body{aspect-ratio:4/3}.offer-brand .bottom-links{padding-left:.85rem;border-left-width:2px}
  }
.open-intro{--state-local:calc(1.5rem * 1.25);--mark-active:calc(1420px / 2.35);--font-heading:calc(1420px / 3.49);padding:calc(1.5rem * 2.4) 1.52rem;background:#F2B300;color:#1A1C1E;}
.open-intro .soft-menu{max-width:1420px;margin:0 auto;}
.open-intro h1,.open-intro h2,.open-intro h3,.open-intro p{margin:0;}
.open-intro h1{font-size:calc(18px * 2.65);line-height:1.08;}
.open-intro h2{font-size:calc(18px * 2);line-height:1.12;}
.open-intro h3{font-size:calc(18px * 1.35);line-height:1.2;}
.open-intro p{font-size:18px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-intro a{color:inherit;text-decoration:none;}
.open-intro img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.44rem;flex:0 1 min(28rem,38vw);}
.open-intro .site-media{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.24rem;background:#1A1C1E;color:#F2B300;}
.open-intro .strong-body{display:flex;align-items:center;justify-content:space-between;gap:2.27rem;flex-wrap:wrap;}
.open-intro .strong-body .primary-actions{flex:1 1 24rem;min-width:0;}
.open-intro .bottom-links,.open-intro .service-form{}
.open-intro .strong-body h1,.open-intro .strong-body h2,.open-intro .strong-body p,.open-intro .strong-body .site-media{margin-top:1.5rem;}
.open-intro .strong-body img{margin-top:var(--state-local);}
.open-intro .strong-body .bottom-links,.open-intro .strong-body .service-form{}
.strong-service{
  padding: calc(1.5rem * 2.4) 1.52rem;
  background: #1F2429;
  color: #F4F5F6;
}
.strong-service .soft-menu{max-width: min(1420px, 72rem);
  margin: 0 auto;}
.strong-service .bottom-links{max-width: 46rem;
  margin-bottom: calc(2.27rem * 1.5);}
.strong-service h2{margin: 0;
  font-size: calc(18px * 2);
  line-height: 1.1;}
.strong-service .soft-summary{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18px * 1.125);
  color: #C9CDD2;}
.strong-service .soft-view{display: flex;
  flex-wrap: wrap;
  gap: 2.27rem;}
.strong-service .narrow-menu{
  flex: 1 1 min(100%, 21rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 3px solid #F2B300;
  background: var(--line-main);
  border-radius: 0.24rem;color:#1A1C1E;}
.strong-service .primary-nav{margin: 0 0 calc(calc(1.5rem * .75) * .8);
  font-size: 18px;
  line-height: 1.55;}
.strong-service .clear-section{display: flex;
  flex-direction: column;
  gap: 0.15rem;}
.strong-service .direct-story{font-weight: 700;
  font-size: calc(18px * .875);
  color: #F2B300;}
.strong-service .wide-section{font-size: calc(18px * .875);
  color: #C9CDD2;}
.strong-service .service-form{margin: calc(2.27rem * 1.5) 0 0;
  font-size: calc(18px * .875);
  color: #C9CDD2;}
.strong-service .service-form a{color: #F2B300;
  text-decoration: none;}
.strong-service .service-form a:hover{color:inherit;
  text-decoration: underline;}
@media (max-width: 700px) {.strong-service .soft-view{
    display: block;
  }.strong-service .narrow-menu + .narrow-menu{
    margin-top: 2.27rem;
  }
}
.open-method{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.open-method .quiet-area{max-width:min(1420px,64rem);
    margin:0 auto;}
.open-method h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.005em;}
.open-method .wide-body{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1.1rem,2.4vw,calc(2.27rem * 1.5)) 0 0;}
.open-method .bottom-links{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.open-method p{margin:0;
    font-size:clamp(1rem,1.26vw,18px);
    line-height:1.72;
    color:#2A2F34;}
@media (max-width:640px){.open-method h1{max-width:100%;}.open-method .wide-body{aspect-ratio:4/3;}.open-method{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.open-links{--state-local:calc(1.5rem * 1.25);--mark-active:calc(1420px / 2.4);padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.open-links .soft-menu{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:2.27rem;}
.open-links h2,.open-links h3,.open-links p{margin:0;}
.open-links h2{font-size:calc(18px * 2);line-height:1.14;}
.open-links h3{font-size:calc(18px * 1.35);line-height:1.22;}
.open-links p{font-size:18px;line-height:1.63;}
.open-links .top-unit{display:flex;flex-wrap:wrap;gap:2.27rem;align-items:flex-start;}
.open-links .primary-actions{flex:1 1 60%;min-width:0;max-width:var(--mark-active);}
.open-links .primary-actions .bottom-links{margin-top:1.5rem;color:#2A2F34;}
.open-links .contact-details{flex:1 1 30%;min-width:0;padding:calc(1.5rem * .75);border-left:3px solid #F2B300;background:#E7E9EB;color:#2A2F34;border-radius:0.24rem;}
.open-links .contact-details .service-form{font-size:calc(18px * .875);}
.open-links .service-block{display:inline-block;margin-top:1.5rem;font-size:calc(18px * .875);font-weight:700;color:inherit;text-decoration:none;border-bottom:2px solid #F2B300;padding-bottom:2px;}
.open-links .service-block:hover{color:#2A2F34;}
.open-links .team-header{display:flex;flex-direction:column;gap:var(--state-local);}
.open-links .main-rail{padding:calc(1.5rem * .75) 0;border-top:1px solid #D6D9DD;}
.open-links .main-rail h3{margin-bottom:calc(1.5rem / 2.5);}
.open-links .main-rail p{color:#2A2F34;}
.open-links .simple-details{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.27rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-radius:0.44rem;}
.open-links .simple-details p{flex:1 1 60%;min-width:0;font-size:calc(18px * .875);}
.open-links .simple-details .service-block{margin-top:0;flex:0 0 auto;}
@media (max-width:720px){.open-links .primary-actions,.open-links .contact-details{flex:1 1 100%;max-width:none;}.open-links .simple-details{flex-direction:column;align-items:flex-start;}
}
.focused-summary{--state-local:calc(1.5rem * 0.95);--mark-active:calc(1420px / 2.75);padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.focused-summary .soft-menu{max-width:1420px;margin:0 auto;}
.focused-summary h2,.focused-summary h3,.focused-summary p{margin:0;}
.focused-summary h2{font-size:calc(18px * 2);line-height:1.12;}
.focused-summary h3{font-size:calc(18px * 1.35);line-height:1.2;}
.focused-summary p{font-size:18px;line-height:1.63;}
.focused-summary a{color:inherit;text-decoration:none;}
.focused-summary .service-form{font-size:calc(18px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.focused-summary .bottom-links{max-width:var(--mark-active);margin-top:calc(1.5rem / 2);}
.focused-summary .site-media{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.24rem;background:#F2B300;color:#1A1C1E;}
.focused-summary .site-media:hover{background:#D89E00;color:#1A1C1E;}
.focused-summary .steady-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;margin-top:var(--state-local);}
.focused-summary .main-rail{flex:1 1 calc(1420px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D6D9DD;}
.focused-summary .main-rail h3{margin-top:calc(1.5rem / 3);}
.focused-summary .main-rail p:not(.service-form){margin-top:calc(1.5rem / 3);}
.focused-summary .contact-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;}
.focused-summary .contact-team>.primary-actions{flex:1 1 auto;min-width:0;}
.focused-summary .contact-team>.site-media{flex:0 0 auto;}
.focused-summary .contact-team>.steady-form{flex:1 1 100%;}
.focused-summary .primary-actions h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.focused-summary .main-rail{flex:1 1 100%;}.focused-summary .contact-team>.site-media{width:100%;}
}
.focused-callout{
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #F4F5F6;
        color: #1A1C1E
    }
.focused-callout .soft-menu{max-width: 1420px;
        margin: 0 auto}
.focused-callout .wide-details{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(2.27rem * 1.5)}
.focused-callout .top-unit{max-width: 62ch}
.focused-callout h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.1}
.focused-callout .top-unit p{margin: 1.5rem 0 0;
        font-size: calc(18px * 1.125);
        line-height: 1.63;
        color: #2A2F34}
.focused-callout ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D6D9DD}
.focused-callout li{display: grid;
        grid-template-columns: minmax(14rem, 20rem) minmax(0, 1fr);
        gap: 2.27rem;
        align-items: start;
        padding: 1.5rem 0;
        border-bottom: 1px solid #D6D9DD}
.focused-callout strong{font-size: calc(18px * 1.35);
        line-height: 1.2;
        font-weight: 700}
.focused-callout span{line-height: 1.63;
        color: #2A2F34}
@media (max-width: 760px) {.focused-callout li{
            grid-template-columns: minmax(0, 1fr);
            gap: calc(1.5rem * .75)
        }
    }
.question{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.question .visual-track{max-width:min(1420px,68rem);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
    gap:clamp(1.2rem,3vw,2.27rem);}
.question .bottom-links{flex:1 1 22rem;
    min-width:0;}
.question h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(18px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.question .primary-actions{margin:clamp(.9rem,2vw,calc(2.27rem * 1.5)) 0 0;
    max-width:36rem;
    font-size:clamp(1rem,1.22vw,18px);
    line-height:1.7;
    color:#2A2F34;}
.question .contact-service{flex:1 1 20rem;
    margin:0;
    min-width:0;}
.question .wide-body{display:block;
    width:100%;
    height:auto;
    aspect-ratio:16/10;
    object-fit:cover;
    border-radius:0.44rem;
    border:1px solid #D6D9DD;}
@media (max-width:720px){.question{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.question .wide-body{aspect-ratio:4/3;}
  }
.local-summary{
  --state-local:calc(1.5rem * 1.1);
  --mark-active:calc(1420px / 2.4);
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#F4F5F6;
  color:#1A1C1E;
}
.local-summary .soft-menu{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.27rem * 1.5);}
.local-summary h2,
.local-summary h3,
.local-summary p{margin:0;}
.local-summary h2{font-size:calc(18px * 2);
  line-height:1.14;
  max-width:var(--mark-active);}
.local-summary h3{font-size:calc(18px * 1.35);
  line-height:1.24;}
.local-summary p{font-size:18px;
  line-height:1.63;}
.local-summary .top-unit{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.local-summary .bottom-links{max-width:var(--mark-active);
  color:#2A2F34;}
.local-summary .team-header{display:flex;
  flex-direction:column;
  gap:2.27rem;}
.local-summary .main-rail{padding:calc(1.5rem * .75) 0;
  border-top:1px solid #D6D9DD;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);}
.local-summary .main-rail:last-child{border-bottom:1px solid #D6D9DD;}
.local-summary .main-rail p{color:#2A2F34;}
.local-summary .site-story{font-size:calc(18px * .875);
  color:#2A2F34;
  max-width:var(--mark-active);}
.local-summary .site-story a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.local-summary .site-story a:hover{color:#2A2F34;}
@media (min-width:900px){.local-summary .soft-menu{
    gap:calc(calc(2.27rem * 1.5) * 1.2);
  }.local-summary .main-rail{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);
    gap:2.27rem;
    align-items:start;
  }
}
.content-rail{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.52rem;background:#E7E9EB;color:#2A2F34}
.content-rail .soft-menu{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.27rem * 1.5)}
.content-rail .top-unit{display:flex;flex-wrap:wrap;gap:calc(2.27rem * 1.5);align-items:flex-end;justify-content:space-between;border-bottom:1px solid #D6D9DD;padding-bottom:1.5rem}
.content-rail h2{margin:0;font-size:calc(18px * 2);line-height:1.08;flex:1 1 22rem}
.content-rail .bottom-links{margin:0;flex:1 1 26rem;font-size:18px;line-height:1.63}
.content-rail .primary-rail{display:grid;grid-template-columns:repeat(auto-fit,minmax(20rem,1fr));gap:calc(1.5rem * .75)}
.content-rail .main-rail{background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-left:3px solid #F2B300;border-radius:0.44rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:1.5rem}
.content-rail h3{margin:0;font-size:calc(18px * 1.35);line-height:1.15}
.content-rail .main-rail p{margin:0;font-size:18px;line-height:1.63}
.content-rail .simple-details{margin:0;max-width:52rem;font-size:calc(18px * 1.125);line-height:1.63;padding-top:1.5rem;border-top:1px solid #D6D9DD}
@media(max-width:640px){.content-rail .top-unit{align-items:flex-start}.content-rail .primary-rail{grid-template-columns:1fr}
}
.main-form{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.main-form .offer-frame{max-width:min(1420px,62rem);
    margin:0 auto;}
.main-form h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.01em;}
.main-form .wide-body{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1rem,2.4vw,calc(2.27rem * 1.5)) 0 0;}
.main-form .primary-actions{max-width:40rem;
    margin-top:clamp(.9rem,2vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.main-form p{margin:0;
    font-size:clamp(1rem,1.25vw,18px);
    line-height:1.72;
    color:#2A2F34;}
@media (max-width:640px){.main-form{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.main-form .wide-body{aspect-ratio:4/3;}
  }
.soft-entries{
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #F4F5F6;
        color: #1A1C1E
    }
.soft-entries .soft-menu{max-width: 1420px;
        margin: 0 auto}
.soft-entries .wide-details{display: flex;
        flex-direction: column;
        gap: calc(2.27rem * 1.5)}
.soft-entries .top-unit{max-width: 62rem}
.soft-entries h2{margin: 0;
        font-size: calc(18px * 2);
        line-height: 1.1}
.soft-entries .top-unit p{margin: 1.5rem 0 0;
        font-size: calc(18px * 1.125);
        line-height: 1.63;
        color: #2A2F34}
.soft-entries ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D6D9DD}
.soft-entries li{display: flex;
        flex-wrap: wrap;
        gap: 2.27rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid #D6D9DD}
.soft-entries strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(18px * 1.35);
        line-height: 1.2}
.soft-entries span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.63;
        color: #2A2F34}
@media (max-width: 760px) {.soft-entries li{
            display: block
        }.soft-entries span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.focused-feature{--state-local:calc(1.5rem * 1.2);--mark-active:calc(1420px / 2.4);--font-heading:calc(1420px / 3.4);padding:calc(1.5rem * 2.4) 1.52rem;background:#2A2F34;color:#F4F5F6;}
.focused-feature .soft-menu{max-width:1420px;margin:0 auto;}
.focused-feature h1,.focused-feature h2,.focused-feature h3,.focused-feature p{margin:0;}
.focused-feature h2{font-size:calc(18px * 2);line-height:1.12;max-width:var(--mark-active);}
.focused-feature p{font-size:18px;line-height:1.63;}
.focused-feature a{text-decoration:underline;text-underline-offset:2px;}
.focused-feature a:hover{}
.focused-feature img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.focused-feature .bottom-links{margin-top:1.5rem;max-width:var(--mark-active);opacity:.86;}
.focused-feature .steady-form{display:flex;flex-direction:column;gap:var(--state-local);margin-top:0;}
.focused-feature .main-rail{min-width:0;padding-left:1.5rem;border-left:2px solid #F2B300;}
.focused-feature .main-rail p{opacity:.9;}
.focused-feature .strong-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;}
.focused-feature .strong-actions>.primary-actions{flex:1 1 calc(1420px / 3);min-width:0;}
.focused-feature .strong-actions>.steady-form{flex:2 1 calc(1420px / 2);}
.focused-feature .strong-actions>img{margin-left:auto;max-width:var(--font-heading);}
@media (max-width:720px){.focused-feature .strong-actions>img{margin-left:0;max-width:100%;}
}
.plain-team{
        --state-local: calc(1.5rem * 1.26);
        --copy-main: calc(1420px / 3.59);
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #1F2429;
        color: #F4F5F6;
    }
.plain-team .soft-menu{max-width: 1420px;
        margin: 0 auto;}
.plain-team h2,
    .plain-team h3,
    .plain-team p{margin: 0;}
.plain-team h2{font-size: calc(18px * 2);
        line-height: 1.12;}
.plain-team h3{font-size: calc(18px * 1.35);
        line-height: 1.2;}
.plain-team p{font-size: 18px;
        line-height: 1.63;}
.plain-team a{color: #F2B300;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 410ms var(--motion-nav), color 410ms var(--motion-nav);}
.plain-team a:hover{color:inherit;
        border-bottom-color: currentColor;}
.plain-team .narrow-frame{padding-block: calc(var(--state-local) / 2);}
.plain-team .active-benefit{row-gap: calc(var(--state-local) * 1.2);}
.plain-team .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.27rem;}
.plain-team .row-title h2{flex: 1 1 calc(1420px / 3);
        min-width: 0;}
.plain-team .row-title > p{flex: 1 1 calc(1420px / 3);
        min-width: 0;
        opacity: .82;}
.plain-team .steady-form{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-local);
        margin-top: var(--state-local);}
.plain-team .main-rail{flex: 1 1 var(--copy-main);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 2px solid #F2B300;}
.plain-team .main-rail p{margin-top: calc(1.5rem / 3);
        opacity: .85;}
.plain-team .main-rail a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(18px * .875);
        letter-spacing: .02em;
        text-transform: uppercase;}
.plain-team .service-block{flex: 1 1 100%;
        margin-top: var(--state-local);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #3A4046;
        font-size: calc(18px * .875);
        opacity: .9;}
.bottom-track{padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.bottom-track .quiet-area{max-width:min(1420px,64rem);margin:0 auto;}
.bottom-track h1{margin:0;max-width:20ch;font-size:clamp(2rem,5vw,calc(18px * 2.65));line-height:1.06;font-weight:680;letter-spacing:0;}
.bottom-track .wide-body{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.44rem;margin:clamp(1rem,2.2vw,calc(2.27rem * 1.5)) 0 0;}
.bottom-track .bottom-links{max-width:40rem;margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #D6D9DD;}
.bottom-track .bottom-links p{margin:0;font-size:clamp(1rem,1.25vw,18px);line-height:1.72;color:#2A2F34;}
@media (max-width:640px){.bottom-track h1{max-width:100%;}.bottom-track .wide-body{aspect-ratio:4/3;}.bottom-track{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.primary-visual{padding:calc(1.5rem * 2.4) 1.52rem;background:#1F2429;color:#F4F5F6}
.primary-visual .featured-proof{max-width:1420px;margin:0 auto}
.primary-visual .fresh-view{display:flex;flex-wrap:wrap;gap:calc(2.27rem * 1.5);align-items:flex-end;border-bottom:1px solid rgba(244,245,246,0.18);padding-bottom:calc(2.27rem * 1.5)}
.primary-visual h2{flex:1 1 20rem;margin:0;font-size:calc(18px * 2);line-height:1.1}
.primary-visual .steady-fields{flex:1 1 22rem;margin:0;max-width:44rem;font-size:18px;line-height:1.63;color:#C9CDD2}
.primary-visual .submit{display:flex;flex-direction:column;gap:0;margin:calc(2.27rem * 1.5) 0 0;padding:0;list-style:none;counter-reset:nota}
.primary-visual .submit>li{position:relative;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 3.2rem;border-bottom:1px solid rgba(244,245,246,0.12)}
.primary-visual .submit>li:last-child{border-bottom:0}
.primary-visual .submit>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:calc(1.5rem * .75);font-size:calc(18px * .875);letter-spacing:0.08em;color:#F2B300}
.primary-visual h3{margin:0;font-size:calc(18px * 1.35);line-height:1.2}
.primary-visual .submit p{margin:0.6rem 0 0;max-width:62rem;line-height:1.63;color:#C9CDD2}
@media(max-width:680px){.primary-visual .submit>li{padding-left:2.2rem}.primary-visual .fresh-view{align-items:flex-start}
}
.compact-links{--state-local:calc(1.5rem * 1.29);--mark-active:calc(1420px / 2.70);--font-heading:calc(1420px / 3.66);padding:calc(1.5rem * 2.4) 1.52rem;background:#F2B300;color:#1A1C1E;}
.compact-links .soft-menu{max-width:1420px;margin:0 auto;}
.compact-links h1,.compact-links h2,.compact-links h3,.compact-links p{margin:0;}
.compact-links h1{font-size:calc(18px * 2.65);line-height:1.08;}
.compact-links h2{font-size:calc(18px * 2);line-height:1.12;}
.compact-links h3{font-size:calc(18px * 1.35);line-height:1.2;}
.compact-links p{font-size:18px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.compact-links a{color:inherit;text-decoration:none;}
.compact-links img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.compact-links .site-media{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.24rem;background:#1A1C1E;color:#F2B300;}
.compact-links .bottom-links,.compact-links .service-form{}
.compact-links .steady-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;margin-top:var(--state-local);}
.compact-links .main-rail{flex:1 1 calc(1420px / 4);min-width:0;}
.compact-links .main-rail p,.compact-links .main-rail a{margin-top:calc(1.5rem / 3);}
.compact-links .main-rail img{margin-bottom:calc(1.5rem / 2);}
.compact-links .contact-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;}
.compact-links .contact-team>.primary-actions{flex:1 1 auto;min-width:0;}
.compact-links .contact-team>.site-media{flex:0 0 auto;}
.compact-links .contact-team>.steady-form{flex:1 1 100%;}
.compact-links .primary-actions h2{margin-top:calc(1.5rem / 2);}
.visual-menu{padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E}
.visual-menu .soft-menu{max-width:1420px;margin:0 auto;width:min(100%,52rem)}
.visual-menu .fresh-view{max-width:36rem;margin-bottom:calc(2.27rem * 1.5)}
.visual-menu .fresh-view p{margin:0;color:#2A2F34;line-height:1.63}
.visual-menu h2{margin:1.5rem 0 0;font-size:calc(18px * 2);line-height:1.08}
.visual-menu .quiet-headline{display:flex;flex-direction:column}
.visual-menu .service-form{padding:1.5rem 0;color:#2A2F34;line-height:1.63;border-bottom:1px solid #D6D9DD}
.visual-menu .main-rail{display:flex;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid #D6D9DD}
.visual-menu .main-rail strong{flex:0 0 15rem;font-size:18px;line-height:1.2}
.visual-menu .main-rail p{flex:1 1 0;margin:0;line-height:1.63;color:#2A2F34}
.visual-menu .service-block{margin:calc(2.27rem * 1.5) 0 0;font-size:calc(18px * .875);line-height:1.63;color:#2A2F34}
.visual-menu .service-block a{color:inherit;text-decoration:underline}
.visual-menu .service-block a:hover{color:#2A2F34}
@media(max-width:700px){.visual-menu .main-rail{display:block}.visual-menu .main-rail strong{display:block;margin-bottom:calc(1.5rem * .75)}}
.quiet-rail{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.52rem calc(calc(1.5rem * 2.4)*.8);
    background:#F4F5F6;
    color:#1A1C1E;
  }
.quiet-rail .quiet-area{max-width:min(1420px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(2.27rem * 1.5));}
.quiet-rail .bottom-links{max-width:44rem;}
.quiet-rail h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.quiet-rail .main-surface{margin:clamp(.7rem,1.4vw,1.5rem) 0 0;
    font-size:clamp(1rem,1.24vw,18px);
    line-height:1.7;
    color:#2A2F34;}
.quiet-rail .wide-body{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    border:1px solid #D6D9DD;}
@media (max-width:640px){.quiet-rail{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.quiet-rail .wide-body{aspect-ratio:4/3;}
  }
.offer-entries{
  --state-local:calc(1.5rem * 1.05);
  --mark-active:calc(1420px / 2.4);
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#F4F5F6;
  color:#1A1C1E;
}
.offer-entries .soft-menu{max-width:1420px;
  margin:0 auto;}
.offer-entries h2,
.offer-entries h3,
.offer-entries p{margin:0;}
.offer-entries h2{font-size:calc(18px * 2);
  line-height:1.14;}
.offer-entries h3{font-size:calc(18px * 1.35);
  line-height:1.22;}
.offer-entries p{font-size:18px;
  line-height:1.63;}
.offer-entries a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 410ms var(--motion-nav), color 410ms var(--motion-nav);}
.offer-entries a:hover{color:#2A2F34;
  border-bottom-color:#2A2F34;}
.offer-entries .top-unit{max-width:var(--mark-active);}
.offer-entries .bottom-links{margin-top:calc(2.27rem * 1.5);
  color:#2A2F34;}
.offer-entries .team-header{margin-top:var(--state-local);
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #D6D9DD;}
.offer-entries .main-rail{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #D6D9DD;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1.4fr);
  gap:2.27rem;
  align-items:start;}
.offer-entries .main-rail h3{font-size:calc(18px * 1.125);
  line-height:1.28;}
.offer-entries .main-rail p{color:#2A2F34;}
.offer-entries .service-block{margin-top:var(--state-local);
  font-size:calc(18px * .875);
  color:#2A2F34;}
@media (max-width:820px){.offer-entries .main-rail{
    grid-template-columns:1fr;
    gap:calc(calc(2.27rem * 1.5) / 2);
  }
}
.media-method{--state-local:calc(1.5rem * 1.28);--mark-active:calc(1420px / 2.4);--font-heading:calc(1420px / 3.5);padding:calc(1.5rem * 2.4) 1.52rem;background:#F2B300;color:#1A1C1E;}
.media-method .soft-menu{max-width:1420px;margin:0 auto;}
.media-method h1,.media-method h2,.media-method h3,.media-method p{margin:0;}
.media-method h1{font-size:calc(18px * 2.65);line-height:1.08;}
.media-method h2{font-size:calc(18px * 2);line-height:1.12;max-width:var(--mark-active);}
.media-method h3{font-size:calc(18px * 1.35);line-height:1.22;}
.media-method p{font-size:18px;line-height:1.63;}
.media-method .bottom-links{max-width:var(--mark-active);}
.media-method a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.media-method a:hover{opacity:.82;}
.media-method img{display:block;width:100%;max-width:var(--font-heading);height:auto;border-radius:0.44rem;}
.media-method .focused-lead>img{margin-top:var(--state-local);}
.media-method .focused-lead>.bottom-links{margin-top:1.5rem;}
.media-method .steady-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;margin-top:var(--state-local);}
.media-method .main-rail{flex:1 1 calc(1420px / 4.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #1A1C1E;}
.media-method .main-rail p{margin-top:calc(1.5rem / 3);}
.media-method .service-form{margin-top:var(--state-local);max-width:var(--mark-active);}
@media (max-width:760px){.media-method .main-rail{flex:1 1 100%;}.media-method img{max-width:100%;}
}
.primary-header{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.primary-header .quiet-area{max-width:min(1420px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(2.27rem * 1.5));}
.primary-header h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(18px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.primary-header .wide-body{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    border:1px solid #D6D9DD;}
.primary-header .bottom-links{max-width:44rem;
    padding-top:clamp(.75rem,1.4vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.primary-header .bottom-links p{margin:0;
    font-size:clamp(1rem,1.25vw,18px);
    line-height:1.72;
    color:#2A2F34;}
@media (max-width:640px){.primary-header{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.primary-header .wide-body{aspect-ratio:4/3;}
  }
.soft-grid{padding:calc(1.5rem * 2.4) 1.52rem;background:linear-gradient(135deg, #1F2429 0%, #2A2F34 55%, #3A4046 100%);color:#F4F5F6}
.soft-grid .soft-menu{max-width:1420px;margin:0 auto}
.soft-grid .columns{max-width:56rem;margin-bottom:calc(2.27rem * 1.5);padding-bottom:1.5rem;border-bottom:1px solid rgba(244,245,246,0.18)}
.soft-grid h2{margin:0;font-size:calc(18px * 2.65);line-height:1.04;letter-spacing:-0.01em}
.soft-grid .columns p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(18px * 1.125);line-height:1.63;opacity:.86}
.soft-grid .plain-list{display:flex;align-items:flex-start;gap:calc(2.27rem * 1.5)}
.soft-grid .team-header{flex:0 1 20rem;display:flex;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid rgba(244,245,246,0.14)}
.soft-grid button{position:relative;width:100%;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);border:0;border-bottom:1px solid rgba(244,245,246,0.14);background:none;color:inherit;font:inherit;font-size:18px;text-align:left;cursor:pointer;opacity:.6;transition:opacity 410ms var(--motion-nav),padding-left 410ms var(--motion-nav)}
.soft-grid button::before{content:"";position:absolute;left:0;top:50%;width:2px;height:0;background:#F2B300;transform:translateY(-50%);transition:height 410ms var(--motion-nav);color:#1A1C1E;}
.soft-grid button:hover{opacity:.92}
.soft-grid button.is-active{opacity:1;padding-left:calc(calc(1.5rem * .75)*1.4)}
.soft-grid button.is-active::before{height:60%}
.soft-grid .team-figure{flex:1 1 30rem;align-self:start;padding-left:calc(2.27rem * 1.5);border-left:1px solid rgba(244,245,246,0.14)}
.soft-grid [data-response]{display:none}
.soft-grid [data-response].is-active{display:block;animation:clarifyFocusIn calc(410ms*1.6) var(--motion-nav) both}
.soft-grid h3{margin:0;font-size:calc(18px * 2);line-height:1.1}
.soft-grid [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(18px * 1.125);line-height:1.63;opacity:.9}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.27rem * 2)*.14))}to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){.soft-grid .plain-list{display:block}.soft-grid .team-header{margin-bottom:calc(2.27rem * 1.5)}.soft-grid .team-figure{padding-left:0;border-left:0;padding-top:calc(2.27rem * 1.5);border-top:1px solid rgba(244,245,246,0.14)}}
@media(prefers-reduced-motion:reduce){.soft-grid [data-response].is-active{animation:none}.soft-grid button,.soft-grid button::before{transition:none}}
.open-panel{--state-local:calc(1.5rem * 1.19);--mark-active:calc(1420px / 2.50);padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E;}
.open-panel .soft-menu{max-width:1420px;margin:0 auto;}
.open-panel h1,.open-panel h2,.open-panel h3,.open-panel p{margin:0;}
.open-panel h2{font-size:calc(18px * 2);line-height:1.12;}
.open-panel h3{font-size:calc(18px * 1.35);line-height:1.2;}
.open-panel p{font-size:18px;line-height:1.63;color:#2A2F34;}
.open-panel a{color:inherit;text-decoration:none;}
.open-panel img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.open-panel .site-media{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .7) 1.5rem;border-radius:0.24rem;background:#F2B300;color:#1A1C1E;font-size:calc(18px * .875);}
.open-panel .site-media:hover{background:#D89E00;color:#1A1C1E;}
.open-panel .bottom-links{max-width:var(--mark-active);}
.open-panel .service-form{margin-top:var(--state-local);padding-top:calc(1.5rem / 2);border-top:1px solid #D6D9DD;font-size:calc(18px * .875);}
.open-panel .steady-form{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.open-panel .main-rail{flex:1 1 calc(1420px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .85);border-radius:0.44rem;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;}
.open-panel .main-rail img{margin-bottom:calc(1.5rem / 4);}
.open-panel .main-rail .site-media{margin-top:auto;}
.open-panel .person{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;}
.open-panel .person>h2{flex:1 1 calc(1420px / 3);min-width:0;}
.open-panel .person>.bottom-links{flex:1 1 calc(1420px / 3);min-width:0;}
.open-panel .person>.steady-form{flex:1 1 100%;}
.open-panel .person>.service-form{flex:1 1 100%;}
.content-benefit{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.content-benefit .quiet-area{max-width:min(1420px,64rem);
    margin:0 auto;}
.content-benefit h1{margin:0;
    font-size:clamp(2rem,5vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:0;}
.content-benefit .wide-body{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1rem,2.2vw,calc(2.27rem * 1.5)) 0 0;}
.content-benefit .bottom-links{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.content-benefit p{margin:0;
    font-size:clamp(1rem,1.26vw,18px);
    line-height:1.72;
    color:#2A2F34;}
@media (max-width:640px){.content-benefit .wide-body{aspect-ratio:4/3}.content-benefit{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.menu{--state-local:calc(1.5rem * 1.35);--mark-active:calc(1420px / 2.50);--font-heading:calc(1420px / 3.66);padding:calc(1.5rem * 2.4) 1.52rem;background:#2A2F34;color:#F4F5F6;}
.menu .soft-menu{max-width:1420px;margin:0 auto;}
.menu h1,.menu h2,.menu h3,.menu p{margin:0;}
.menu h1{font-size:calc(18px * 2.65);line-height:1.08;}
.menu h2{font-size:calc(18px * 2);line-height:1.12;}
.menu h3{font-size:calc(18px * 1.35);line-height:1.2;}
.menu p{font-size:18px;line-height:1.63;color:color-mix(in srgb, currentColor 74%, transparent);}
.menu a{color:inherit;text-decoration:none;}
.menu img{display:block;width:100%;height:auto;border-radius:0.44rem;}
.menu .bottom-links,.menu .service-form{margin-top:1.5rem;}
.menu .service-form{font-size:calc(18px * .875);}
.menu .steady-form{display:flex;flex-direction:column;gap:var(--state-local);margin-top:0;}
.menu .main-rail{min-width:0;padding-left:1.5rem;border-left:2px solid color-mix(in srgb, currentColor 28%, transparent);}
.menu .main-rail p{margin-top:calc(1.5rem / 3);}
.menu .strong-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.27rem;}
.menu .strong-actions>.primary-actions{flex:1 1 calc(1420px / 3);min-width:0;}
.menu .strong-actions>.steady-form{flex:2 1 calc(1420px / 2);}
.menu .strong-actions>img{margin-left:auto;max-width:var(--font-heading);}
.menu .service-block{max-width:1420px;margin:calc(2.27rem * 1.5) auto 0;display:flex;flex-wrap:wrap;gap:2.27rem;padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.menu .service-block a{font-size:calc(18px * .875);text-decoration:underline;text-underline-offset:4px;}
.menu .service-block a:hover{}
@media (max-width:760px){.menu .strong-actions>img{margin-left:0;max-width:100%;}.menu .main-rail{padding-left:1.52rem;}
}
.quiet-figure{
        --state-local: calc(1.5rem * 1.26);
        --mark-active: calc(1420px / 2.50);
        --copy-main: calc(1420px / 3.59);
        padding: calc(1.5rem * 2.4) 1.52rem;
        background: #1F2429;
        color: #F4F5F6;
    }
.quiet-figure .soft-menu{max-width: 1420px;
        margin: 0 auto;}
.quiet-figure h2, .quiet-figure h3, .quiet-figure p{margin: 0;}
.quiet-figure h2{font-size: calc(18px * 2);
        line-height: 1.12;}
.quiet-figure h3{font-size: calc(18px * 1.35);
        line-height: 1.2;}
.quiet-figure p{font-size: 18px;
        line-height: 1.63;}
.quiet-figure a{color: #F2B300;
        text-decoration: none;}
.quiet-figure a:hover{color:inherit;}
.quiet-figure .narrow-frame{padding-block: calc(var(--state-local) / 2);}
.quiet-figure .active-benefit{row-gap: calc(var(--state-local) * 1.2);}
.quiet-figure .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.27rem;}
.quiet-figure .row-title h2{flex: 1 1 calc(1420px / 3);
        min-width: 0;}
.quiet-figure .row-title > p{flex: 1 1 calc(1420px / 3);
        min-width: 0;
        max-width: var(--mark-active);}
.quiet-figure .steady-form{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-local);
        margin-top: var(--state-local);}
.quiet-figure .main-rail{flex: 1 1 var(--copy-main);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 2px solid #F2B300;}
.quiet-figure .main-rail p{margin-top: calc(1.5rem / 3);}
.quiet-figure .main-rail a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        font-size: calc(18px * .875);
        letter-spacing: .02em;
        text-transform: uppercase;}
@media (max-width: 720px) {.quiet-figure .row-title h2,
        .quiet-figure .row-title > p{
            flex: 1 1 100%;
        }
    }
.soft-note{
    padding: calc(1.5rem * 2.4) 1.52rem;
    background: #F4F5F6;
    color: #1A1C1E;
}
.soft-note .offer-frame{max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.27rem * 1.5);}
.soft-note .fresh-entries{border-radius: 0.99rem;
    overflow: hidden;
    border: 1px solid #D6D9DD;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.soft-note .fresh-entries img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.soft-note .active-body{display: flex;
    flex-direction: column;
    gap: calc(2.27rem * 1.5);
    max-width: 780px;}
.soft-note .bottom-surface{margin: 0;
    font-size: calc(18px * 2.65);
    line-height: 1.2;}
.soft-note .bottom-list{
    margin: 0;
    font-size: calc(18px * .875);
    color: #2A2F34;
    background: #E7E9EB;
    padding: 0.5rem 0.85rem;
    border-radius: 0.24rem;
    align-self: flex-start;
}
.soft-note .strong-media{margin: 0;
    font-size: calc(18px * 1.125);
    line-height: 1.63;}
.soft-note .visual-track{display: flex;
    flex-direction: column;
    gap: calc(2.27rem * 1.5);}
.soft-note .visual-track p{margin: 0;
    font-size: 18px;
    line-height: 1.63;}
.soft-note .visual-track h2{margin: 0;
    font-size: calc(18px * 1.35);
    line-height: 1.3;
    padding-left: 0.75rem;
    border-left: 3px solid #F2B300;}
.soft-note .service-block{display: flex;
    flex-wrap: wrap;
    gap: 2.27rem;
    padding-top: calc(2.27rem * 1.5);
    border-top: 1px solid #D6D9DD;}
.soft-note .service-block a{font-size: calc(18px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 410ms var(--motion-nav), border-color 410ms var(--motion-nav);}
.soft-note .service-block a:hover{border-bottom-color: #2A2F34;}
@media (max-width: 720px) {.soft-note .fresh-entries img{
        height: 220px;
    }.soft-note .active-body{
        max-width: 100%;
    }
}
.compact-footer{
    background:#F4F5F6;
    color:#1A1C1E;
    padding:calc(1.5rem * 2.4) 1.52rem;
}
.compact-footer .c{max-width:1420px;
    margin:0 auto;}
.compact-footer .h{max-width:64ch;
    margin:0 0 calc(2.27rem * 1.5);}
.compact-footer h1{font-size:calc(18px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.compact-footer .h p{font-size:18px;
    margin:0;
    color:#2A2F34;}
.compact-footer .simple-form{display:flex;
    flex-wrap:wrap;
    gap:0.5rem;
    margin-bottom:calc(2.27rem * 1.5);
    padding-bottom:calc(2.27rem * 1.5);
    border-bottom:1px solid #D6D9DD;}
.compact-footer .site-note{
    padding:0.4rem 0.9rem;
    border-radius:0.24rem;
    background:#E7E9EB;
    color:#2A2F34;
    text-decoration:none;
    font-size:calc(18px * .875);
    letter-spacing:0.02em;
    transition:background 410ms var(--motion-nav),color 410ms var(--motion-nav);
}
.compact-footer .site-note:hover{
    background:#F2B300;
    color:#1A1C1E;
}
.compact-footer .steady-form{display:flex;
    flex-direction:column;
    gap:2.27rem;}
.compact-footer .main-rail{
    display:grid;
    grid-template-columns:220px 1fr;
    gap:calc(1.5rem * .75);
    align-items:start;
    padding:calc(1.5rem * .75);
    background:#FFFFFF;
    color:#1A1C1E;
    border:1px solid #D6D9DD;
    border-radius:0.44rem;
    box-shadow:0 1px 5px rgba(0,0,0,0.1);
    transition:box-shadow 410ms var(--motion-nav),border-color 410ms var(--motion-nav);
}
.compact-footer .main-rail:hover{box-shadow:0 8px 22px rgba(0,0,0,0.13);
    border-color:#F2B300;}
.compact-footer .wide-tile{
    border-radius:0.24rem;
    overflow:hidden;
    background:#E7E9EB;color:#2A2F34;}
.compact-footer .wide-tile img{display:block;
    width:100%;
    height:100%;
    aspect-ratio:4/3;
    object-fit:cover;}
.compact-footer .visual-track{min-width:0;}
.compact-footer .bottom-list{display:flex;
    flex-wrap:wrap;
    gap:0.9rem;
    font-size:calc(18px * .875);
    color:#2A2F34;
    margin-bottom:0.5rem;}
.compact-footer .bottom-list .media-footer{font-weight:600;
    color:#1A1C1E;}
.compact-footer h3{font-size:calc(18px * 1.35);
    line-height:1.25;
    margin:0 0 0.5rem;}
.compact-footer h3 a{color:inherit;
    text-decoration:none;}
.compact-footer h3 a:hover{color:#2A2F34;}
.compact-footer .visual-track p{margin:0;
    font-size:18px;
    line-height:1.63;}
@media (max-width:720px){.compact-footer .main-rail{
        grid-template-columns:1fr;
    }.compact-footer .wide-tile img{
        aspect-ratio:16/9;
    }
}
.local-links{
    padding: calc(1.5rem * 2.4) 1.52rem;
    background: #F4F5F6;
    color: #1A1C1E;
}
.local-links .offer-frame{max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.27rem * 1.5);}
.local-links .fresh-entries{border-radius: 0.99rem;
    overflow: hidden;
    border: 1px solid #D6D9DD;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);}
.local-links .fresh-entries img{width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;}
.local-links .active-body{display: flex;
    flex-direction: column;
    gap: calc(2.27rem * 1.5);}
.local-links .bottom-surface{margin: 0;
    font-size: calc(18px * 2.65);
    line-height: 1.15;}
.local-links .bottom-list{
    margin: 0;
    font-size: calc(18px * .875);
    color: #2A2F34;
    background: #E7E9EB;
    padding: 0.35rem 0.75rem;
    border-radius: 0.24rem;
    align-self: flex-start;
}
.local-links .strong-media{margin: 0;
    font-size: calc(18px * 1.125);
    line-height: 1.63;
    max-width: 68ch;}
.local-links .visual-track{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);
    max-width: 68ch;}
.local-links .visual-track p{margin: 0;
    font-size: 18px;
    line-height: 1.63;}
.local-links .service-block{display: flex;
    flex-wrap: wrap;
    gap: 2.27rem;
    padding-top: calc(2.27rem * 1.5);
    border-top: 1px solid #D6D9DD;}
.local-links .service-block a{font-size: 18px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 410ms var(--motion-nav), border-color 410ms var(--motion-nav);}
.local-links .service-block a:hover{border-bottom-color: #2A2F34;}
@media (max-width: 720px) {.local-links .fresh-entries img{
        height: 220px;
    }.local-links .bottom-surface{
        font-size: calc(18px * 2);
    }.local-links .strong-media{
        font-size: 18px;
    }
}
.page-headline{padding:calc(1.5rem*3) 1.52rem;background:#F4F5F6;color:#1A1C1E}
.page-headline .steady-media{max-width:1420px;margin:0 auto}
.page-headline .page-figure{max-width:60ch;margin:0 0 calc(2.27rem * 1.5)}
.page-headline h2{margin:0 0 .6rem;font-size:clamp(1.9rem,4vw,3.15rem);line-height:1.05}
.page-headline .steady-actions{margin:0;color:#2A2F34;opacity:.85;line-height:1.55}
.page-headline .steady-headline{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.27rem}
.page-headline .fresh-footer{display:flex;flex-direction:column;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-radius:0.99rem;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,0.1)}
.page-headline .proof{display:block;line-height:0}
.page-headline img{width:100%;height:210px;object-fit:cover;display:block}
.page-headline .fresh-body{display:flex;flex-direction:column;flex:1;padding:calc(1.5rem * .75)}
.page-headline h3{margin:0 0 .55rem;font-size:calc(18px * 1.35);line-height:1.2}
.page-headline h3 a{color:#1A1C1E;text-decoration:none}
.page-headline h3 a:hover{color:#2A2F34}
.page-headline p{margin:0 0 1rem;color:#1A1C1E;opacity:.82;line-height:1.5;font-size:calc(18px * .875)}
.page-headline .compact-section{margin-top:auto;align-self:flex-start;color:inherit;text-decoration:none;font-weight:700;font-size:calc(18px * .875)}
.page-headline .compact-section:hover{color:#2A2F34}
@media (max-width:640px){
  .page-headline{padding:calc(1.5rem*2) 1.52rem}
  .page-headline img{height:180px}
}
.local-menu{
    padding: calc(1.5rem * 2.4) 1.52rem;
    background: #F4F5F6;
    color: #1A1C1E;
}
.local-menu .offer-frame{max-width: 1420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(2.27rem * 1.5);}
.local-menu .region{display: flex;
    flex-wrap: wrap;
    gap: 2.27rem;
    align-items: flex-start;}
.local-menu .primary-actions{flex: 1 1 340px;
    min-width: 0;}
.local-menu .fresh-entries{
    flex: 1 1 380px;
    margin: 0;
    border-radius: 0.99rem;
    overflow: hidden;
    border: 1px solid #D6D9DD;
    background: #FFFFFF;color:#1A1C1E;}
.local-menu .fresh-entries img{display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;}
.local-menu .bottom-surface{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(18px * 2.65);
    line-height: 1.15;}
.local-menu .bottom-list{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(18px * .875);}
.local-menu .bottom-links{margin: 0;
    font-size: calc(18px * 1.125);
    line-height: 1.63;}
.local-menu .visual-track{max-width: 68ch;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.local-menu .visual-track p{margin: 0;
    line-height: 1.63;}
.local-menu .visual-track h2{margin: calc(2.27rem * 1.5) 0 0;
    font-size: calc(18px * 1.35);
    line-height: 1.25;}
.local-menu .steady-form{margin: 0;
    padding-left: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;}
.local-menu .steady-form li{line-height: 1.63;}
.local-menu .service-block{border-top: 1px solid #D6D9DD;
    padding-top: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.local-menu .service-form{margin: 0;
    font-size: calc(18px * .875);}
.local-menu .visual-lead{margin: 0;
    font-size: calc(18px * .875);}
.local-menu .service-block a{text-decoration: none;
    border-bottom: 1px solid #F2B300;}
.local-menu .service-block a:hover{border-bottom-color: #2A2F34;}
@media (max-width: 720px) {.local-menu .fresh-entries img{
        height: 220px;
    }
}
.team-story{
        color:#1A1C1E;
        background:#F4F5F6;
        padding:calc(1.5rem * 2.4) 1.52rem;
    }
.team-story .c{max-width:1420px;
        margin:0 auto;}
.team-story .h{max-width:62ch;
        margin:0 0 calc(2.27rem * 1.5);}
.team-story h1{font-size:calc(18px * 2);
        line-height:1.15;
        margin:0 0 0.6rem;}
.team-story .h p{margin:0;
        font-size:18px;
        color:#2A2F34;}
.team-story .simple-form{display:flex;
        flex-wrap:wrap;
        gap:0.5rem;
        margin:0 0 calc(2.27rem * 1.5);
        padding-bottom:calc(2.27rem * 1.5);
        border-bottom:1px solid #D6D9DD;}
.team-story .site-note{
        padding:0.4rem 0.85rem;
        border-radius:0.24rem;
        background:#E7E9EB;
        color:#2A2F34;
        font-size:calc(18px * .875);
        text-decoration:none;
        transition:background 410ms var(--motion-nav), color 410ms var(--motion-nav);
    }
.team-story .site-note:hover{
        background:#F2B300;
        color:#1A1C1E;
    }
.team-story .steady-form{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.team-story .main-rail{
        background:#FFFFFF;
        color:#1A1C1E;
        border:1px solid #D6D9DD;
        border-left:3px solid #F2B300;
        border-radius:0.44rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 1px 5px rgba(0,0,0,0.1);
        transition:box-shadow 410ms var(--motion-nav), transform 410ms var(--motion-nav);
    }
.team-story .main-rail:hover{box-shadow:0 8px 22px rgba(0,0,0,0.13);
        transform:translateY(-2px);}
.team-story .bottom-list{display:flex;
        flex-wrap:wrap;
        gap:0.9rem;
        font-size:calc(18px * .875);
        color:#2A2F34;
        margin-bottom:0.6rem;}
.team-story h3{margin:0 0 0.5rem;
        font-size:calc(18px * 1.35);
        line-height:1.25;}
.team-story h3 a{color:inherit;
        text-decoration:none;}
.team-story h3 a:hover{color:#2A2F34;}
.team-story .main-rail p{margin:0;
        font-size:18px;
        line-height:1.63;}
@media (min-width:900px){.team-story .steady-form{
            display:grid;
            grid-template-columns:repeat(3, 1fr);
            gap:2.27rem;
        }
    }
.quiet-region{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.quiet-region .quiet-area{max-width:min(1420px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;}
.quiet-region h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(18px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.quiet-region .wide-body{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1.1rem,2.4vw,calc(2.27rem * 1.5)) 0 0;}
.quiet-region .bottom-links{max-width:40rem;
    margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(0.8rem,1.5vw,1.1rem);
    border-top:1px solid #D6D9DD;}
.quiet-region p{margin:0;
    font-size:clamp(1rem,1.25vw,18px);
    line-height:1.72;
    color:#2A2F34;}
@media (max-width:640px){.quiet-region{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.quiet-region .wide-body{aspect-ratio:4/3;}
  }
.contact-grid{padding:calc(1.5rem * 2.4) 1.52rem;background:#1F2429;color:#F4F5F6}
.contact-grid .focused-track{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.48fr) minmax(0,.52fr);gap:2.27rem}
.contact-grid .bottom-links{align-self:start}
.contact-grid h2{margin:0;font-size:calc(18px * 2);line-height:1.1}
.contact-grid .bottom-links p{margin:1.5rem 0 0;font-size:18px;line-height:1.63;color:#C9CDD2}
.contact-grid .quiet-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);align-content:start}
.contact-grid .plain-service{padding:calc(1.5rem * .75);border-radius:0.99rem;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD}
.contact-grid .plain-service span{display:block;font-size:calc(18px * .875);color:inherit;text-transform:uppercase;letter-spacing:.04em}
.contact-grid .plain-service strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:18px;line-height:1.4}
.contact-grid .plain-service a{color:#F2B300;text-decoration:none;border-bottom:1px solid transparent}
.contact-grid .plain-service a:hover{color:inherit;border-bottom-color:#2A2F34}
.contact-grid .primary-story{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.11rem;overflow:hidden;border:1px solid #D6D9DD}
.contact-grid iframe{display:block;width:100%;height:100%;border:0}
.contact-grid .service-form{grid-column:1/-1;padding:calc(1.5rem * .75) 0 0;border-top:1px solid #5C646C}
.contact-grid .service-form p{margin:0;font-size:calc(18px * .875);line-height:1.63;color:#C9CDD2}
@media (max-width: 780px){.contact-grid .focused-track,.contact-grid .quiet-wrap{grid-template-columns:1fr}.contact-grid .primary-story{height:22rem}}
.service-callout{background:#F4F5F6;color:#1A1C1E;padding:calc(1.5rem * 2.4) 1.52rem}
.service-callout .offer-frame{max-width:1420px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.27rem * 1.5)}
.service-callout .top-unit{max-width:52rem}
.service-callout h2{margin:0;font-size:clamp(calc(18px * 2),4.4vw,calc(18px * 2.65));line-height:1.08;letter-spacing:0}
.service-callout .bottom-links{margin:1.5rem 0 0;font-size:calc(18px * 1.125);line-height:1.65}
.service-callout .compact-content{display:flex;flex-wrap:wrap;gap:2.27rem;align-items:flex-start}
.service-callout .offer-feature{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D6D9DD}
.service-callout .text-plan{display:flex;flex-wrap:wrap;gap:1.52rem;padding:1.5rem 0;border-bottom:1px solid #D6D9DD}
.service-callout .media-header{flex:0 0 11rem;font-size:calc(18px * .875);text-transform:uppercase;letter-spacing:0.06em;}
.service-callout .service-intro{flex:1 1 14rem;min-width:0;font-size:18px;line-height:1.55}
.service-callout .fresh-inner{text-decoration:none;border-bottom:1px solid transparent;transition:border-color 410ms var(--motion-nav),color 410ms var(--motion-nav)}
.service-callout .fresh-inner:hover{border-bottom-color:#2A2F34}
.service-callout .offer-track{flex:1 1 20rem;min-width:0;background:#E7E9EB;color:#2A2F34;padding:calc(1.5rem * .75);border-radius:0.99rem}
.service-callout .offer-track h3{margin:0;font-size:calc(18px * 1.35);line-height:1.2}
.service-callout .steady-form{margin:1.5rem 0 0;padding-left:1.1rem;display:flex;flex-direction:column;gap:0.55rem;font-size:18px;line-height:1.55}
.service-callout .service-form{margin:1.5rem 0 0;font-size:calc(18px * .875);line-height:1.6}
.service-callout .contact-details{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);padding-top:1.5rem;border-top:1px solid #D6D9DD}
.service-callout .service-block{padding:0.7rem 1.1rem;border-radius:0.24rem;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;text-decoration:none;font-size:calc(18px * .875);transition:background 410ms var(--motion-nav)}
.service-callout .service-block:hover{background:#2A2F34;color:#F4F5F6;border-color:#2A2F34}
@media(max-width:760px){.service-callout .media-header{flex-basis:100%}.service-callout .compact-content{flex-direction:column}
}
.focused-actions{padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E}
.focused-actions .soft-menu{max-width:1420px;margin:0 auto}
.focused-actions .direct-content{display:flex;gap:calc(2.27rem * 1.5);align-items:flex-start}
.focused-actions .site-menu{flex:0 1 32rem;min-width:0}
.focused-actions h2{margin:0;font-size:calc(18px * 2);line-height:1.14}
.focused-actions .site-menu p{margin:1.5rem 0 0;font-size:calc(18px * 1.125);line-height:1.63;color:#2A2F34}
.focused-actions ul{list-style:none;margin:calc(2.27rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.focused-actions li{padding:calc(1.5rem * .75) 0;line-height:1.63;color:#2A2F34}
.focused-actions li+li{border-top:1px solid #D6D9DD}
.focused-actions .bottom-contact{flex:1 1 34rem;min-width:0;background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-radius:0.44rem;padding:2.27rem;box-shadow:0 1px 5px rgba(0,0,0,0.1)}
.focused-actions .primary-content{display:flex;flex-wrap:wrap;gap:1.5rem}
.focused-actions .primary-content label{flex:1 1 16rem;min-width:0}
.focused-actions label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18px * .875);color:#2A2F34}
.focused-actions input,.focused-actions textarea{width:100%;max-width:100%;border:1px solid #D6D9DD;border-radius:0.24rem;background:#FFFFFF;color:#1A1C1E;font:inherit;padding:calc(1.5rem * .75);outline:none}
.focused-actions input::placeholder,.focused-actions textarea::placeholder{color:rgba(255,255,255,0.55)}
.focused-actions input:focus,.focused-actions textarea:focus{border-color:rgba(242, 179, 0, 0.45)}
.focused-actions .narrow-flow{display:block;margin-top:1.5rem}
.focused-actions textarea{resize:vertical}
.focused-actions button{margin-top:1.5rem;border:0;border-radius:0.24rem;background:#F2B300;color:#1A1C1E;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 410ms var(--motion-nav)}
.focused-actions button:hover{background:#D89E00;color:#1A1C1E;}
@media(max-width:840px){.focused-actions .direct-content{display:block}.focused-actions .bottom-contact{margin-top:calc(2.27rem * 1.5);padding:1.5rem}.focused-actions .primary-content{display:block}.focused-actions .primary-content label+label{margin-top:1.5rem}}
.page-tile{padding:calc(1.5rem * 2.4) 1.52rem;background:#1F2429;color:#F4F5F6}
.page-tile .quiet-area{max-width:min(1420px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.27rem * 1.5)}
.page-tile h2{margin:0;font-size:calc(18px * 2.65);line-height:1.06;letter-spacing:-0.01em}
.page-tile .bottom-links{margin:0;font-size:calc(18px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 78%,transparent);max-width:52rem}
.page-tile .narrow-entries{margin:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.page-tile .narrow-entries:first-of-type{border-top:none;padding-top:0}
.page-tile h3{margin:0 0 0.55rem;font-size:calc(18px * 1.35);line-height:1.24;font-weight:600}
.page-tile .narrow-entries p{margin:0;font-size:18px;line-height:1.63;color:color-mix(in srgb,currentColor 74%,transparent)}
@media (min-width:900px){.page-tile .quiet-area{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(2.27rem * 1.5)}.page-tile .bottom-links{font-size:calc(18px * 1.125)}
}
.public-media{
  padding:calc(1.5rem * 2.4) 1.52rem;
  background:#1F2429;
  color:#F4F5F6;
}
.public-media .primary-actions{max-width:min(1420px,60rem);
  margin:0 auto;}
.public-media h2{margin:0 0 1.5rem;
  font-size:calc(18px * 2.65);
  line-height:1.08;}
.public-media .top-unit{margin:0 0 calc(2.27rem * 1.5);
  font-size:calc(18px * 1.125);
  line-height:1.55;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.public-media .strong-panel{padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.public-media .strong-panel:last-child{padding-bottom:0;}
.public-media h3{margin:0 0 calc(calc(1.5rem * .75) * 0.5);
  font-size:calc(18px * 1.35);
  line-height:1.25;}
.public-media .strong-panel p{margin:0;
  color:color-mix(in srgb,currentColor 74%,transparent);}
@media (max-width:720px){.public-media h2{
    font-size:calc(18px * 2);
  }.public-media .top-unit{
    font-size:18px;
  }
}
.strong-inner{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.52rem;
    background:#F4F5F6;
    color:#1A1C1E;
  }
.strong-inner .quiet-area{max-width:min(1420px,62rem);
    margin:0 auto;}
.strong-inner h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,5vw,calc(18px * 2.65));
    line-height:1.06;
    font-weight:680;
    letter-spacing:-0.01em;}
.strong-inner .wide-body{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.44rem;
    margin:clamp(1.1rem,2.4vw,calc(2.27rem * 1.5)) 0 0;
    border:1px solid #D6D9DD;}
.strong-inner .service-form{max-width:40rem;
    margin-top:clamp(1rem,2.2vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #D6D9DD;}
.strong-inner p{margin:0;
    font-size:clamp(1rem,1.28vw,18px);
    line-height:1.74;
    color:#2A2F34;}
@media (max-width:640px){.strong-inner h1{max-width:100%;}.strong-inner .wide-body{aspect-ratio:4/3;}.strong-inner{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.plain-menu{background:#F4F5F6;color:#1A1C1E;padding:calc(1.5rem * 2.4) 1.52rem}
.plain-menu .soft-menu{max-width:min(1420px,72rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.27rem * 1.5)}
.plain-menu .bottom-links{display:flex;flex-direction:column;gap:1.5rem;padding-bottom:calc(2.27rem * 1.5);border-bottom:1px solid #D6D9DD}
.plain-menu h2{margin:0;font-size:clamp(calc(18px * 2),5vw,calc(18px * 2.65));line-height:1.08;letter-spacing:0}
.plain-menu .service-form{margin:0;max-width:46rem;font-size:calc(18px * 1.125);line-height:1.65;color:#2A2F34}
.plain-menu .service-block{display:flex;flex-wrap:wrap;gap:2.27rem}
.plain-menu .site-tile{flex:1 1 16rem;min-width:14rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1A1C1E;border:1px solid #D6D9DD;border-radius:0.44rem;display:flex;flex-direction:column;gap:1.5rem}
.plain-menu .plain-story{display:inline-block;align-self:flex-start;padding:0.25rem 0.7rem;background:#2A2F34;color:#F4F5F6;border-radius:0.24rem;font-size:calc(18px * .875);font-weight:700;letter-spacing:0.02em;text-transform:uppercase}
.plain-menu .site-tile p{margin:0;font-size:18px;line-height:1.6}
.plain-menu .site-media{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:calc(2.27rem * 1.5);padding:calc(2.27rem * 1.5);background:#E7E9EB;color:#2A2F34;border-radius:0.99rem}
.plain-menu .site-media p{margin:0;max-width:34rem;font-size:18px;line-height:1.6}
.plain-menu .public-footer{display:flex;flex-wrap:wrap;gap:1.5rem}
.plain-menu .public-footer a{padding:0.6rem 1.1rem;background:#F2B300;color:#1A1C1E;border-radius:0.44rem;text-decoration:none;font-weight:700;font-size:calc(18px * .875);transition:background 410ms var(--motion-nav)}
.plain-menu .public-footer a:hover{background:#D89E00;color:#1A1C1E;}
.plain-menu .offer-track{display:flex;flex-wrap:wrap;gap:2.27rem;padding-top:calc(2.27rem * 1.5);border-top:1px solid #D6D9DD}
.plain-menu .secondary-details{margin:0;font-size:calc(18px * .875);color:#2A2F34}
.plain-menu .secondary-details strong{color:#1A1C1E}
.plain-menu .secondary-details a{color:inherit;text-decoration:none}
.plain-menu .secondary-details a:hover{color:#2A2F34;text-decoration:underline}
@media(max-width:700px){.plain-menu .site-media{flex-direction:column;align-items:flex-start}.plain-menu .public-footer{width:100%}.plain-menu .public-footer a{flex:1 1 auto;text-align:center}
}
.team-rail{--state-local:calc(1.5rem * 1.15);--mark-active:calc(1420px / 2.4);padding:calc(1.5rem * 2.4) 1.52rem;background:#2A2F34;color:#F4F5F6;}
.team-rail .soft-menu{max-width:1420px;margin:0 auto;}
.team-rail h1,.team-rail h2,.team-rail h3,.team-rail p{margin:0;}
.team-rail h2{font-size:calc(18px * 2);line-height:1.12;max-width:var(--mark-active);}
.team-rail p{font-size:18px;line-height:1.63;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-rail a{color:inherit;text-decoration:none;}
.team-rail .site-media{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.24rem;background:#F4F5F6;color:#2A2F34;font-weight:600;transition:transform 410ms var(--motion-nav);}
.team-rail .site-media:hover{transform:translateY(-2px);}
.team-rail .bottom-links{max-width:var(--mark-active);}
.team-rail .service-form{max-width:var(--mark-active);font-size:calc(18px * .875);}
.team-rail .service-form a{text-decoration:underline;text-underline-offset:3px;}
.team-rail .strong-body>h2,.team-rail .strong-body>.bottom-links,.team-rail .strong-body>.site-media,.team-rail .strong-body>.service-form{margin-top:1.5rem;}
.team-rail .strong-body>h2{margin-top:0;}
@media (max-width:640px){.team-rail .site-media{width:100%;}
}
.team-body{
    padding:calc(1.5rem * 2.4) 1.52rem;
    background:#E7E9EB;
    color:#2A2F34;
}
.team-body .soft-menu{max-width:1420px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.27rem * 1.5);}
.team-body .offer-service{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-end;
    gap:2.27rem;
    padding:calc(1.5rem * .75);
    border-radius:0.99rem;
    border:1px solid #D6D9DD;
    background:#FFFFFF;
    color:#1A1C1E;
}
.team-body .bottom-links{flex:1 1 22rem;
    max-width:44rem;}
.team-body .bottom-links h2{margin:0;
    font-size:calc(18px * 2);
    line-height:1.15;}
.team-body .bottom-links p{margin:0.7rem 0 0;
    font-size:18px;
    line-height:1.63;}
.team-body .service-block{display:flex;
    flex-wrap:wrap;
    gap:0.6rem;}
.team-body .service-block a{text-decoration:none;
    padding:0.7rem 1.15rem;
    border-radius:0.44rem;
    font-weight:700;
    font-size:calc(18px * .875);
    transition:background 410ms var(--motion-nav), color 410ms var(--motion-nav);}
.team-body .service-block .site-media{
    background:#F2B300;
    color:#1A1C1E;
}
.team-body .service-block .site-media:hover{
    background:#D89E00;color:#1A1C1E;}
.team-body .service-block .public-footer{
    background:#2A2F34;
    color:#F4F5F6;
}
.team-body .service-block .public-footer:hover{
    background:#3A4046;color:#1A1C1E;}
.team-body .contact-details{display:flex;
    flex-direction:column;
    border-top:1px solid #D6D9DD;}
.team-body .text-plan{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.4rem;
    padding:0.85rem 0;
    border-bottom:1px solid #D6D9DD;
    font-size:calc(18px * .875);}
.team-body .media-header{flex:0 0 12rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0.04em;}
.team-body .local-items,
.team-body .text-plan a{flex:1 1 16rem;
    color:inherit;}
.team-body .text-plan a{text-decoration:none;
    border-bottom:1px solid #F2B300;}
.team-body .text-plan a:hover{border-bottom-color:#2A2F34;}
@media (max-width:760px){.team-body .offer-service{
        align-items:flex-start;
    }.team-body .media-header{
        flex:1 1 100%;
    }
}
.page-note{padding:calc(1.5rem * 2.4) 1.52rem;background:#F4F5F6;color:#1A1C1E}
.page-note .soft-menu{max-width:1420px;margin:0 auto}
.page-note .direct-content{display:flex;gap:calc(2.27rem * 1.5);align-items:flex-start}
.page-note .bottom-links{flex:1 1 40rem;min-width:0}
.page-note .bottom-links p{margin:0 0 1.5rem;max-width:30rem;font-size:calc(18px * .875);line-height:1.63;color:#2A2F34}
.page-note h2{margin:0;font-size:calc(18px * 2.65);line-height:1.06}
.page-note .service-visual{flex:0 1 32rem;min-width:0;padding-top:calc(1.5rem * .75)}
.page-note .content-group{margin:0;line-height:1.63}
.page-note .service-visual>a{display:inline-flex;margin-top:1.5rem;border-radius:0.44rem;background:#F2B300;color:#1A1C1E;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-weight:600}
.page-note .service-visual>a:hover{background:#D89E00;color:#1A1C1E;}
.page-note .service-block{list-style:none;margin:calc(2.27rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-note .service-block li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D6D9DD;color:#1A1C1E;text-decoration:none}
.page-note .service-block li a:hover{color:#2A2F34}
@media(max-width:760px){.page-note .direct-content{display:block}.page-note h2{font-size:calc(18px * 2)}.page-note .service-visual{margin-top:calc(2.27rem * 1.5);padding-top:0}}
