/*breakpoints*/
footer {
  text-align: left;
}
footer * {
  font-size: 17px;
  line-height: 40px;
  font-family: "Barlow", sans-serif;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  footer * {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  footer * {
    line-height: 24px;
  }
}
footer .footer__menu .footer__headline {
  font-size: 20px;
  line-height: 34px;
  color: #000;
  margin-bottom: 1.5rem;
  display: block;
}
@media screen and (max-width: 991.98px) {
  footer .footer__menu .footer__headline {
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer__menu .footer__headline {
    font-size: 17px;
  }
}
footer .footer__menu .footer__item {
  margin-bottom: 0;
}
footer .footer__menu a {
  transition: all ease 0.3s;
  color: #000;
}
footer .footer__menu a:hover {
  color: var(--accentColor);
}
footer .footer__contact a {
  color: #000;
  text-decoration: underline;
}
footer .footer__contact a:hover {
  color: var(--accentColor);
}
footer .footer__social .social__channel {
  border-left: 1px solid #D3D3D3;
  display: inline-block;
  height: 100%;
  align-items: center;
  padding: 2.5rem;
}
@media screen and (max-width: 991.98px) {
  footer .footer__social .social__channel {
    padding: 1.5rem;
  }
}
footer .footer__social .social__channel:last-of-type {
  border-right: 1px solid #D3D3D3;
}
@media screen and (max-width: 767.98px) {
  footer .footer__social .social__channel {
    border: none;
  }
  footer .footer__social .social__channel:last-of-type {
    border: none;
  }
}
footer .footer__social .social__channel a {
  height: 100%;
  display: flex;
  align-items: center;
}
footer .footer__social .social__channel a i {
  font-size: 40px;
  transition: all ease 0.3s;
}
footer .footer__social .social__channel a:hover i {
  color: var(--accentColor);
}
footer .footer__logo {
  max-width: 155px;
}
footer .footer__areas {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
footer .footer__social * {
  font-size: 24px;
}
@media screen and (max-width: 991.98px) {
  footer .footer__social * {
    font-size: 20px;
  }
}
footer .footer__legal * {
  color: #000;
}
footer .footer__legal a {
  color: #000;
  text-decoration: none;
  transition: all ease 0.3s;
}
footer .footer__legal a:hover {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767.98px) {
  footer .footer__legal a {
    display: block;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fusvisaservice%2Fscss%2Fcomponents%2F_footer.scss%22%2C%22%2Fthemes%2Fusvisaservice%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACRA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADwDE%3BAAAA%3BAAAA%3BAC5DF%3BAAAA%3BAAAA%3BAAAA%3BADkEI%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAChGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BACpHF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */