@font-face {
  font-family: "Open Sans";
  src: url("/_next/static/media/open-sans-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/* Compatibility boundary for the exact homepage header on independently styled pages. */
#header {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #0b0b0b;
  font-family: var(--font-poppins), "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  position: sticky;
  top: 0;
  z-index: 40;
}

#header,
#header * {
  box-sizing: border-box;
}

#header nav,
#header nav a,
#header a,
#header button,
#header p,
#header picture,
#header svg {
  margin: 0;
}

#header nav {
  padding: 0;
  border: 0;
  background: transparent;
}

#header a {
  color: inherit;
  text-decoration: none;
}

#header button,
#header select,
#header input {
  font: inherit;
}

#header button {
  border-color: currentColor;
}

#header .sp-header-account-link {
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  margin-inline-end: 4px;
  border: 1px solid #111827;
  border-radius: 999px;
  color: #111827;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
  white-space: nowrap;
}

#header .sp-header-account-link:hover {
  background: #111827;
  color: #fff;
}

#header .sp-header-account-link:focus-visible {
  outline: 3px solid rgba(47, 107, 255, 0.35);
  outline-offset: 3px;
}

#header .sp-header-account-link-mobile {
  display: flex;
  width: 100%;
  min-height: 48px;
  margin: 0 0 20px;
  background: #111827;
  color: #fff;
}

@media (min-width: 1024px) {
  #header .sp-header-account-link:not(.sp-header-account-link-mobile) {
    display: inline-flex;
  }
}

#header [data-testid="announcement-bar-cta"],
#header [data-testid="announcement-bar-cta"]:visited {
  color: var(--color-neutral-0, #fff);
}

#header #header-hp-link,
#header #header-hp-link:visited {
  color: inherit;
}

#header #header-hp-link {
  display: flex;
  align-items: center;
  min-width: 128px;
  min-height: 44px;
}

#header #header-hp-link picture,
#header #mobile-nav-sticky-top a[href="/"] picture,
#header #mobile-nav-sticky-top a[href="/ar/"] picture {
  display: block;
  width: 128px;
}

#header .sp-wordmark {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  color: #0b0b0b;
  direction: ltr;
}

#header .sp-wordmark text {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #header #header-hp-link {
    min-width: 156px;
  }

  #header #header-hp-link picture {
    width: 156px;
  }
}

#header svg {
  max-width: none;
}

#header svg[aria-label="Simpriest"] {
  direction: ltr;
}

html[dir="rtl"] #header .text-left,
html[dir="rtl"] #header .text-start {
  text-align: right;
}

html[dir="rtl"] #header #sp-mega .sp-dcell {
  text-align: right;
}

@media (max-width: 1023px) {
  #header [data-testid="mobile-sidebar-open"],
  #header [data-testid="mobile-sidebar-close"] {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #header *,
  #header *::before,
  #header *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
