.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-947 .elementor-element.elementor-element-4a046c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-947 .elementor-element.elementor-element-4a046c7:not(.elementor-motion-effects-element-type-background), .elementor-947 .elementor-element.elementor-element-4a046c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#090D18;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-12a5772 *//* =========================
   FOOTER
   ========================= */

.mc-footer {
  background: #090d18;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 80px;
}

.mc-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.mc-footer-col h3,
.mc-footer-col h4 {
  color: #ffffff;
  margin-bottom: 12px;
}

.mc-footer-col h3 {
  font-size: 18px;
}

.mc-footer-col h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mc-footer-col p {
  color: #9ba3b0;
  font-size: 14px;
  line-height: 1.6;
}

.mc-footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mc-footer-col ul li {
  margin-bottom: 8px;
}

.mc-footer-col ul li a {
  color: #9ba3b0;
  font-size: 14px;
  text-decoration: none;
}

.mc-footer-col ul li a:hover {
  color: #ffb703;
}

/* Bottom bar */
.mc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 16px 20px;
  text-align: center;
}

.mc-footer-bottom p {
  color: #7f8796;
  font-size: 13px;
}

/* MOBILE */
@media (max-width: 768px) {
  .mc-footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}/* End custom CSS */