footer,
.sol-footer,
.br-footer {
  background: #020817;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: 4rem 0 2rem;
}

.footer-grid,
.sol-footer-grid,
.br-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .footer-grid,
  .sol-footer-grid,
  .br-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid,
  .sol-footer-grid,
  .br-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.footer-brand-desc,
.sol-footer-desc,
.br-footer-desc {
  color: rgba(255, 255, 255, .4);
  font-size: .875rem;
  line-height: 1.7;
  margin: 1rem 0 1.5rem;
  max-width: 280px;
}

.footer-col-title,
.sol-footer-col-title,
.br-footer-col-title {
  color: rgba(255, 255, 255, .6);
  font-size: .8125rem;
  font-weight: 700;
  letter-spacing: .08em;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.footer-links,
.sol-footer-links,
.br-footer-links {
  display: flex;
  flex-direction: column;
  gap: .625rem;
}

.footer-links a,
.sol-footer-links a,
.br-footer-links a {
  color: rgba(255, 255, 255, .45);
  font-size: .9rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-links a:hover,
.sol-footer-links a:hover,
.br-footer-links a:hover {
  color: rgba(255, 255, 255, .85);
}

.footer-bottom,
.sol-footer-bottom,
.br-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .06);
  color: rgba(255, 255, 255, .3);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-bottom,
  .sol-footer-bottom,
  .br-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer-copy,
.footer-made,
.footer-bottom > span,
.sol-footer-bottom > span,
.br-footer-bottom > span {
  color: rgba(255, 255, 255, .3);
  font-size: .8125rem;
}

.footer-legal,
.sol-footer-legal,
.br-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  justify-content: center;
}

.footer-legal a,
.sol-footer-legal a,
.br-footer-legal a {
  color: rgba(255, 255, 255, .3);
  font-size: .8125rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-legal a:hover,
.sol-footer-legal a:hover,
.br-footer-legal a:hover {
  color: rgba(255, 255, 255, .65);
}
