

.lc-global-footer,
.lc-global-footer *{
  box-sizing:border-box;
  font-family:Arial,Helvetica,sans-serif !important;
}
.lc-global-footer{
  margin-top:48px;
  background:#050505;
  color:#fff;
}
.lc-global-footer-inner{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
  padding:42px 0 34px;
  display:grid;
  grid-template-columns:1.25fr .9fr .9fr 1.3fr;
  gap:34px;
}
.lc-global-footer h2{
  margin:0 0 12px;
  color:#FFD500 !important;
  -webkit-text-fill-color:#FFD500 !important;
  font-size:30px;
  line-height:1;
  font-weight:900;
}
.lc-global-footer h3{
  margin:0 0 14px;
  color:#FFD500 !important;
  -webkit-text-fill-color:#FFD500 !important;
  font-size:13px;
  font-weight:900;
}
.lc-global-footer p{
  margin:0 0 14px;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  font-size:13px;
  line-height:1.45;
}
.lc-global-footer a{
  display:block;
  margin:8px 0;
  color:#fff !important;
  -webkit-text-fill-color:#fff !important;
  text-decoration:none !important;
  font-size:12px;
}
.lc-global-footer a:hover{
  color:#FFD500 !important;
  -webkit-text-fill-color:#FFD500 !important;
}
.lc-global-footer-socials{
  display:flex;
  gap:10px;
  margin-top:18px;
}
.lc-global-footer-socials a{
  width:34px;
  height:34px;
  margin:0;
  display:grid;
  place-items:center;
  border:1px solid #333;
  border-radius:50%;
  font-size:10px;
  font-weight:900;
}
.lc-global-footer-newsletter form{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:8px;
}
.lc-global-footer-newsletter input{
  min-width:0;
  height:44px;
  border:0;
  border-radius:6px;
  background:#fff !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  padding:0 13px;
  font-size:13px;
}
.lc-global-footer-newsletter input::placeholder{
  color:#777 !important;
  opacity:1;
}
.lc-global-footer-newsletter button{
  height:44px;
  border:0;
  border-radius:6px;
  background:#FFD500 !important;
  color:#111 !important;
  -webkit-text-fill-color:#111 !important;
  padding:0 16px;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.lc-global-footer-bottom{
  border-top:1px solid #222;
  padding:14px 20px;
  text-align:center;
  color:#aaa;
  font-size:10px;
}
@media(max-width:900px){
  .lc-global-footer-inner{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:560px){
  .lc-global-footer-inner{
    width:calc(100% - 24px);
    grid-template-columns:1fr;
    gap:24px;
    padding:34px 0 28px;
  }
  .lc-global-footer-newsletter form{
    grid-template-columns:1fr;
  }
  .lc-global-footer-newsletter button{
    width:100%;
  }
}



.lc-global-footer-socials a{
  width:38px !important;
  height:38px !important;
  border:1px solid #343434 !important;
  background:#111 !important;
  color:#fff !important;
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease !important;
}
.lc-global-footer-socials a:hover{
  background:#FFD500 !important;
  border-color:#FFD500 !important;
  color:#050505 !important;
  transform:translateY(-2px);
}
.lc-global-footer-socials svg{
  width:17px;
  height:17px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lc-global-footer-socials svg .lc-svg-fill{
  fill:currentColor;
  stroke:none;
}



.lc-global-footer p{font-size:15px!important;}
.lc-global-footer a{font-size:14px!important;}
.lc-global-footer h3{font-size:15px!important;}
.lc-global-footer-bottom{font-size:12px!important;}
@media(max-width:560px){
  .lc-global-footer p{font-size:15px!important;}
  .lc-global-footer a{font-size:14px!important;}
  .lc-global-footer h3{font-size:15px!important;}
  .lc-global-footer-bottom{font-size:12px!important;}
}


.lc-footer-community-strip{background:#FFD500;color:#111}.lc-footer-community-strip-inner{width:min(1240px,calc(100% - 40px));margin:0 auto;min-height:132px;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:24px 0}.lc-footer-community-strip strong{display:block;font-size:clamp(25px,3vw,40px);line-height:.95;font-weight:950;letter-spacing:-.04em}.lc-footer-community-strip p{margin:9px 0 0!important;color:#111!important;font-size:14px!important;max-width:720px}.lc-footer-community-strip a{flex:0 0 auto;margin:0!important;padding:13px 18px;border:2px solid #111;border-radius:7px;background:#111;color:#FFD500!important;-webkit-text-fill-color:#FFD500!important;font-size:12px!important;font-weight:950}.lc-footer-community-strip a:hover{background:#fff!important;color:#111!important;-webkit-text-fill-color:#111!important}.lc-global-footer-widget-col{min-width:0}.lc-global-footer-widget-col>.widget{margin:0!important;padding:0!important;background:transparent!important;border:0!important}.lc-global-footer-widget-col>.widget>.widget-title{display:none!important}
@media(max-width:620px){.lc-footer-community-strip-inner{width:calc(100% - 24px);min-height:0;display:block;padding:26px 0}.lc-footer-community-strip strong{font-size:29px}.lc-footer-community-strip a{display:inline-flex;margin-top:16px!important}}


.lc-global-footer .lc-footer-community-strip,
.lc-global-footer .lc-footer-community-strip strong,
.lc-global-footer .lc-footer-community-strip p{
  color:#111!important;
  -webkit-text-fill-color:#111!important;
}
.lc-global-footer .lc-footer-community-strip strong{font-weight:950!important}
.lc-global-footer .lc-footer-community-strip p{opacity:1!important}

.lc-newsletter-message{margin-top:8px;font-size:11px;font-weight:800;line-height:1.35}.lc-newsletter-message.is-success{color:#FFD500}.lc-newsletter-message.is-error{color:#d33}
