/* Header v2 LOT-aligned search, disclosure navigation and direct offer rail. */
@font-face {
  font-family: "NPF Rubik";
  src: url("../../../../../plugins/newpoint-elementor-components/assets/fonts/rubik-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "NPF Rubik";
  src: url("../../../../../plugins/newpoint-elementor-components/assets/fonts/rubik-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.npf-hv2-shell {
  --npf-hv2-blue: #0b5fb5;
  --npf-hv2-blue-dark: #084b8f;
  --npf-hv2-ink: #10263b;
  --npf-hv2-muted: #526678;
  --npf-hv2-line: #dce4ea;
  --npf-hv2-surface: #fff;
  --npf-hv2-soft: #f4f7fa;
  --npf-hv2-container: 1272px;
  --npf-hv2-gutter: 36px;
  --npf-hv2-main-gap: clamp(18px, 2.2vw, 36px);
  position: relative;
  z-index: 50;
  width: 100%;
  color: var(--npf-hv2-ink);
  font-family: "NPF Rubik", "Noto Sans", Arial, sans-serif;
}

.npf-hv2-shell,
.npf-hv2-shell * {
  box-sizing: border-box;
}

.npf-hv2-shell [hidden] {
  display: none !important;
}

.npf-hv2__container {
  width: 100%;
  max-width: var(--npf-hv2-container);
  margin-inline: auto;
  padding-inline: var(--npf-hv2-gutter);
}

.npf-hv2-banner {
  isolation: isolate;
  position: relative;
  min-height: 168px;
  overflow: hidden;
  color: #fff;
  background: #123652;
}

.npf-hv2-banner__media,
.npf-hv2-banner__media img,
.npf-hv2-banner__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.npf-hv2-banner__media {
  z-index: -2;
}

.npf-hv2-banner__media img {
  object-fit: cover;
  object-position: center;
}

.npf-hv2-banner__shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(4, 22, 38, .88), rgba(4, 22, 38, .55) 58%, rgba(4, 22, 38, .38));
}

.npf-hv2-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 168px;
  gap: 32px;
  padding-block: 30px;
}

.npf-hv2-banner__copy {
  max-width: 720px;
}

.npf-hv2-banner__title {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: clamp(1.45rem, 1.1rem + 1vw, 2.25rem);
  font-weight: 600;
  line-height: 1.18;
}

.npf-hv2-banner__description {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(.875rem, .83rem + .18vw, 1rem);
  line-height: 1.5;
}

.npf-hv2 {
  position: relative;
  z-index: 25;
  background: var(--npf-hv2-surface);
  box-shadow: 0 8px 28px rgba(11, 36, 58, .08);
}

.npf-hv2__topbar {
  position: relative;
  z-index: 5;
  color: #fff;
  background: var(--npf-hv2-blue-dark);
}

.npf-hv2__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 32px;
  gap: 20px;
}

.npf-hv2__topbar a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  gap: 7px;
  color: inherit;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.npf-hv2__topbar a:hover,
.npf-hv2__topbar a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.npf-hv2__topbar-icon {
  display: block;
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.npf-hv2__mainbar {
  position: relative;
  z-index: 4;
  border-bottom: 1px solid var(--npf-hv2-line);
  background: var(--npf-hv2-surface);
}

.npf-hv2__mainbar-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(118px, 138px) minmax(0, 1fr) auto;
  align-items: center;
  min-height: 78px;
  gap: var(--npf-hv2-main-gap);
}

.npf-hv2__brand {
  min-width: 0;
}

.npf-hv2__search-slot {
  position: relative;
  min-width: 0;
}

.npf-hv2__brand .custom-logo-link,
.npf-hv2__site-name {
  display: inline-flex;
  align-items: center;
  color: var(--npf-hv2-ink);
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
}

.npf-hv2__brand .custom-logo {
  display: block;
  width: auto;
  max-width: 138px;
  max-height: 34px;
}

.npf-hv2__nav,
.npf-hv2__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.npf-hv2__nav > .npf-hv2__menu,
.npf-hv2__desktop-primary > .npf-hv2__nav > .npf-hv2__menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 1.7vw, 28px);
}

.npf-hv2__menu > li {
  position: relative;
}

.npf-hv2__menu a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--npf-hv2-ink);
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: color .18s ease;
}

.npf-hv2__menu a:hover,
.npf-hv2__menu a:focus-visible,
.npf-hv2__menu .current-menu-item > a,
.npf-hv2__menu .current-menu-ancestor > a {
  color: var(--npf-hv2-blue);
}

.npf-hv2__submenu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  color: currentColor;
  background: transparent;
  font: inherit;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
  vertical-align: middle;
}

.npf-hv2__submenu-toggle-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.npf-hv2__submenu-toggle::before {
  flex: 0 0 auto;
  order: 2;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.npf-hv2__submenu-toggle[aria-expanded="true"]::before {
  transform: translateY(2px) rotate(225deg);
}

.npf-hv2__desktop-primary .menu-item-has-children,
.npf-hv2__desktop-utility .menu-item-has-children {
  display: flex;
  align-items: center;
}

.npf-hv2__desktop-primary .npf-hv2__submenu-toggle,
.npf-hv2__desktop-utility .npf-hv2__submenu-toggle {
  padding: 5px 8px;
}

.npf-hv2__desktop-primary .npf-hv2__submenu-toggle:hover,
.npf-hv2__desktop-primary .npf-hv2__submenu-toggle:focus-visible,
.npf-hv2__desktop-primary .npf-hv2__submenu-toggle[aria-expanded="true"],
.npf-hv2__desktop-utility .npf-hv2__submenu-toggle:hover,
.npf-hv2__desktop-utility .npf-hv2__submenu-toggle:focus-visible,
.npf-hv2__desktop-utility .npf-hv2__submenu-toggle[aria-expanded="true"] {
  color: var(--npf-hv2-blue);
  background: var(--npf-hv2-soft);
}

.npf-hv2__menu .current-menu-item > .npf-hv2__submenu-toggle-wrap .npf-hv2__submenu-toggle,
.npf-hv2__menu .current-menu-ancestor > .npf-hv2__submenu-toggle-wrap .npf-hv2__submenu-toggle {
  color: var(--npf-hv2-blue);
}

.npf-hv2__menu .sub-menu {
  position: absolute;
  z-index: 8;
  top: calc(100% + 8px);
  left: -18px;
  min-width: 260px;
  padding: 12px;
  visibility: hidden;
  border: 1px solid var(--npf-hv2-line);
  border-radius: 12px;
  opacity: 0;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 31, 50, .16);
  transform: translateY(-6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s;
}

.npf-hv2__menu .sub-menu .sub-menu {
  top: -12px;
  left: calc(100% + 8px);
}

.npf-hv2__menu li.is-submenu-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.npf-hv2__menu .sub-menu a {
  display: flex;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: .875rem;
  font-weight: 500;
}

.npf-hv2__menu .sub-menu a:hover,
.npf-hv2__menu .sub-menu a:focus-visible {
  background: var(--npf-hv2-soft);
}

.npf-hv2__menu .sub-menu .npf-hv2__submenu-overview {
  margin-bottom: 6px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--npf-hv2-line);
}

.npf-hv2__menu .sub-menu .npf-hv2__submenu-overview > a {
  color: var(--npf-hv2-blue);
  font-weight: 700;
}

.npf-hv2__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.npf-hv2-shell .npf-hv2__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 11px 24px;
  border: 1px solid var(--npf-hv2-blue);
  border-radius: 999px;
  color: #fff;
  background: var(--npf-hv2-blue);
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.npf-hv2__button:hover,
.npf-hv2__button:focus-visible {
  border-color: var(--npf-hv2-blue-dark);
  color: #fff;
  background: var(--npf-hv2-blue-dark);
  transform: translateY(-1px);
}

.npf-hv2-shell .npf-hv2__button--banner {
  flex: 0 0 auto;
  border-color: #fff;
  color: var(--npf-hv2-blue-dark);
  background: #fff;
}

.npf-hv2__icon-button,
.npf-hv2__menu-toggle {
  border: 0;
  color: var(--npf-hv2-ink);
  background: transparent;
  cursor: pointer;
}

.npf-hv2__icon-button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 8px;
  border-radius: 50%;
}

.npf-hv2__icon-button:hover,
.npf-hv2__icon-button:focus-visible {
  background: var(--npf-hv2-soft);
}

.npf-hv2__icon-button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.npf-hv2__languages {
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.npf-hv2__languages a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 36px;
  gap: 7px;
  padding-inline: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--npf-hv2-muted);
  font-size: .7rem;
  font-weight: 800;
  text-decoration: none;
}

.npf-hv2__language-flag {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 14px;
  overflow: hidden;
  border: 1px solid rgba(16, 38, 59, .18);
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 38, 59, .1);
}

.npf-hv2__language--pl .npf-hv2__language-flag {
  background: linear-gradient(to bottom, #fff 0 50%, #dc143c 50% 100%);
}

.npf-hv2__language--uk .npf-hv2__language-flag,
.npf-hv2__language--ua .npf-hv2__language-flag {
  background: linear-gradient(to bottom, #0057b8 0 50%, #ffd700 50% 100%);
}

.npf-hv2__language-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.npf-hv2__languages a[aria-current="page"] {
  border-color: rgba(11, 95, 181, .18);
  color: var(--npf-hv2-blue);
  background: var(--npf-hv2-soft);
}

.npf-hv2__language-switcher {
  position: relative;
}

.npf-hv2__language-trigger {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  gap: 7px;
  padding: 6px 10px;
  border: 0;
  border-radius: 8px;
  color: var(--npf-hv2-ink);
  background: transparent;
  font: inherit;
  font-size: .75rem;
  font-weight: 700;
  cursor: pointer;
}

.npf-hv2__language-trigger:hover,
.npf-hv2__language-trigger:focus-visible,
.npf-hv2__language-trigger[aria-expanded="true"] {
  color: var(--npf-hv2-blue);
  background: var(--npf-hv2-soft);
}

.npf-hv2__language-current-name {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.npf-hv2__chevron {
  display: block;
  width: 7px;
  height: 7px;
  margin-left: 1px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.npf-hv2__language-trigger[aria-expanded="true"] .npf-hv2__chevron {
  transform: translateY(2px) rotate(225deg);
}

.npf-hv2__language-panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 9px);
  right: 0;
  width: min(300px, calc(100vw - 32px));
  padding: 18px;
  border: 1px solid var(--npf-hv2-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 31, 50, .18);
  animation: npf-hv2-panel-in .18s ease both;
}

.npf-hv2__language-panel > strong {
  display: block;
  margin-bottom: 12px;
  font-size: .875rem;
}

.npf-hv2__language-panel .npf-hv2__languages {
  display: grid;
  gap: 6px;
}

.npf-hv2__language-panel .npf-hv2__languages a {
  justify-content: flex-start;
  width: 100%;
  min-height: 46px;
  padding-inline: 12px;
  border-color: var(--npf-hv2-line);
}

.npf-hv2__language-panel .npf-hv2__language-name {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
}

@keyframes npf-hv2-panel-in {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.npf-hv2__secondary {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid var(--npf-hv2-line);
  background: #fff;
}

.npf-hv2__secondary-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 56px;
  gap: clamp(22px, 3vw, 48px);
}

.npf-hv2__desktop-offer-wrap {
  position: relative;
  min-width: 0;
}

.npf-hv2__desktop-offer-rail {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(11, 95, 181, .32) transparent;
  scrollbar-width: thin;
  scroll-padding-inline: 2px;
  scroll-snap-type: x proximity;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}

.npf-hv2__desktop-offer-wrap.has-overflow .npf-hv2__desktop-offer-rail {
  padding-inline: 38px;
}

.npf-hv2__desktop-offer-rail::-webkit-scrollbar {
  height: 4px;
}

.npf-hv2__desktop-offer-rail::-webkit-scrollbar-track {
  background: transparent;
}

.npf-hv2__desktop-offer-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(11, 95, 181, .32);
}

.npf-hv2__scroll-arrow,
.npf-hv2__quicknav-arrow {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #d8e2ea;
  border-radius: 50%;
  color: var(--npf-hv2-blue);
  background: #fff;
  box-shadow: 0 5px 14px rgba(16, 38, 59, .14);
  cursor: pointer;
  transform: translateY(-50%);
}

.npf-hv2__scroll-arrow:hover,
.npf-hv2__scroll-arrow:focus-visible,
.npf-hv2__quicknav-arrow:hover,
.npf-hv2__quicknav-arrow:focus-visible {
  color: #fff;
  border-color: var(--npf-hv2-blue);
  background: var(--npf-hv2-blue);
}

.npf-hv2__scroll-arrow span,
.npf-hv2__quicknav-arrow span {
  width: 8px;
  height: 8px;
  border-top: 1.7px solid currentColor;
  border-right: 1.7px solid currentColor;
}

.npf-hv2__scroll-arrow--previous,
.npf-hv2__quicknav-arrow--previous {
  left: 0;
}

.npf-hv2__scroll-arrow--previous span,
.npf-hv2__quicknav-arrow--previous span {
  margin-left: 3px;
  transform: rotate(-135deg);
}

.npf-hv2__scroll-arrow--next,
.npf-hv2__quicknav-arrow--next {
  right: 0;
}

.npf-hv2__scroll-arrow--next span,
.npf-hv2__quicknav-arrow--next span {
  margin-right: 3px;
  transform: rotate(45deg);
}

.npf-hv2__desktop-offer-rail .npf-hv2__nav,
.npf-hv2__desktop-offer-rail .npf-hv2__menu {
  width: max-content;
}

.npf-hv2__desktop-offer-rail .npf-hv2__menu,
.npf-hv2__desktop-offer-rail .npf-hv2__nav > .npf-hv2__menu {
  display: flex;
  align-items: stretch;
  gap: clamp(18px, 2.35vw, 38px);
}

.npf-hv2__desktop-offer-rail .npf-hv2__menu > li {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.npf-hv2__desktop-offer-rail .npf-hv2__menu > li > a {
  min-height: 55px;
  padding-top: 3px;
  border-bottom: 3px solid transparent;
  font-size: .875rem;
  white-space: nowrap;
}

.npf-hv2__desktop-offer-rail .npf-hv2__menu .current-menu-item > a,
.npf-hv2__desktop-offer-rail .npf-hv2__menu .current-menu-ancestor > a {
  border-bottom-color: var(--npf-hv2-blue);
}

.npf-hv2__desktop-utility {
  min-width: 0;
}

.npf-hv2__desktop-utility .npf-hv2__menu,
.npf-hv2__desktop-utility .npf-hv2__nav > .npf-hv2__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(15px, 1.8vw, 28px);
}

.npf-hv2__desktop-utility .npf-hv2__menu > li {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}

.npf-hv2__desktop-utility .npf-hv2__menu > li > a {
  min-height: 55px;
  font-size: .875rem;
  white-space: nowrap;
}

.npf-hv2__desktop-utility .npf-hv2__menu > li:first-child > a,
.npf-hv2__desktop-utility .npf-hv2__menu > li:first-child > .npf-hv2__submenu-toggle-wrap .npf-hv2__submenu-toggle {
  color: var(--npf-hv2-blue);
  font-weight: 700;
}

.npf-hv2__desktop-utility .npf-hv2__menu > li > .sub-menu {
  right: 0;
  left: auto;
}

.npf-hv2__desktop-groups {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-left: auto;
  gap: 10px;
}

.npf-hv2__nav-group {
  position: relative;
}

.npf-hv2__nav-group > button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  padding: 6px 12px;
  border: 0;
  border-radius: 8px;
  color: var(--npf-hv2-ink);
  background: transparent;
  font: inherit;
  font-size: .875rem;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.npf-hv2__nav-group--offer {
  position: static;
}

.npf-hv2__nav-group--offer > button {
  min-width: 230px;
  justify-content: space-between;
  padding-inline: 18px;
  color: #fff;
  background: var(--npf-hv2-blue);
}

.npf-hv2__nav-group--offer > button:hover,
.npf-hv2__nav-group--offer > button:focus-visible,
.npf-hv2__nav-group--offer > button[aria-expanded="true"] {
  color: #fff;
  background: var(--npf-hv2-blue-dark);
}

.npf-hv2__nav-group > button:hover,
.npf-hv2__nav-group > button:focus-visible,
.npf-hv2__nav-group > button[aria-expanded="true"] {
  color: var(--npf-hv2-blue);
  background: var(--npf-hv2-soft);
}

.npf-hv2__nav-group > button > span {
  width: 7px;
  height: 7px;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}

.npf-hv2__nav-group > button[aria-expanded="true"] > span {
  transform: translateY(2px) rotate(225deg);
}

.npf-hv2__nav-group-panel {
  position: absolute;
  z-index: 12;
  top: calc(100% + 8px);
  right: 0;
  width: max-content;
  min-width: 280px;
  max-width: min(420px, calc(100vw - 32px));
  padding: 12px;
  border: 1px solid var(--npf-hv2-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(10, 31, 50, .16);
  animation: npf-hv2-panel-in .18s ease both;
}

.npf-hv2__nav-group-panel .npf-hv2__menu {
  display: grid;
  gap: 2px;
}

.npf-hv2__nav-group-panel .npf-hv2__menu a {
  display: flex;
  width: 100%;
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 7px;
  font-size: .875rem;
  font-weight: 500;
}

.npf-hv2__nav-group-panel .npf-hv2__menu a:hover,
.npf-hv2__nav-group-panel .npf-hv2__menu a:focus-visible {
  background: var(--npf-hv2-soft);
}

.npf-hv2__nav-group--utility .npf-hv2__menu > li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.npf-hv2__nav-group--utility .npf-hv2__submenu-toggle-wrap {
  align-self: center;
}

.npf-hv2__nav-group--utility .npf-hv2__menu > li > .sub-menu {
  position: static;
  grid-column: 1 / -1;
  display: grid;
  min-width: 0;
  padding: 0 8px 8px 18px;
  visibility: visible;
  border: 0;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.npf-hv2__nav-group--utility .npf-hv2__menu > li > .sub-menu a {
  min-height: 36px;
  padding-block: 6px;
  color: var(--npf-hv2-muted);
  font-size: .8125rem;
}

.npf-hv2__nav-group-panel--mega {
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding: 0;
  border-width: 1px 0 0;
  border-radius: 0;
  background: #f7f9fb;
  box-shadow: 0 22px 50px rgba(10, 31, 50, .18);
}

.npf-hv2__mega-inner {
  padding-top: 26px;
  padding-bottom: 30px;
}

.npf-hv2__mega-title {
  margin: 0 0 18px;
  color: var(--npf-hv2-ink);
  font-size: 1.125rem;
  font-weight: 700;
}

.npf-hv2__nav-group-panel--mega .npf-hv2__nav > .npf-hv2__menu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li {
  position: relative;
  min-width: 0;
  padding: 4px;
  border: 1px solid #dbe4eb;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 20px rgba(17, 44, 68, .06);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li:hover,
.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li:focus-within {
  border-color: rgba(11, 95, 181, .35);
  box-shadow: 0 12px 28px rgba(17, 44, 68, .11);
  transform: translateY(-2px);
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li > a {
  position: relative;
  min-height: 76px;
  padding: 14px 42px 14px 52px;
  color: var(--npf-hv2-ink);
  font-size: .9375rem;
  font-weight: 700;
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li > a::before {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  content: "";
  background: linear-gradient(145deg, #e9f3fd, #d7eaff);
  transform: translateY(-50%);
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li > a::after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li > .sub-menu {
  position: static;
  display: grid;
  min-width: 0;
  padding: 0 14px 12px 52px;
  visibility: visible;
  border: 0;
  opacity: 1;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.npf-hv2__nav-group-panel--mega .npf-hv2__menu > li > .sub-menu a {
  min-height: 34px;
  padding: 5px 0;
  color: var(--npf-hv2-muted);
  font-size: .8125rem;
}

.npf-hv2__quicknav {
  display: none;
}

.npf-hv2__search-panel {
  position: absolute;
  z-index: 1000;
  grid-column: 2 / -1;
  grid-row: 1;
  top: 50%;
  right: 0;
  display: inline-flex;
  width: 0;
  height: 45px;
  padding: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: width .3s ease-out, opacity .3s ease-out, visibility .3s;
}

.npf-hv2__search-panel.is-open {
  width: calc(95% + var(--npf-hv2-main-gap));
  opacity: 1;
  visibility: visible;
  transition-timing-function: ease-in;
}

.npf-hv2-shell--search-open .npf-hv2__search-slot,
.npf-hv2-shell--search-open .npf-hv2__actions {
  visibility: hidden;
}

.npf-hv2__search-form {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  min-height: 45px;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background: #f1f1f3;
  box-shadow: none;
}

.npf-hv2__search-form input,
.npf-hv2__mobile-search input {
  min-width: 0;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #b9c6d0;
  border-radius: 8px;
  color: var(--npf-hv2-ink);
  background: #fff;
  font: inherit;
}

.npf-hv2__search-form input {
  flex: 1 1 auto;
  width: 100%;
  height: 45px;
  min-height: 45px;
  padding: 1px 2px;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  font-size: 16px;
  line-height: 28px;
}

.npf-hv2__search-form input:focus {
  outline: none;
  box-shadow: none;
}

.npf-hv2-shell .npf-hv2__search-form input:focus-visible {
  outline: none;
  outline-offset: 0;
}

.npf-hv2__search-icon {
  flex: 0 0 auto;
  width: 21.3125px;
  height: 100%;
  margin: 0 12px;
  fill: none;
  stroke: #252668;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.npf-hv2__search-form button,
.npf-hv2__mobile-search button {
  min-height: 48px;
  padding: 10px 20px;
  border: 1px solid var(--npf-hv2-blue);
  border-radius: 8px;
  color: #fff;
  background: var(--npf-hv2-blue);
  font-family: inherit;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.npf-hv2__search-buttons {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  height: 100%;
  padding-right: 3px;
}

.npf-hv2__search-form .npf-hv2__search-submit {
  flex: 0 0 auto;
  min-width: 96px;
  height: 40px;
  min-height: 40px;
  margin-left: 4px;
  padding: 0 16px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #0b57ad;
  font-size: .875rem;
  font-weight: 500;
  line-height: 20px;
}

.npf-hv2__search-form .npf-hv2__search-submit:hover {
  background: #0a4f9d;
}

.npf-hv2__search-form .npf-hv2__search-close {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 45px;
  min-height: 45px;
  margin: 0 8px;
  padding: 4px 6px;
  border: 0;
  border-radius: 4px;
  color: #0b57ad;
  background: transparent;
}

.npf-hv2-shell .npf-hv2__search-form .npf-hv2__search-close:focus-visible {
  border: 1px solid #0b57ad;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.npf-hv2-shell .npf-hv2__search-form .npf-hv2__search-submit:focus-visible {
  outline: 2px solid #0b57ad;
  outline-offset: 2px;
  box-shadow: none;
}

.npf-hv2__search-close svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.npf-hv2__menu-toggle,
.npf-hv2__drawer,
.npf-hv2__backdrop {
  display: none;
}

.npf-hv2__preview-badge {
  position: fixed;
  z-index: 99999;
  right: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 7px;
  color: #fff;
  background: #9a3412;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .03em;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
}

.npf-hv2-shell--minimal .npf-hv2__mainbar-inner {
  grid-template-columns: 1fr auto;
}

.npf-hv2-shell--minimal .npf-hv2__search-slot,
.npf-hv2-shell--minimal .npf-hv2__desktop-primary,
.npf-hv2-shell--minimal .npf-hv2__secondary,
.npf-hv2-shell--minimal .npf-hv2__quicknav,
.npf-hv2-shell--minimal .npf-hv2__menu-toggle {
  display: none;
}

.npf-hv2-shell :where(a, button, input):focus-visible {
  outline: 3px solid #67aef2;
  outline-offset: 3px;
}

html.npf-hv2-scroll-locked,
body.npf-hv2-drawer-open {
  overflow: hidden;
  overscroll-behavior: none;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .npf-hv2-shell {
    --npf-hv2-gutter: 24px;
    --npf-hv2-main-gap: 12px;
  }

  .npf-hv2__mainbar-inner {
    grid-template-columns: 112px minmax(0, 1fr) auto;
    gap: var(--npf-hv2-main-gap);
  }

  .npf-hv2__brand .custom-logo {
    max-width: 112px;
    max-height: 28px;
  }

  .npf-hv2__desktop-primary > .npf-hv2__nav > .npf-hv2__menu {
    gap: 10px;
  }

  .npf-hv2__desktop-primary .npf-hv2__menu > li > a,
  .npf-hv2__desktop-primary .npf-hv2__submenu-toggle,
  .npf-hv2__desktop-offer-rail .npf-hv2__menu > li > a,
  .npf-hv2__desktop-utility .npf-hv2__menu > li > a,
  .npf-hv2__desktop-utility .npf-hv2__submenu-toggle {
    font-size: .8125rem;
  }

  .npf-hv2__actions {
    gap: 4px;
  }

  .npf-hv2-shell .npf-hv2__actions > .npf-hv2__button {
    padding-inline: 15px;
    font-size: .8125rem;
  }

  .npf-hv2__language-trigger {
    padding-inline: 6px;
  }

  .npf-hv2__secondary-inner {
    gap: 18px;
  }

  .npf-hv2__desktop-offer-rail .npf-hv2__menu,
  .npf-hv2__desktop-offer-rail .npf-hv2__nav > .npf-hv2__menu {
    gap: 18px;
  }

  .npf-hv2__desktop-utility .npf-hv2__menu,
  .npf-hv2__desktop-utility .npf-hv2__nav > .npf-hv2__menu {
    gap: 12px;
  }
}

@media (max-width: 1023.98px) {
  .npf-hv2-shell {
    --npf-hv2-gutter: 28px;
  }

  .npf-hv2__mainbar-inner {
    grid-template-columns: minmax(0, 1fr) auto auto;
    min-height: 68px;
    gap: 6px;
  }

  .npf-hv2__brand .custom-logo {
    max-width: 112px;
    max-height: 28px;
  }

  .npf-hv2__search-slot,
  .npf-hv2__desktop-primary,
  .npf-hv2__secondary {
    display: none;
  }

  .npf-hv2__actions,
  .npf-hv2-shell--minimal .npf-hv2__actions {
    display: flex;
    gap: 2px;
  }

  .npf-hv2__actions > .npf-hv2__button {
    display: none;
  }

  .npf-hv2__language-trigger {
    width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 4px;
  }

  .npf-hv2__language-trigger .npf-hv2__language-code,
  .npf-hv2__language-trigger .npf-hv2__language-current-name,
  .npf-hv2__language-trigger .npf-hv2__chevron {
    display: none;
  }

  .npf-hv2__language-trigger .npf-hv2__language-flag {
    width: 24px;
    height: 16px;
  }

  .npf-hv2__language-panel {
    right: -52px;
  }

  .npf-hv2__quicknav {
    position: relative;
    display: block;
    border-bottom: 1px solid var(--npf-hv2-line);
    background: #fff;
  }

  .npf-hv2__quicknav.has-overflow::after {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 28px;
    pointer-events: none;
    content: "";
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 82%);
  }

  .npf-hv2__quicknav-arrow {
    width: 32px;
    height: 32px;
  }

  .npf-hv2__quicknav-arrow--previous {
    left: 6px;
  }

  .npf-hv2__quicknav-arrow--next {
    right: 6px;
  }

  .npf-hv2__quicknav.has-overflow .npf-hv2__quicknav-scroll {
    padding-inline: 38px;
  }

  .npf-hv2__quicknav-scroll {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-padding-inline: var(--npf-hv2-gutter);
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .npf-hv2__quicknav-scroll::-webkit-scrollbar {
    display: none;
  }

  .npf-hv2__quicknav .npf-hv2__nav {
    width: max-content;
  }

  .npf-hv2__quicknav .npf-hv2__menu,
  .npf-hv2__quicknav .npf-hv2__nav > .npf-hv2__menu {
    display: flex;
    align-items: stretch;
    width: max-content;
    padding-inline: max(8px, calc(var(--npf-hv2-gutter) - 12px)) 28px;
    gap: 0;
  }

  .npf-hv2__quicknav .npf-hv2__menu > li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .npf-hv2__quicknav .npf-hv2__menu > li > a {
    min-height: 54px;
    padding: 8px 14px 6px;
    border-bottom: 3px solid transparent;
    font-size: .875rem;
    white-space: nowrap;
  }

  .npf-hv2__quicknav .npf-hv2__menu .current-menu-item > a,
  .npf-hv2__quicknav .npf-hv2__menu .current-menu-ancestor > a {
    border-bottom-color: var(--npf-hv2-blue);
  }

  .npf-hv2__quicknav .sub-menu,
  .npf-hv2__quicknav .npf-hv2__submenu-toggle-wrap {
    display: none !important;
  }

  .npf-hv2__menu-toggle {
    display: grid;
    place-content: center;
    width: 48px;
    height: 48px;
    gap: 5px;
    padding: 8px;
    border-radius: 8px;
  }

  .npf-hv2__menu-toggle span {
    display: block;
    width: 26px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .npf-hv2__menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .npf-hv2__menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .npf-hv2__menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .npf-hv2__drawer {
    --npf-hv2-admin-offset: 0px;
    position: fixed;
    z-index: 100;
    inset: var(--npf-hv2-admin-offset) 0 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(var(--npf-hv2-viewport-height, 100dvh) - var(--npf-hv2-admin-offset));
    max-height: none;
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: pan-y;
    background: #fff;
    box-shadow: none;
  }

  body.admin-bar .npf-hv2__drawer {
    --npf-hv2-admin-offset: 32px;
  }

  .npf-hv2__drawer-header,
  .npf-hv2__drawer-footer {
    flex: 0 0 auto;
    background: #fff;
  }

  .npf-hv2__drawer-header {
    border-bottom: 1px solid var(--npf-hv2-line);
    box-shadow: 0 4px 18px rgba(16, 38, 59, .06);
  }

  .npf-hv2__drawer-header-inner,
  .npf-hv2__drawer-footer-inner {
    display: flex;
    width: min(100%, 760px);
    margin-inline: auto;
    padding-inline: var(--npf-hv2-gutter);
  }

  .npf-hv2__drawer-header-inner {
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding-top: env(safe-area-inset-top, 0px);
  }

  .npf-hv2__drawer-brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  .npf-hv2__drawer-brand .custom-logo-link,
  .npf-hv2__drawer-brand .npf-hv2__site-name {
    display: inline-flex;
    align-items: center;
    color: var(--npf-hv2-ink);
    font-weight: 700;
    text-decoration: none;
  }

  .npf-hv2__drawer-brand .custom-logo {
    display: block;
    width: auto;
    max-width: 112px;
    max-height: 29px;
  }

  .npf-hv2__drawer-close {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-right: -8px;
    padding: 10px;
    border: 0;
    border-radius: 50%;
    color: var(--npf-hv2-ink);
    background: transparent;
    cursor: pointer;
    touch-action: manipulation;
  }

  .npf-hv2__drawer-close:hover,
  .npf-hv2__drawer-close:focus-visible {
    background: var(--npf-hv2-soft);
  }

  .npf-hv2__drawer-close svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
  }

  .npf-hv2__drawer-scroll {
    flex: 1 1 auto;
    width: min(100%, 760px);
    min-width: 0;
    min-height: 0;
    margin-inline: auto;
    padding: 14px var(--npf-hv2-gutter) 28px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
    scroll-padding-block: 16px 32px;
  }

  .npf-hv2__drawer .npf-hv2__nav + .npf-hv2__nav {
    margin-top: 8px;
    padding-top: 0;
    border-top: 0;
  }

  .npf-hv2__drawer .npf-hv2__menu,
  .npf-hv2__drawer .npf-hv2__nav > .npf-hv2__menu {
    display: block;
  }

  .npf-hv2__drawer .npf-hv2__menu > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    border-bottom: 1px solid var(--npf-hv2-line);
  }

  .npf-hv2__drawer .npf-hv2__menu > li.is-submenu-open {
    background: var(--npf-hv2-soft);
    background: color-mix(in srgb, var(--npf-hv2-blue) 5%, #fff);
  }

  .npf-hv2__drawer .npf-hv2__menu a {
    min-width: 0;
    min-height: 52px;
    padding: 8px 4px;
    overflow-wrap: anywhere;
    touch-action: manipulation;
  }

  .npf-hv2__drawer .npf-hv2__submenu-toggle-wrap {
    grid-column: 1 / -1;
    align-self: center;
    width: 100%;
    height: auto;
  }

  .npf-hv2__drawer .npf-hv2__submenu-toggle {
    width: 100%;
    min-height: 52px;
    margin: 0;
    padding: 8px 4px;
    font-size: .9375rem;
    font-weight: 700;
    touch-action: manipulation;
  }

  .npf-hv2__drawer .npf-hv2__menu .sub-menu {
    position: static;
    grid-column: 1 / -1;
    display: none;
    min-width: 0;
    padding: 0 8px 12px 16px;
    visibility: visible;
    border: 0;
    border-radius: 0;
    opacity: 1;
    box-shadow: none;
    transform: none;
  }

  .npf-hv2__drawer .npf-hv2__menu li.is-submenu-open > .sub-menu {
    display: block;
  }

  .npf-hv2__mobile-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-top: 22px;
  }

  .npf-hv2__drawer-languages {
    margin-top: 18px;
  }

  .npf-hv2__drawer-languages .npf-hv2__languages a {
    display: inline-flex;
    width: auto;
    min-width: 112px;
    min-height: 44px;
    padding: 7px 14px;
    border: 1px solid var(--npf-hv2-line);
    gap: 9px;
    border-radius: 8px;
    font-size: .8125rem;
  }

  .npf-hv2__drawer-languages .npf-hv2__language-code {
    display: none;
  }

  .npf-hv2__drawer-languages .npf-hv2__language-name {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip-path: none;
  }

  .npf-hv2__button--mobile {
    width: 100%;
    margin: 0;
  }

  .npf-hv2__drawer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--npf-hv2-line);
  }

  .npf-hv2__drawer-contact a {
    color: var(--npf-hv2-muted);
    font-size: .8125rem;
    font-weight: 600;
    overflow-wrap: anywhere;
    text-decoration: none;
  }

  .npf-hv2__drawer-contact a:hover,
  .npf-hv2__drawer-contact a:focus-visible {
    color: var(--npf-hv2-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .npf-hv2__drawer-footer {
    border-top: 1px solid var(--npf-hv2-line);
    box-shadow: 0 -5px 20px rgba(16, 38, 59, .07);
  }

  .npf-hv2__drawer-footer-inner {
    padding-block: 12px max(12px, env(safe-area-inset-bottom, 0px));
  }

  .npf-hv2__backdrop {
    display: none;
  }

  .npf-hv2-banner__inner {
    min-height: 154px;
  }
}

@media (max-width: 767px) {
  .npf-hv2-shell {
    --npf-hv2-gutter: 20px;
  }

  .npf-hv2-banner,
  .npf-hv2-banner__inner {
    min-height: 190px;
  }

  .npf-hv2-banner__inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding-block: 26px;
  }

  .npf-hv2-banner__shade {
    background: linear-gradient(90deg, rgba(4, 22, 38, .9), rgba(4, 22, 38, .55));
  }

  .npf-hv2__topbar-inner {
    justify-content: center;
    min-height: 38px;
    gap: 14px;
    flex-wrap: wrap;
    padding-block: 3px;
  }

  .npf-hv2__topbar a {
    min-height: 34px;
    font-size: .6875rem;
  }

  .npf-hv2__brand .custom-logo {
    max-width: 96px;
    max-height: 25px;
  }

  .npf-hv2__drawer {
    width: 100%;
  }

  .npf-hv2__drawer-scroll {
    padding: 10px 20px 24px;
  }

  .npf-hv2__drawer-header-inner,
  .npf-hv2__drawer-footer-inner {
    padding-inline: 20px;
  }

  .npf-hv2__drawer-header-inner {
    min-height: 62px;
  }

  .npf-hv2__drawer-brand .custom-logo {
    max-width: 96px;
    max-height: 25px;
  }

  .npf-hv2__search-form {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .npf-hv2__search-submit {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
}

@media (max-width: 782px) {
  body.admin-bar .npf-hv2__drawer {
    --npf-hv2-admin-offset: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .npf-hv2-shell *,
  .npf-hv2-shell *::before,
  .npf-hv2-shell *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
