.mobileBottomNavJK{display:none}
@media(max-width:767px){
    body{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}
    html{scroll-padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}
    .mobileBottomNavJK{position:fixed;z-index:1030;inset:auto 0 0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));height:calc(56px + env(safe-area-inset-bottom,0px));padding:0 max(6px,env(safe-area-inset-right,0px)) env(safe-area-inset-bottom,0px) max(6px,env(safe-area-inset-left,0px));box-sizing:border-box;background:#fff;box-shadow:0 -2px 12px rgba(48,48,48,.08);font-family:"Open Sans",Arial,sans-serif;color:#505050}
    .mobileBottomNavJK__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;min-height:44px;padding:3px 0;border:0;background:none;color:inherit!important;text-decoration:none!important;font-size:11px;font-weight:600;line-height:1.2;cursor:pointer;-webkit-tap-highlight-color:transparent}
    .mobileBottomNavJK__icon{display:grid;place-items:center;width:26px;height:26px}
    .mobileBottomNavJK svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
    .mobileBottomNavJK__item[aria-current="page"]{color:#c35c00!important}
    .mobileBottomNavJK__home{padding:4px 0;justify-content:center}
    .mobileBottomNavJK__home .mobileBottomNavJK__icon{width:26px;height:28px}
    .mobileBottomNavJK__home img{display:block;width:16px;height:28px;object-fit:contain}
    .mobileBottomNavJK__item:hover{color:#c35c00!important}
    .mobileBottomNavJK__item:focus-visible{outline:3px solid #ef7c00;outline-offset:-3px;border-radius:8px}
}
