/* HLB V5.4.2k - Ultra Smooth Navigation */
@media (max-width: 900px) {
  .mobile-nav a,
  .main-nav a,
  a.brand {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .hlb-nav-tap-v542k {
    animation: hlbNavTapV542k .12s ease-out;
    will-change: transform, opacity;
  }

  @keyframes hlbNavTapV542k {
    0%   { transform: translateZ(0) scale(1); opacity: 1; }
    45%  { transform: translateZ(0) scale(.965); opacity: .82; }
    100% { transform: translateZ(0) scale(1); opacity: 1; }
  }

  main.hlb-j-enter-left,
  main.hlb-j-enter-right,
  main.hlb-j-enter-fade {
    animation: hlbPageInV542k .13s cubic-bezier(.22,.78,.22,1) both !important;
    will-change: opacity, transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  @keyframes hlbPageInV542k {
    from { opacity: .72; transform: translate3d(0, 5px, 0); }
    to   { opacity: 1; transform: translate3d(0, 0, 0); }
  }
}
