footer {
  height: 160px;
  width: 100%;
  margin-top: 32px;
}
footer .footer-container {
  height: 100%;
  width: 100%;
  margin-top: 16vw;
  position: relative;
}
footer .footer-container nav {
  background-color: black;
  height: 100%;
  padding: 0 16px 16px;
  display: flex;
  margin-top: auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container nav {
    flex-direction: column;
  }
}
footer .footer-container nav .footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  footer .footer-container nav .footer-logo {
    margin: 20px;
  }
}
footer .footer-container nav .footer-logo .footer-logo-flex {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container nav .footer-logo .footer-logo-flex {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-container nav .footer-logo .footer-logo-flex .logo-container {
  width: 180px;
}
@media only screen and (max-width: 768px) {
  footer .footer-container nav .footer-logo .footer-logo-flex .logo-container {
    width: 120px;
  }
}
footer .footer-container nav .footer-logo .footer-logo-flex .company-name-container {
  margin-left: 24px;
  width: 320px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container nav .footer-logo .footer-logo-flex .company-name-container {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-container nav .footer-logo .footer-logo-flex .company-name-container {
    width: 200px;
  }
}
footer .footer-container nav .footer-logo .footer-logo-flex .company-name-container svg {
  width: 100%;
}
footer .footer-container nav .right-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #d9d8d7;
}
footer .footer-container nav .right-container .right-flex {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  footer .footer-container nav .right-container .right-flex {
    flex-direction: column;
    align-items: center;
  }
}
footer .footer-container nav .right-container .right-flex .policy-container {
  display: flex;
}
footer .footer-container nav .right-container .right-flex .policy-container div {
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  footer .footer-container nav .right-container .right-flex .policy-container div:last-of-type {
    margin: 0;
  }
}
footer .footer-container::before {
  content: "";
  position: absolute;
  top: calc(-16vw + 1px);
  height: calc(16vw + 1px);
  width: 100%;
  background-color: black;
  clip-path: polygon(0% calc(100% - 2px), 100% 0%, 100% 100%, 0% 100%);
}/*# sourceMappingURL=footer.css.map */