.elementor-172 .elementor-element.elementor-element-8289f08{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-172 .elementor-element.elementor-element-8289f08{--width:100%;}}/* Start custom CSS */.hx-footer-global{
  width: min(85%, 1480px);
  margin: 0 auto 40px;
  padding: 34px 0 0;
}

.hx-footer-top{
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr) minmax(220px, .9fr);
  gap: 36px;
  padding: 30px 0 24px;
  border-top: 1px solid rgba(15,23,42,0.08);
}

.hx-footer-brand img{
  display:block;
  max-width:180px;
  height:auto;
  margin-bottom:16px;
}

.hx-footer-brand p{
  margin:0;
  max-width:560px;
  font-size:16px;
  line-height:1.7;
  color:#5f6368;
}

.hx-footer-nav,
.hx-footer-contact{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.hx-footer-nav h4,
.hx-footer-contact h4{
  margin:0 0 10px;
  font-size:18px;
  font-weight:800;
  color:#0f172a;
}

.hx-footer-nav a,
.hx-footer-contact a,
.hx-footer-contact p{
  margin:0;
  text-decoration:none;
  font-size:15px;
  line-height:1.6;
  color:#4b5563;
}

.hx-footer-nav a:hover,
.hx-footer-contact a:hover{
  color:#111827;
}

.hx-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding-top:18px;
  border-top:1px solid rgba(15,23,42,0.08);
}

.hx-footer-bottom p{
  margin:0;
  font-size:14px;
  color:#667085;
}

.hx-footer-legal{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}

.hx-footer-legal a{
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  color:#667085;
}

.hx-footer-legal a:hover{
  color:#111827;
}

@media (max-width: 1024px){
  .hx-footer-global{
    width: min(94%, 1480px);
    margin-bottom: 24px;
  }

  .hx-footer-top{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hx-footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
}/* End custom CSS */