.site-header {
  overflow: visible;
}

.site-header .xq-header-mega-trigger.is-mega-active,
.site-header .xq-header-mega-toggle[aria-expanded="true"] {
  color: var(--blue, #0967c9);
}

.site-header .xq-header-mega-trigger {
  padding-right: 0;
}

.site-header .xq-header-mega-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 32px;
  margin: 0 0 0 2px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.site-header .xq-header-mega-toggle::before {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: translateY(-1px) rotate(45deg);
  transform-origin: center;
  transition: transform .18s ease;
}

.site-header .xq-header-mega-toggle[aria-expanded="true"]::before {
  transform: translateY(-1px) rotate(225deg);
}

.site-header .xq-header-mega-trigger.is-mega-active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 48px;
  height: 2px;
  border-radius: 6px 6px 0 0;
  background: var(--blue, #0967c9);
  content: "";
  transform: translateX(-50%);
}

.xq-header-mega-layer {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 48;
  pointer-events: none;
}

.xq-header-mega-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(3, 26, 44, .22);
  opacity: 0;
  visibility: hidden;
  cursor: default;
  transition: opacity .16s ease, visibility .16s ease;
  pointer-events: none;
}

.xq-header-mega-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.xq-header-mega-backdrop[hidden] {
  display: none;
}

.xq-header-mega {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: var(--xq-header-mega-available-height, calc(100vh - 96px));
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  border: 1px solid #d8e5ef;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 38px rgba(13, 65, 109, .12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity .2s ease, transform .22s ease, visibility .22s ease;
  pointer-events: none;
}

.xq-header-mega[hidden] {
  display: none;
}

.xq-header-mega.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.xq-header-product-mega {
  padding: 0;
}

.xq-header-mega a:focus-visible,
.xq-header-mega button:focus-visible,
.site-header .xq-header-mega-trigger:focus-visible,
.site-header .xq-header-mega-toggle:focus-visible {
  outline: 3px solid rgba(9, 103, 201, .28);
  outline-offset: -3px;
}

.xq-header-product-layout {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  width: min(var(--header-container, 1440px), calc(100% - 48px));
  min-height: 410px;
  margin: 0 auto;
}

.xq-header-product-side {
  padding: 16px 0;
  border-right: 1px solid #dce7ef;
  background: #fff;
}

.xq-header-mega-eyebrow {
  margin: 0;
  padding: 4px 22px 12px;
  color: #8094a5;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .12em;
}

.xq-header-product-series {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 10px;
  min-height: 49px;
  padding: 0 20px 0 18px;
  border-left: 4px solid transparent;
  color: #29465e;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 750;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}

.xq-header-series-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.xq-header-product-series > svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.xq-header-product-series-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #426b8b;
  pointer-events: none;
}

.xq-header-product-series-icon svg {
  width: 30px;
  height: 30px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.xq-header-product-series-copy {
  min-width: 0;
}

.xq-header-product-series-copy strong,
.xq-header-product-series-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xq-header-product-series-copy small {
  margin-top: 2px;
  color: #7a90a1;
  font-size: 9px;
  font-weight: 650;
}

.xq-header-product-series b {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}

.xq-header-product-series:hover,
.xq-header-product-series.is-active {
  border-left-color: var(--blue, #0967c9);
  background: #eef6fd;
  color: var(--blue, #0967c9);
}

.xq-header-product-series:hover .xq-header-product-series-icon,
.xq-header-product-series.is-active .xq-header-product-series-icon {
  color: var(--blue, #0967c9);
}

.xq-header-product-all {
  margin-top: 8px;
  border-top: 1px solid #dce7ef;
}

.xq-header-product-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-width: 0;
  background: #fff;
}

.xq-header-product-panels {
  min-width: 0;
  background: #fff;
}

.xq-header-product-cards[hidden] {
  display: none;
}

.xq-header-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  margin: 18px 0;
  padding: 4px 20px 14px;
  border-right: 1px solid #dce7ef;
}

.xq-header-product-context {
  overflow: hidden;
  color: #7a8f9f;
  font-size: 10px;
  line-height: 1.3;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xq-header-product-card h2 {
  display: -webkit-box;
  min-height: 47px;
  margin: 7px 0 0;
  overflow: hidden;
  color: #172b3e;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xq-header-product-card h2 small {
  color: #73899a;
  font-size: 12px;
  font-weight: 700;
}

.xq-header-product-image {
  display: grid;
  place-items: center;
  height: 178px;
  margin: 9px 0;
  overflow: hidden;
  background: #fff;
  color: #9aabb7;
  font-size: 11px;
}

.xq-header-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .28s ease;
}

.xq-header-product-card:hover .xq-header-product-image img {
  transform: scale(1.035);
}

.xq-header-product-card ul {
  min-height: 76px;
  margin: 0;
  padding: 11px 0 0 16px;
  border-top: 1px solid #dce7ef;
  color: #61788b;
  font-size: 11px;
  line-height: 1.85;
}

.xq-header-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  color: var(--blue, #0967c9);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.xq-header-product-empty {
  display: flex;
  min-height: 410px;
  grid-column: 1 / -1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 40px;
  color: #6b8294;
  text-align: center;
}

.xq-header-product-empty strong {
  color: #17354d;
  font-size: 20px;
}

.xq-header-product-empty .xq-header-card-link {
  margin-top: 8px;
}

.xq-header-card-link svg,
.xq-header-custom-cta svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.xq-header-custom-mega {
  padding: 28px 0 32px;
}

.xq-header-custom-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: min(var(--header-container, 1440px), calc(100% - 48px));
  min-height: 88px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.xq-header-custom-title {
  min-width: 310px;
}

.xq-header-custom-title small {
  color: var(--blue, #0967c9);
  font-size: 9px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: .12em;
}

.xq-header-custom-title h2 {
  margin: 7px 0 4px;
  color: #132a3e;
  font-size: 24px;
  line-height: 1.25;
}

.xq-header-custom-title p {
  margin: 0;
  color: #647b8d;
  font-size: 12px;
  line-height: 1.5;
}

.xq-header-custom-detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  max-width: 650px;
}

.xq-header-custom-detail > div {
  min-width: 0;
}

.xq-header-custom-detail small {
  color: #6990aa;
  font-size: 9px;
  line-height: 1.2;
}

.xq-header-custom-detail strong {
  display: block;
  margin-top: 5px;
  color: #17354d;
  font-size: 13px;
  line-height: 1.35;
}

.xq-header-custom-detail span {
  display: block;
  margin-top: 4px;
  color: #708595;
  font-size: 10px;
  line-height: 1.45;
}

.xq-header-custom-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 38px;
  flex: 0 0 auto;
  padding: 0 16px;
  background: var(--blue, #0967c9);
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  text-decoration: none;
}

.xq-header-custom-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(var(--header-container, 1440px), calc(100% - 48px));
  margin: 0 auto;
  border: 1px solid #d7e4ed;
}

.xq-header-custom-step {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 286px;
  flex-direction: column;
  align-items: center;
  padding: 18px 12px 13px;
  border: 0;
  border-right: 1px solid #d7e4ed;
  background: #fff;
  color: #152a3d;
  font: inherit;
  text-align: center;
  cursor: pointer;
  transition: background .18s ease, box-shadow .18s ease;
}

.xq-header-custom-step:last-child {
  border-right: 0;
}

.xq-header-custom-step:not(:last-child)::after {
  position: absolute;
  top: 66px;
  right: -12px;
  z-index: 2;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #d3dee7;
  content: "";
}

.xq-header-custom-step:hover,
.xq-header-custom-step.is-active {
  background: #f7fbfe;
}

.xq-header-custom-step > i {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e8f2fa;
  color: #4d7390;
  font-size: 10px;
  line-height: 1;
  font-style: normal;
  font-weight: 850;
}

.xq-header-custom-step.is-active > i {
  background: var(--blue, #0967c9);
  color: #fff;
  box-shadow: 0 0 0 5px #e5f2fc;
}

.xq-header-custom-step.is-active {
  box-shadow: inset 0 3px 0 var(--blue, #0967c9);
}

.xq-header-custom-step-title {
  display: block;
  margin: 10px 0 4px;
  font-size: 15px;
  line-height: 1.3;
}

.xq-header-custom-step > span {
  min-height: 15px;
  color: #7890a3;
  font-size: 10px;
  line-height: 1.45;
}

.xq-header-custom-step p {
  min-height: 43px;
  margin: 8px 0 5px;
  color: #657d8f;
  font-size: 9px;
  line-height: 1.55;
}

.xq-header-custom-step img {
  display: block;
  width: 100%;
  height: 112px;
  margin-top: auto;
  object-fit: contain;
  background: #fff;
}

@media (max-width: 1440px) {
  .xq-header-product-layout {
    grid-template-columns: 225px minmax(0, 1fr);
  }

  .xq-header-product-card {
    padding-right: 14px;
    padding-left: 14px;
  }

  .xq-header-product-image {
    height: 150px;
  }

  .xq-header-custom-step {
    padding-right: 9px;
    padding-left: 9px;
  }
}

@media (max-width: 1180px) {
  .site-header .xq-header-mega-toggle,
  .xq-header-mega-layer {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .xq-header-mega,
  .xq-header-mega-backdrop,
  .site-header .xq-header-mega-toggle::before,
  .xq-header-product-series,
  .xq-header-product-image img,
  .xq-header-custom-step {
    transition: none;
  }
}
