.footer {
  background-color: #073396;
  padding: 5rem 0;
  color: #fff !important;
  font-size: .8rem;
  font-family: 'Manrope', system-ui, -apple-system, sans-serif !important;
}
.footer h2, .footer h2 a {
color:#fff;
  font-size:2rem;
  font-weight: 300;
  margin-bottom: 80px;
}
.footer h2 a {
  border-bottom:1px solid #fff;
  padding-bottom:10px;
}
.footer ul li {
  color: #fff;
  display:block
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.footer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer p, .footer a {
  color: #fff !important;

  font-size: .8rem;
}
.footer h3 {
    font-size: .8rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: .5rem;
}
.footer-newletter .form-title, .footer-newletter label, .footer-newletter .hsfc-ErrorAlert {
  display: none  !important;
}
.footer-newletter .hsfc-Step__Content {
padding: 0 !important;
}
.footer-newletter input {
background: #073396 !important;
    border-width: 0 !important;
    border-bottom: 1px solid #36e8f2 !important;
    border-radius: 0 !important;
    color: #fff !important;
    outline: none;
}


.footer-newletter input::placeholder {
    color: #fff !important;
   
  }
.footer-newletter input::-webkit-input-placeholder {
    color: #fff !important;
    
  }
.footer-newletter input:-ms-input-placeholder {
    color: #fff !important;
   
  }
.footer-newletter input::-ms-input-placeholder {
    color: #fff !important;
   
  }
.footer-newletter .hsfc-NavigationRow, .footer-newletter .hsfc-TextInput {
  margin:0!important;
}
.footer-newletter .hsfc-Row {
  margin:0 0 16px 0 !important;
}
.footer-newletter .hsfc-Button {
}



.footer-newletter .hsfc-Button {
    background-color: #fff!important;
    background-image: linear-gradient(90deg,#fff,#fff 50%,#36e9f2 0,#36e9f2)!important;
    background-position: 0!important;
    background-size: 200% 100%!important;
    transition: background-position .35s ease,color .35s ease!important
}

.footer-newletter .hsfc-Button,.footer-newletter .hsfc-Button:hover {
    border: none!important;
    border-radius: 2rem!important;
    color: #073396!important;
    cursor: pointer!important;
    font-family: Manrope,system-ui,-apple-system,sans-serif!important;
    font-weight: 300!important;
    padding: .5rem 1rem !important; !important;
    text-decoration: none!important
}

.footer-newletter .hsfc-Button:hover {
    background-position: 100%!important
}
.footer-links li {
padding-bottom: .5rem;
}
.footer-links h3 {
  font-size: 18px;
  padding-bottom: .5rem;
}
.footer-newletter {

  font-family: Manrope, system-ui, -apple-system, sans-serif !important;
}
@media (max-width: 768px) {
  .footer-newletter {
    margin-bottom: 2rem;
  }
}