html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
.simple-service {
    width: 100%;
    background: #FFFFFF;
    color: #14171B;
    border-bottom: 1px solid #D6D9DE;
    box-shadow: 0 1px 4px rgba(0,0,0,0.17);
  }
:root {
  --speed-fast: ease;
  --paint-card: #2B3037;
  --line-warm: #F2F3F5;
}
.contact-group {
    max-width: 1420px;
    margin: 0 auto;
    padding: calc(1.24rem * 1.5) 1.94rem;
    display: flex;
    align-items: center;
    gap: 1.24rem;
  }
.local-quote {
    font-size: calc(19.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #14171B;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
  }
.local-quote:hover {
    color: #F07A1E;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-start;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.24rem * 1.5);
    flex-wrap: wrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 19.6px;
    color: #14171B;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 290ms var(--speed-fast),
                border-color 290ms var(--speed-fast);
  }
.nav-list a:hover {
    color: #F07A1E;
    border-bottom-color: #F07A1E;
  }
.plain-unit {
    flex-shrink: 0;
    margin-left: auto;
  }
.wide-view {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #E85D0C;
    color: #FFFFFF;
    border-radius: 0.58rem;
    font-size: 19.6px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 290ms var(--speed-fast);
  }
.wide-view:hover {
    background: #C74A05;
    color: #FFFFFF;
  }
.wide-panel {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--line-warm);
    color: var(--paint-card);
    border: 1px solid #D6D9DE;
    border-radius: 0.34rem;
    cursor: pointer;
    flex-shrink: 0;
  }
.steady-service{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: var(--paint-card);
    border-radius: 2px;color:#14171B;}
.nav-mobile {
    display: none;
    border-top: 1px solid #D6D9DE;
    background: #FFFFFF;
    color: #14171B;
  }
.nav-mobile-list {
    list-style: none;
    margin: 0;
    padding: calc(1.24rem * 1.5) 1.94rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.nav-mobile-list a {
    display: block;
    padding: 0.75rem 0.25rem;
    font-size: 19.6px;
    color: #14171B;
    text-decoration: none;
    border-bottom: 1px solid #D6D9DE;
  }
.nav-mobile-list a:hover {
    color: #F07A1E;
  }
.wide-visual {
    display: block;
    margin: calc(1.24rem * 1.5) 1.94rem calc(1.24rem * 1.5);
    text-align: center;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .plain-unit {
      display: none;
    }

    .wide-panel {
      display: flex;
      margin-left: auto;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
@media (min-width: 768px) {
    .nav-mobile {
      display: none !important;
    }
  }
.quiet-headline{font-family:"Sora", sans-serif;font-size:19.6px;line-height:1.79;padding:calc(1.5rem * 2.4) 1.94rem;margin-top:calc(1.5rem * 2.4);background:#14171B;color:#F2F3F5;}
.text-team{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.24rem * 1.5)}
.strong-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(1.24rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.visual-group{font-size:calc(19.6px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.75}
.compact-entries{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:19.6px}
.text-method{display:block}
.local-story{color:inherit;text-decoration:none;transition:opacity 290ms var(--speed-fast);word-break:break-word}
.local-story:hover,
.local-story:focus-visible{opacity:0.7;text-decoration:underline;outline:none}
.featured-surface{display:flex;flex-direction:column;gap:0.5rem}
.offer-visual{font-size:calc(19.6px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.main-figure{margin:0;font-size:calc(19.6px * .875);opacity:0.8;max-width:42ch}
.page-panel{display:grid;grid-template-columns:1fr;gap:calc(1.24rem * 1.5)}
.quiet-track{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.public-tile{font-size:calc(19.6px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.75}
.top-unit{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem;font-size:calc(19.6px * .875)}
.stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.24rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.public-story{margin:0;font-size:calc(19.6px * .875);opacity:0.8;max-width:70ch}
.soft-block{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:1.24rem;font-size:calc(19.6px * .875)}
.team-service{margin:0;font-size:calc(19.6px * .875);opacity:0.7}
@media (min-width: 720px) {.page-panel{grid-template-columns:repeat(3, minmax(0, 1fr))}
}
@media (min-width: 1024px) {.text-team{grid-template-columns:minmax(0, 1fr) minmax(0, 2fr);grid-template-areas:"contact nav"
      "brand nav"
      "legal legal";column-gap:1.94rem;row-gap:calc(1.24rem * 1.5)}.strong-story{grid-area:contact;border-bottom:none;padding-bottom:0}.featured-surface{grid-area:brand;padding-top:calc(1.24rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}.page-panel{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.stack{grid-area:legal}
}
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200}
.cookies .contact-lead{display:flex;flex-wrap:wrap;gap:1.24rem;align-items:center;max-width:1420px;margin:0 auto;padding:1.5rem 1.94rem;background:linear-gradient(135deg, #E85D0C 0%, #F07A1E 100%);color:#FFFFFF;box-shadow:0 26px 50px rgba(0,0,0,0.26)}
.cookies .contact-lead>*{min-width:0;flex:1 1 12rem}
.cookies strong{font-size:calc(19.6px * 1.35);line-height:1.12}
.cookies p{margin:0;line-height:1.79}
.cookies .bottom-summary{display:flex;gap:calc(1.5rem * .75);flex-wrap:wrap;justify-content:flex-end}
.cookies .bottom-summary>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.34rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#F07A1E;color:#14171B;border-color:#F07A1E}
@media(max-width:820px){.cookies .contact-lead{display:block}.cookies p,.cookies .bottom-summary{margin-top:1.5rem;justify-content:flex-start}}
.service-steps{
  --mark-active:calc(1.5rem * 0.92);
  --field-static:calc(1420px / 2.30);
  --copy-small:calc(1420px / 3.60);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#FFFFFF;
  color:#14171B;
}
.service-steps .steady-note{max-width:1420px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:calc(1.24rem * 1.15);
  justify-content:space-between;
  flex-wrap:wrap;}
.service-steps .primary-method{flex:1 1 30rem;
  min-width:0;
  max-width:var(--field-static);}
.service-steps h1,
.service-steps p{margin:0;}
.service-steps h1{font-size:calc(19.6px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.service-steps .proof{margin-top:var(--mark-active);
  font-size:19.6px;
  line-height:1.79;
  color:var(--paint-card);}
.service-steps a{color:inherit;text-decoration:none;}
.service-steps .primary-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--mark-active);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#E85D0C;
  color:#FFFFFF;
  font-size:calc(19.6px * .875);
  letter-spacing:0.02em;
  transition:background 290ms var(--speed-fast);
}
.service-steps .primary-items:hover{background:#C74A05;color:#14171B;}
.service-steps .compact-track{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  margin-top:calc(var(--mark-active) * 0.7);
  font-size:calc(19.6px * .875);}
.service-steps .compact-track a{color:inherit;
  border-bottom:1px solid #D6D9DE;
  padding-bottom:2px;
  transition:color 290ms var(--speed-fast);}
.service-steps .compact-track a:hover{color:inherit;}
.service-steps .focused-panel{flex:0 1 min(var(--copy-small),38vw);
  margin:0;
  min-width:0;}
.service-steps .focused-panel img{display:block;
  width:100%;
  height:auto;
  border-radius:0.58rem;
  box-shadow:0 6px 26px rgba(0,0,0,0.22);}
@media (max-width:820px){.service-steps .primary-method{max-width:none;}.service-steps .focused-panel{flex:1 1 100%;}
}
.service-figure{--mark-active:calc(1.5rem * 0.91);--copy-heading:calc(1420px / 3.21);padding:calc(1.5rem * 2.4) 1.94rem;background:#E85D0C;color:#FFFFFF;}
.service-figure .steady-note{max-width:1420px;margin:0 auto;}
.service-figure h2,.service-figure h3,.service-figure p{margin:0;}
.service-figure h2{font-size:calc(19.6px * 2);line-height:1.12;}
.service-figure h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.service-figure p{font-size:19.6px;line-height:1.79;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-figure .wide-wrap{padding-block:calc(var(--mark-active) / 2);}
.service-figure .secondary-brand{row-gap:calc(var(--mark-active) * 1.2);}
.service-figure .compact-section{display:flex;flex-direction:column;}
.service-figure .contact-items{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:calc(1420px / 1.7);}
.service-figure .proof{max-width:calc(1420px / 2);}
.service-figure .secondary-feature{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.service-figure .simple-menu{flex:1 1 var(--copy-heading);min-width:0;padding:calc(var(--mark-active) * .75);border-radius:0.58rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.service-figure .simple-menu p{margin-top:calc(1.5rem / 3);}
.service-figure .compact-track{margin-top:var(--mark-active);font-size:calc(19.6px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
@media (max-width:720px){.service-figure .simple-menu{flex:1 1 100%;}
}
.visual-block{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: var(--line-warm);
        color: var(--paint-card)
    }
.visual-block .steady-note{max-width: 1420px;
        margin: 0 auto}
.visual-block .soft-media{display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5)}
.visual-block .contact-items{max-width: 62rem}
.visual-block h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.1}
.visual-block .contact-items p{margin: 1.5rem 0 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.79}
.visual-block .bottom-header{display: flex;
        flex-wrap: wrap;
        gap: 1.24rem}
.visual-block .local-rail{
        flex: 1 1 20rem;
        min-width: 0;
        padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.2rem);
        background: #FFFFFF;
        color: #14171B;
        border: 1px solid #D6D9DE;
        border-radius: 0.58rem
    }
.visual-block .local-rail h3{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(19.6px * 1.35);
        line-height: 1.2}
.visual-block .local-rail p{margin: 0;
        font-size: calc(19.6px * .875);
        line-height: 1.79}
@media (max-width: 760px) {.visual-block .bottom-header{
            display: block
        }.visual-block .local-rail + .local-rail{
            margin-top: 1.24rem
        }
    }
.top-stack{--mark-active:calc(1.5rem * 1.18);--field-static:calc(1420px / 2.4);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card);}
.top-stack .steady-note{max-width:1420px;margin:0 auto;}
.top-stack h2,.top-stack h3,.top-stack p{margin:0;}
.top-stack h2{font-size:calc(19.6px * 2);line-height:1.14;}
.top-stack h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.top-stack p{font-size:19.6px;line-height:1.79;}
.top-stack a{text-decoration:none;border-bottom:1px solid transparent;transition:color 290ms var(--speed-fast),border-color 290ms var(--speed-fast);}
.top-stack a:hover{border-bottom-color:#F07A1E;}
.top-stack .top-entries{max-width:var(--field-static);}
.top-stack .proof{margin-top:1.5rem;color:color-mix(in srgb,currentColor 78%,transparent);}
.top-stack .secondary-feature{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.top-stack .simple-menu{min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #D6D9DE;}
.top-stack .simple-menu p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb,currentColor 80%,transparent);}
.top-stack .simple-menu a{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(19.6px * .875);}
.top-stack .local-rail{margin-top:var(--mark-active);padding-inline-start:calc(1.5rem * .75);border-inline-start:3px solid #F07A1E;font-size:calc(19.6px * .875);color:color-mix(in srgb,currentColor 72%,transparent);}
@media (min-width:900px){.top-stack .secondary-feature{display:grid;grid-template-columns:repeat(3,1fr);gap:1.24rem;align-items:start;}.top-stack .simple-menu{padding-block-start:calc(1.5rem * .75);}
}
.strong-note{
        padding: calc(1.5rem * 2.8) 1.94rem;
        background: #FFFFFF;
        color: #14171B;
    }
.strong-note .media-links{max-width: 1420px;
        margin: 0 auto;
        display: grid;
        gap: calc(calc(1.24rem * 1.5) * 1.4);}
.strong-note .top-section{display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 1.24rem;
        border-bottom: 2px solid #D6D9DE;
        padding-bottom: calc(1.24rem * 1.5);}
.strong-note .site-group{max-width: 62ch;}
.strong-note .site-group h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.2;}
.strong-note .site-group p{margin: 0.6rem 0 0;
        font-size: 19.6px;}
.strong-note .wide-shell{display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;}
.strong-note .text-header{
        display: inline-block;
        padding: 0.35rem 0.75rem;
        border: 1px solid #D6D9DE;
        border-radius: 0.34rem;
        background: var(--line-warm);
        color: var(--paint-card);
        font-size: calc(19.6px * .875);
        white-space: nowrap;
    }
.strong-note .clear-headline{display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.24rem;}
.strong-note .simple-menu{
        display: flex;
        flex-direction: column;
        border: 1px solid #D6D9DE;
        border-radius: 0.8rem;
        overflow: hidden;
        background: #FFFFFF;
        color: #14171B;
        box-shadow: 0 1px 4px rgba(0,0,0,0.17);
    }
.strong-note .main-flow{display: block;
        line-height: 0;}
.strong-note .main-flow img{width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        display: block;}
.strong-note .contact-view{display: flex;
        flex-direction: column;
        gap: 0.5rem;
        padding: calc(1.5rem * .75);
        flex: 1;}
.strong-note .plain-rail{margin: 0;
        font-size: calc(19.6px * .875);
        text-transform: uppercase;
        letter-spacing: 0.04em;}
.strong-note h3{margin: 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.3;}
.strong-note h3 a{text-decoration: none;
        color: inherit;}
.strong-note h3 a:hover{color:inherit;}
.strong-note .contact-view p{margin: 0;
        font-size: calc(19.6px * .875);}
.strong-note .compact-track{margin-top: auto;
        align-self: flex-start;
        font-size: calc(19.6px * .875);
        font-weight: 600;
        text-decoration: none;color:inherit;
        border-bottom: 2px solid #F07A1E;
        padding-bottom: 2px;
        transition: color 290ms var(--speed-fast);}
.strong-note .compact-track:hover{color:inherit;}
@media (max-width: 980px) {.strong-note .clear-headline{
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }
@media (max-width: 640px) {.strong-note .clear-headline{
            grid-template-columns: 1fr;
        }.strong-note .top-section{
            align-items: flex-start;
        }
    }
.main-body{
  --mark-active:calc(1.5rem * 0.9);
  --field-static:calc(1420px / 2.2);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#E85D0C;
  color:#FFFFFF;
}
.main-body .steady-note{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--mark-active) * 0.75);}
.main-body .primary-lead{padding-inline-start:calc(1.94rem / 2);}
.main-body .secondary-brand{row-gap:calc(var(--mark-active) * 1.05);}
.main-body h2{font-size:calc(19.6px * 2);
  line-height:1.14;
  margin:0;
  max-width:var(--field-static);}
.main-body p{margin:0;
  font-size:19.6px;
  line-height:1.79;}
.main-body .local-rail{max-width:calc(1420px / 2.6);
  font-size:calc(19.6px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  opacity:0.82;}
.main-body .proof{max-width:var(--field-static);
  opacity:0.9;}
.main-body .primary-items{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#FFFFFF;
  color:#E85D0C;
  font-weight:600;
  text-decoration:none;
  transition:background 290ms var(--speed-fast), color 290ms var(--speed-fast);
}
.main-body .primary-items:hover{
  background:#F07A1E;
  color:#14171B;
}
.main-body .compact-track{font-size:calc(19.6px * .875);
  opacity:0.85;
  max-width:var(--field-static);}
.main-body .compact-track a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.main-body .compact-track a:hover{opacity:0.75;}
@media (max-width:720px){.main-body .primary-lead{
    padding-inline-start:0;
  }.main-body h2,
  .main-body .local-rail,
  .main-body .proof,
  .main-body .compact-track{
    max-width:100%;
  }
}
.offer-note{--mark-active:calc(1.5rem * 1.15);--field-static:calc(1420px / 2.2);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card);}
.offer-note .steady-note{max-width:1420px;margin:0 auto;}
.offer-note h2,.offer-note h3,.offer-note p{margin:0;}
.offer-note h2{font-size:calc(19.6px * 2);line-height:1.14;}
.offer-note h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.offer-note p{font-size:19.6px;line-height:1.79;}
.offer-note .contact-items{max-width:var(--field-static);}
.offer-note .local-rail{margin-bottom:calc(1.5rem / 2.4);font-size:calc(19.6px * .875);letter-spacing:.04em;text-transform:uppercase;}
.offer-note .proof{margin-top:1.5rem;}
.offer-note .secondary-feature{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:calc(var(--mark-active) * 1.1);}
.offer-note .simple-menu{flex:1 1 calc(50% - var(--mark-active));min-width:260px;padding-top:calc(1.5rem * .75);border-top:2px solid #D6D9DE;}
.offer-note .simple-menu p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.offer-note .simple-menu{flex:1 1 100%;}
}
.badge---gallery{
  background: linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.94rem;
}
.badge---gallery .text-nav{display: block;
  width: min(100%, 1420px);
  margin: 0 auto calc(1.24rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.08rem;}
.badge---gallery .steady-note{width: min(100%, 1420px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;
  align-items: flex-start;}
.badge---gallery h2,
.badge---gallery h3,
.badge---gallery p{margin: 0;}
.badge---gallery h2{font-size: calc(19.6px * 2.65);
  line-height: 1.05;}
.badge---gallery .primary-method{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex: 1 1 20rem;
  min-width: 0;}
.badge---gallery .primary-method p{line-height: 1.79;}
.badge---gallery .featured-story{display: flex;
  flex: 1 1 30rem;
  min-width: 0;
  gap: calc(1.5rem * .75);
  overflow-x: auto;
  padding-bottom: calc(1.5rem * .75);
  scroll-snap-type: x mandatory;}
.badge---gallery .active-view{flex: 0 0 min(20rem, 78vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);}
.badge---gallery .fresh-content{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.8rem;
  margin-bottom: calc(calc(1.5rem * .75) * .4);}
.badge---gallery span{display: block;
  font-size: calc(19.6px * .875);
  letter-spacing: 0.02em;}
.badge---gallery h3{font-size: calc(19.6px * 1.35);
  line-height: 1.14;}
.badge---gallery .active-view p{font-size: calc(19.6px * .875);
  line-height: 1.79;
  opacity: 0.86;}
.badge---gallery .local-rail{flex: 1 1 100%;
  font-size: calc(19.6px * .875);
  line-height: 1.79;
  padding-top: calc(1.24rem * 1.5);
  border-top: 1px solid rgba(242, 243, 245, 0.22);}
.badge---gallery .local-rail a{text-decoration: none;}
.badge---gallery .local-rail a:hover{text-decoration: underline;}
@media (max-width: 820px) {.badge---gallery .text-nav{ aspect-ratio: 16 / 10; }.badge---gallery .featured-story{ flex: 1 1 100%; }
}
.focused-lead{
  background:#FFFFFF;
  color:#14171B;
  padding:calc(1.5rem * 2.4) 1.94rem;
}
.focused-lead .steady-note{max-width:56rem;
  margin:0 auto;}
.focused-lead .contact-items{display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.24rem;
  border-bottom:1px solid #D6D9DE;
  padding-bottom:calc(1.24rem * 1.5);}
.focused-lead h2{margin:0;
  font-size:calc(19.6px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.focused-lead .contact-items a{flex:0 0 auto;color:inherit;
  text-decoration:none;
  font-size:calc(19.6px * .875);
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  white-space:nowrap;}
.focused-lead .contact-items a:hover{color:inherit;}
.focused-lead .visual-stack{margin:calc(1.24rem * 1.5) 0 0;
  font-size:19.6px;
  line-height:1.79;}
.focused-lead .visual-stack + .visual-stack{margin-top:calc(1.5rem * .75);}
.focused-lead .text-figure{margin-top:calc(1.24rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;}
.focused-lead .text-figure span{
  background:var(--line-warm);
  color:var(--paint-card);
  border-radius:0.34rem;
  padding:.45rem .8rem;
  font-size:calc(19.6px * .875);
  line-height:1.3;
}
@media (max-width:640px){.focused-lead .contact-items{
    display:block;
  }.focused-lead .contact-items a{
    display:inline-block;
    margin-top:1.5rem;
  }
}
.text-rail{
  background: linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);
  color: #F2F3F5;
  padding: calc(1.5rem * 2.4) 1.94rem;
  overflow: hidden;
}
.text-rail .steady-note{width: min(100%, 1420px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.24rem * 1.5);}
.text-rail h2,
.text-rail h3,
.text-rail p{margin: 0;}
.text-rail h2{font-size: calc(19.6px * 2.65); line-height: 1.04;}
.text-rail h3{font-size: calc(19.6px * 1.35); line-height: 1.18;}
.text-rail p{font-size: 19.6px; line-height: 1.79;}
.text-rail .team-intro{max-width: 72rem;
  display: grid;
  gap: 1.5rem;}
.text-rail .wide-stack{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.24rem;
  padding: 1.5rem;
  border-radius: 1.08rem;
  background: linear-gradient(135deg, #E85D0C 0%, #F07A1E 100%);
  color: #FFFFFF;
}
.text-rail .wide-stack p:first-child{font-size: calc(19.6px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  flex: 0 0 auto;}
.text-rail .wide-stack p:last-child{flex: 1 1 22rem;}
.text-rail .strong-team{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.text-rail .text-unit{
  flex: 1 1 20rem;
  min-height: 15rem;
  display: grid;
  align-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.8rem;
  background: #FFFFFF;
  color: #14171B;
  border: 1px solid #D6D9DE;
  text-decoration: none;
}
.text-rail .text-unit span{font-size: calc(19.6px * .875);}
.text-rail .text-unit p{font-size: calc(19.6px * .875);}
@media (max-width: 760px) {.text-rail h2{ font-size: clamp(calc(19.6px * 2), 12vw, calc(19.6px * 2.65)); }.text-rail .text-unit{ flex-basis: 100%; }
}
.main-group{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: #FFFFFF;
        color: #14171B
    }
.main-group .steady-note{max-width: 1420px;
        margin: 0 auto}
.main-group .soft-media{display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5)}
.main-group .contact-items{max-width: 62rem}
.main-group h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.1}
.main-group .contact-items p{margin: 1.5rem 0 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.79;
        color: var(--paint-card)}
.main-group .bottom-header{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0}
.main-group .bottom-header li{flex: 1 1 30rem;
        min-width: 0;
        padding: 1.5rem calc(1.5rem * .75) 1.5rem 0;
        border-top: 1px solid #D6D9DE}
.main-group .bottom-header li:nth-child(odd){padding-right: calc(1.24rem * 1.5)}
.main-group .bottom-header strong{display: block;
        font-size: calc(19.6px * 1.35);
        line-height: 1.18;
        margin-bottom: calc(1.5rem * .75)}
.main-group .bottom-header span{display: block;
        line-height: 1.79;
        color: var(--paint-card)}
@media (max-width: 760px) {.main-group .bottom-header li,
        .main-group .bottom-header li:nth-child(odd){
            flex: 1 1 100%;
            padding-right: 0
        }
    }
.secondary-nav{
  --mark-active:calc(1.5rem * 0.9);
  --field-static:calc(1420px / 2.6);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#FFFFFF;
  color:#14171B;
}
.secondary-nav .steady-note{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.24rem * 1.5);}
.secondary-nav h2,
.secondary-nav h3,
.secondary-nav p,
.secondary-nav summary{margin:0;}
.secondary-nav h2{font-size:calc(19.6px * 2);
  line-height:1.14;}
.secondary-nav h3{font-size:calc(19.6px * 1.35);
  line-height:1.22;}
.secondary-nav p,
.secondary-nav summary{font-size:19.6px;
  line-height:1.79;}
.secondary-nav .top-entries{max-width:var(--field-static);
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.secondary-nav .proof{}
.secondary-nav .secondary-feature{display:flex;
  flex-direction:column;
  gap:var(--mark-active);
  border-top:1px solid #D6D9DE;
  padding-top:calc(1.24rem * 1.5);}
.secondary-nav .simple-menu{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #D6D9DE;}
.secondary-nav summary{cursor:pointer;
  font-weight:700;
  list-style:none;
  display:flex;
  align-items:flex-start;
  gap:1.94rem;}
.secondary-nav summary::-webkit-details-marker{display:none;}
.secondary-nav summary::before{
  content:"";
  flex:0 0 auto;
  width:0.6rem;
  height:0.6rem;
  margin-top:0.55rem;
  background:#E85D0C;
  border-radius:0.34rem;color:#FFFFFF;}
.secondary-nav .simple-menu p{margin-top:calc(1.5rem / 2);
  padding-left:calc(0.6rem + 1.94rem);}
.secondary-nav .compact-track{max-width:var(--field-static);}
.secondary-nav .compact-track a{text-decoration:none;
  border-bottom:1px solid #E85D0C;}
.secondary-nav .compact-track a:hover{border-bottom-color:#F07A1E;}
@media (max-width:720px){.secondary-nav .top-entries,
  .secondary-nav .compact-track{
    max-width:none;
  }.secondary-nav .simple-menu p{
    padding-left:0;
  }
}
.compact-flow{--mark-active:calc(1.5rem * 1.29);--field-static:calc(1420px / 3.25);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card);}
.compact-flow .steady-note{max-width:1420px;margin:0 auto;}
.compact-flow h1,.compact-flow h2,.compact-flow h3,.compact-flow p,.compact-flow ul{margin:0;}
.compact-flow h2{font-size:calc(19.6px * 2);line-height:1.12;}
.compact-flow h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.compact-flow p{font-size:19.6px;line-height:1.79;}
.compact-flow .top-entries{max-width:var(--field-static);}
.compact-flow .top-entries .proof{margin-top:calc(1.5rem / 2);}
.compact-flow .secondary-feature{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.compact-flow .simple-menu{min-width:0;padding-top:calc(1.24rem * 1.5);border-top:1px solid #D6D9DE;}
.compact-flow .simple-menu p{margin-top:calc(1.5rem / 3);}
.compact-flow .contact-block{list-style:none;padding:0;margin-top:calc(1.5rem / 2);display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.compact-flow .contact-block li{position:relative;padding-left:1.1rem;font-size:calc(19.6px * .875);line-height:1.5;}
.compact-flow .contact-block li::before{content:"";position:absolute;left:0;top:.55em;width:.45rem;height:.45rem;background:#E85D0C;border-radius:0.34rem;color:#FFFFFF;}
.compact-flow .primary-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem * .75);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#E85D0C;color:#FFFFFF;text-decoration:none;font-size:calc(19.6px * .875);transition:background 290ms var(--speed-fast);}
.compact-flow .primary-items:hover{background:#C74A05;color:#14171B;}
.compact-flow .local-rail{margin-top:var(--mark-active);font-size:calc(19.6px * .875);}
.compact-flow .local-rail a{color:inherit;text-decoration:underline;}
.compact-flow .local-rail a:hover{color:inherit;}
@media (min-width:900px){.compact-flow .secondary-feature{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--mark-active) 1.24rem;}.compact-flow .simple-menu{display:flex;flex-direction:column;}.compact-flow .simple-menu .primary-items{margin-top:auto;}
}
.quiet-lead{--mark-active:calc(1.5rem * 0.95);--field-static:calc(1420px / 2.45);padding:calc(1.5rem * 2.4) 1.94rem;background:#FFFFFF;color:#14171B;}
.quiet-lead .steady-note{max-width:1420px;margin:0 auto;}
.quiet-lead h1,.quiet-lead h2,.quiet-lead h3,.quiet-lead p{margin:0;}
.quiet-lead h2{font-size:calc(19.6px * 2);line-height:1.12;}
.quiet-lead h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.quiet-lead p{font-size:19.6px;line-height:1.79;}
.quiet-lead a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 290ms var(--speed-fast),color 290ms var(--speed-fast);}
.quiet-lead a:hover{color:inherit;border-bottom-color:#F07A1E;}
.quiet-lead .wide-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.quiet-lead .wide-area>h2{flex:1 1 calc(1420px / 3);min-width:0;}
.quiet-lead .wide-area>.proof{flex:1 1 calc(1420px / 2.6);min-width:0;color:var(--paint-card);}
.quiet-lead .secondary-feature{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);flex:1 1 100%;}
.quiet-lead .simple-menu{flex:1 1 calc(1420px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.58rem;background:var(--line-warm);color:var(--paint-card);border-left:3px solid #E85D0C;}
.quiet-lead .simple-menu p{margin-top:calc(1.5rem / 3);}
.quiet-lead .local-rail{flex:1 1 100%;margin-top:var(--mark-active);padding-top:calc(1.5rem / 2);border-top:1px solid #D6D9DE;color:var(--paint-card);}
@media (max-width:720px){.quiet-lead .wide-area>h2,.quiet-lead .wide-area>.proof{flex:1 1 100%;}.quiet-lead .simple-menu{flex:1 1 100%;}
}
.offer-panel{
  background: #FFFFFF;
  color: #14171B;
  padding: calc(1.5rem * 2.4) 1.94rem;
  overflow: hidden;
}
.offer-panel .steady-note{width: min(100%, 1420px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.24rem * 1.5);}
.offer-panel .top-entries{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  border-bottom: 2px solid #D6D9DE;
  padding-bottom: calc(1.5rem * .75);}
.offer-panel h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.05;
  flex: 1 1 22rem;}
.offer-panel .proof{margin: 0;
  flex: 1 1 20rem;
  max-width: 40rem;
  font-size: 19.6px;
  line-height: 1.79;}
.offer-panel .top-section{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.offer-panel .focused-panel{
  margin: 0;
  flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  color: #14171B;
  border: 1px solid #D6D9DE;
  border-radius: 0.8rem;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.17);
}
.offer-panel .focused-panel img{display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;}
.offer-panel .focused-panel figcaption{padding: 1.5rem 1.94rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;}
.offer-panel .text-header{
  align-self: flex-start;
  background: #F07A1E;
  color: #14171B;
  font-size: calc(19.6px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 0.34rem;
}
.offer-panel .focused-panel p{margin: 0;
  font-size: calc(19.6px * .875);
  line-height: 1.79;}
.offer-panel .local-rail{
  margin: 0;
  padding: calc(1.5rem * .75) 1.94rem;
  background: var(--line-warm);
  color: var(--paint-card);
  border-left: 4px solid #E85D0C;
  border-radius: 0.58rem;
  font-size: calc(19.6px * .875);
  line-height: 1.79;
}
@media (max-width: 720px) {.offer-panel .focused-panel img{ height: 12rem; }
}
.open-benefit{
  --mark-active:calc(1.5rem * 1.05);
  --field-static:calc(1420px / 2.6);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#FFFFFF;
  color:#14171B;
}
.open-benefit .steady-note{max-width:1420px;
  margin:0 auto;}
.open-benefit h2,
.open-benefit h3,
.open-benefit p{margin:0;}
.open-benefit h2{font-size:calc(19.6px * 2);
  line-height:1.14;}
.open-benefit h3{font-size:calc(19.6px * 1.35);
  line-height:1.24;}
.open-benefit p{font-size:19.6px;
  line-height:1.79;
  color:var(--paint-card);}
.open-benefit .contact-items{max-width:var(--field-static);}
.open-benefit .contact-items .proof{margin-top:calc(1.24rem * 1.5);}
.open-benefit .secondary-feature{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  margin-top:var(--mark-active);}
.open-benefit .simple-menu{flex:1 1 calc(1420px / 3.4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #D6D9DE;}
.open-benefit .simple-menu p{margin-top:calc(1.5rem / 2.6);}
.open-benefit .compact-track{margin-top:var(--mark-active);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D6D9DE;
  max-width:var(--field-static);}
.open-benefit .compact-track p{font-size:calc(19.6px * .875);}
.open-benefit .compact-track a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.open-benefit .compact-track a:hover{color:inherit;}
@media (max-width:760px){.open-benefit .simple-menu{
    flex:1 1 100%;
  }
}
.public-flow{--mark-active:calc(1.5rem * 1.05);--field-static:calc(1420px / 2.9);padding:calc(1.5rem * 2.4) 1.94rem;background:#F07A1E;color:#14171B;}
.public-flow .steady-note{max-width:1420px;margin:0 auto;}
.public-flow h1,.public-flow h2,.public-flow h3,.public-flow p{margin:0;}
.public-flow h2{font-size:calc(19.6px * 2);line-height:1.12;max-width:var(--field-static);}
.public-flow p{font-size:19.6px;line-height:1.79;}
.public-flow a{color:inherit;text-decoration:none;}
.public-flow .active-actions{display:flex;flex-wrap:wrap;gap:calc(1.24rem * 1.5);align-items:flex-start;justify-content:space-between;}
.public-flow .primary-method{flex:1 1 32rem;min-width:min(100%,22rem);}
.public-flow .focused-summary{flex:0 1 22rem;min-width:min(100%,18rem);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.public-flow .proof{margin-top:calc(1.5rem * .75);}
.public-flow .local-rail{font-size:calc(19.6px * .875);line-height:1.79;opacity:.86;}
.public-flow .primary-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#14171B;color:#F07A1E;font-weight:600;}
.public-flow .compact-track{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) 1.5rem;margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);font-size:calc(19.6px * .875);}
.public-flow .compact-track a{border-bottom:1px solid color-mix(in srgb, currentColor 55%, transparent);padding-bottom:2px;}
.public-flow .compact-track a:hover{border-bottom-color:currentColor;}
@media (max-width:720px){.public-flow .active-actions{flex-direction:column;}.public-flow .focused-summary{flex:1 1 auto;width:100%;}
}
.media-flow{padding:calc(1.5rem * 2.4) 1.94rem;background:linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);color:#F2F3F5;}
.media-flow .steady-note{max-width:1420px;margin:0 auto;}
.media-flow .top-entries{margin-bottom:calc(1.24rem * 1.5);}
.media-flow .top-entries p{margin:0;font-weight:700;font-size:calc(19.6px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.media-flow .top-entries h2{margin:1.94rem 0 0;font-size:calc(19.6px * 2);line-height:1.2;}
.media-flow .contact-view{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.media-flow .proof{margin:0;max-width:62ch;font-size:19.6px;opacity:.92;}
.media-flow .top-section{display:flex;flex-wrap:wrap;gap:1.24rem;}
.media-flow .simple-menu{flex:1 1 300px;min-width:260px;padding:calc(1.5rem * .75);border-radius:0.8rem;border:1px solid color-mix(in srgb, currentColor 16%, transparent);background:color-mix(in srgb, currentColor 10%, transparent);box-shadow:0 1px 4px rgba(0,0,0,0.17);}
.media-flow .simple-menu .soft-surface{display:block;font-size:calc(19.6px * .875);font-weight:700;opacity:.8;margin-bottom:1.94rem;}
.media-flow .simple-menu h3{margin:0 0 1.94rem;font-size:calc(19.6px * 1.35);}
.media-flow .simple-menu p{margin:0;font-size:19.6px;line-height:1.79;}
.media-flow .simple-menu a{text-decoration:none;font-weight:700;border-bottom:1px solid color-mix(in srgb, #F07A1E 55%, transparent);}
.media-flow .simple-menu a:hover{border-bottom-color:#E85D0C;}
.media-flow .focused-summary{display:flex;flex-wrap:wrap;gap:1.24rem;align-items:baseline;padding-top:calc(1.24rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.media-flow .local-rail{margin:0;flex:1 1 320px;font-size:calc(19.6px * .875);opacity:.85;}
.media-flow .compact-track{margin:0;flex:1 1 260px;font-size:calc(19.6px * .875);}
.media-flow .compact-track a{text-decoration:none;font-weight:700;}
.media-flow .compact-track a:hover{}
@media (max-width:640px){.media-flow .simple-menu{flex:1 1 100%;}
}
.local-summary{--mark-active:calc(1.5rem * 1.19);--copy-heading:calc(1420px / 3.52);padding:calc(1.5rem * 2.4) 1.94rem;background:#14171B;color:#F2F3F5;}
.local-summary .steady-note{max-width:1420px;margin:0 auto;}
.local-summary h2,.local-summary h3,.local-summary p{margin:0;}
.local-summary h2{font-size:calc(19.6px * 2);line-height:1.12;}
.local-summary h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.local-summary p{font-size:19.6px;line-height:1.79;color:inherit;}
.local-summary a{color:#E85D0C;text-decoration:none;}
.local-summary a:hover{color:#F07A1E;}
.local-summary .primary-lead{padding-inline-start:calc(1.94rem / 2);}
.local-summary .secondary-brand{row-gap:calc(var(--mark-active) * 1.2);}
.local-summary .proof{margin-top:1.5rem;max-width:calc(1420px / 2);}
.local-summary .open-links{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.local-summary .simple-menu{flex:1 1 var(--copy-heading);min-width:0;padding:calc(var(--mark-active) * .75);border-radius:0.58rem;background:var(--line-warm);color:var(--paint-card);}
.local-summary .simple-menu h3{}
.local-summary .simple-menu p{margin-top:calc(1.5rem / 3);}
.local-summary .compact-track{margin-top:var(--mark-active);font-size:calc(19.6px * .875);color:inherit;}
.narrow-feature{--mark-active:calc(1.5rem * 0.99);--field-static:calc(1420px / 3.10);--label-main:calc(1420px / 3.05);padding:calc(1.5rem * 2.4) 1.94rem;background:#E85D0C;color:#FFFFFF;}
.narrow-feature .steady-note{max-width:1420px;margin:0 auto;}
.narrow-feature h1,.narrow-feature h2,.narrow-feature h3,.narrow-feature p{margin:0;}
.narrow-feature h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.narrow-feature h2{font-size:calc(19.6px * 2);line-height:1.12;}
.narrow-feature h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.narrow-feature p{font-size:19.6px;line-height:1.79;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-feature a{color:inherit;text-decoration:none;}
.narrow-feature img{display:block;width:100%;height:auto;border-radius:0.58rem;}
.narrow-feature .primary-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#FFFFFF;color:#E85D0C;}
.narrow-feature .proof,.narrow-feature .local-rail{}
.narrow-feature .secondary-feature{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.narrow-feature .simple-menu{flex:1 1 calc(1420px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.58rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.narrow-feature .simple-menu p,.narrow-feature .simple-menu a{margin-top:calc(1.5rem / 3);}
.narrow-feature .simple-menu img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.narrow-feature .fresh-callout{display:flex;align-items:flex-start;gap:1.24rem;}
.narrow-feature .fresh-callout>.primary-method{flex:1 1 auto;min-width:0;}
.narrow-feature .primary-method .proof{margin-top:1.5rem;}
@media(max-width:760px){.narrow-feature .fresh-callout{flex-direction:column;}}
.team-footer{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #F07A1E;
  color: #14171B;
}
.team-footer .direct-figure{
  max-width: 1420px;
  margin: 0 auto;
  border-radius: 1.08rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #14171B;
  box-shadow: 0 26px 50px rgba(0,0,0,0.26);
}
.team-footer .soft-method{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #D6D9DE;}
.team-footer .soft-method span{font-size: calc(19.6px * .875);
  letter-spacing: 0.02em;}
.team-footer a{text-decoration: none;}
.team-footer .soft-method a{font-size: calc(19.6px * .875);
  border-bottom: 1px solid #E85D0C;
  padding-bottom: 2px;}
.team-footer .contact-view{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;
  padding: calc(1.24rem * 1.5);}
.team-footer .proof{flex: 1 1 320px;
  min-width: 0;}
.team-footer h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.team-footer .proof p{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.6px;
  line-height: 1.79;}
.team-footer .visual-list{flex: 1 1 380px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D6D9DE;}
.team-footer .visual-list a{
  display: block;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6D9DE;
  background: transparent;
  color: #14171B;
}
.team-footer .visual-list span,
.team-footer .visual-list small{display: block;
  font-size: calc(19.6px * .875);}
.team-footer .visual-list strong{display: block;
  margin: calc(calc(1.5rem * .75) * 0.35) 0;
  font-size: calc(19.6px * 1.35);
  line-height: 1.25;}
@media (max-width: 780px) {.team-footer .contact-view{
    flex-direction: column;
    padding: calc(1.5rem * .75);
  }.team-footer .soft-method{
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-region{
  --mark-active:calc(1.5rem * 1.15);
  --field-static:calc(1420px / 2.6);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#FFFFFF;
  color:#14171B;
}
.top-region .steady-note{max-width:1420px;
  margin:0 auto;}
.top-region h2,
.top-region h3,
.top-region p,
.top-region summary{margin:0;}
.top-region h2{font-size:calc(19.6px * 2);
  line-height:1.14;
  max-width:var(--field-static);}
.top-region .proof{margin-top:calc(1.24rem * 1.5);
  max-width:var(--field-static);
  font-size:19.6px;
  line-height:1.79;
  color:var(--paint-card);}
.top-region .media-group{margin-top:var(--mark-active);
  display:flex;
  flex-direction:column;
  gap:1.24rem;}
.top-region .simple-menu{
  padding:calc(1.5rem * .75) 1.5rem;
  border:1px solid #D6D9DE;
  border-radius:0.58rem;
  background:#FFFFFF;
  color:#14171B;
}
.top-region summary{cursor:pointer;
  font-size:calc(19.6px * 1.125);
  font-weight:600;
  line-height:1.3;
  list-style:none;
  display:flex;
  align-items:baseline;
  gap:calc(1.5rem * .75);}
.top-region summary::-webkit-details-marker{display:none;}
.top-region summary::before{
  content:"";
  flex:0 0 auto;
  width:0.55rem;
  height:0.55rem;
  border-radius:0.34rem;
  background:#F07A1E;
  transform:translateY(-0.1rem);color:#14171B;}
.top-region .simple-menu[open] summary::before{
  background:#E85D0C;color:#FFFFFF;}
.top-region .simple-menu p{margin-top:calc(1.24rem * 1.5);
  font-size:19.6px;
  line-height:1.79;
  color:var(--paint-card);}
.top-region a{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.18em;}
.top-region a:hover{color:inherit;}
.top-region .local-rail{margin-top:var(--mark-active);
  max-width:var(--field-static);
  font-size:calc(19.6px * .875);
  line-height:1.79;
  color:var(--paint-card);}
@media (max-width:720px){.top-region .simple-menu{
    padding:calc(1.24rem * 1.5) calc(1.5rem * .75);
  }.top-region summary{
    font-size:19.6px;
  }
}
.visual-body{padding:calc(1.5rem * 2.4) 1.94rem;background:linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);color:#F2F3F5}
.visual-body .steady-note{max-width:1420px;margin:0 auto}
.visual-body .direct-links{max-width:54rem;margin-bottom:calc(1.24rem * 1.5)}
.visual-body h2{margin:0;font-size:calc(19.6px * 2.65);line-height:1.04}
.visual-body .direct-links p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.79}
.visual-body .secondary-area{display:flex;align-items:flex-start;gap:calc(1.24rem * 1.5)}
.visual-body .media-group{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #F07A1E;padding-left:calc(1.5rem * .75)}
.visual-body button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:19.6px;text-align:left;cursor:pointer;opacity:.55;transition:opacity 290ms var(--speed-fast),transform 290ms var(--speed-fast)}
.visual-body button:hover,.visual-body button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.visual-body .featured-view{flex:1 1 30rem;align-self:start}
.visual-body [data-response]{display:none}
.visual-body [data-response].is-active{display:block;animation:clarifyFocusIn calc(290ms*1.8) var(--speed-fast) both}
.visual-body h3{margin:0;font-size:calc(19.6px * 2);line-height:1.1}
.visual-body [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.79}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.24rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.visual-body .secondary-area{display:block}.visual-body .media-group{margin-bottom:calc(1.24rem * 1.5);border-left:0;border-top:2px solid #F07A1E;padding-left:0;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.visual-body [data-response].is-active{animation:none}}
.featured-feature{--mark-active:calc(1.5rem * 0.9);--field-static:calc(1420px / 2.6);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card);}
.featured-feature .steady-note{max-width:1420px;margin:0 auto;}
.featured-feature h2,.featured-feature h3,.featured-feature p{margin:0;}
.featured-feature h2{font-size:calc(19.6px * 2);line-height:1.12;}
.featured-feature h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.featured-feature p{font-size:19.6px;line-height:1.79;}
.featured-feature .local-rail{font-size:calc(19.6px * .875);text-transform:uppercase;letter-spacing:0.06em;}
.featured-feature .proof{margin-top:calc(1.5rem / 2);max-width:var(--field-static);}
.featured-feature a{text-decoration:none;}
.featured-feature a:hover{}
.featured-feature .primary-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#E85D0C;color:#FFFFFF;font-weight:600;}
.featured-feature .primary-items:hover{background:#C74A05;color:#FFFFFF;}
.featured-feature .direct-story{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.featured-feature .direct-story>.primary-method{flex:1 1 auto;min-width:0;}
.featured-feature .direct-story>.primary-items{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.featured-feature .secondary-feature{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:var(--mark-active);flex:1 1 100%;}
.featured-feature .simple-menu{flex:1 1 calc(1420px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #E85D0C;}
.featured-feature .simple-menu p{margin-top:calc(1.5rem / 3);}
.featured-feature .compact-track{margin-top:var(--mark-active);font-size:calc(19.6px * .875);}
@media (max-width:720px){.featured-feature .simple-menu{flex:1 1 100%;}.featured-feature .direct-story>.primary-items{margin-top:0;}
}
.offer-menu{--mark-active:calc(1.5rem * 1.32);--field-static:calc(1420px / 2.45);--label-main:calc(1420px / 3.61);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card);}
.offer-menu .steady-note{max-width:1420px;margin:0 auto;}
.offer-menu h1,.offer-menu h2,.offer-menu h3,.offer-menu p{margin:0;}
.offer-menu h1{font-size:calc(19.6px * 2.65);line-height:1.08;}
.offer-menu h2{font-size:calc(19.6px * 2);line-height:1.12;}
.offer-menu h3{font-size:calc(19.6px * 1.35);line-height:1.2;}
.offer-menu p{font-size:19.6px;line-height:1.79;}
.offer-menu a{color:inherit;text-decoration:none;}
.offer-menu a:hover{color:inherit;}
.offer-menu img{display:block;width:100%;height:auto;border-radius:0.58rem;}
.offer-menu .proof{max-width:var(--field-static);}
.offer-menu .secondary-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;margin-top:var(--mark-active);}
.offer-menu .simple-menu{flex:1 1 calc(1420px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:2px solid #D6D9DE;}
.offer-menu .simple-menu p{margin-top:calc(1.5rem / 3);}
.offer-menu .media-surface>img{margin-top:var(--mark-active);}
.offer-menu .media-surface>.proof{margin-top:1.5rem;}
.offer-menu .compact-track{margin-top:var(--mark-active);font-size:calc(19.6px * .875);}
.contact-wrap{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);
        color: #F2F3F5;
    }
.contact-wrap .steady-note{max-width: 1420px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5);}
.contact-wrap .proof{max-width: 52rem;}
.contact-wrap h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.1;}
.contact-wrap .proof p{margin: calc(1.5rem * .75) 0 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.79;}
.contact-wrap .soft-media{display: flex;
        flex-wrap: wrap;
        gap: 1.24rem;}
.contact-wrap .featured-fields{
        flex: 1 1 22rem;
        padding: calc(1.5rem * .75);
        border: 1px solid #D6D9DE;
        border-left: 3px solid #F07A1E;
        border-radius: 0.58rem;
        background: #FFFFFF;
        color: #14171B;
        box-shadow: 0 1px 4px rgba(0,0,0,0.17);
    }
.contact-wrap .focused-contact{margin: 0;
        font-size: 19.6px;
        line-height: 1.79;}
.contact-wrap .media-nav{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        font-size: calc(19.6px * .875);}
.contact-wrap .media-nav strong{}
.contact-wrap .media-nav span{}
@media (max-width: 760px) {.contact-wrap .featured-fields{
            flex: 1 1 100%;
        }
    }
.strong-proof{--mark-active:calc(1.5rem * 1.05);--copy-heading:calc(1420px / 3.42);padding:calc(1.5rem * 2.4) 1.94rem;background:#FFFFFF;color:#14171B;}
.strong-proof .steady-note{max-width:1420px;margin:0 auto;}
.strong-proof h2,.strong-proof h3,.strong-proof p{margin:0;}
.strong-proof h2{font-size:calc(19.6px * 2);line-height:1.12;}
.strong-proof h3{font-size:calc(19.6px * 1.35);line-height:1.22;}
.strong-proof p{font-size:19.6px;line-height:1.79;}
.strong-proof .proof{margin-top:1.5rem;max-width:calc(1420px / 2);}
.strong-proof .service-track{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.strong-proof .simple-menu{flex:1 1 var(--copy-heading);min-width:0;padding:calc(var(--mark-active) * .7);border-radius:0.58rem;background:var(--line-warm);border:1px solid #D6D9DE;color:var(--paint-card);}
.strong-proof .simple-menu h3{}
.strong-proof .simple-menu p{margin-top:calc(1.5rem / 3);}
.primary-tile{
  --mark-active:calc(1.5rem * 1.15);
  --field-static:calc(1420px / 2.4);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:var(--line-warm);
  color:var(--paint-card);
}
.primary-tile .steady-note{max-width:1420px;margin:0 auto;}
.primary-tile h2,
.primary-tile h3,
.primary-tile p{margin:0;}
.primary-tile h2{font-size:calc(19.6px * 2);line-height:1.14;}
.primary-tile p{font-size:19.6px;line-height:1.79;}
.primary-tile .contact-items{max-width:var(--field-static);}
.primary-tile .contact-items .proof{margin-top:calc(1.24rem * 1.5);}
.primary-tile .top-section{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  margin-top:var(--mark-active);
  align-items:stretch;}
.primary-tile .simple-menu{
  flex:1 1 calc(1420px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.24rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#14171B;
  border:1px solid #D6D9DE;
  border-radius:0.8rem;
  box-shadow:0 1px 4px rgba(0,0,0,0.17);
}
.primary-tile .page-fields{display:flex;
  align-items:center;
  gap:calc(1.24rem * 1.5);}
.primary-tile .page-fields img{display:block;
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:0.34rem;
  flex:0 0 auto;}
.primary-tile .id{display:flex;flex-direction:column;gap:2px;min-width:0;}
.primary-tile .secondary-steps{font-size:19.6px;font-weight:600;}
.primary-tile .offer-items{font-size:calc(19.6px * .875);opacity:0.72;}
.primary-tile .focused-contact{font-size:19.6px;}
.primary-tile .local-rail{font-size:calc(19.6px * .875);
  padding-top:calc(1.24rem * 1.5);
  border-top:1px solid #D6D9DE;
  opacity:0.82;
  margin-top:auto;}
.primary-tile .visual-media{margin-top:var(--mark-active);
  padding-top:calc(1.24rem * 1.5);
  border-top:1px solid #D6D9DE;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1.24rem;}
.primary-tile .visual-media p{flex:1 1 calc(1420px / 2.6);min-width:0;}
.primary-tile .primary-items{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.34rem;
  background:#E85D0C;
  color:#FFFFFF;
  text-decoration:none;
  font-size:19.6px;
  transition:background 290ms var(--speed-fast);
}
.primary-tile .primary-items:hover{background:#C74A05;color:#14171B;}
@media (max-width:720px){.primary-tile .simple-menu{flex:1 1 100%;}.primary-tile .visual-media{flex-direction:column;align-items:flex-start;}
}
.primary-contact{padding:calc(1.5rem * 2.4) 1.94rem;background:#14171B;color:#F2F3F5;overflow:hidden}
.primary-contact .steady-note{max-width:1420px;margin:0 auto}
.primary-contact .contact-items{max-width:46rem;margin:0 0 calc(1.24rem * 1.5)}
.primary-contact h2{margin:0;font-size:calc(19.6px * 2);line-height:1.08}
.primary-contact .contact-items p{margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.79}
.primary-contact .top-section{display:flex;flex-wrap:wrap;gap:1.24rem;align-items:flex-start}
.primary-contact .simple-menu{flex:1 1 20rem;min-width:16rem;padding:calc(1.5rem * .75) 0;border-top:2px solid #F07A1E}
.primary-contact .simple-menu:nth-child(3n+2){flex-basis:24rem}
.primary-contact h3{margin:0;font-size:calc(19.6px * 1.35);line-height:1.15}
.primary-contact .simple-menu p{margin:calc(1.5rem * .75) 0 0;line-height:1.79}
.primary-contact .compact-track{margin-top:calc(1.24rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(242,243,245,0.22)}
.primary-contact .compact-track p{margin:0;font-size:19.6px;line-height:1.79}
.primary-contact .compact-track a{text-decoration:underline;text-underline-offset:3px}
.primary-contact .compact-track a:hover{}
@media (max-width:720px){.primary-contact .simple-menu{flex:1 1 100%;min-width:0}.primary-contact .simple-menu:nth-child(3n+2){flex-basis:100%}
}
.quiet-steps{
  background:#FFFFFF;
  color:#14171B;
  padding:calc(1.5rem * 2.4) 1.94rem;
}
.quiet-steps .steady-note{max-width:1420px;
  margin:0 auto;}
.quiet-steps .contact-items{display:flex;
  flex-wrap:wrap;
  gap:calc(1.24rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(1.24rem * 1.5);
  border-bottom:1px solid #D6D9DE;}
.quiet-steps h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.6px * 2);
  line-height:1.1;}
.quiet-steps .contact-items p{flex:0 1 24rem;
  min-width:0;
  margin:0;
  color:var(--paint-card);
  line-height:1.79;}
.quiet-steps .featured-story{margin-top:calc(1.24rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.24rem;}
.quiet-steps .featured-story a{
  flex:1 1 18rem;
  min-width:0;
  display:block;
  color:#14171B;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  border:1px solid #D6D9DE;
  border-left:3px solid #E85D0C;
  border-radius:0.58rem;
  transition:border-color 290ms var(--speed-fast), box-shadow 290ms var(--speed-fast);
}
.quiet-steps .featured-story a:hover{border-left-color:#F07A1E;
  box-shadow:0 1px 4px rgba(0,0,0,0.17);}
.quiet-steps .featured-story strong{display:block;
  font-size:19.6px;
  line-height:1.25;}
.quiet-steps .featured-story span{display:block;
  margin-top:.45rem;
  color:var(--paint-card);
  font-size:calc(19.6px * .875);
  line-height:1.79;}
.quiet-steps .local-rail{margin-top:calc(1.24rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #D6D9DE;
  display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  align-items:center;
  justify-content:space-between;}
.quiet-steps .local-rail p{flex:1 1 28rem;
  min-width:0;
  margin:0;
  color:var(--paint-card);
  line-height:1.79;}
.quiet-steps .compact-track{display:flex;
  flex-wrap:wrap;
  gap:1.24rem;}
.quiet-steps .compact-track a{color:inherit;
  text-decoration:none;
  font-size:calc(19.6px * .875);
  border-bottom:1px solid #E85D0C;
  padding-bottom:2px;
  transition:color 290ms var(--speed-fast);}
.quiet-steps .compact-track a:hover{color:inherit;
  border-bottom-color:#F07A1E;}
@media (max-width:680px){.quiet-steps .contact-items{display:block}.quiet-steps .contact-items p{margin-top:1.5rem}.quiet-steps .featured-story{display:block}.quiet-steps .featured-story a{margin-top:1.24rem}.quiet-steps .local-rail{display:block}.quiet-steps .compact-track{margin-top:1.5rem}
}
.team-grid{
  --mark-active:calc(1.5rem * 1.05);
  --field-static:calc(1420px / 2.15);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#FFFFFF;
  color:#14171B;
}
.team-grid .steady-note{max-width:1420px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-active);}
.team-grid h2,
.team-grid p,
.team-grid summary{margin:0;}
.team-grid h2{font-size:calc(19.6px * 2);
  line-height:1.14;}
.team-grid .contact-items{display:flex;
  flex-direction:column;
  gap:calc(1.24rem * 1.5);
  max-width:var(--field-static);}
.team-grid .contact-items p{font-size:19.6px;
  line-height:1.79;}
.team-grid .media-group{display:flex;
  flex-direction:column;
  border-top:1px solid #D6D9DE;}
.team-grid details{border-bottom:1px solid #D6D9DE;
  padding:calc(1.5rem * .75) 0;}
.team-grid summary{cursor:pointer;
  font-size:calc(19.6px * 1.125);
  font-weight:700;
  line-height:1.3;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:1.24rem;}
.team-grid summary::-webkit-details-marker{display:none;}
.team-grid summary::after{content:"+";
  flex:0 0 auto;
  font-size:calc(19.6px * 1.125);
  font-weight:400;
  line-height:1;}
.team-grid details[open] summary::after{content:"-";}
.team-grid details p{margin-top:calc(1.5rem / 2.4);
  max-width:var(--field-static);
  font-size:19.6px;
  line-height:1.79;}
.team-grid .compact-track{font-size:calc(19.6px * .875);
  line-height:1.79;
  padding-top:calc(1.24rem * 1.5);
  border-top:1px solid #D6D9DE;}
.team-grid .compact-track a{text-decoration:underline;
  text-underline-offset:3px;}
.team-grid .compact-track a:hover{}
@media (max-width:720px){.team-grid summary{
    font-size:19.6px;
  }
}
.inner{background:var(--line-warm);color:var(--paint-card);padding:calc(1.5rem * 2.4) 1.94rem}
.inner .steady-note{max-width:1420px;margin:0 auto}
.inner .soft-media{display:flex;align-items:flex-start;gap:calc(1.24rem * 1.5)}
.inner .contact-items{flex:0 1 32rem;min-width:0}
.inner h2{margin:0;font-size:clamp(calc(19.6px * 2),4.6vw,calc(19.6px * 2.65));line-height:1.08;letter-spacing:0}
.inner p{margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.65}
.inner p.note{margin-top:calc(1.5rem * .75);font-size:calc(19.6px * .875);line-height:1.6;color:var(--paint-card);opacity:.85}
.inner .team-proof{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D6D9DE}
.inner .active-actions{display:flex;gap:1.24rem;padding:1.5rem 0;border-bottom:1px solid #D6D9DE}
.inner strong{flex:0 1 13rem;min-width:0;font-size:19.6px}
.inner span{flex:1 1 20rem;min-width:0;line-height:1.6}
.inner a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 290ms var(--speed-fast),border-color 290ms var(--speed-fast)}
.inner a:hover{color:inherit;border-bottom-color:#F07A1E}
@media(max-width:760px){.inner .soft-media{flex-direction:column;gap:1.5rem}.inner .active-actions{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}.inner strong{flex:0 0 auto}
}
.primary-links{
        padding: calc(1.5rem * 2.4) 1.94rem;
        background: linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);
        color: #F2F3F5;
    }
.primary-links .steady-note{max-width: 1420px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.24rem * 1.5);}
.primary-links .proof{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 52rem;}
.primary-links h2{margin: 0;
        font-size: calc(19.6px * 2);
        line-height: 1.1;}
.primary-links .proof p{margin: 0;
        font-size: calc(19.6px * 1.125);
        line-height: 1.79;}
.primary-links .soft-media{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid #D6D9DE;}
.primary-links .featured-fields{display: grid;
        grid-template-columns: minmax(0, 1fr) 16rem;
        gap: calc(1.24rem * 1.5);
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #D6D9DE;
        align-items: start;}
.primary-links .focused-contact{font-size: 19.6px;
        line-height: 1.79;}
.primary-links .media-nav{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #F07A1E;}
.primary-links .media-nav strong{font-size: calc(19.6px * .875);
        letter-spacing: 0.02em;
        text-transform: uppercase;}
.primary-links .media-nav span{font-size: calc(19.6px * .875);
        opacity: 0.78;}
@media (max-width: 760px) {.primary-links .featured-fields{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.primary-links .media-nav{
            padding-left: 0;
            padding-top: calc(1.5rem * .75);
            border-left: none;
            border-top: 2px solid #F07A1E;
        }
    }
.page-stack{--mark-active:calc(1.5rem * 1.18);--field-static:calc(1420px / 2.35);padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card);}
.page-stack .steady-note{max-width:1420px;margin:0 auto;}
.page-stack h2,.page-stack p{margin:0;}
.page-stack h2{font-size:calc(19.6px * 2);line-height:1.14;}
.page-stack p{font-size:19.6px;line-height:1.79;}
.page-stack a{color:inherit;text-decoration:none;}
.page-stack .content-region{display:flex;flex-wrap:wrap;align-items:flex-end;gap:calc(1.24rem * 1.5) 1.5rem;}
.page-stack .primary-method{flex:1 1 34rem;max-width:var(--field-static);}
.page-stack .primary-method .local-rail{margin-top:calc(1.24rem * 1.5);font-size:calc(19.6px * .875);}
.page-stack .primary-method .proof{margin-top:calc(1.5rem * .75);}
.page-stack .visual-summary{flex:1 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);}
.page-stack .primary-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#E85D0C;color:#FFFFFF;font-size:19.6px;transition:background 290ms var(--speed-fast);}
.page-stack .primary-items:hover{background:#C74A05;color:#14171B;}
.page-stack .compact-track{display:flex;flex-wrap:wrap;gap:1.24rem;font-size:calc(19.6px * .875);}
.page-stack .compact-track a{color:inherit;border-bottom:1px solid transparent;transition:color 290ms var(--speed-fast),border-color 290ms var(--speed-fast);}
.page-stack .compact-track a:hover{color:inherit;border-bottom-color:#F07A1E;}
@media (max-width:720px){.page-stack .content-region{flex-direction:column;align-items:stretch;}.page-stack .primary-method{max-width:none;}.page-stack .primary-items{width:100%;}
}
.main-steps{padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card)}
.main-steps .steady-note{max-width:1420px;margin:0 auto}
.main-steps .bottom-brand{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(0,1.4fr);gap:calc(1.24rem * 1.5);align-items:start}
.main-steps .contact-items{min-width:0;border-left:3px solid #F07A1E;padding-left:1.5rem}
.main-steps h2{margin:0;font-size:calc(19.6px * 2);line-height:1.08}
.main-steps .contact-items p{margin:1.5rem 0 0;font-size:19.6px;line-height:1.79}
.main-steps .fresh-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-steps .fresh-items a{display:block;min-width:0;background:#FFFFFF;color:#14171B;border:1px solid #D6D9DE;border-radius:0.58rem;padding:1.5rem calc(1.24rem * 1.5);text-decoration:none;transition:border-color 290ms var(--speed-fast)}
.main-steps .fresh-items a:hover{border-color:#F07A1E}
.main-steps strong{display:block;font-size:calc(19.6px * 1.125);line-height:1.2}
.main-steps span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.6px * .875);line-height:1.79}
@media(max-width:780px){.main-steps .bottom-brand{display:block}.main-steps .fresh-items{margin-top:calc(1.24rem * 1.5)}.main-steps h2{font-size:calc(19.6px * 1.35)}}
.text-entries{
  --mark-active:calc(1.5rem * 1.2);
  --field-static:calc(1420px / 2.6);
  padding:calc(1.5rem * 2.4) 1.94rem;
  background:#FFFFFF;
  color:#14171B;
}
.text-entries .steady-note{max-width:1420px;
  margin:0 auto;}
.text-entries h2,
.text-entries h3,
.text-entries p{margin:0;}
.text-entries h2{font-size:calc(19.6px * 2);
  line-height:1.14;}
.text-entries h3{font-size:calc(19.6px * 1.35);
  line-height:1.22;}
.text-entries p{font-size:19.6px;
  line-height:1.79;}
.text-entries .contact-items{max-width:var(--field-static);}
.text-entries .proof{margin-top:calc(1.24rem * 1.5);
  color:var(--paint-card);}
.text-entries .secondary-feature{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:1.24rem;
  margin-top:var(--mark-active);}
.text-entries .simple-menu{
  flex:1 1 calc(1420px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.24rem * 1.5);
  padding:calc(1.5rem * .75);
  border:1px solid #D6D9DE;
  border-radius:0.8rem;
  background:#FFFFFF;
  color:#14171B;
}
.text-entries .simple-menu .local-rail{font-size:calc(19.6px * .875);
  color:var(--paint-card);}
.text-entries .simple-menu .primary-items{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) * 0.85) 1.5rem;
  border-radius:0.34rem;
  background:#E85D0C;
  color:#FFFFFF;
  font-size:calc(19.6px * .875);
  text-decoration:none;
  transition:background 290ms var(--speed-fast);
}
.text-entries .simple-menu .primary-items:hover{
  background:#C74A05;color:#14171B;}
.text-entries .compact-track{margin-top:var(--mark-active);
  padding-top:calc(1.24rem * 1.5);
  border-top:1px solid #D6D9DE;
  font-size:calc(19.6px * .875);
  color:var(--paint-card);}
.text-entries .compact-track a{color:inherit;
  text-decoration:none;}
.text-entries .compact-track a:hover{color:inherit;
  text-decoration:underline;}
@media (max-width:760px){.text-entries .simple-menu{
    flex:1 1 100%;
  }
}
.visual-wrap{padding:calc(1.5rem * 2.4) 1.94rem;background:#FFFFFF;color:#14171B}
.visual-wrap .steady-note{width:min(100%,calc(1420px*.68));margin:0 auto}
.visual-wrap .top-entries{border-bottom:1px solid #D6D9DE;padding-bottom:calc(1.24rem * 1.5)}
.visual-wrap h1{margin:0;font-size:calc(19.6px * 2.65);line-height:1.06}
.visual-wrap .plain-rail{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:1.5rem;font-size:calc(19.6px * .875);color:var(--paint-card)}
.visual-wrap .plain-rail span{min-width:0}
.visual-wrap .top-track{margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.79}
.visual-wrap .plain-team{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.8rem;margin-top:calc(1.24rem * 1.5);box-shadow:0 1px 4px rgba(0,0,0,0.17)}
.visual-wrap .visual-stack{margin-top:1.5rem;padding:calc(1.5rem * .75) 0 0;border-top:1px solid #D6D9DE}
.visual-wrap .visual-stack p{margin:0 0 1.5rem;line-height:1.79}
.visual-wrap .visual-stack p:last-child{margin-bottom:0}
.visual-wrap .compact-track{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:calc(1.24rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D6D9DE}
.visual-wrap .compact-track a{color:inherit;text-decoration:none;font-size:19.6px;border-bottom:1px solid transparent;transition:color 290ms var(--speed-fast),border-color 290ms var(--speed-fast)}
.visual-wrap .compact-track a:hover{color:inherit;border-bottom-color:#F07A1E}
@media (max-width:720px){.visual-wrap .steady-note{width:100%}.visual-wrap .compact-track{flex-direction:column;gap:calc(1.5rem * .75)}
}
.site-fields{padding:calc(1.5rem * 2.4) 1.94rem;background:#E85D0C;color:#FFFFFF}
.site-fields .steady-note{max-width:1420px;margin:0 auto}
.site-fields .top-section{display:flex;flex-wrap:wrap;gap:calc(1.24rem * 1.5);align-items:flex-start}
.site-fields .text-proof{flex:1 1 18rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 34%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;gap:1.5rem}
.site-fields .text-proof p{margin:0;line-height:1.79;font-size:calc(19.6px * .875)}
.site-fields .text-proof a{display:inline-flex;align-self:flex-start;border-radius:0.34rem;background:#F07A1E;color:#14171B;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.6px * .875)}
.site-fields .text-proof a:hover{background:#E85D0C;color:#14171B;}
.site-fields .form{flex:2 1 40rem;min-width:0}
.site-fields h2{margin:0;font-size:calc(19.6px * 2);line-height:1.08}
.site-fields .form>p{margin:1.5rem 0 0;max-width:52rem;font-size:calc(19.6px * 1.125);line-height:1.79}
.site-fields .secondary-feature{margin-top:calc(1.24rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.site-fields .secondary-feature p{margin:0;display:flex;gap:1.5rem;align-items:baseline;border-top:1px solid color-mix(in srgb,#FFFFFF 22%,transparent);padding-top:1.5rem}
.site-fields .secondary-feature p:first-child{border-top:0;padding-top:0}
.site-fields .secondary-feature strong{flex:0 0 11rem;min-width:0;font-size:calc(19.6px * .875);text-transform:uppercase;letter-spacing:0.04em}
.site-fields .secondary-feature span{flex:1 1 24rem;min-width:0;line-height:1.79}
@media(max-width:760px){.site-fields .top-section{display:block}.site-fields .text-proof{border-left:0;padding-left:0}.site-fields .form{margin-top:calc(1.24rem * 1.5)}.site-fields .secondary-feature p{display:block}.site-fields .secondary-feature span{display:block;margin-top:calc(1.5rem * .75)}.site-fields h2{font-size:calc(19.6px * 1.35)}}
.media-view{padding:calc(1.5rem * 2.4) 1.94rem;background:#FFFFFF;color:#14171B}
.media-view .steady-note{width:min(100%,calc(1420px*.68));margin:0 auto}
.media-view .top-entries{border-bottom:1px solid #D6D9DE;padding-bottom:1.5rem}
.media-view h1{margin:0;font-size:calc(19.6px * 2.65);line-height:1.08}
.media-view .plain-rail{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:calc(1.5rem * .75);color:var(--paint-card);font-size:calc(19.6px * .875)}
.media-view .top-track{margin:1.5rem 0 0;color:var(--paint-card);font-size:calc(19.6px * 1.125);line-height:1.79}
.media-view .plain-team{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.8rem;margin-top:calc(1.24rem * 1.5);box-shadow:0 1px 4px rgba(0,0,0,0.17)}
.media-view .visual-stack{margin-top:1.5rem;padding-left:calc(1.5rem * .75);border-left:3px solid #F07A1E}
.media-view .visual-stack p{margin:0 0 1.5rem;line-height:1.79}
.media-view .visual-stack p:last-child{margin-bottom:0}
.media-view .compact-track{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:calc(1.24rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D6D9DE}
.media-view .compact-track a{color:inherit;text-decoration:none;font-size:19.6px;border-bottom:1px solid transparent;transition:color 290ms var(--speed-fast),border-color 290ms var(--speed-fast)}
.media-view .compact-track a:hover{color:inherit;border-bottom-color:#F07A1E}
@media (max-width:720px){.media-view .steady-note{width:100%}.media-view .visual-stack{padding-left:calc(1.5rem * .75)}
}
.top-shell{padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card)}
.top-shell .steady-note{max-width:1420px;margin:0 auto}
.top-shell .proof{max-width:52rem}
.top-shell h2{margin:0;font-size:calc(19.6px * 2);line-height:1.1}
.top-shell .proof p{margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);line-height:1.79}
.top-shell .top-section{margin-top:calc(1.24rem * 1.5);display:flex;flex-wrap:wrap;gap:calc(1.24rem * 1.5);align-items:flex-start}
.top-shell .focused-summary{flex:1 1 18rem;min-width:0;background:#FFFFFF;color:#14171B;border:1px solid #D6D9DE;border-radius:0.8rem;padding:calc(1.5rem * .75) 1.5rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 1px 4px rgba(0,0,0,0.17)}
.top-shell .focused-summary .local-rail{margin:0;line-height:1.79;font-size:calc(19.6px * .875)}
.top-shell .focused-summary .primary-items{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.34rem;background:#E85D0C;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(19.6px * .875)}
.top-shell .focused-summary .primary-items:hover{background:#C74A05;color:#14171B;}
.top-shell .form{flex:2 1 34rem;min-width:0;display:flex;flex-direction:column}
.top-shell .active-actions{display:flex;gap:1.5rem;align-items:flex-start;padding:calc(1.5rem * .75) 0;border-top:1px solid #D6D9DE}
.top-shell .active-actions:first-child{border-top:0;padding-top:0}
.top-shell .narrow-unit{flex:0 0 11rem;font-size:calc(19.6px * .875);text-transform:uppercase;letter-spacing:0.04em;opacity:0.72}
.top-shell .simple-menu{flex:1 1 auto;min-width:0;line-height:1.79}
.top-shell .simple-menu a{text-decoration:none}
.top-shell .simple-menu a:hover{text-decoration:underline}
@media(max-width:760px){.top-shell .top-section{display:block}.top-shell .focused-summary{margin-bottom:calc(1.24rem * 1.5)}.top-shell .active-actions{display:block}.top-shell .narrow-unit{display:block;margin-bottom:calc(1.5rem * .75)}.top-shell h2{font-size:calc(19.6px * 1.35)}
}
.focused-stack{padding:calc(1.5rem * 2.4) 1.94rem;background:#FFFFFF;color:#14171B}
.focused-stack .steady-note{width:min(100%,calc(1420px*.68));margin:0 auto}
.focused-stack .top-entries{max-width:52rem}
.focused-stack h1{margin:0;font-size:calc(19.6px * 2.65);line-height:1.08}
.focused-stack .plain-rail{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem;color:var(--paint-card);font-size:calc(19.6px * .875)}
.focused-stack .plain-rail span{position:relative;padding-right:calc(1.5rem * .75)}
.focused-stack .plain-rail span:last-child{padding-right:0}
.focused-stack .plain-rail span+span::before{content:"";position:absolute;left:calc(calc(1.5rem * .75)*-1);top:50%;width:4px;height:4px;border-radius:50%;background:#F07A1E;transform:translateY(-50%);color:#14171B;}
.focused-stack .top-track{margin:1.5rem 0 0;color:var(--paint-card);font-size:calc(19.6px * 1.125);line-height:1.79}
.focused-stack .local-method{margin:calc(1.24rem * 1.5) 0 0}
.focused-stack .plain-team{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.8rem;box-shadow:0 1px 4px rgba(0,0,0,0.17)}
.focused-stack .visual-stack{margin-top:1.5rem}
.focused-stack .visual-stack p{margin:0 0 1.5rem;line-height:1.79}
.focused-stack .visual-stack p:last-child{margin-bottom:0}
.focused-stack .visual-stack h2{margin:calc(1.24rem * 1.5) 0 1.5rem;font-size:calc(19.6px * 1.35);line-height:1.2}
.focused-stack .visual-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.focused-stack .visual-stack a:hover{color:inherit;}
.focused-stack .top-section{margin-top:calc(1.24rem * 1.5);padding:calc(1.5rem * .75) 1.24rem;background:var(--line-warm);color:var(--paint-card);border-radius:0.58rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.24rem}
.focused-stack .main-details{margin:0;font-size:calc(19.6px * .875);flex:1 1 20rem}
.focused-stack .strong-summary{color:inherit;font-size:calc(19.6px * .875);text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.focused-stack .strong-summary:hover{color:inherit;}
@media (max-width:640px){.focused-stack .plain-rail span+span::before{display:none}.focused-stack .plain-rail span{padding-right:0}
}
.clear-summary{padding:calc(1.5rem * 2.4) 1.94rem;background:#E85D0C;color:#FFFFFF}
.clear-summary .steady-note{max-width:1420px;margin:0 auto}
.clear-summary .top-section{display:flex;gap:calc(1.24rem * 1.5);align-items:stretch}
.clear-summary .text-proof{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FFFFFF 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.clear-summary .text-proof p{margin:0;line-height:1.79}
.clear-summary .text-proof a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.34rem;background:#F07A1E;color:#14171B;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.clear-summary .form{flex:1 1 44rem;min-width:0}
.clear-summary h2{margin:0;max-width:16ch;font-size:calc(19.6px * 2.65);line-height:1.02}
.clear-summary .form>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(19.6px * 1.125);line-height:1.79}
.clear-summary .secondary-feature{margin-top:calc(1.24rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.clear-summary .secondary-feature p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.clear-summary .secondary-feature strong{flex:0 1 12rem;min-width:0;font-size:calc(19.6px * .875)}
.clear-summary .secondary-feature span{flex:1 1 24rem;min-width:0;line-height:1.79}
@media(max-width:760px){.clear-summary .top-section,.clear-summary .secondary-feature p{display:block}.clear-summary .text-proof{border-left:0;padding-left:0}.clear-summary .form{margin-top:calc(1.24rem * 1.5)}.clear-summary .secondary-feature span{display:block;margin-top:calc(1.5rem * .75)}.clear-summary h2{font-size:calc(19.6px * 2)}}
.primary-steps{padding:calc(1.5rem * 2.4) 1.94rem;background:#14171B;color:#F2F3F5}
.primary-steps .steady-note{max-width:1420px;margin:0 auto;display:flex;gap:calc(1.24rem * 1.5);align-items:flex-start}
.primary-steps .contact-items{flex:0 1 36%}
.primary-steps h2{margin:0;font-size:calc(19.6px * 2);line-height:1.1}
.primary-steps .contact-items p{margin:1.5rem 0 0;line-height:1.79}
.primary-steps .secondary-feature{margin:1.5rem 0 0;padding-left:1.1rem;display:grid;gap:calc(1.5rem * .75);font-size:calc(19.6px * .875)}
.primary-steps .local-rail{margin-top:1.5rem;font-size:calc(19.6px * .875);opacity:.82}
.primary-steps form{flex:1 1 0;display:flex;flex-direction:column;gap:1.5rem}
.primary-steps fieldset{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.24rem;margin:0;padding:0;border:0}
.primary-steps label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.6px * .875)}
.primary-steps input,.primary-steps textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D6D9DE;border-radius:0.34rem;background:#FFFFFF;color:#14171B;font:inherit}
.primary-steps .offer-header{display:block}
.primary-steps textarea{resize:vertical}
.primary-steps form>p{margin:0;font-size:calc(19.6px * .875);opacity:.82}
.primary-steps button{align-self:flex-start;padding:calc(1.5rem * .75) 1.5rem;border:1px solid #F07A1E;border-radius:0.34rem;background:#F07A1E;color:#14171B;font:inherit;cursor:pointer;transition:background 290ms var(--speed-fast)}
.primary-steps button:hover{background:#E85D0C;color:#14171B;}
@media(max-width:820px){.primary-steps .steady-note{display:block}.primary-steps form{margin-top:calc(1.24rem * 1.5)}.primary-steps fieldset{grid-template-columns:1fr}}
.welcome{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);
  color: #F2F3F5;
}
.welcome .steady-note{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1420px;
  margin: 0 auto;}
.welcome .offer-header{max-width: 62rem;
  margin: 0 0 calc(1.24rem * 1.5);
  padding: 1.5rem 0;}
.welcome h2{margin: 0;
  font-size: calc(19.6px * 2.65);
  line-height: 1.05;}
.welcome .offer-header p{max-width: 42rem;
  margin: 1.5rem 0 0;
  font-size: calc(19.6px * 1.125);
  line-height: 1.79;}
.welcome .top-view{display: flex;
  justify-content: space-between;
  gap: 1.24rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.welcome .strong-feature{display: flex;
  gap: 1.24rem;
  flex-wrap: wrap;}
.welcome .strong-feature p{max-width: 26rem;
  margin: 0;
  line-height: 1.79;}
.welcome .bottom-summary{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.welcome .bottom-summary a{color: inherit;
  font-size: calc(19.6px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.welcome .local-list{display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: calc(1.24rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);}
.welcome .local-list a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 16%, transparent);}
.welcome .local-list a:last-child{border-bottom: none;}
.welcome .local-list a > span{flex: 1 1 22rem;
  opacity: .72;
  font-size: calc(19.6px * .875);
  line-height: 1.79;}
@media (max-width: 760px) {.welcome .top-view{
    flex-direction: column;
  }.welcome .strong-feature{
    display: block;
  }.welcome .strong-feature p + p{
    margin-top: calc(1.5rem * .75);
  }.welcome .bottom-summary{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.local-shell{padding:calc(1.5rem * 2.4) 1.94rem;background:#14171B;color:#F2F3F5}
.local-shell .bottom-brand{max-width:1420px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,.54fr);gap:1.24rem}
.local-shell .proof{align-self:start}
.local-shell h2{margin:0;font-size:calc(19.6px * 2.65);line-height:1.05}
.local-shell .proof p{margin:1.5rem 0 0;font-size:calc(19.6px * 1.125);color:#C4C8CE}
.local-shell .narrow-lead{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75)}
.local-shell .quiet-stack{padding:calc(1.5rem * .75);border-radius:0.8rem;background:#FFFFFF;color:#14171B;border:1px solid #D6D9DE}
.local-shell .quiet-stack span{display:block;font-size:calc(19.6px * .875);color:inherit;}
.local-shell .quiet-stack strong{display:block;margin-top:calc(1.5rem * .75);font-size:19.6px;line-height:1.5;white-space:pre-line}
.local-shell .quiet-stack a{color:#E85D0C;text-decoration:none}
.local-shell .quiet-stack a:hover{color:#F07A1E}
.local-shell .featured-quote{grid-column:1/-1;height:clamp(22rem,42vw,34rem);border-radius:1.08rem;overflow:hidden;border:1px solid #D6D9DE}
.local-shell iframe{display:block;width:100%;height:100%;border:0}
.local-shell .local-rail{grid-column:1/-1;margin:0;font-size:calc(19.6px * .875);color:#C4C8CE}
@media (max-width: 780px){.local-shell .bottom-brand,.local-shell .narrow-lead{grid-template-columns:1fr}.local-shell .featured-quote{height:22rem}}
.media-menu{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: linear-gradient(135deg, #14171B 0%, #2B3037 55%, #3A4149 100%);
  color: #F2F3F5;
}
.media-menu .media-links{
  max-width: 1420px;
  margin: 0 auto;
  border-radius: 1.08rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #14171B;
  border: 1px solid #D6D9DE;
}
.media-menu .soft-method{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.24rem * 1.5);
  border-bottom: 1px solid #D6D9DE;}
.media-menu .soft-method span,
.media-menu .soft-method strong{font-size: calc(19.6px * .875);}
.media-menu .contact-view{display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: calc(1.24rem * 1.5);
  padding: calc(1.24rem * 1.5);}
.media-menu h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.media-menu .primary-method p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.6px * 1.125);}
.media-menu .secondary-feature{
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #D6D9DE;
  border-radius: 0.58rem;
  overflow: hidden;color:#14171B;}
.media-menu .soft-surface{
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: var(--line-warm);
  color: #14171B;
}
.media-menu .soft-surface span{font-size: calc(19.6px * .875);
  font-weight: 600;
  letter-spacing: .04em;}
.media-menu h3{margin: 0;
  font-size: calc(19.6px * 1.35);}
.media-menu .soft-surface p{margin: calc(calc(1.5rem * .75) * .5) 0 0;}
.media-menu .offer-group{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  gap: calc(1.5rem * .75);
  padding: calc(1.24rem * 1.5);
  border-top: 1px solid #D6D9DE;
  background: #FFFFFF;color:#14171B;}
.media-menu .narrow-unit span{display: block;
  font-size: calc(19.6px * .875);
  margin-bottom: .35rem;}
.media-menu .narrow-unit p{margin: 0;
  font-size: 19.6px;}
.media-menu .narrow-unit a{text-decoration: none;}
.media-menu .narrow-unit a:hover{text-decoration: underline;}
@media (max-width: 860px) {.media-menu .contact-view{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }.media-menu .soft-surface{
    grid-template-columns: 2.4rem minmax(0, 1fr);
  }.media-menu .offer-group{
    padding: calc(1.5rem * .75);
  }
}
.strong-benefit{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #FFFFFF;
  color: #14171B;
}
.strong-benefit .steady-note{max-width: 1420px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .68fr) minmax(0, 1.32fr);
  gap: calc(1.24rem * 1.5);
  align-items: start;}
.strong-benefit .contact-items{
  padding: calc(1.5rem * .75);
  border-radius: 0.8rem;
  background: #14171B;
  color: #F2F3F5;
  position: sticky;
  top: calc(1.5rem * .75);
}
.strong-benefit .local-team{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.6px * .875);
  letter-spacing: .08em;
  text-transform: uppercase;}
.strong-benefit h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.12;}
.strong-benefit .proof{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.6px;color:inherit;
  opacity: .82;}
.strong-benefit .local-rail{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(242, 243, 245, 0.18);
  font-size: calc(19.6px * .875);color:inherit;
  opacity: .68;}
.strong-benefit .steady-links{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #D6D9DE;}
.strong-benefit .soft-footer{display: grid;
  grid-template-columns: minmax(6rem, .2fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D6D9DE;}
.strong-benefit .soft-footer small{font-size: calc(19.6px * .875);
  word-break: break-word;
  padding-top: .35em;}
.strong-benefit h3{margin: 0;
  font-size: calc(19.6px * 1.35);
  line-height: 1.2;}
.strong-benefit .contact-view p{margin: calc(calc(1.5rem * .75) * .55) 0 0;
  font-size: 19.6px;}
.strong-benefit .contact-view a{text-decoration: underline;
  text-underline-offset: 3px;}
.strong-benefit .contact-view a:hover{}
@media (max-width: 820px) {.strong-benefit .steady-note{
    grid-template-columns: 1fr;
  }.strong-benefit .contact-items{
    position: static;
  }.strong-benefit .soft-footer{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .4);
  }.strong-benefit .soft-footer small{
    padding-top: 0;
  }
}
.page-plan{--mark-active:calc(1.5rem * 0.95);--field-static:calc(1420px / 2.75);padding:calc(1.5rem * 2.4) 1.94rem;background:#E85D0C;color:#FFFFFF;}
.page-plan .steady-note{max-width:1420px;margin:0 auto;}
.page-plan h1,.page-plan h2,.page-plan h3,.page-plan p{margin:0;}
.page-plan h2{font-size:calc(19.6px * 2);line-height:1.12;}
.page-plan p{font-size:19.6px;line-height:1.79;color:color-mix(in srgb, currentColor 76%, transparent);}
.page-plan a{color:inherit;text-decoration:none;}
.page-plan .active-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.page-plan .contact-view{flex:1 1 30rem;max-width:var(--field-static);}
.page-plan .contact-view h2{margin-bottom:calc(1.24rem * 1.5);}
.page-plan .focused-summary{flex:1 1 18rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.24rem * 1.5);padding-top:calc(1.5rem * .75);}
.page-plan .local-rail{font-size:calc(19.6px * .875);}
.page-plan .primary-items{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.34rem;background:#FFFFFF;color:#E85D0C;transition:background 290ms var(--speed-fast);}
.page-plan .primary-items:hover{background:#F07A1E;color:#14171B;}
.page-plan .compact-track{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:var(--mark-active);padding-top:calc(1.24rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.page-plan .compact-track a{font-size:calc(19.6px * .875);text-decoration:underline;text-underline-offset:0.25em;}
.page-plan .compact-track a:hover{}
@media (max-width:720px){.page-plan .focused-summary{padding-top:0;}
}
.narrow-quote{
  padding: calc(1.5rem * 2.4) 1.94rem;
  background: #14171B;
  color: #F2F3F5;
}
.narrow-quote .steady-note{max-width: min(1420px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.24rem * 1.5);}
.narrow-quote .top-entries h2{margin: 0;
  font-size: calc(19.6px * 2);
  line-height: 1.1;}
.narrow-quote .top-entries .proof{margin: calc(1.5rem * .75) 0 0;
  max-width: 46rem;
  font-size: calc(19.6px * 1.125);
  color: #C4C8CE;}
.narrow-quote .featured-story{display: flex;
  flex-wrap: wrap;
  gap: 1.24rem;}
.narrow-quote .featured-lead{
  flex: 1 1 16rem;
  padding: calc(1.5rem * .75);
  border-left: 3px solid #F07A1E;
  background: #14171B;
  border-radius: 0.58rem;color:#14171B;}
.narrow-quote .featured-lead .strong-nav{display: block;
  margin-bottom: 0.4rem;
  font-size: calc(19.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F07A1E;}
.narrow-quote .featured-lead strong{display: block;
  font-size: calc(19.6px * 1.35);
  line-height: 1.25;}
.narrow-quote .featured-lead p{margin: calc(1.5rem * .75) 0 0;
  color: #C4C8CE;}
.narrow-quote .soft-links{display: flex;
  flex-wrap: wrap;
  gap: calc(1.24rem * 1.5);
  align-items: flex-start;
  padding-top: calc(1.24rem * 1.5);
  border-top: 1px solid #2B3037;}
.narrow-quote .soft-links .local-rail{flex: 1 1 20rem;
  margin: 0;
  color: #C4C8CE;}
.narrow-quote .compact-track{flex: 1 1 14rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.narrow-quote .compact-track a{color: #F07A1E;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 290ms var(--speed-fast);}
.narrow-quote .compact-track a:hover{border-color: #F07A1E;}
.narrow-quote .main-visual{flex: 1 1 16rem;}
.narrow-quote .main-visual p{margin: 0 0 0.5rem;
  color: #C4C8CE;}
.narrow-quote .main-visual strong{}
.narrow-quote .main-visual a{color: #F07A1E;
  text-decoration: none;}
.narrow-quote .main-visual a:hover{text-decoration: underline;}
@media (max-width: 640px) {.narrow-quote .featured-story{
    flex-direction: column;
  }
}
.offer-list{padding:calc(1.5rem * 2.4) 1.94rem;background:var(--line-warm);color:var(--paint-card)}
.offer-list .steady-note{max-width:1420px;margin:0 auto}
.offer-list .active-fields{display:flex;gap:calc(1.24rem * 1.5);align-items:flex-start}
.offer-list h2{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(19.6px * 2);line-height:1.12}
.offer-list .active-rail{flex:1 1 34rem;min-width:0}
.offer-list .active-rail>p{margin:0 0 1.5rem;font-size:calc(19.6px * 1.125);line-height:1.79}
.offer-list .compact-track{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.24rem}
.offer-list .compact-track li{min-width:0}
.offer-list .compact-track li a{display:inline-flex;border-radius:0.58rem;background:#FFFFFF;color:#14171B;border:1px solid #D6D9DE;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(19.6px * .875);transition:background 290ms var(--speed-fast)}
.offer-list .compact-track li a:hover{background:var(--line-warm);color:var(--paint-card);}
.offer-list .primary-items{display:inline-flex;margin-top:calc(1.24rem * 1.5);border-radius:0.58rem;background:#E85D0C;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:19.6px;transition:background 290ms var(--speed-fast)}
.offer-list .primary-items:hover{background:#C74A05;color:#14171B;}
@media(max-width:760px){.offer-list .active-fields{display:block}.offer-list .active-rail{margin-top:1.5rem}}
