.v2-footer {
  margin-top: 40px;
  background: #1f1b1d;
  color: #fff;
}
.v2-footer__inner,
.v2-footer__legal {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}
.v2-footer__inner {
  padding: 44px 0 28px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.v2-footer__brand p {
  max-width: 420px;
  margin: 8px 0 0;
  color: rgba(255,255,255,.72);
}
.v2-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.v2-footer__links a {
  color: #fff;
  text-decoration: none;
}
.v2-footer__links a:hover,
.v2-footer__links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.v2-footer__legal {
  padding: 18px 0 28px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.62);
  font-size: .86rem;
}
@media (max-width: 700px) {
  .v2-footer__inner,
  .v2-footer__legal {
    width: min(100% - 22px, 1180px);
  }
  .v2-footer__inner,
  .v2-footer__legal {
    flex-direction: column;
  }
  .v2-footer {
    margin-bottom: 0;
  }
}
