/* =========================================================
   T-Booster v104 — final global authority
   - sticky announcement + stacked header/index geometry
   - Home navigation geometry used by every page
   - one footer outer-spacing authority
   - approved News and Contact refinements
   ========================================================= */

:root{
  --v104-announcement-h:38px;
  --v104-header-h:78px;
  --v104-sticky-stack:116px;
}

/* ---------- Sticky global chrome ---------- */
html body.global-home-chrome-v74 .global-announcement-master-v74{
  position:sticky!important;
  top:0!important;
  z-index:120!important;
}
html body.global-home-chrome-v74 .site-header{
  position:sticky!important;
  top:var(--v104-announcement-h)!important;
  z-index:110!important;
}

/* Home is the single desktop navigation reference for every page. */
@media (min-width:1021px){
  html body.global-home-chrome-v74 .site-header .site-header__inner,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .site-header__inner{
    width:min(calc(100% - 64px),1280px)!important;
    max-width:1280px!important;
    min-height:78px!important;
    height:78px!important;
    gap:28px!important;
    padding:0!important;
  }
  html body.global-home-chrome-v74 .site-header .brand__logo-stack,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .brand__logo-stack{
    width:clamp(220px,16.5vw,252px)!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .primary-nav{
    gap:clamp(8px,.72vw,12px)!important;
    font-size:clamp(.72rem,.70rem + .035vw,.75rem)!important;
    font-weight:620!important;
    letter-spacing:.018em!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav > a,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .primary-nav > a{
    min-height:0!important;
    padding:15px 2px!important;
    font:inherit!important;
    line-height:1.1!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav > a.nav-contact,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .primary-nav > a.nav-contact{
    min-height:45px!important;
    padding:0 17px!important;
    border-radius:999px!important;
    font-size:.8125rem!important;
    font-weight:650!important;
    letter-spacing:-.01em!important;
  }

  body.home-v253.home-commercial-nav .home-index,
  body.science-v47 .science-index,
  body.principal-redesign-v93 .principal-index-v93{
    top:var(--v104-sticky-stack)!important;
  }
}

@media (max-width:1020px) and (min-width:601px){
  :root{
    --v104-announcement-h:38px;
    --v104-header-h:72px;
    --v104-sticky-stack:110px;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .primary-nav{
    height:calc(100svh - var(--v104-sticky-stack))!important;
  }
  body.home-v253.home-commercial-nav .home-index,
  body.science-v47 .science-index,
  body.principal-redesign-v93 .principal-index-v93{
    top:var(--v104-sticky-stack)!important;
  }
}

@media (max-width:600px){
  :root{
    --v104-announcement-h:34px;
    --v104-header-h:68px;
    --v104-sticky-stack:102px;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav,
  html body.principal-redesign-v93.global-home-chrome-v74 .site-header .primary-nav{
    height:calc(100svh - var(--v104-sticky-stack))!important;
  }
  body.home-v253.home-commercial-nav .home-index,
  body.science-v47 .science-index,
  body.principal-redesign-v93 .principal-index-v93{
    top:var(--v104-sticky-stack)!important;
  }
}

/* ---------- Footer: one outer-spacing authority everywhere ---------- */
html body .site-footer.global-footer-v269{
  padding:38px 0 24px!important;
}
html body .site-footer.global-footer-v269 > .shell{
  padding-top:0!important;
  padding-bottom:0!important;
}
@media (max-width:760px){
  html body .site-footer.global-footer-v269{
    padding:30px 0 20px!important;
  }
}

/* ---------- News ---------- */
@media (min-width:1200px){
  body.page-news-v93 .p95-media-item{
    display:flex!important;
    flex-direction:column!important;
    padding-left:26px!important;
    padding-right:26px!important;
  }
  body.page-news-v93 .p95-media-item h3{
    white-space:nowrap!important;
    font-size:clamp(24px,1.55vw,29px)!important;
  }
  body.page-news-v93 .p95-media-item p{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    font-size:16px!important;
    line-height:1.55!important;
    text-wrap:pretty;
  }
  body.page-news-v93 .p95-media-item > a{
    margin-top:auto!important;
    padding-top:22px!important;
  }
}

/* ---------- Contact: compact form + natural office flow ---------- */
@media (min-width:1021px){
  body.page-contact-v95 .p99-contact-layout{
    grid-template-columns:minmax(0,1.46fr) minmax(390px,.82fr)!important;
    gap:clamp(34px,3.2vw,48px)!important;
    align-items:start!important;
  }
  body.page-contact-v95 .p99-contact-form-column .contact-form-v210{
    height:auto!important;
    min-height:0!important;
    padding:24px 26px!important;
    border-radius:22px!important;
  }
  body.page-contact-v95 .contact-form-grid-v210{
    column-gap:18px!important;
    row-gap:10px!important;
  }
  body.page-contact-v95 .field-v210{
    gap:5px!important;
  }
  body.page-contact-v95 .field-v210 input,
  body.page-contact-v95 .field-v210 select{
    height:46px!important;
    min-height:46px!important;
    padding-inline:14px!important;
    border-radius:13px!important;
  }
  body.page-contact-v95 .field-v210 textarea{
    min-height:98px!important;
    height:98px!important;
    padding:11px 14px!important;
    border-radius:13px!important;
  }
  body.page-contact-v95 .contact-submit-row-v210{
    grid-template-columns:minmax(0,1fr) auto!important;
    gap:12px!important;
    align-items:center!important;
    margin-top:0!important;
  }
  body.page-contact-v95 .contact-submit-v210{
    min-width:158px!important;
    min-height:46px!important;
    height:46px!important;
    padding:0 18px!important;
    border-radius:13px!important;
  }

  body.page-contact-v95 .p99-contact-direct-column{
    display:block!important;
    align-self:start!important;
    height:auto!important;
    min-height:0!important;
    padding-left:32px!important;
  }
  body.page-contact-v95 .p99-contact-kicker{
    margin:0 0 16px!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .p95-contact-info-grid{
    display:flex!important;
    flex-direction:column!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .direct-email-v210{
    padding:0 0 18px!important;
    border-bottom:1px solid rgba(31,28,28,.09)!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .direct-email-v210 p{
    margin:10px 0 13px!important;
    line-height:1.42!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .office-card-v210,
  body.page-contact-v95 .p99-contact-direct-column .office-card-v210:last-child{
    display:block!important;
    min-height:0!important;
    padding:20px 0!important;
    justify-content:flex-start!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .office-card-v210:not(:last-child){
    border-bottom:1px solid rgba(31,28,28,.09)!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .office-card-v210:last-child{
    padding-bottom:0!important;
    border-bottom:0!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:24px!important;
    row-gap:0!important;
    margin-top:12px!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210 a,
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210 a:last-child{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:flex-start!important;
    width:100%!important;
    padding:0!important;
    text-align:left!important;
    border:0!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210 span,
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210 strong{
    width:100%!important;
    margin-left:0!important;
    padding-left:0!important;
    text-align:left!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210 span{
    margin-bottom:4px!important;
  }
  body.page-contact-v95 .p99-contact-direct-column .phone-list-v210 strong{
    font-size:12.5px!important;
  }
}

@media (min-width:1280px){
  body.page-contact-v95 .contact-consent-v210 > span{
    white-space:nowrap!important;
  }
}

/* v104.1 — specificity locks against legacy principal/page masters. */
html body.global-home-chrome-v74.global-announcement-v91 .global-announcement-master-v74{
  position:sticky!important;
  top:0!important;
  z-index:120!important;
}
html body.global-home-chrome-v74.global-announcement-v91 .site-header,
html body#v205-site.global-home-chrome-v74 .site-header{
  position:sticky!important;
  top:var(--v104-announcement-h)!important;
  z-index:110!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269,
html body#v205-site.global-ending-v89 .site-footer.global-footer-v269{
  padding:38px 0 24px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 > .shell,
html body#v205-site.global-ending-v89 .site-footer.global-footer-v269 > .shell{
  padding-top:0!important;
  padding-bottom:0!important;
}
@media (max-width:760px){
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269,
  html body#v205-site.global-ending-v89 .site-footer.global-footer-v269{
    padding:30px 0 20px!important;
  }
}

/* v104.1 — make the left form compact enough to meet the natural office stack. */
@media (min-width:1021px){
  html body#v205-site.page-contact-v95 .p99-contact-form-column .contact-form-v210{
    padding:20px 24px!important;
  }
  html body#v205-site.page-contact-v95 .contact-form-grid-v210{
    row-gap:8px!important;
  }
  html body#v205-site.page-contact-v95 .field-v210{
    gap:4px!important;
  }
  html body#v205-site.page-contact-v95 .field-v210 input,
  html body#v205-site.page-contact-v95 .field-v210 select{
    height:44px!important;
    min-height:44px!important;
  }
  html body#v205-site.page-contact-v95 .field-v210 textarea{
    min-height:86px!important;
    height:86px!important;
  }
  html body#v205-site.page-contact-v95 .contact-submit-v210{
    min-height:44px!important;
    height:44px!important;
  }
}


/* =========================================================
   T-Booster v106 — single final global authority
   Source references:
   - Home/Science shared header system for all navigation
   - The Science footer as the exact footer master everywhere
   - One normal section-H2 typography system across all pages
   ========================================================= */

:root{
  --v106-announcement-h:38px;
  --v106-header-h:78px;
  --v106-sticky-stack:116px;
  --v106-nav-desktop-size:clamp(11.5px,calc(11px + .08vw),12.25px);
  --v106-nav-drawer-size:clamp(15px,calc(14px + .35vw),16px);
  --v106-section-h2-size:clamp(36px,calc(24px + 2.8vw),64px);
}

/* ---------------------------------------------------------
   1. Sticky announcement + one header/navigation geometry.
   --------------------------------------------------------- */
html body.global-home-chrome-v74.global-announcement-v91 .global-announcement-master-v74{
  position:sticky!important;
  top:0!important;
  z-index:120!important;
}
html body.global-home-chrome-v74 .site-header,
html body#v205-site.global-home-chrome-v74 .site-header{
  position:sticky!important;
  top:var(--v106-announcement-h)!important;
  z-index:110!important;
}

@media (min-width:1021px){
  html body.global-home-chrome-v74 .site-header .site-header__inner,
  html body#v205-site.global-home-chrome-v74 .site-header .site-header__inner{
    width:min(calc(100% - 64px),1280px)!important;
    max-width:1280px!important;
    min-height:var(--v106-header-h)!important;
    height:var(--v106-header-h)!important;
    gap:28px!important;
    padding:0!important;
  }
  html body.global-home-chrome-v74 .site-header .brand__logo-stack,
  html body#v205-site.global-home-chrome-v74 .site-header .brand__logo-stack{
    width:clamp(220px,16.5vw,252px)!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav{
    display:flex!important;
    align-items:center!important;
    gap:clamp(8px,.72vw,12px)!important;
    font-size:var(--v106-nav-desktop-size)!important;
    font-weight:620!important;
    letter-spacing:.018em!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav>a,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a{
    min-height:0!important;
    padding:15px 2px!important;
    font-size:var(--v106-nav-desktop-size)!important;
    font-weight:620!important;
    line-height:1.1!important;
    letter-spacing:.018em!important;
    white-space:nowrap!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav>a.nav-contact,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a.nav-contact{
    min-height:45px!important;
    height:45px!important;
    padding:0 17px!important;
    border-radius:999px!important;
    font-size:var(--v106-nav-desktop-size)!important;
    font-weight:650!important;
    letter-spacing:.005em!important;
    line-height:1!important;
  }
}

@media (max-width:1020px){
  :root{
    --v106-announcement-h:38px;
    --v106-header-h:72px;
    --v106-sticky-stack:110px;
  }
  html body.global-home-chrome-v74 .site-header .site-header__inner,
  html body#v205-site.global-home-chrome-v74 .site-header .site-header__inner{
    width:min(calc(100% - 48px),1280px)!important;
    min-height:var(--v106-header-h)!important;
    height:var(--v106-header-h)!important;
    padding:0!important;
  }
  html body.global-home-chrome-v74 .site-header .brand__logo-stack,
  html body#v205-site.global-home-chrome-v74 .site-header .brand__logo-stack{
    width:190px!important;
  }
  html body.global-home-chrome-v74 .site-header .menu-toggle,
  html body#v205-site.global-home-chrome-v74 .site-header .menu-toggle{
    display:flex!important;
    width:48px!important;
    height:48px!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav{
    top:100%!important;
    height:calc(100svh - var(--v106-sticky-stack))!important;
    gap:0!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav>a,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a,
  html body.global-home-chrome-v74 .site-header .primary-nav>a.nav-contact,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a.nav-contact{
    font-size:var(--v106-nav-drawer-size)!important;
    line-height:1.2!important;
    letter-spacing:0!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav>a,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a{
    padding:15px 0!important;
    font-weight:680!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav>a.nav-contact,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a.nav-contact{
    min-height:46px!important;
    height:auto!important;
    margin-top:18px!important;
    padding:12px 18px!important;
    font-weight:700!important;
  }
  body.home-v253.home-commercial-nav .home-index,
  body.science-v47 .science-index,
  body.principal-redesign-v93 .principal-index-v93{
    top:var(--v106-sticky-stack)!important;
  }
}

@media (max-width:600px){
  :root{
    --v106-announcement-h:34px;
    --v106-header-h:68px;
    --v106-sticky-stack:102px;
  }
  html body.global-home-chrome-v74 .site-header .site-header__inner,
  html body#v205-site.global-home-chrome-v74 .site-header .site-header__inner{
    width:min(calc(100% - 32px),1280px)!important;
  }
  html body.global-home-chrome-v74 .site-header .brand__logo-stack,
  html body#v205-site.global-home-chrome-v74 .site-header .brand__logo-stack{
    width:176px!important;
  }
  html body.global-home-chrome-v74 .site-header .menu-toggle,
  html body#v205-site.global-home-chrome-v74 .site-header .menu-toggle{
    width:44px!important;
    height:44px!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav{
    height:calc(100svh - var(--v106-sticky-stack))!important;
    padding:18px 18px 36px!important;
  }
  html body.global-home-chrome-v74 .site-header .primary-nav>a,
  html body#v205-site.global-home-chrome-v74 .site-header .primary-nav>a{
    padding:14px 0!important;
  }
}

/* ---------------------------------------------------------
   2. One normal section H2 system across every real page.
      Hero, pre-footer, footer and smaller card typography are excluded.
   --------------------------------------------------------- */
html body.global-home-chrome-v74 main section:not(.global-prefooter-v260):not([class*="hero"]) h2{
  font-size:var(--v106-section-h2-size)!important;
  font-weight:560!important;
  line-height:1.03!important;
  letter-spacing:-.05em!important;
  text-wrap:balance!important;
  white-space:normal!important;
}

/* Preserve authored line breaks/heading measures; never solve length by shrinking one H2. */
html body.global-home-chrome-v74 main section:not(.global-prefooter-v260):not([class*="hero"]) h2 br{
  display:block!important;
}

/* ---------------------------------------------------------
   3. THE SCIENCE footer is the exact global footer master.
      The markup is also cloned from the Science page in v106.
   --------------------------------------------------------- */
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269{
  box-sizing:border-box!important;
  width:100%!important;
  margin:0!important;
  padding:40px 0 24px!important;
  background:linear-gradient(180deg,#161518 0%,#121114 100%)!important;
  border:0!important;
  border-top:1px solid rgba(230,184,111,.15)!important;
  color:#fff!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269>.shell{
  width:min(calc(100% - 64px),1280px)!important;
  max-width:1280px!important;
  margin-inline:auto!important;
  padding:0!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main{
  display:grid!important;
  grid-template-columns:minmax(310px,1.28fr) minmax(130px,.62fr) minmax(175px,.75fr) minmax(180px,.7fr)!important;
  column-gap:clamp(34px,4vw,58px)!important;
  row-gap:16px!important;
  align-items:start!important;
  margin:0!important;
  padding:0 0 8px!important;
  border:0!important;
  box-shadow:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main::before,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main::after{
  content:none!important;
  display:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column{
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  align-self:start!important;
  justify-self:stretch!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand{
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
  gap:0!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__details{
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
  align-items:flex-start!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro{
  padding:0!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro img{
  display:block!important;
  width:192px!important;
  height:auto!important;
  margin:0!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro p{
  margin:18px 0 0!important;
  max-width:38ch!important;
  color:rgba(247,242,236,.84)!important;
  font-size:.875rem!important;
  font-weight:400!important;
  line-height:1.52!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__intro p span{
  display:block!important;
}
/* Exact Science compact brand-detail rhythm. */
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand__details{
  display:flex!important;
  flex-direction:column!important;
  margin-top:6px!important;
  padding:8px 0 0!important;
  gap:10px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-proof-list{
  display:grid!important;
  grid-template-columns:repeat(2,max-content)!important;
  gap:5px 18px!important;
  justify-content:start!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-proof-list li{
  position:static!important;
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  color:rgba(247,242,236,.80)!important;
  font-size:.8125rem!important;
  font-weight:400!important;
  line-height:1.35!important;
  white-space:nowrap!important;
  list-style:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-proof-list li::before{
  content:""!important;
  position:static!important;
  flex:0 0 4px!important;
  width:4px!important;
  height:4px!important;
  margin:0!important;
  border:0!important;
  border-radius:50%!important;
  background:#d97885!important;
  transform:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .social-links{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
  padding:0!important;
  transform:translateY(10px)!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .social-links a{
  display:grid!important;
  place-items:center!important;
  width:34px!important;
  height:34px!important;
  margin:0!important;
  padding:0!important;
  border:1px solid rgba(247,242,236,.28)!important;
  border-radius:50%!important;
  background:transparent!important;
  color:rgba(247,242,236,.86)!important;
  font-size:.72rem!important;
  font-weight:400!important;
  line-height:1!important;
  text-decoration:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column h3,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid h3{
  margin:0 0 16px!important;
  padding:0!important;
  color:#e2b16d!important;
  font-size:.72rem!important;
  font-weight:760!important;
  line-height:1.2!important;
  letter-spacing:.13em!important;
  text-transform:uppercase!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-column>a,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-contact>a{
  margin:0 0 10px!important;
  padding:0!important;
  color:rgba(247,242,236,.82)!important;
  font-size:.9rem!important;
  font-weight:400!important;
  line-height:1.45!important;
  letter-spacing:normal!important;
  text-decoration:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-contact>span{
  margin:0 0 7px!important;
  padding:0!important;
  color:rgba(247,242,236,.62)!important;
  font-size:.65rem!important;
  font-weight:720!important;
  line-height:1.2!important;
  letter-spacing:.11em!important;
  text-transform:uppercase!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-contact>span:not(:first-of-type){
  margin-top:16px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:0!important;
  margin:22px 0 0!important;
  padding:0!important;
  border-top:0!important;
  border-bottom:1px solid rgba(247,242,236,.13)!important;
  background-image:linear-gradient(to right,transparent calc(50% - .5px),rgba(247,242,236,.13) calc(50% - .5px),rgba(247,242,236,.13) calc(50% + .5px),transparent calc(50% + .5px))!important;
  background-repeat:no-repeat!important;
  background-position:center!important;
  background-size:100% 100%!important;
  overflow:hidden!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid::before,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid::after{
  content:none!important;
  display:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article,
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article+article{
  min-height:0!important;
  height:auto!important;
  margin:0!important;
  border:0!important;
  padding-top:14px!important;
  padding-bottom:14px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article:first-child{
  padding-left:0!important;
  padding-right:28px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article+article{
  padding-left:28px!important;
  padding-right:0!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid h3{
  margin-bottom:9px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid p{
  margin:0!important;
  padding:0!important;
  color:rgba(247,242,236,.78)!important;
  font-size:.84rem!important;
  font-weight:400!important;
  line-height:1.48!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article>div{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px 24px!important;
  margin-top:10px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-phone{
  display:inline-flex!important;
  align-items:baseline!important;
  gap:8px!important;
  margin:0!important;
  color:rgba(247,242,236,.82)!important;
  font-size:.82rem!important;
  font-weight:440!important;
  white-space:nowrap!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-phone__label{
  color:rgba(247,242,236,.68)!important;
  font-size:.58rem!important;
  font-weight:740!important;
  letter-spacing:.095em!important;
  text-transform:uppercase!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-phone a{
  color:rgba(247,242,236,.84)!important;
  font:inherit!important;
  text-decoration:none!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-disclaimer{
  width:100%!important;
  max-width:none!important;
  margin:7px 0 0!important;
  padding:10px 0 0!important;
  color:rgba(247,242,236,.66)!important;
  font-size:.6875rem!important;
  font-weight:400!important;
  line-height:1.5!important;
  text-wrap:wrap!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom{
  display:flex!important;
  align-items:flex-start!important;
  justify-content:space-between!important;
  gap:18px 32px!important;
  margin:4px 0 0!important;
  padding:8px 0 0!important;
  color:rgba(247,242,236,.64)!important;
  font-size:.65625rem!important;
  font-weight:400!important;
  line-height:1.45!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom p{margin:0!important}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom nav{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:flex-end!important;
  gap:7px 15px!important;
}
html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom a{
  color:rgba(247,242,236,.68)!important;
  text-decoration:none!important;
}

@media (min-width:901px){
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-disclaimer{
    white-space:nowrap!important;
  }
}
@media (max-width:1020px){
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269{
    padding:34px 0 20px!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269>.shell{
    width:min(calc(100% - 48px),1280px)!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:28px!important;
    row-gap:22px!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand{
    grid-column:1/-1!important;
  }
}
@media (max-width:760px){
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269{
    padding:28px 0 18px!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269>.shell{
    width:min(calc(100% - 32px),1280px)!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-main{
    grid-template-columns:1fr!important;
    padding:0 0 12px!important;
    gap:22px!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-brand{
    grid-column:auto!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .social-links{
    margin-top:0!important;
    transform:none!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid{
    grid-template-columns:1fr!important;
    margin-top:8px!important;
    background-image:none!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article,
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article:first-child,
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article+article{
    padding:14px 0!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .office-grid article+article{
    border-top:1px solid rgba(247,242,236,.13)!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-disclaimer{
    white-space:normal!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom{
    flex-direction:column!important;
    gap:9px!important;
  }
  html body.global-ending-v89.global-home-chrome-v74 .site-footer.global-footer-v269 .footer-bottom nav{
    justify-content:flex-start!important;
  }
}
