/* Oracle burger V192: menu closed by default, opens only by JS */
@media (max-width: 1180px){
  html body.oracle-burger-v192 .header,
  html body.oracle-burger-v192 header.header{
    position: sticky !important;
    top: 0 !important;
    z-index: 2147483600 !important;
    isolation: isolate !important;
    transform: translateZ(0) !important;
  }

  html body.oracle-burger-v192 .header .nav,
  html body.oracle-burger-v192 header.header .nav,
  html body.oracle-burger-v192 .container.nav{
    position: relative !important;
    z-index: 2147483601 !important;
    isolation: isolate !important;
  }

  html body.oracle-burger-v192 .header .burger,
  html body.oracle-burger-v192 header .burger,
  html body.oracle-burger-v192 .burger{
    display: grid !important;
    place-items: center !important;
    position: relative !important;
    z-index: 2147483640 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    opacity: 1 !important;
    visibility: visible !important;
    line-height: 1 !important;
    user-select: none !important;
    -webkit-user-select: none !important;
  }

  html body.oracle-burger-v192 .header .burger *,
  html body.oracle-burger-v192 .header:before,
  html body.oracle-burger-v192 .header:after,
  html body.oracle-burger-v192 .nav:before,
  html body.oracle-burger-v192 .nav:after{
    pointer-events: none !important;
  }

  html body.oracle-burger-v192 .header .menu,
  html body.oracle-burger-v192 header.header .menu,
  html body.oracle-burger-v192 nav.menu,
  html body.oracle-burger-v192 .menu{
    position: fixed !important;
    left: 16px !important;
    right: 16px !important;
    top: 76px !important;
    bottom: auto !important;
    z-index: 2147483630 !important;

    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 6px !important;

    max-height: calc(100dvh - 96px) !important;
    overflow: auto !important;
    padding: 18px 20px !important;
    border-radius: 26px !important;

    background: linear-gradient(180deg, rgba(5,5,8,.985), rgba(6,5,8,.975)) !important;
    border: 1px solid rgba(243,217,157,.32) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.74) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  html body.oracle-burger-v192 .header .menu.open,
  html body.oracle-burger-v192 header.header .menu.open,
  html body.oracle-burger-v192 nav.menu.open,
  html body.oracle-burger-v192.mobile-menu-open .header .menu,
  html body.oracle-burger-v192.mobile-menu-open header.header .menu,
  html body.oracle-burger-v192.mobile-menu-open nav.menu,
  html body.oracle-burger-v192.mobile-menu-open .menu{
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body.oracle-burger-v192 .menu a{
    width: 100% !important;
    min-height: 46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 12px 14px !important;
    border-radius: 999px !important;
    box-sizing: border-box !important;
  }

  html body.oracle-burger-v192.mobile-menu-open{
    overflow: hidden !important;
  }
}
