.footer {
  max-width: 120rem;
  width: 100%;
  margin: -0.0625rem auto 0 auto;
  background-color: #000000;
  padding: 0 0 6.75rem 0;
  position: relative;
}
.footer::before {
  content: "";
  width: 27.5625rem;
  height: 27.5625rem;
  border-radius: 50%;
  background: #fd8600;
  filter: blur(9.375rem);
  position: absolute;
  right: 17.5625rem;
  bottom: -12.5rem;
  pointer-events: none;
}
@media (max-width: 991px) {
  .footer::before {
    content: unset;
  }
}
.footer::after {
  content: "";
  width: 43.75rem;
  height: 43.75rem;
  border-radius: 50%;
  background: #fa5802;
  filter: blur(18.75rem);
  position: absolute;
  right: -9.0625rem;
  bottom: -16.4375rem;
  pointer-events: none;
}
@media (max-width: 991px) {
  .footer::after {
    content: unset;
  }
}
.footer-main {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .footer-main {
    width: 90%;
    flex-direction: column;
  }
}
.footer-space {
  max-width: 41.8125rem;
  width: 100%;
  margin: 0 auto 0 0;
  font-family: "Special Gothic Expanded One", sans-serif;
}
.footer-space h3 {
  margin: 0;
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 991px) {
  .footer-space h3 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.footer-group {
  display: flex;
  margin-top: 3rem;
  gap: 2.6875rem;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-group {
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
    margin-bottom: 3rem;
  }
}
.footer-group .craw {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #fff;
  text-decoration: unset;
}
.footer-group .craw::before {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjIxMTQgNC43NjAwNEwyLjQ3MTQ0IDE1LjVMMC43MDcwMzEgMTMuNzM1NkwxMS40NDU3IDIuOTk1NjNIMS45ODEwNVYwLjVIMTUuNzA3VjE0LjIyNkgxMy4yMTE0VjQuNzYwMDRaIiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
}
.footer-logo {
  position: relative;
  z-index: 1;
  width: 310px;
  height: auto;
  clip-path: polygon(100% -100%, 200% 63%, 77% 63%, 73% 63%, 73% 51%, 67% 63%, 3.5% 63%, 3.5% 39.5%, -100% 39.5%, 0 -100%);
}
@media (max-width: 500px) {
  .footer-logo {
    width: 90%;
    margin: 0 auto;
  }
}
.footer-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 500px) {
  .footer-logo img {
    width: 100%;
    height: auto;
  }
}
