:root {
  --djs-footer-gold: #c9a45e;
  --djs-footer-black: #141414;
  --djs-footer-text: #f5f5f2;
  --djs-footer-border: rgba(255, 255, 255, 0.18);
  --djs-footer-container: 1320px;
  --djs-footer-gutter: 24px;
  --djs-footer-display: 'Acta Display', 'acta-display', Georgia, 'Times New Roman', serif;
  --djs-footer-label: 'Poppins', sans-serif;
}

footer.footer .top-footer,
footer.footer .bottom-footer,
.top-footer,
.bottom-footer {
  background-color: var(--djs-footer-black) !important;
  color: var(--djs-footer-text) !important;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  font-family: var(--djs-footer-label);
  overflow: visible;
}

footer.footer .top-footer,
.top-footer {
  padding: 40px 0 0 0 !important;
  background-position: initial;
  background-size: initial;
}

footer.footer .top-footer .wrap,
.top-footer .wrap {
  border-bottom: 1px solid var(--djs-footer-border);
  padding: 20px 0;
  max-width: var(--djs-footer-container);
  margin: 0 auto;
  box-sizing: border-box;
}

footer.footer .top-footer h3,
.top-footer h3 {
  color: var(--djs-footer-text) !important;
  font-family: var(--djs-footer-display);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 18px;
}

footer.footer .top-footer a,
footer.footer .bottom-footer a,
.top-footer a,
.bottom-footer a {
  color: inherit !important;
  text-decoration: none;
  font-family: var(--djs-footer-label);
  font-weight: 400;
  padding-right: 0;
  position: static;
  left: auto;
}

footer.footer .top-footer a:hover,
footer.footer .bottom-footer a:hover,
.top-footer a:hover,
.bottom-footer a:hover {
  color: var(--djs-footer-gold) !important;
  left: auto !important;
}

footer.footer .top-footer .widget,
.top-footer .widget {
  float: left;
  width: 25%;
  margin-right: 0;
  padding: 0 40px 0 0;
  color: var(--djs-footer-text);
}

footer.footer .top-footer .widget-last.widget,
.top-footer .widget-last.widget {
  padding: 0;
}

footer.footer .bottom-footer,
.bottom-footer {
  padding: 20px 0 !important;
  display: block;
}

footer.footer .bottom-footer .footer-bottom__inner,
.bottom-footer .footer-bottom__inner {
  max-width: var(--djs-footer-container);
  margin: 0 auto;
  padding: 0 var(--djs-footer-gutter);
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  box-sizing: border-box;
}

.footer-bottom__logo {
  justify-self: start;
  display: inline-flex !important;
  align-items: center;
  line-height: 0;
  float: none !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-bottom__logo:has(strong) {
  flex-direction: column;
  line-height: 1;
}

.footer-bottom__logo strong {
  font-family: var(--djs-footer-display);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--djs-footer-text);
  line-height: 1;
}

.footer-bottom__logo span {
  font-family: var(--djs-footer-label);
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--djs-footer-gold);
  margin-top: 4px;
  line-height: 1;
}

.footer-bottom__logo-img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 180px;
  object-fit: contain;
  object-position: left center;
}

.footer-bottom__nav {
  justify-self: center;
}

footer.footer .bottom-footer .footer-bottom-nav,
.bottom-footer .footer-bottom-nav,
ul#menu-footer-menu.footer-bottom-nav {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 28px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  float: none;
  width: auto;
}

footer.footer .bottom-footer .footer-bottom-nav > li,
.bottom-footer .footer-bottom-nav > li,
ul#menu-footer-menu.footer-bottom-nav > li {
  margin: 0;
  padding: 0;
  float: none !important;
  width: auto !important;
  position: static;
}

footer.footer .bottom-footer .footer-bottom-nav > li::before,
footer.footer .bottom-footer .footer-bottom-nav > li::after,
.bottom-footer .footer-bottom-nav > li::before,
.bottom-footer .footer-bottom-nav > li::after {
  content: none !important;
  display: none !important;
}

footer.footer .bottom-footer .footer-bottom-nav a,
.bottom-footer .footer-bottom-nav a {
  font-family: var(--djs-footer-label);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  opacity: 0.92;
  padding: 0 !important;
  position: static;
  left: auto;
}

footer.footer .bottom-footer .footer-bottom-nav a:hover,
.bottom-footer .footer-bottom-nav a:hover {
  opacity: 1;
  color: var(--djs-footer-gold) !important;
}

.footer-bottom__socials {
  justify-self: end;
}

footer.footer .bottom-footer .socials,
.bottom-footer .socials {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  float: none;
  width: auto;
}

footer.footer .bottom-footer .socials a,
.bottom-footer .socials a {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  position: static !important;
  top: auto;
  left: auto;
  color: var(--djs-footer-text) !important;
  transition: color 0.2s ease;
  float: none;
}

footer.footer .bottom-footer .socials a:hover,
.bottom-footer .socials a:hover {
  color: var(--djs-footer-gold) !important;
  left: auto !important;
  top: auto !important;
}

.bottom-footer .footer-social-icon,
.bottom-footer .socials svg {
  width: 16px;
  height: 16px;
  display: block;
  flex: none;
  fill: currentColor;
  color: inherit;
}

.bottom-footer .socials .footer-social-icon {
  font-family: var(--djs-footer-label);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 1100px) {
  footer.footer .top-footer .widget,
  .top-footer .widget {
    width: 50%;
    padding: 0 24px 28px 0;
  }

  footer.footer .bottom-footer .footer-bottom__inner,
  .bottom-footer .footer-bottom__inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 24px;
  }

  .footer-bottom__logo,
  .footer-bottom__nav,
  .footer-bottom__socials {
    justify-self: center;
  }

  footer.footer .bottom-footer .socials,
  .bottom-footer .socials {
    justify-content: center;
  }
}

@media (max-width: 640px) {
  footer.footer .top-footer .widget,
  .top-footer .widget {
    float: none;
    width: 100%;
    padding: 0 0 24px;
  }

  footer.footer .bottom-footer .footer-bottom-nav,
  .bottom-footer .footer-bottom-nav {
    gap: 8px 18px;
  }

  footer.footer .bottom-footer .footer-bottom-nav a,
  .bottom-footer .footer-bottom-nav a {
    font-size: 11px;
    letter-spacing: 0.07em;
  }
}
