@charset "utf-8";
#footer{
  color:#f8fbff;
  margin-top:2rem;
  padding:0 0 1.25rem;
}
#footer .container{
  width:100%;
  max-width:1140px;
  margin-right:auto;
  margin-left:auto;
  padding-right:15px;
  padding-left:15px;
}
#footer .scaleUpIn,#footer .scaleUpOut{
  opacity:1;
  transform:none;
}
#footer p{
  line-height:1.6;
  margin:0;
}
#footer a{
  color:#d9ecff;
  text-decoration:underline;
}
#footer a:hover,#footer a:focus{
  color:#fff;
}
.site-footer{
  position:relative;
  overflow:hidden;
  padding:1.35rem 1.5rem 1rem;
  color:#f8fbff;
  background:linear-gradient(135deg,rgba(22,58,88,0.98),rgba(58,113,146,0.96));
  border:1px solid rgba(255,255,255,0.24);
  border-radius:.75rem;
  box-shadow:0 1rem 2.5rem rgba(15,43,68,0.28);
}
.site-footer:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  height:4px;
  background:linear-gradient(90deg,#6fd0ff,#ffffff,#9be7c5);
  opacity:.9;
}
.site-footer__main{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.25rem;
}
.site-footer__brand{
  display:flex;
  flex-direction:column;
  gap:.15rem;
  min-width:220px;
  text-align:left;
}
.site-footer__brand strong{
  color:#fff;
  font-size:1.35rem;
  font-weight:600;
  line-height:1.15;
}
.site-footer__brand span:last-child{
  color:rgba(255,255,255,0.78);
}
.site-footer__kicker{
  color:#9be7c5;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:0;
  text-transform:uppercase;
}
.site-footer__links{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:.45rem;
  color:rgba(255,255,255,0.55);
}
.site-footer__links a{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  min-height:2rem;
  padding:.35rem .75rem;
  color:#eef8ff;
  background:rgba(255,255,255,0.12);
  border:1px solid rgba(255,255,255,0.22);
  border-radius:999px;
  text-decoration:none;
}
.site-footer__links a:hover,.site-footer__links a:focus{
  color:#123a57;
  background:#fff;
}
.site-footer__links .fa-2x{
  font-size:1.1rem;
}
.site-footer__legal{
  margin-top:1rem;
  padding-top:.85rem;
  color:rgba(255,255,255,0.82);
  border-top:1px solid rgba(255,255,255,0.16);
  font-size:.95rem;
  text-align:center;
}
.site-footer__legal a{
  color:#fff;
  font-weight:600;
}
#build_time{
  color:#fff;
  display:block;
  margin:.35rem 0 0;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,0.55);
}
@media (max-width: 767px) {
  #footer{
    padding-right:.75rem;
    padding-left:.75rem;
  }
  .site-footer{
    padding:1.15rem 1rem .9rem;
  }
  .site-footer__main{
    align-items:flex-start;
    flex-direction:column;
  }
  .site-footer__brand{
    min-width:0;
  }
  .site-footer__links{
    justify-content:flex-start;
  }
}
