.trigger-15a8, .close-dc15, .nvb8dc-bar { display: none; }

.trigger-15a8 { background: #374151; color: #fef3c7; border-radius: 2px; }
.close-dc15 { color: #374151; border: 1px solid #374151; border-radius: 2px; }

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

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

@media (min-width: 1081px) {
  .trigger-15a8, .close-dc15, .nvb8dc-bar { display: none !important; }
  #nvb8dc { 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: 100% !important; max-height: none !important; box-sizing: border-box !important; }
  #nvb8dc > ul { display: flex !important; flex-direction: row; flex-wrap: wrap; gap: 4px; list-style: none; padding: 0; margin: 0; align-items: center; max-width: 100%; box-sizing: border-box; }
  #nvb8dc > ul > li { border: 0 !important; position: relative; flex: 0 0 auto; min-width: 0; }
  #nvb8dc > ul > li > a { display: inline-block; padding: 12px 14px; color: #374151; text-decoration: none; font-size: 15px; border-radius: 2px; transition: background 0.2s; white-space: nowrap; }
  #nvb8dc > ul > li > a:hover { background: #f9fafb; }
  #nvb8dc > ul > li.has-children > a::after { content: ' ▾'; opacity: 0.55; font-size: 12px; }
  #nvb8dc 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; transform: scale(0.95); transform-origin: top left; transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0.2s; pointer-events: none; }
  #nvb8dc > ul > li.has-children:hover > ul.sub, #nvb8dc ul.sub:hover, #nvb8dc > ul > li.has-children:focus-within > ul.sub, #nvb8dc > ul > li.has-children.open > ul.sub { opacity: 1; visibility: visible; transform: scale(1); pointer-events: auto; transition: opacity 0.16s ease, transform 0.16s ease, visibility 0s linear 0s; }
  #nvb8dc ul.sub > li { border: 0 !important; width: 100%; }
  #nvb8dc ul.sub > li > a { display: block !important; padding: 10px 12px !important; color: #374151 !important; text-decoration: none; font-size: 14px; white-space: nowrap; border-radius: 0 !important; transition: background 0.15s; }
  #nvb8dc ul.sub > li > a:hover { background: #f9fafb; }
  #nvb8dc > ul > li.mi-logo { border: 0 !important; padding: 0 14px 0 0 !important; margin-right: 6px; display: flex; align-items: center; }
  #nvb8dc > ul > li.mi-logo a { padding: 0 !important; display: inline-flex; align-items: center; line-height: 0; background: transparent !important; }
  #nvb8dc > ul > li.mi-logo a:hover { background: transparent !important; }
  #nvb8dc > ul > li.mi-logo img { display: block; max-width: 200px; height: auto; width: auto; max-height: 60px; }
  #nvb8dc > ul > li.mi-sep { width: 1px; height: 22px; background: #d1d5db; padding: 0 !important; margin: 0 6px !important; border: 0 !important; align-self: center; }
  #nvb8dc > ul > li.mi-search { border: 0 !important; padding: 0 !important; margin: 0 0 0 8px; flex: 0 1 auto; min-width: 0; }
  #nvb8dc > ul > li.mi-search form { display: flex; gap: 4px; margin: 0; align-items: center; flex-wrap: nowrap; }
  #nvb8dc > ul > li.mi-search input { padding: 6px 10px; border: 1px solid #d1d5db; border-radius: 2px; font-size: 14px; font-family: inherit; width: 140px; min-width: 0; max-width: 180px; }
  #nvb8dc > ul > li.mi-search button { padding: 6px 10px; background: #374151; color: #fef3c7; border: 0; border-radius: 2px; cursor: pointer; font-size: 14px; flex: 0 0 auto; }
}
