.footer-main {
  width: 100%;
  padding-block: 3rem;
  color: #ffffff;
}
.footer-main__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: linear-gradient(135deg, #29337b, #101431);
  color: #fff;
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  flex-shrink: 0;
}
.footer-main__title {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: #fff;
}
.footer-main__description {
  font-size: 0.875rem;
  line-height: 1.6;
}
.footer-main__contact {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
.footer-main__contact a {
  color: inherit;
}
.footer-main__contact a:hover {
  color: #fff;
}
.footer-main__copyright {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78125rem;
  color: rgba(255, 255, 255, 0.75);
}

/*# sourceMappingURL=footer-main.css.map*/