@layer shared {
/* Canonical public header. Page styles must not redefine these selectors. */
:root {
  --public-header-height: 4.5rem;
}

.public-header--home {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 0;
  background: #07113b;
  box-shadow: none;
  backdrop-filter: none;
}

.public-header--home .public-header__inner {
  height: 4.5rem;
  min-height: 4.5rem;
  grid-template-columns: 8.8rem minmax(0, 1fr) auto;
  gap: 1.25rem;
  padding-inline: clamp(1rem, 2vw, 2rem);
}

.public-header--home .public-header__brand-link {
  display: flex;
  justify-self: start;
  text-align: left;
  flex: 0 0 auto;
  justify-content: flex-start;
  gap: 0.7rem;
  border-right: 0;
  padding-right: 0;
  color: #fff;
}

.public-header--home .public-header__brand-context { display: none; }
.public-header--home .public-header__brand-symbol { display: inline-flex; width: 1.1rem; height: 1.1rem; align-items: flex-end; gap: 0.14rem; transform: skew(-12deg); }
.public-header--home .public-header__brand-symbol i { width: 0.22rem; background: #fff; }
.public-header--home .public-header__brand-symbol i:nth-child(1) { height: 0.52rem; }
.public-header--home .public-header__brand-symbol i:nth-child(2) { height: 0.88rem; }
.public-header--home .public-header__brand-symbol i:nth-child(3) { height: 0.7rem; }

.public-header__brand-lockup {
  display: grid;
  min-width: 8.8rem;
  gap: 0.28rem;
  align-content: center;
}

.public-header--home .public-header__brand-wordmark {
  color: inherit;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.public-header--home .public-header__brand-tagline {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Manrope", sans-serif;
  font-size: 0.52rem;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.public-header--home .public-header__brand-link img {
  width: auto;
  height: 1.85rem;
}

.public-header--home .public-header__mega-nav {
  display: flex;
  justify-content: space-between;
  gap: 0.25rem;
}

.public-header--home .public-header__mega-item { width: auto; flex: 0 0 auto; }

.public-header--home .public-header__mega-direct {
  width: max-content;
  overflow: visible;
  min-height: 2.35rem;
  border: 0;
  border-radius: 0.35rem;
  padding-inline: 0.42rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.875rem;
  font-weight: 650;
  line-height: 1.2;
}

.public-header--home .public-header__mega-direct:hover,
.public-header--home .public-header__mega-direct:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.public-header--home .public-header__mega-item--active::before {
  right: 18%;
  left: 18%;
  background: #75e7f3;
}

.public-header--home .public-header__mega-item--active .public-header__mega-direct {
  border-color: rgba(117, 231, 243, 0.34);
  background: rgba(117, 231, 243, 0.1);
  color: #fff;
}

.public-header--home .public-header__desktop-action {
  width: auto;
  display: flex;
  gap: 0.55rem;
  border-left: 0;
  padding-left: 0;
}

.public-header--home .public-header__desktop-action .public-header__action-button {
  width: 0;
  flex: 1 1 0;
}

.public-header--home .public-header__search-button--home {
  flex: 0 0 2.75rem;
  min-width: 2.75rem;
  min-height: 2.8rem;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 0.5rem;
  background: transparent;
  padding: 0;
  color: #fff;
  font-size: 0.74rem;
}

.public-header--home .public-header__search-button--home svg { display: block; }
.public-header--home .public-header__search-button--home b { color: rgba(255, 255, 255, 0.7); font-size: 0.72rem; }

.public-header__search-button,
.public-header__mobile-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe3ec;
  background: #fff;
  color: #13243a;
  cursor: pointer;
}

.public-header__search-button {
  min-height: 42px;
  gap: 0.5rem;
  border-radius: 0.85rem;
  padding: 0 0.9rem;
  font-size: 0.78rem;
  font-weight: 800;
}

.public-header__search-button svg,
.public-header__mobile-search svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.public-header__mobile-search {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 0.85rem;
}

.public-header__action-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid #254fe4;
  border-radius: 0.5rem;
  background: #254fe4;
  padding: 0 1.1rem;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 0 10px 24px rgba(37, 79, 228, 0.14);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.public-header__action-button:hover {
  border-color: #183cc1;
  background: #183cc1;
  color: #fff;
  box-shadow: 0 13px 28px rgba(37, 79, 228, 0.18);
}

.public-header__home-action {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 0.35rem;
  padding: 0 0.85rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.public-header__home-action:hover,
.public-header__home-action:focus-visible {
  border-color: #75e7f3;
  background: rgba(255, 255, 255, 0.08);
}

.public-header__account {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid #ffffff40;
  border-radius: 0.5rem;
  padding: 0.7rem 1rem;
  background: #fff;
  color: #07113b;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.public-header__account:hover { background: #dffaff; }
.public-header__account:focus-visible { outline: 3px solid #75e7f3; outline-offset: 3px; }
.public-header__mobile-panel > .public-header__account { display: flex; margin-bottom: .5rem; border-color: #d6e2fc; background: #edf3ff; }
.public-header__mobile-panel { top: calc(var(--public-header-height) + .5rem); max-height: calc(100dvh - var(--public-header-height) - 1rem); overflow-y: auto; }

.public-sticky-subnav {
  position: sticky;
  top: var(--public-header-height);
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.documents-catalog-breadcrumbs.public-sticky-subnav {
  padding-bottom: 0.9rem;
}

@media (min-width: 1200px) and (max-width: 1279px) {
  .public-header--home .public-header__inner { grid-template-columns: 7rem minmax(0, 1fr) auto; gap: .5rem; }
  .public-header--home .public-header__brand-lockup { min-width: 7rem; }
  .public-header--home .public-header__mega-direct { padding-inline: .3rem; }
}

@media (max-width: 1199px) {
  :root { --public-header-height: 4rem; }
  .public-header--home .public-header__inner { height: 4rem; min-height: 4rem; grid-template-columns: minmax(0, 1fr) auto auto; padding-inline: 1rem; }
  .public-header--home .public-header__mega-nav,
  .public-header--home .public-header__desktop-action { display: none; }
  .public-header--home .public-header__mobile-drawer { display: block; }
  .public-header--home .public-header__mobile-summary { border-color: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.07); color: #fff; }
  .public-header--home .public-header__mobile-menu { border-color: rgba(255, 255, 255, 0.14); background: #0a1745; color: #fff; box-shadow: 0 1.4rem 3rem rgba(2, 8, 23, 0.34); }
  .public-header--home .public-header__mobile-section,
  .public-header--home .public-header__mobile-link { border-color: rgba(255, 255, 255, 0.12); background: transparent; color: #fff; }
  .public-header--home .public-header__mobile-section--active { border-radius: .5rem; background: #edf2ff; }
  .public-header__mobile-section-link[aria-current="page"] > span { color: #254fe4; }
  .public-header--home .public-header__mobile-section small,
  .public-header--home .public-header__mobile-link small { color: #5c687f; }
  .public-header--home .public-header__mobile-section > span:last-child,
  .public-header--home .public-header__mobile-link > span:last-child { color: #75e7f3; }
  .public-header__mobile-search { display: inline-flex; }
}

@media (min-width: 701px) and (max-width: 1199px) {
  .public-header--home .public-header__mobile-panel { left: auto; right: 1rem; width: min(44rem, calc(100vw - 2rem)); }
  .public-header--home .public-header__mobile-sections { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
  .public-header--home .public-header__mobile-section-link { min-height: 3.5rem; padding: 1rem; border: 1px solid #dce4f3; border-radius: .5rem; }
}

@media (max-width: 640px) {
  .public-header__brand-lockup { min-width: 7.65rem; gap: 0.22rem; }
  .public-header--home .public-header__brand-wordmark { font-size: 0.84rem; }
  .public-header--home .public-header__brand-tagline { font-size: 0.46rem; }
  .public-header--home .public-header__brand-link { border-right: 0; padding-right: 0; }
  .public-header--home .public-header__brand-link img { height: 1.55rem; }
  .public-header__mobile-search { width: 40px; height: 40px; }
}




.public-header__brand-section { color: #75e7f3; font-family: "Manrope", sans-serif; font-size: .875rem; font-weight: 600; line-height: 1.3; }

}
