/* The PR monogram is a viewport onto the original supplied 151x44 PNG.
   No tracing, replacement symbol, stretching or rewritten lettering. */
.page-company-mark,
.company-brand-story .company-original-mark,
.company-about-mark,
.closing-cta>.closing-company-mark,
.commercial-page .commercial-company-mark {
  display:block;
  width:55px;
  height:44px;
  max-width:none;
  max-height:none;
  object-fit:none;
  object-position:left center;
  margin-bottom:24px;
}
.customer-pathways .customer-section-heading::before,
.customer-reviews .customer-section-heading::before,
.commercial-system-section>.commercial-heading::before {
  content:"";
  display:block;
  width:55px;
  height:44px;
  margin:0 0 23px;
  background:url('/assets/logo.png') no-repeat left center / 151px 44px;
}
/* A consistent local identity stays available as customers explore the page. */
body>.header,
body>.header.has-scrolled,
body>.site-header {
  position:sticky;
  top:0;
  z-index:60;
  background:#ffffffed;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid #e2e4e8;
}
@media print {
  body>.header,body>.site-header{position:static;display:none!important}
}
