:root{--contact-taskbar-height:64px}
body{padding-bottom:var(--contact-taskbar-height)}

footer .contact-grid{
  position:fixed!important;
  left:0;
  right:0;
  bottom:0;
  z-index:95;
  display:grid!important;
  grid-template-columns:repeat(8,minmax(0,1fr))!important;
  width:100%;
  height:var(--contact-taskbar-height);
  padding:0!important;
  overflow:hidden;
  background:#052b57;
  border-top:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 -8px 24px rgba(5,43,87,.14);
}
footer .contact-grid>a,
footer .contact-grid>button{
  box-sizing:border-box;
  min-width:0;
  min-height:var(--contact-taskbar-height)!important;
  height:var(--contact-taskbar-height);
  padding:5px 3px!important;
  gap:3px!important;
  flex-direction:column!important;
  justify-content:center!important;
  align-items:center!important;
  border:0!important;
  border-right:1px solid rgba(255,255,255,.11)!important;
  color:#fff!important;
  background:transparent!important;
  text-decoration:none;
  transform:none!important;
}
footer .contact-grid>a:last-child,
footer .contact-grid>button:last-child{border-right:0!important}
footer .contact-grid>a:hover,
footer .contact-grid>button:hover{background:#083c74!important}
footer .contact-grid span{
  flex:none;
  display:grid!important;
  place-items:center;
  width:27px!important;
  height:27px!important;
  border-radius:8px!important;
  color:#ffb000!important;
  background:rgba(255,255,255,.055)!important;
}
footer .contact-grid svg{width:14px!important;height:14px!important}
footer .contact-grid b{
  max-width:100%;
  color:#fff;
  font-size:9px!important;
  line-height:1;
  font-weight:700;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.floating{display:none!important}

@media(max-width:700px){
  :root{--contact-taskbar-height:58px}
  footer .contact-grid{
    display:flex!important;
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  footer .contact-grid::-webkit-scrollbar{display:none}
  footer .contact-grid>a,
  footer .contact-grid>button{flex:0 0 76px!important}
  footer .contact-grid span{width:25px!important;height:25px!important}
  footer .contact-grid svg{width:13px!important;height:13px!important}
}
