/**
 * Apple-stable site header.
 *
 * Restores the original theme row: logo | nav | Search + CTA + account.
 * One stylesheet owns geometry. Do not re-apply a 3-column grid to
 * .container — that collapses the header to a single auto column.
 */

:root {
  --dtr-apple-header-height: 52px;
  --dtr-apple-header-control: 28px;
  --dtr-apple-header-gap: 12px;
  --dtr-apple-header-ui: -apple-system, BlinkMacSystemFont, "SF Pro Text", Inter, "Segoe UI", Helvetica, Arial, sans-serif;
}

html body.dtr-apple-sticky-header #dtr-header-global,
html body.dtr-apple-sticky-header #dtr-header-global.header-fixed,
html body.dtr-apple-sticky-header #dtr-header-global.dtr-apple-bar {
  height: var(--dtr-apple-header-height) !important;
  min-height: var(--dtr-apple-header-height) !important;
  max-height: var(--dtr-apple-header-height) !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

@media (min-width: 993px) {
  html body.dtr-apple-sticky-header.show-onscroll #dtr-main-header {
    padding-top: var(--dtr-apple-header-height);
  }

  html body.dtr-apple-sticky-header #dtr-header-global > .container,
  html body.dtr-apple-sticky-header #dtr-header-global .container {
    display: block !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: var(--dtr-apple-header-height) !important;
    min-height: var(--dtr-apple-header-height) !important;
    max-height: var(--dtr-apple-header-height) !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-global-content {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: var(--dtr-apple-header-gap) !important;
    grid-template-columns: none !important;
    grid-template-areas: none !important;
    width: 100% !important;
    min-width: 0 !important;
    height: var(--dtr-apple-header-height) !important;
    min-height: var(--dtr-apple-header-height) !important;
    max-height: var(--dtr-apple-header-height) !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-left,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-logo {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  grid-area: auto !important;
  transform: none !important;
  direction: ltr !important;
  unicode-bidi: isolate;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
  min-width: 88px;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-logo,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-logo img,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-logo svg,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-logo .paxlogo-wrap,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-logo .paxlogo-svg {
  max-height: 28px;
  direction: ltr !important;
  unicode-bidi: isolate;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation,
html body.dtr-apple-sticky-header #dtr-header-global .main-navigation.ms-auto {
  display: flex;
  align-items: center;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  grid-area: auto !important;
  overflow: visible !important;
  box-sizing: border-box;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 !important;
  min-width: 0;
  overflow: visible !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li {
  flex: 0 0 auto;
  float: none !important;
  overflow: visible !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li > a {
  display: inline-flex;
  align-items: center;
  min-height: var(--dtr-apple-header-height);
  height: var(--dtr-apple-header-height);
  padding: 0 clamp(8px, 0.85vw, 14px);
  box-sizing: border-box;
  font-size: clamp(12px, 0.86vw, 14px);
  line-height: 1.2;
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li > a > .dtr-nav-lead-icon {
  display: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li.cybercrime-menu,
html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li.cybercrime-menu > a {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: visible !important;
  max-width: none;
}

html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li.dtr-has-mega,
html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li.dtr-has-mega > ul.sub-menu,
html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li.dtr-has-mega > ul.dtr-mega-panel {
  overflow: visible !important;
  clip: auto !important;
  clip-path: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-search-modal-trigger,
html body.dtr-apple-sticky-header #dtr-header-global a.dtr-search-modal-trigger,
html body.dtr-apple-sticky-header #dtr-header-global a.dtr-btn.dtr-header-btn,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar {
  flex: 0 0 auto !important;
  flex-shrink: 0 !important;
  position: relative;
  z-index: 2;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-search-modal-trigger,
html body.dtr-apple-sticky-header #dtr-header-global a.dtr-search-modal-trigger {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: var(--dtr-apple-header-height);
  min-height: var(--dtr-apple-header-height);
  max-height: var(--dtr-apple-header-height);
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: #1d1d1f !important;
  font-size: 0 !important;
  line-height: 0;
  text-indent: 0;
  overflow: hidden;
  transform: none !important;
  top: auto !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-search-modal-trigger::before,
html body.dtr-apple-sticky-header #dtr-header-global a.dtr-search-modal-trigger::before {
  content: none !important;
  display: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-search-modal-trigger::after,
html body.dtr-apple-sticky-header #dtr-header-global a.dtr-search-modal-trigger::after {
  content: "" !important;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0 !important;
  line-height: 0 !important;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15zm5.8-1.7 4.4 4.4'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M10.5 18a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15zm5.8-1.7 4.4 4.4'/%3E%3C/svg%3E") center / 16px 16px no-repeat;
}

html body.dtr-apple-sticky-header #dtr-header-global a.dtr-btn.dtr-header-btn,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  height: var(--dtr-apple-header-control) !important;
  min-height: var(--dtr-apple-header-control) !important;
  max-height: var(--dtr-apple-header-control) !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 980px !important;
  background: #000 !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
  font-family: var(--dtr-apple-header-ui) !important;
  font-size: 12px !important;
  font-weight: 510 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  transform: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn .dtr-btn__text {
  font-family: var(--dtr-apple-header-ui) !important;
  font-size: 12px !important;
  font-weight: 510 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  color: #fff !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn .dtr-btn__icon,
html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn .dtr-icon {
  display: none !important;
  margin: 0 !important;
  font-size: 0 !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--header,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--menu-open {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 88px;
  max-width: 168px;
  height: var(--dtr-apple-header-height);
  min-height: var(--dtr-apple-header-height);
  max-height: var(--dtr-apple-header-height);
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-auth-bar-inner {
  display: flex;
  align-items: center;
  min-width: 0;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-header-btn,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-signup-btn,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-in .pdx-auth-account-btn,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-in .pdx-auth-trigger {
  display: inline-flex !important;
  align-items: center !important;
  height: var(--dtr-apple-header-control) !important;
  min-height: var(--dtr-apple-header-control) !important;
  max-height: var(--dtr-apple-header-control) !important;
  top: 0 !important;
  transform: none !important;
  font-family: var(--dtr-apple-header-ui) !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-signup-btn {
  padding: 0 12px !important;
  font-size: 12px !important;
  font-weight: 510 !important;
  letter-spacing: -0.01em !important;
  background: #000 !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-in .pdx-auth-signup-btn,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-in .pdx-auth-portal-btn {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-auth-account-btn,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-auth-account-btn.pdx-auth-header-btn {
  gap: 8px !important;
  padding: 0 4px 0 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  max-width: min(168px, 22vw) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  color: #000 !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-header-user-identity,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-auth-account-identity {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0;
  max-width: 100%;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-account-avatar--header {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-account-avatar--header ~ .pdx-account-avatar--header,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-header-user-name ~ .pdx-header-user-name,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-public-user-name ~ .pdx-public-user-name {
  display: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-header-user-text {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  min-width: 0;
  max-width: 100%;
  line-height: 1 !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-header-user-name,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-auth-account-label,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-name-with-badge,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-public-user-name {
  display: inline-block !important;
  font-family: var(--dtr-apple-header-ui) !important;
  font-size: 12px !important;
  font-weight: 510 !important;
  letter-spacing: -0.01em !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: min(96px, 14vw) !important;
  color: #000 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
}

html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-account-level-badge,
html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar .pdx-account-level-badge--header {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto;
  font-family: var(--dtr-apple-header-ui) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1 !important;
  padding: 2px 7px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: min(72px, 12vw) !important;
  color: #3a3a3c !important;
  background: rgba(0, 0, 0, 0.06) !important;
  background-image: none !important;
  border: 0.5px solid rgba(0, 0, 0, 0.14) !important;
  box-shadow: none !important;
}

html body.dtr-apple-sticky-header #dtr-header-global .pdx-auth-menu.pdx-auth-menu--apple {
  position: fixed;
}

@media (min-width: 993px) and (max-width: 1180px) {
  :root {
    --dtr-apple-header-gap: 8px;
  }

  html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li > a {
    padding: 0 6px;
    font-size: 12px;
  }

  html body.dtr-apple-sticky-header #dtr-header-global a.dtr-btn.dtr-header-btn,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn {
    padding: 0 10px !important;
    font-size: 11px !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-btn .dtr-btn__text {
    font-size: 11px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1320px) {
  html body.dtr-apple-sticky-header #dtr-header-global .main-navigation .sf-menu > li > a {
    padding: 0 clamp(6px, 0.7vw, 12px);
    font-size: 13px;
  }
}

@media (max-width: 992px) {
  html body.dtr-apple-sticky-header #dtr-main-header,
  html body.dtr-apple-sticky-header.show-onscroll #dtr-main-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: 0 !important;
  }

  html body.dtr-apple-sticky-header {
    padding-top: var(--dtr-apple-header-height) !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global,
  html body.dtr-apple-sticky-header #dtr-header-global.header-fixed {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global #pax-site-lang {
    display: none !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: var(--dtr-apple-header-height) !important;
    min-height: var(--dtr-apple-header-height) !important;
    max-height: var(--dtr-apple-header-height) !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    z-index: 10050 !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: var(--dtr-apple-header-height) !important;
    min-height: var(--dtr-apple-header-height) !important;
    max-height: var(--dtr-apple-header-height) !important;
    min-width: 0 !important;
    padding: 0 12px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo,
  html body.dtr-apple-sticky-header #dtr-responsive-header a.dtr-logo,
  html body.dtr-apple-sticky-header #dtr-responsive-header a.dtr-logo.logo-default {
    order: 1;
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    min-width: 88px !important;
    max-width: min(78vw, 220px) !important;
    height: var(--dtr-apple-header-height) !important;
    margin: 0 !important;
    margin-inline-end: auto !important;
    margin-inline-start: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    direction: ltr !important;
    unicode-bidi: isolate;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-wrap,
  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .pax-isolated-logo,
  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-layout {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    direction: ltr !important;
    --paxlogo-mark-w: clamp(118px, 44vw, 168px);
    --paxlogo-icon-size: clamp(18px, calc(var(--paxlogo-mark-w) * 0.128), 24px);
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-code-slot {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    margin: 0 2px 0 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-svg-wrap {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    gap: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-svg,
  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo svg.paxlogo-svg {
    display: block !important;
    width: var(--paxlogo-mark-w, clamp(118px, 44vw, 168px)) !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    direction: ltr !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-pax,
  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-logo .paxlogo-design {
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header #pax-site-lang-mobile,
  html body.dtr-apple-sticky-header #dtr-responsive-header .pax-site-lang--mobile {
    order: 2;
    display: inline-flex !important;
    position: relative !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    height: var(--dtr-apple-header-height) !important;
    z-index: 3;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .pax-site-lang__code {
    display: none !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .pax-site-lang__btn {
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-search-modal-trigger,
  html body.dtr-apple-sticky-header #dtr-responsive-header a.dtr-search-modal-trigger {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    border: 0 !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-search-modal-trigger::before,
  html body.dtr-apple-sticky-header #dtr-responsive-header a.dtr-search-modal-trigger::before,
  html body.dtr-apple-sticky-header #dtr-responsive-header .dtr-search-modal-trigger::after,
  html body.dtr-apple-sticky-header #dtr-responsive-header a.dtr-search-modal-trigger::after {
    content: none !important;
    display: none !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar,
  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar.pdx-auth-bar--header {
    order: 3;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    inset: auto !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: var(--dtr-apple-header-height) !important;
    min-height: var(--dtr-apple-header-height) !important;
    max-height: var(--dtr-apple-header-height) !important;
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    z-index: 2 !important;
    pointer-events: auto !important;
    float: none !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar .pdx-auth-signup-btn,
  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar .pdx-auth-header-btn {
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    padding: 0 10px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    max-width: min(92px, 28vw) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body.dtr-apple-sticky-header.dtr-apple-mnav-open #dtr-responsive-header #pdx-auth-bar,
  html body.dtr-apple-sticky-header.dtr-apple-mnav-open #dtr-responsive-header #pax-site-lang-mobile {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar .pdx-auth-portal-btn,
  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-account-btn,
  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-menu {
    display: none !important;
    visibility: hidden !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header #dtr-menu-button,
  html body.dtr-apple-sticky-header #dtr-responsive-header #dtr-menu-button.dtr-hamburger,
  html body.dtr-apple-sticky-header.dtr-apple-mobile-nav #dtr-responsive-header #dtr-menu-button.dtr-hamburger {
    order: 4;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 44px !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-inline-start: 4px !important;
    padding: 0 !important;
    align-self: center !important;
    z-index: 8 !important;
    overflow: hidden !important;
  }

  html body.dtr-apple-sticky-header #dtr-main-wrapper,
  html body.dtr-apple-sticky-header #dtr-main-wrapper.dtr-page-wrapper {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 360px) {
  html body.dtr-apple-sticky-header #dtr-responsive-header .container {
    gap: 2px !important;
    padding: 0 8px !important;
  }

  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar .pdx-auth-signup-btn,
  html body.dtr-apple-sticky-header #dtr-responsive-header #pdx-auth-bar .pdx-auth-header-btn {
    padding: 0 8px !important;
    font-size: 11px !important;
  }
}

@media (min-width: 993px) {
  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar,
  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--header,
  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--menu-open {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 2 !important;
    transform: none !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-in .pdx-auth-account-btn {
    border: 0 !important;
    background: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
    color: #000 !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar svg {
    stroke: currentColor !important;
    color: currentColor !important;
  }

  html body.page-cybercrime-support.dtr-apple-sticky-header #dtr-main-wrapper,
  html body.page-template-template-apple-cybercrime-support.dtr-apple-sticky-header #dtr-main-wrapper,
  html body.page-template-template-apple-cybercrime-support-php.dtr-apple-sticky-header #dtr-main-wrapper {
    margin-top: 0;
  }

  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster {
    display: inline-flex !important;
    align-items: center !important;
    flex: 0 0 auto !important;
    flex-shrink: 0 !important;
    gap: 10px !important;
    margin-left: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    width: max-content !important;
    height: var(--dtr-apple-header-height);
    min-height: var(--dtr-apple-header-height);
    max-height: var(--dtr-apple-header-height);
    padding-left: 12px !important;
    border-left: 0.5px solid rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
    overflow: visible !important;
    grid-area: auto !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster .dtr-search-modal-trigger,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster a.dtr-search-modal-trigger,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster a.dtr-btn.dtr-header-btn,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster .dtr-header-btn,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster #pdx-auth-bar,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster #pax-site-lang,
  html body.dtr-apple-sticky-header #dtr-header-global .dtr-header-utility-cluster .pax-site-lang {
    display: inline-flex !important;
    visibility: visible !important;
    pointer-events: auto !important;
    margin: 0 !important;
  }

  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--header .pdx-auth-portal-btn,
  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-account-btn,
  html body.dtr-apple-sticky-header #dtr-header-global #pdx-auth-bar.pdx-auth-bar--logged-out .pdx-auth-menu {
    display: none !important;
    visibility: hidden !important;
  }
}
