/* Breakpoint
======================================= */
.footer {
  width: 100%;
  background-color: #111111;
  position: relative;
  z-index: 2;
}

.footer__container {
  padding-bottom: 40px;
  padding-inline: 5vw;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid #727272;
}

.footer__copyright {
  font-size: 14px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.2rem;
  }
}

.footer__back-to-top {
  font-size: 14px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__back-to-top {
    font-size: 1.2rem;
  }
}
/*# sourceMappingURL=_footer.css.map */