.footer {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #373936;
  color: #fff;
}
.footer.is-preview a {
  pointer-events: none;
}

.footer .footer-menu .title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
  letter-spacing: 0.4px;
  margin-bottom: 16px;
}
.footer .footer-menu .nav {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-padding-y: 0;
  --bs-nav-link-padding-x: 0;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-menu .nav .nav-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer .footer-menu .nav .nav-link:hover {
  text-decoration: underline;
}
.footer .logo {
  margin-bottom: 32px;
}
.footer .contact-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .contact-options .contact-option .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer .contact-options .contact-option a.link {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: 0.48px;
  color: #fff;
  text-decoration: none;
}
.footer .contact-options .contact-option a.link:hover {
  text-decoration: underline;
  font-size: 20px;
  letter-spacing: 0.4px;
}
.footer .socials-wrapper {
  margin-top: 24px;
  display: flex;
  gap: 24px;
  align-items: flex-end;
}
@media (max-width: 767.98px) {
  .footer .socials-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.footer .socials-wrapper .copyright {
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.footer .socials {
  display: flex;
  gap: 16px;
}
.footer .socials a.social {
  background-color: #C1D100;
  color: #373936;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: background-color 0.2s ease-in-out;
}
.footer .socials a.social:hover {
  background-color: #A8B800;
}