.footnote .mifidpru-disclosure-link {
  color: #476692;
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  border-bottom: 1px solid #476692;
}

.footnote .mifidpru-disclosure-link:hover {
  color: #242424;
  border-bottom-color: #242424;
}

.footnote .mifidpru-disclosure-link:focus,
.disclosure-modal__close:focus {
  outline: 2px solid #476692;
  outline-offset: 4px;
}

body.is-disclosure-modal-open {
  overflow: hidden;
}

.disclosure-modal[hidden] {
  display: none;
}

.disclosure-modal {
  background: #fff;
  color: #242424;
  font-family: "Roboto", Arial, sans-serif;
  position: fixed;
  inset: 0;
  z-index: 2000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.disclosure-modal__inner {
  min-height: 100vh;
  padding: 22px 20px 56px;
}

.disclosure-modal__header {
  background: #fff;
  border-bottom: 1px solid #d6d5d5;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 920px;
  padding: 0 0 20px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.disclosure-modal__header h2 {
  color: #476692;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 8px 0 0;
  text-transform: none;
}

.disclosure-modal__close {
  align-items: center;
  background: #fff;
  border: 1px solid #b3c3d9;
  color: #476692;
  cursor: pointer;
  display: flex;
  flex: 0 0 44px;
  font-size: 2rem;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: color .2s ease, border-color .2s ease;
  width: 44px;
}

.disclosure-modal__close:hover {
  border-color: #242424;
  color: #242424;
}

.disclosure-modal__content {
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 860px;
  padding-top: 34px;
  text-align: left;
}

.disclosure-modal__content h3,
.disclosure-modal__content h4,
.disclosure-modal__content p {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  opacity: 1;
  text-align: left;
  transform: none;
}

.disclosure-modal__content h3 {
  color: #476692;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 34px 0 14px;
}

.disclosure-modal__content h3:first-of-type {
  margin-top: 26px;
}

.disclosure-modal__content h4 {
  color: #242424;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 28px 0 12px;
}

.disclosure-modal__content p {
  color: #242424;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .disclosure-modal__inner {
    padding: 44px 56px 72px;
  }

  .disclosure-modal__header {
    padding-bottom: 24px;
  }

  .disclosure-modal__header h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .disclosure-modal__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .disclosure-modal__header {
    gap: 14px;
  }
}
