/* iPac footer v43: light brand surface with the original black wordmark. */
.ipac-footer {
  background: #eaf7fc !important;
  border-top: 4px solid #38b0e3 !important;
  color: #102d42 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.ipac-footer__logo {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.ipac-footer__logo img {
  display: block !important;
  width: 190px !important;
  max-width: 100% !important;
  height: auto !important;
  opacity: 1 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.ipac-footer__brand p,
.ipac-footer__column strong,
.ipac-footer__contacts > strong,
.ipac-footer__phone {
  color: #0f2c40 !important;
}

.ipac-footer__brand span,
.ipac-footer__column a,
.ipac-footer__contacts p,
.ipac-footer__bottom,
.ipac-footer__bottom span {
  color: #587080 !important;
}

.ipac-footer__column a:hover,
.ipac-footer__column a:focus,
.ipac-footer__phone:hover,
.ipac-footer__phone:focus {
  color: #159fd3 !important;
}

.ipac-footer__contacts i {
  color: #38b0e3 !important;
}

.ipac-footer__socials a {
  background: #38b0e3 !important;
  color: #ffffff !important;
  border-color: #38b0e3 !important;
  box-shadow: none !important;
}

.ipac-footer__socials a:hover,
.ipac-footer__socials a:focus {
  background: #159fd3 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ipac-footer__bottom {
  position: relative !important;
  z-index: 0 !important;
  background: #ddf2fa !important;
  border-top-color: rgba(56, 176, 227, .22) !important;
  box-shadow: 0 0 0 100vmax #ddf2fa !important;
  clip-path: inset(0 -100vmax) !important;
}

@media (max-width: 767px) {
  .ipac-footer__logo {
    margin-bottom: 18px !important;
  }

  .ipac-footer__logo img {
    width: 155px !important;
  }
}
