footer {
  background: #00296F;
  color: #fff;
}
footer .footer-bottom {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  font-size: 1.4rem;
  line-height: 120%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: -1%;
}
footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #6BC1FF;
}
footer .footer-bottom .container a {
  color: #6BC1FF;
}
footer .footer-bottom .container a:hover {
  color: #6BC1FF;
  border-color: #6BC1FF;
}
footer .footer-bottom .container .copyright {
  font-weight: 500;
}
footer .footer-top {
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: -1%;
}
footer .footer-top .container > .row > div {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}
footer .footer-top .container > .row > div:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-top .container .row {
  margin-left: -8rem;
  margin-right: -8rem;
}
footer .footer-top .container .row > div {
  padding-left: 8rem;
  padding-right: 8rem;
}
footer .footer-top a {
  color: #fff;
}
footer .footer-top .txt {
  font-weight: 500;
}
footer .footer-top .txt p {
  margin-bottom: 20px;
}
footer .footer-top .txt p span {
  color: #6BC1FF;
}
footer .footer-top .txt p:last-child {
  margin-bottom: 0;
}
footer .footer-top .txt h3 {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
footer .footer-top .txt p img {
  margin-bottom: 10px;
}
footer .footer-top ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-top ul li {
  margin-bottom: 1.6rem;
}
footer .footer-top ul li:last-child {
  margin-bottom: 0;
}
footer a {
  border-bottom: 1px solid transparent;
}
footer a:hover {
  border-color: #fff;
}
footer .f-title {
  background: #fff;
  color: #00296F;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 1.6rem;
  letter-spacing: 0;
  padding: 0.4rem 0.6rem 0.2rem 0.6rem;
  display: inline-block;
}

@media (min-width: 1199px) {
  footer .col-md-4 {
    width: 28%;
  }
  footer .col-md-8 {
    width: 72%;
  }
}
@media (max-width: 1199px) {
  footer .footer-top .container .row {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  footer .footer-top .container .row > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  footer .footer-top .container > .row > div {
    padding: 0 1.5rem;
  }
  footer {
    margin-bottom: 36px;
  }
  footer .footer-top .container > .row > div:first-child {
    border: none;
  }
  footer .footer-top {
    padding: 4.5rem 0;
    text-align: center;
  }
  footer .footer-top .row .row > div {
    margin-top: 4.5rem;
  }
  footer .footer-bottom .container {
    display: block;
    text-align: center;
  }
  footer .footer-bottom .container .copyright {
    margin-bottom: 1rem;
  }
}/*# sourceMappingURL=footer.css.map */
