/* wire-smooth-mobile-navigation-303f1h703 */

html.wire-route-changing-303f1h703{
  cursor:progress;
}

html.wire-route-changing-303f1h703
[data-wire-route-content-303f1h703]{
  opacity:.84 !important;
  transform:translateY(2px) !important;
  transition:
    opacity .12s ease,
    transform .12s ease !important;
  pointer-events:none !important;
}

[data-wire-route-content-303f1h703]{
  transition:
    opacity .16s ease,
    transform .16s ease !important;
}

@media(prefers-reduced-motion:reduce){
  html.wire-route-changing-303f1h703
  [data-wire-route-content-303f1h703],
  [data-wire-route-content-303f1h703]{
    transition:none !important;
    transform:none !important;
  }
}