.footer {
  background: #082471;
}

.footer .logo {
  margin: 0 0 60px
}

.footer .contact {
  margin-top: 0
}

.footer .footer-media {
  width: 100%;
  position: relative;
  bottom: 0;
}

.footer .footer-media-caption h3,.footer .footer-media-caption .tag-link {
  position: absolute;
  left: 22px
}

.footer .footer-media-caption h3 {
  top: 10%;
  font-size: 23px;
  margin: 0;
}

.footer .footer-media-caption .tag-link {
  bottom: 35px;
  font-size: 16px
}

.footer .footer-media-block:hover{
  text-decoration: none;
  color: rgba(8,36,113,0.5);
}

.footer .footer-media img {
  display: block;
  max-width: unset !important;
  width: 100%;
}

@media (min-width: 475px) {
  .footer .footer-media img {
    display: block;
    max-width: unset !important;
    width: auto;
  }
}

.footer .column {
  padding: 0
}

.footer .column:last-child {
  margin: 0 32px 0 0
}

@media (min-width: 768px) {
  .footer .column:last-child {
    margin:0
  }
}

.footer .column .footer-link-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 40px;
}

.footer .column ul {
  padding-left: 0;
  margin: 0;
}

.footer .column ul li {
  font-size: 16px;
  list-style: none;
  padding: 10px 0
}

.footer .column ul li a {
  color: rgba(240,241,246,0.6);
  line-height: 1.5
}

.footer .column ul li a:hover {
  color: rgba(240,241,246,0.9)
}

.footer .footer-additional {
  font-size: 14px;
  padding: 0
}

@media (min-width: 768px) {
  .footer .footer-additional {
    padding:30px 0
  }

  .footer .footer-additional .grid-text {
    display: flex;
    justify-content: space-between;
    align-items: center
  }
}

.footer .footer-additional .copyright {
  padding-bottom: 30px
}

@media (min-width: 768px) {
  .footer .footer-additional .copyright {
    padding-bottom:0
  }
}

.footer .footer-additional .copyright span {
  color: #fff;
  line-height: 1.5
}

.footer .footer-additional .terms-privacy {
  padding-bottom: 30px
}

@media (min-width: 768px) {
  .footer .footer-additional .terms-privacy {
    padding-bottom:0
  }
}

.footer .footer-additional .terms-privacy a {
  color: #fff;
  padding-right: 15px
}

.footer .footer-additional .terms-privacy a:hover {
  color: rgba(240,241,246,0.9);
}

.footer .footer-additional .social-item {
  padding-bottom: 30px
}

@media (min-width: 768px) {
  .footer .footer-additional .social-item {
    padding-bottom:0
  }
}

.footer .footer-additional .social-item .social-media {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: cover;
  margin-right: 30px;
  padding: 0;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out 0s;
}

.footer .footer-additional .social-item .social-media:hover {
  transform: scale(1.2);
}

.footer .footer-additional .social-item .instagram {
  background-image: url("https://cdn2.hubspot.net/hubfs/5615817/icon-instagram.svg")
}

.footer .footer-additional .social-item .twitter {
  background-image: url("https://cdn2.hubspot.net/hubfs/5615817/icon-twitter.svg")
}

.footer .footer-additional .social-item .facebook {
  background-image: url("https://cdn2.hubspot.net/hubfs/5615817/icon-facebook.svg")
}

.footer .footer-additional .social-item .linkedin {
  background-image: url("https://cdn2.hubspot.net/hubfs/5615817/icon-linkedin.svg");
  margin-right: 0
}

.footer .bottom {
  padding: 0
}

@media (min-width: 1024px) {
  .footer .bottom {
    padding:30px 0
  }
}

.footer .footer-line {
  margin-top: 30px;
  border: 0;
  height: 1px;
  background: rgba(240,241,246,0.3)
}

.footer-app-download {
  position: relative;
  top: 16px;
  margin: 0 0 16px 0
}

.footer-app-download .app-store {
  margin-right: 10px
}

@media (min-width: 768px) {
  .footer-app-download {
    margin:0 0 45px;
    top: 15px
  }

  .footer-app-download .app-store {
    margin: 0 0 15px 0;
  }
}

@media (min-width: 1024px) {
  .footer-app-download {
    display:flex;
    margin: 0;
    top: 50px
  }

  .footer-app-download .app-store {
    margin: 0 15px 0 0;
  }
}

.footer-app-download img {
  max-width: unset;
}
