
.wmmm-root{display:none}

@media (max-width:921px){
  .wmmm-root{
    display:block;
    position:relative;
    z-index:2147483000
  }

  .ast-mobile-header-wrap .main-header-menu-toggle,
  .ast-mobile-header-wrap .menu-toggle,
  .ast-mobile-header-wrap button[aria-controls*="menu"],
  .ast-header-break-point .main-header-menu-toggle{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    border-radius:0!important;
    padding:8px!important;
    min-width:40px!important;
    min-height:40px!important
  }

  .ast-mobile-header-wrap .main-header-menu-toggle:hover,
  .ast-mobile-header-wrap .main-header-menu-toggle:focus,
  .ast-header-break-point .main-header-menu-toggle:hover,
  .ast-header-break-point .main-header-menu-toggle:focus{
    background:transparent!important;
    box-shadow:none!important
  }

  .ast-mobile-header-wrap .main-header-menu-toggle .ast-mobile-svg,
  .ast-mobile-header-wrap .main-header-menu-toggle .ast-menu-svg,
  .ast-mobile-header-wrap .main-header-menu-toggle svg,
  .ast-header-break-point .main-header-menu-toggle .ast-mobile-svg,
  .ast-header-break-point .main-header-menu-toggle svg{
    display:none!important
  }

  .ast-mobile-header-wrap .main-header-menu-toggle:before,
  .ast-header-break-point .main-header-menu-toggle:before{
    content:"";
    display:block!important;
    width:23px!important;
    height:16px!important;
    margin:auto!important;
    background:
      linear-gradient(#fff,#fff) 0 0 / 23px 2px no-repeat,
      linear-gradient(#fff,#fff) 0 7px / 23px 2px no-repeat,
      linear-gradient(#fff,#fff) 0 14px / 23px 2px no-repeat!important;
    border:0!important;
    transform:none!important
  }

  .wmmm-fallback-trigger{
    display:none;
    width:40px;
    height:40px;
    padding:0;
    border:0;
    background:transparent;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px
  }

  .wmmm-fallback-trigger span{
    width:23px;
    height:2px;
    background:#fff;
    border-radius:20px
  }

  .wmmm-root.wmmm-no-astra-trigger .wmmm-fallback-trigger{
    display:flex;
    position:absolute;
    top:16px;
    right:18px;
    z-index:2147483002
  }

  .wmmm-overlay{
    position:fixed;
    inset:0;
    z-index:2147483000;
    background:rgba(0,0,0,.58);
    opacity:0;
    visibility:hidden;
    -webkit-backdrop-filter:blur(2px);
    backdrop-filter:blur(2px);
    transition:opacity .23s ease,visibility .23s ease
  }

  .wmmm-drawer{
    position:fixed;
    top:0;
    right:0;
    z-index:2147483001;
    width:min(var(--wmmm-width,86vw),360px);
    height:100dvh;
    background:#0d0d10;
    color:#fff;
    transform:translateX(104%);
    transition:transform .3s cubic-bezier(.22,.72,.2,1);
    box-shadow:-16px 0 42px rgba(0,0,0,.36);
    display:flex;
    flex-direction:column
  }

  .wmmm-root.is-open .wmmm-overlay{
    opacity:1;
    visibility:visible
  }

  .wmmm-root.is-open .wmmm-drawer{
    transform:translateX(0)
  }

  body.wmmm-lock{
    overflow:hidden!important
  }

  .wmmm-head{
    flex:0 0 auto;
    min-height:68px;
    padding:9px 14px 9px 17px;
    display:flex;
    align-items:center;
    justify-content:space-between
  }

  .wmmm-logo{
    display:flex;
    align-items:center;
    max-width:104px;
    min-width:0;
    color:#fff;
    text-decoration:none!important
  }

  .wmmm-logo-img{
    display:block;
    width:auto!important;
    height:auto!important;
    max-width:100px!important;
    max-height:42px!important;
    object-fit:contain!important;
    object-position:left center!important
  }

  .wmmm-site-title{
    font-size:14px;
    font-weight:700;
    line-height:1.15
  }

  .wmmm-close{
    width:34px;
    height:34px;
    flex:0 0 34px;
    margin:0;
    padding:0;
    position:relative;
    border:0;
    border-radius:50%;
    background:rgba(255,255,255,.035)
  }

  .wmmm-close span{
    position:absolute;
    left:9px;
    top:16px;
    width:16px;
    height:1.6px;
    background:#fff;
    border-radius:20px
  }

  .wmmm-close span:first-child{transform:rotate(45deg)}
  .wmmm-close span:last-child{transform:rotate(-45deg)}

  .wmmm-body{
    min-height:0;
    flex:1 1 auto;
    overflow-y:auto;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    display:flex;
    flex-direction:column;
    padding:2px 12px max(18px,env(safe-area-inset-bottom))
  }

  .wmmm-main-nav{
    padding:2px 0 8px
  }

  .wmmm-nav,
  .wmmm-nav ul{
    list-style:none!important;
    margin:0!important;
    padding:0!important
  }

  .wmmm-nav>li{
    position:relative;
    margin:1px 0!important;
    border:0!important
  }

  .wmmm-nav>li>a{
    position:relative;
    min-height:47px;
    padding:0 38px 0 15px;
    border-radius:10px;
    display:flex;
    align-items:center;
    color:#f5f5f7!important;
    background:transparent;
    text-decoration:none!important;
    text-transform:none;
    font-size:15.5px;
    line-height:1.2;
    font-weight:560;
    letter-spacing:0;
    transition:background .15s ease,color .15s ease
  }

  .wmmm-nav>li>a:hover,
  .wmmm-nav>li>a:focus{
    background:rgba(255,255,255,.045)
  }

  .wmmm-nav>li.current-menu-item>a,
  .wmmm-nav>li.current-menu-ancestor>a{
    background:rgba(22,135,255,.09);
    color:#fff!important
  }

  .wmmm-nav>li.current-menu-item>a:before,
  .wmmm-nav>li.current-menu-ancestor>a:before{
    content:"";
    position:absolute;
    left:4px;
    top:50%;
    width:2.5px;
    height:18px;
    border-radius:30px;
    background:var(--wmmm-accent);
    transform:translateY(-50%)
  }

  .wmmm-nav .menu-item-has-children>a:after{
    content:"";
    position:absolute;
    right:17px;
    top:50%;
    width:6px;
    height:6px;
    border-right:1.4px solid rgba(255,255,255,.58);
    border-bottom:1.4px solid rgba(255,255,255,.58);
    transform:translateY(-65%) rotate(45deg);
    transition:transform .18s ease
  }

  .wmmm-nav .menu-item-has-children.wmmm-sub-open>a:after{
    transform:translateY(-35%) rotate(225deg)
  }

  .wmmm-nav .sub-menu{
    max-height:0;
    overflow:hidden;
    opacity:.75;
    transition:max-height .25s ease,opacity .18s ease
  }

  .wmmm-nav .wmmm-sub-open>.sub-menu{
    max-height:650px;
    opacity:1
  }

  .wmmm-nav .sub-menu li{
    margin:0!important
  }

  .wmmm-nav .sub-menu a{
    min-height:38px;
    padding:0 16px 0 31px;
    display:flex;
    align-items:center;
    border-radius:9px;
    color:rgba(255,255,255,.64)!important;
    text-decoration:none!important;
    font-size:13.5px;
    font-weight:500;
    line-height:1.2
  }

  .wmmm-utility{
    margin-top:auto;
    padding:12px 2px 0;
    border-top:1px solid rgba(255,255,255,.065)
  }

  .wmmm-utility-row{
    min-height:45px;
    padding:0 9px;
    display:grid;
    grid-template-columns:27px minmax(0,1fr) auto;
    align-items:center;
    gap:8px;
    border-radius:10px;
    color:rgba(255,255,255,.82)!important;
    text-decoration:none!important;
    font-size:13.5px;
    font-weight:540;
    letter-spacing:0
  }

  .wmmm-utility-row:hover,
  .wmmm-utility-row:focus{
    background:rgba(255,255,255,.035)
  }

  .wmmm-icon{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:rgba(255,255,255,.58)
  }

  .wmmm-icon svg{
    width:19px;
    height:19px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.55
  }

  .wmmm-arrow{
    color:rgba(255,255,255,.32);
    font-size:21px;
    font-weight:300;
    line-height:1
  }

  .wmmm-external{
    color:rgba(255,255,255,.32);
    font-size:15px;
    line-height:1
  }

  .wmmm-footer{
    padding:12px 10px 2px;
    text-align:center;
    color:rgba(255,255,255,.3);
    font-size:10.5px
  }
}

@media(max-width:390px){
  .wmmm-drawer{
    width:88vw
  }

  .wmmm-head{
    min-height:64px
  }

  .wmmm-logo{
    max-width:96px
  }

  .wmmm-logo-img{
    max-width:92px!important;
    max-height:39px!important
  }

  .wmmm-nav>li>a{
    min-height:45px;
    font-size:15px
  }
}
