.toggler-434a, .close-2243, .nv1922-bar { display: none; }

.toggler-434a { background: #374151; color: #fef3c7; border-radius: 2px; }
.close-2243 { color: #374151; border: 1px solid #374151; border-radius: 2px; }

body.menu-open-nv1922 { overflow: hidden; }
.nv1922-backdrop.show { display: block !important; }

@media (max-width: 960px) {
  .nv1922-bar { display: flex !important; align-items: center; gap: 12px; padding: 12px 16px; position: relative; z-index: 99999; flex-wrap: wrap; }
  .mi-logo-bar { display: inline-flex !important; align-items: center; line-height: 0; flex: 1 1 auto; min-width: 0; }
  .mi-logo-bar img { display: block; max-height: 50px; max-width: 220px; height: auto; width: auto; }
  .toggler-434a { display: inline-flex !important; align-items: center; gap: 10px; cursor: pointer; padding: 12px 16px; background: #374151; color: #fef3c7; border: 0; border-radius: 2px; font-size: 15px; font-family: inherit; flex: 0 0 auto; }
  .toggler-434a .ic { font-size: 19px; line-height: 1; }
  .close-2243 { cursor: pointer; padding: 10px 14px; background: transparent; color: #374151; border: 1px solid #374151; border-radius: 2px; font-size: 14px; font-family: inherit; margin-bottom: 12px; display: inline-block; }
  #nv1922 { display: none; position: fixed; top: 0; right: 0; bottom: 0; width: 84%; max-width: 360px; padding: 18px; background: #ffffff; border-left: 1px solid #d1d5db; box-shadow: -8px 0 24px rgba(0,0,0,0.12); z-index: 99999; overflow-y: auto; }
  .nv1922-backdrop { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 99998; }
  #nv1922.on { display: block !important; }
  #nv1922 > ul { list-style: none; padding: 0; margin: 0; }
  #nv1922 > ul > li { border-bottom: 1px solid #d1d5db; position: relative; }
  #nv1922 > ul > li:last-child { border-bottom: 0; }
  #nv1922 > ul > li > a { display: block; padding: 16px 18px; color: #374151; text-decoration: none; font-size: 15px; }
  #nv1922 > ul > li.has-children > a::after { content: ' ▾'; opacity: 0.6; font-size: 12px; }
  #nv1922 ul.sub { list-style: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; background: #f9fafb; }
  #nv1922 > ul > li.open > ul.sub { max-height: 1000px; }
  #nv1922 ul.sub > li { border-bottom: 1px solid #d1d5db; }
  #nv1922 ul.sub > li:last-child { border-bottom: 0; }
  #nv1922 ul.sub > li > a { display: block; padding: 14px 22px; color: #374151; text-decoration: none; font-size: 14px; }
  #nv1922 > ul > li.mi-logo { border-bottom: 1px solid #d1d5db; padding: 18px; display: flex; align-items: center; }
  #nv1922 > ul > li.mi-logo a { padding: 0; display: inline-flex; align-items: center; line-height: 0; }
  #nv1922 > ul > li.mi-logo img { display: block; height: auto; width: auto; max-width: 240px; }
  #nv1922 > ul > li.mi-sep { border-bottom: 1px solid #d1d5db; height: 1px; padding: 0; margin: 0; }
  #nv1922 > ul > li.mi-search { padding: 16px 18px; border-bottom: 1px solid #d1d5db; }
  #nv1922 > ul > li.mi-search form { display: flex; gap: 6px; margin: 0; }
  #nv1922 > ul > li.mi-search input { flex: 1; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 2px; font-size: 14px; font-family: inherit; }
  #nv1922 > ul > li.mi-search button { padding: 10px 12px; background: #374151; color: #fef3c7; border: 0; border-radius: 2px; cursor: pointer; font-size: 14px; }
}

@media (min-width: 961px) {
  .toggler-434a, .close-2243, .nv1922-bar { display: none !important; }
  #nv1922 { display: block !important; padding: 0 !important; background: transparent !important; border: 0 !important; margin: 0 !important; overflow: visible !important; position: static !important; inset: auto !important; transform: none !important; width: auto !important; max-width: none !important; max-height: none !important; }
  #nv1922 > ul { display: flex !important; flex-direction: row; flex-wrap: wrap; gap: 4px; list-style: none; padding: 0; margin: 0; align-items: center; }
  #nv1922 > ul > li { border: 0 !important; position: relative; }
  #nv1922 > ul > li > a { display: inline-block; padding: 16px 18px; color: #374151; text-decoration: none; font-size: 15px; border-radius: 2px; transition: background 0.2s; }
  #nv1922 > ul > li > a:hover { background: #f9fafb; }
  #nv1922 > ul > li.has-children > a::after { content: ' ▾'; opacity: 0.55; font-size: 12px; }
  #nv1922 ul.sub { position: absolute; top: 100%; left: 0; min-width: 220px; background: #ffffff; border: 1px solid #d1d5db; border-radius: 2px; box-shadow: 0 6px 20px rgba(0,0,0,0.15); padding: 6px 0; margin: 0; list-style: none; z-index: 99999; opacity: 0; visibility: hidden; transition: opacity 0.18s ease, visibility 0s linear 0.25s; pointer-events: none; }
  #nv1922 > ul > li.has-children:hover > ul.sub, #nv1922 ul.sub:hover, #nv1922 > ul > li.has-children:focus-within > ul.sub, #nv1922 > ul > li.has-children.open > ul.sub { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity 0.18s ease, visibility 0s linear 0s; }
  #nv1922 ul.sub > li { border: 0 !important; width: 100%; }
  #nv1922 ul.sub > li > a { display: block !important; padding: 14px 16px !important; color: #374151 !important; text-decoration: none; font-size: 14px; white-space: nowrap; border-radius: 0 !important; transition: background 0.15s; }
  #nv1922 ul.sub > li > a:hover { background: #f9fafb; }
  #nv1922 > ul > li.mi-logo { border: 0 !important; padding: 0 18px 0 0 !important; margin-right: 6px; display: flex; align-items: center; }
  #nv1922 > ul > li.mi-logo a { padding: 0 !important; display: inline-flex; align-items: center; line-height: 0; background: transparent !important; }
  #nv1922 > ul > li.mi-logo a:hover { background: transparent !important; }
  #nv1922 > ul > li.mi-logo img { display: block; max-width: 200px; height: auto; width: auto; }
  #nv1922 > ul > li.mi-sep { width: 1px; height: 22px; background: #d1d5db; padding: 0 !important; margin: 0 6px !important; border: 0 !important; align-self: center; }
  #nv1922 > ul > li.mi-search { border: 0 !important; padding: 0 !important; margin-left: auto; }
  #nv1922 > ul > li.mi-search form { display: flex; gap: 4px; margin: 0; align-items: center; }
  #nv1922 > ul > li.mi-search input { padding: 6px 10px; border: 1px solid #d1d5db; border-radius: 2px; font-size: 14px; font-family: inherit; width: 160px; }
  #nv1922 > ul > li.mi-search button { padding: 6px 10px; background: #374151; color: #fef3c7; border: 0; border-radius: 2px; cursor: pointer; font-size: 14px; }
}
