/* ---------- Footer ---------- */
.hod-footer{
  position: fixed;
  right: 18px;
  bottom: 16px;
  z-index: 40;
  display: grid;
  gap: 10px;
  justify-items: end;
}
.hod-social{
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.hod-footer a.hod-social__link{
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.92);
  text-decoration: none;
}
.hod-social__link:hover{ color:#fff; }
.hod-copy{
  font-size: 11px;
  opacity: .75;
}
