.elementor-163 .elementor-element.elementor-element-24daac1{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-8d303f4 */.alfred-footer{
  background:#232323;
  color:#eaeaea;
  padding: 38px 0 0;
  overflow:hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.alfred-footer .af-line{
  width:min(1100px, 86vw);
  height:1px;
  background:rgba(255,255,255,.55);
  margin: 0 auto 28px;
}

.alfred-footer .af-top{
  width:min(1100px, 86vw);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:40px;
}

.alfred-footer .af-left,
.alfred-footer .af-right{
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.55;
}

.alfred-footer .af-left div{ margin: 2px 0; }

.alfred-footer .af-right{
  text-align:right;
}

.alfred-footer .af-icons{
  margin-top:8px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
}

.alfred-footer .af-icons a{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
  font-size:14px;
  opacity:.9;
}

.alfred-footer .af-icons a:hover{ opacity:1; }

/* Marquee */
.alfred-footer .af-bottom{
  margin-top: 26px;
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0 16px;
}

.alfred-footer .af-marquee{
  display:flex;
  gap:0;
  white-space:nowrap;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-size: clamp(34px, 5.6vw, 40px);
  line-height:1;
  color:#ffffff;
  opacity:.95;
  transform: translateZ(0);
  animation: afScroll 18s linear infinite;
}

@keyframes afScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}

/* Responsive */
@media (max-width: 760px){
  .alfred-footer .af-top{
    flex-direction:column;
    gap:18px;
  }
  .alfred-footer .af-right{ text-align:left; }
  .alfred-footer .af-icons{ justify-content:flex-start; }
  .alfred-footer .af-line{ width:min(520px, 86vw); }
}

.af-icons{
  display:flex;
  gap:12px;
}

.af-icon{
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.af-icon svg{
  width:100%;
  height:100%;
  fill:#ffffff;
  opacity:.85;
  transition:opacity .2s ease, transform .2s ease;
}

.af-icon:hover svg{
  opacity:1;
  transform:translateY(-1px);
}/* End custom CSS */