.elementor-85 .elementor-element.elementor-element-5b06c2e{--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-85:not(.elementor-motion-effects-element-type-background), .elementor-85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0B0B0B;}.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-326e646 */.site-footer{
  padding:26px 0 25px;
  border-top:1px solid rgba(255,255,255,0.05);
  margin-top:60px;
}

.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
}

.footer-brand{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.footer-logo{
  display:inline-flex;
  align-items:center;
}

.footer-logo img{
  height:35px;
  width:auto;
  display:block;
}

.footer-brand span{
  font-size:0.82rem;
  color:var(--muted);
}

.footer-links,
.footer-social{
  display:flex;
  align-items:center;
  gap:15px;
  flex-wrap:wrap;
}

.footer-links a,
.footer-social a{
  font-size:0.88rem;
  color:var(--muted);
  transition:0.3s ease;
}

.footer-links a:hover,
.footer-social a:hover{
  color:var(--text);
}

@media (max-width:768px){
  .site-footer{
    padding:18px 0 22px;
    margin-top:40px;
  }

  .footer-inner{
    justify-content:center;
    text-align:center;
    gap:14px;
  }

  .footer-brand{
    width:100%;
    align-items:center;
  }
  
}
.footer-bottom{
  margin-top:45px;
  padding-top:18px;
  padding-bottom:22px;
  border-top:1px solid rgba(255,255,255,0.05);
  text-align:center;
  font-size:0.82rem;
  color:var(--muted);
}/* End custom CSS */