.brand-mark{
  width:38px;
  height:38px;
  border-radius:13px;
  background:linear-gradient(145deg,#0b3954,#0f766e);
  box-shadow:0 8px 20px rgba(11,57,84,.18);
}
.brand-mark svg{
  width:29px;
  height:29px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-brand .brand-mark{
  background:linear-gradient(145deg,#a7f3d0,#56d6aa);
}
