footer {
  padding: 2rem 0;
  font-size: 1rem;
  color: #ffffff;
}
@media (min-width: 1024px) {
  footer {
    padding: 80px 0 60px;
  }
}
footer.footer-navigation .ucb-logo {
  display: inline-block;
  margin-bottom: 26px;
}
footer.footer-navigation .ucb-logo img {
  width: 100%;
  height: auto;
}
footer.footer-navigation ul.nav {
  margin-top: 40px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  footer.footer-navigation ul.nav {
    margin-top: 28px;
  }
}
footer.footer-navigation ul.nav > li {
  margin: 0;
}
footer.footer-navigation ul.nav > li:not(:last-child) {
  border-right: solid 1px #ffffff;
  margin-right: 6px;
  padding: 0 6px 0 0;
}
footer.footer-navigation ul.nav > li a {
  padding: 0;
  color: #ffffff;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  footer.footer-navigation ul.nav > li a {
    line-height: 1;
  }
}
footer.footer-navigation ul.nav > li a:hover {
  text-decoration: underline;
}
footer .block--fintepla-footerdisclaimer p {
  line-height: 1.25;
  margin-bottom: 0.8em;
}
@media (min-width: 1024px) {
  footer .block--fintepla-footerdisclaimer p {
    line-height: 1;
  }
}
footer .block-finteplahcp-veeva-code {
  line-height: 1.25;
}
@media (min-width: 1024px) {
  footer .block-finteplahcp-veeva-code {
    line-height: 1;
  }
}

.footer-gradient {
  background: linear-gradient(64deg, #682B8D 0%, #A063C4 100%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  padding-top: 100px;
  text-align: center;
  overflow: auto;
  display: none;
}
.modal .modal-wrap {
  width: 90%;
  max-width: 740px;
  margin: 0 auto;
  text-align: center;
}
.modal .modal-wrap .modal-title {
  background: #682B8D;
  border-radius: 20px 0 0 0;
  padding: 35px 15px 10px;
  font-size: 34px;
  line-height: 44px;
  font-family: "brandon-grotesque";
  color: #ffffff;
  font-weight: var(--font-weight-bold);
  position: relative;
}
@media screen and (min-width: 600px) {
  .modal .modal-wrap .modal-title {
    padding: 18px 94px;
  }
}
.modal .modal-wrap .modal-title .modal-close {
  display: block;
  width: 25px;
  height: 25px;
  padding: 0;
  border: none;
  background: url("../../build/assets/backgrounds/modal-close.png") no-repeat center/contain;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 18px;
  right: 8px;
  margin-top: -12px;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
  .modal .modal-wrap .modal-title .modal-close {
    top: 50%;
    right: 20px;
  }
}
.modal .modal-wrap .modal-title .modal-close:hover {
  opacity: 0.7;
}
.modal .modal-wrap .modal-title .modal-close:focus-visible {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 6px #fff !important;
}
.modal .modal-wrap .modal-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 70px 94px;
}
@media (max-width: 991px) {
  .modal .modal-wrap .modal-content {
    padding: 15px;
    border-radius: 20px;
  }
}
.modal .modal-wrap:has(.modal-title) .modal-content {
  border-radius: 0 0 20px 20px;
}
.modal#terms .modal-wrap {
  text-align: left;
}
.modal#video-modal .modal-wrap .modal-title, .modal#video-iframe-modal .modal-wrap .modal-title {
  background: #ffffff;
  padding: 30px 20px;
}
.modal#video-modal .modal-wrap .modal-title span, .modal#video-iframe-modal .modal-wrap .modal-title span {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../../build/assets/backgrounds/modal-close.png") no-repeat center/cover;
}
.modal#video-modal .modal-wrap .modal-content, .modal#video-iframe-modal .modal-wrap .modal-content {
  padding-top: 20px;
}
.modal.leaving-modal-dialog {
  text-transform: uppercase;
}
.modal.leaving-modal-dialog h2 {
  font-size: var(--font-size-lg);
  font-weight: 900;
  font-style: oblique;
  line-height: var(--line-height-lg);
}
@media (width >= 1024px) {
  .modal.leaving-modal-dialog h2 {
    font-size: var(--font-size-2xl);
  }
}
.modal.leaving-modal-dialog h2 strong {
  font-weight: 900;
}

.modal:not(.leaving-modal-dialog) .modal-wrap .modal-content .btn {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .modal:not(.leaving-modal-dialog) .modal-wrap .modal-content .btn {
    min-width: 310px;
    max-width: 310px;
  }
}

/*# sourceMappingURL=page-footer.css.map*/