.topbar {
  background:
    radial-gradient(ellipse at 8% 0%, rgba(219, 184, 111, .08), transparent 26%),
    linear-gradient(135deg, rgba(46, 42, 39, .72), rgba(16, 18, 20, .88)) !important;
  border-bottom-color: rgba(234, 212, 154, .18) !important;
  box-shadow:
    0 10px 32px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .08) !important;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-bottom: 1px solid rgba(234, 212, 154, .28);
  background: linear-gradient(90deg, transparent, rgba(255, 241, 191, .08), transparent);
}

.topbar,
.brand,
.brand-name,
.desktop-nav,
.nav-item {
  color: #f1f3f4 !important;
}

.nav-item.active,
.nav-item:hover {
  color: #fff !important;
}

.nav-item.active:after {
  background: #d1ba8b !important;
  box-shadow: 0 0 12px rgba(209, 186, 139, .28) !important;
}

.language-link {
  color: #d7dde0 !important;
  background: rgba(20, 23, 25, .72) !important;
  border-color: rgba(215, 221, 224, .28) !important;
}

.nav-cta {
  color: #0b0d0f !important;
  background: #d7dde0 !important;
  border-color: #d7dde0 !important;
}

.site-footer {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  color: #d7dde0 !important;
  background:
    radial-gradient(ellipse at 6% 4%, rgba(219, 184, 111, .16), transparent 24%),
    radial-gradient(ellipse at 94% 96%, rgba(219, 184, 111, .1), transparent 22%),
    linear-gradient(135deg, rgba(70, 61, 56, .92) 0%, rgba(39, 35, 34, .9) 42%, rgba(20, 21, 22, .94) 72%, rgba(8, 10, 12, .98) 100%) !important;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  box-shadow:
    0 0 0 1px rgba(255, 239, 188, .12),
    0 0 30px rgba(185, 148, 76, .14),
    inset 0 1px 0 rgba(255, 255, 255, .1),
    inset 0 0 34px rgba(255, 224, 150, .06) !important;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 0;
  background: conic-gradient(
    from 215deg at 50% 48%,
    #382917,
    #a9844a 18%,
    #ead49a 30%,
    #fff1bf 37%,
    #a9844a 50%,
    #5a4223 67%,
    #a9844a 83%,
    #ead49a 94%,
    #382917
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.footer-company-name,
.footer-nav-title {
  color: #f1f3f4 !important;
}

.footer-tagline,
.footer-contact-row,
.footer-nav-links a,
.footer-copyright,
.footer-filing,
.footer-filing a {
  color: #b9c3c8 !important;
}

.footer-contact-row:hover,
.footer-nav-links a:hover,
.footer-filing a:hover {
  color: #f4e1aa !important;
}

.footer-contact-icon {
  color: #d1ba8b !important;
}

.footer-divider,
.footer-bottom {
  border-color: rgba(215, 221, 224, .18) !important;
}
