.c-nav-bar{background:#fff;height:50px;height:calc(50px + env(safe-area-inset-bottom));-webkit-box-shadow:0 -4px 6px rgba(0,0,0,.06);box-shadow:0 -4px 6px rgba(0,0,0,.06);position:fixed;bottom:0;left:0;padding-bottom:0;padding-bottom:env(safe-area-inset-bottom);right:0;z-index:25;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.c-nav-bar__link{overflow:hidden;display:block;width:60px;text-align:center;text-decoration:none;font-size:.75em;padding-top:1em;color:#768692}.c-nav-bar__link.is-active{color:#0072ce;border-bottom:3px solid #0072ce;background:#f5f5f5;height:100%}@media screen and (min-width:640px){.c-nav-bar{display:none}}