@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
#branded-isi-modal {
  z-index: 1800;
}
#branded-isi-modal .modal--container {
  max-width: 1056px;
  margin: auto;
}
#branded-isi-modal .isi {
  margin-left: -23px;
  margin-right: -23px;
  margin-top: 50px;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .isi {
    margin-top: 75px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
#branded-isi-modal .modal--header {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .modal--header {
    margin-bottom: 27px;
    text-align: left;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
#branded-isi-modal .grey-separator {
  height: 6px;
  width: 100%;
  background: #f4f4f6;
  position: absolute;
  left: 0;
}
#branded-isi-modal .modal--content {
  max-width: none;
  padding: 17px 36px 0px 36px;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .modal--content {
    padding: 36px 36px 0px 36px;
    margin-right: 56px;
  }
}
#branded-isi-modal .brand-logo {
  border-bottom: 1px solid #d4d7dc;
  padding-bottom: 10px;
  margin-bottom: 19px;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .brand-logo {
    border-right: 2px solid #d4d7dc;
    border-bottom: none;
    margin-right: 103px;
    min-width: 266px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
#branded-isi-modal .brand-logo img {
  width: 100%;
  height: 58px;
  padding-right: 20px;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .brand-logo img {
    height: auto;
  }
}
#branded-isi-modal .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .button-container {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
#branded-isi-modal .button-container .nni-hcp--button a {
  padding: 6px 43px;
}
#branded-isi-modal .button-container .nni-hcp--button:first-child {
  margin-bottom: 13px;
}
@media screen and (min-width: 1000px) {
  #branded-isi-modal .button-container .nni-hcp--button:first-child {
    margin-bottom: 0px;
    margin-right: 15px;
  }
}

.isi {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media screen and (min-width: 1000px) {
  .isi {
    margin-bottom: 220px;
  }
}
.isi .slab .slab-content > div {
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 1000px) {
  .isi .slab .slab-content > div {
    margin-left: 56px;
    margin-right: 56px;
  }
}

.isi sup,
#nni-hcp--isi--layer sup {
  font-size: 50%;
}
.isi p:first-child,
#nni-hcp--isi--layer p:first-child {
  margin-top: 0;
}
.isi p:last-child,
#nni-hcp--isi--layer p:last-child {
  margin-bottom: 0;
}
.isi p,
.isi li,
#nni-hcp--isi--layer p,
#nni-hcp--isi--layer li {
  color: #001965;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 500px) {
  .isi p,
.isi li,
#nni-hcp--isi--layer p,
#nni-hcp--isi--layer li {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1000px) {
  .isi p,
.isi li,
#nni-hcp--isi--layer p,
#nni-hcp--isi--layer li {
    font-size: 16px;
    line-height: 24px;
  }
}
.isi .isi-blackbox,
#nni-hcp--isi--layer .isi-blackbox {
  border: 2px solid #001965;
  padding: 15px 12px 15px 12px;
}
@media screen and (min-width: 500px) {
  .isi .isi-blackbox,
#nni-hcp--isi--layer .isi-blackbox {
    padding: 20px;
  }
}
.isi section:last-child,
#nni-hcp--isi--layer section:last-child {
  padding-bottom: 80px;
}
.isi .nni-hcp--isi-content ul,
#nni-hcp--isi--layer .nni-hcp--isi-content ul {
  padding-left: 0;
  margin-left: 16px;
}
@media screen and (min-width: 500px) {
  .isi .nni-hcp--isi-content ul,
#nni-hcp--isi--layer .nni-hcp--isi-content ul {
    margin-left: 28px;
  }
}
.isi .nni-hcp--isi-content ul > li,
#nni-hcp--isi--layer .nni-hcp--isi-content ul > li {
  padding-left: 6px;
  margin-bottom: 1em;
}
.isi .nni-hcp--isi-content ul > li::before,
#nni-hcp--isi--layer .nni-hcp--isi-content ul > li::before {
  padding-right: 20px;
}
.isi .nni-hcp--isi-content .cmp-single-isi a,
#nni-hcp--isi--layer .nni-hcp--isi-content .cmp-single-isi a {
  color: #005ad2;
}
.isi .nni-hcp--isi-content h1,
#nni-hcp--isi--layer .nni-hcp--isi-content h1 {
  margin: 12px 0;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1000px) {
  .isi .nni-hcp--isi-content h1,
#nni-hcp--isi--layer .nni-hcp--isi-content h1 {
    font-size: 22px;
    line-height: 27px;
  }
}
.isi .nni-hcp--isi-content h1:first-child,
#nni-hcp--isi--layer .nni-hcp--isi-content h1:first-child {
  padding-right: 17px;
}
@media screen and (min-width: 500px) {
  .isi .nni-hcp--isi-content h1:first-child,
#nni-hcp--isi--layer .nni-hcp--isi-content h1:first-child {
    padding-right: 0px;
  }
}
.isi .nni-hcp--isi-content h2,
#nni-hcp--isi--layer .nni-hcp--isi-content h2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  margin: 28px 0 12px 0;
}
@media screen and (min-width: 1000px) {
  .isi .nni-hcp--isi-content h2,
#nni-hcp--isi--layer .nni-hcp--isi-content h2 {
    font-size: 16px;
    line-height: 24px;
    margin: 30px 0px 15px 0px;
  }
}

@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
body.html-no-scroll {
  overflow: hidden;
}

#nni-hcp--isi--layer.nni-hcp--isi--layer {
  position: fixed;
  left: 0;
  bottom: 0;
  background: white;
  width: 100%;
  height: 0%;
  min-height: 115px;
  z-index: 1500;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  opacity: 1;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
  transition: height 0.5s, opacity 0.25s, min-height 0.25s;
  cursor: pointer;
}
@media screen and (min-width: 500px) {
  #nni-hcp--isi--layer.nni-hcp--isi--layer {
    min-height: 145px;
  }
}
@media screen and (min-width: 1000px) {
  #nni-hcp--isi--layer.nni-hcp--isi--layer {
    min-height: 185px;
  }
}
#nni-hcp--isi--layer.nni-hcp--isi--layer.hide-isi-layer {
  min-height: 0px !important;
  opacity: 0;
}
#nni-hcp--isi--layer.nni-hcp--isi--layer .slab .slab-content > .layer-content-wrapper {
  position: relative;
}
#nni-hcp--isi--layer.nni-hcp--isi--layer .slab .slab-content > .layer-content-wrapper > div {
  width: auto;
  margin: 0;
}
#nni-hcp--isi--layer.nni-hcp--isi--layer .cmp-single-isi {
  position: relative;
}
#nni-hcp--isi--layer.nni-hcp--isi--layer .cmp-single-isi section:first-of-type h1:first-of-type {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 12px 28px 12px 0;
  background: #ffffff;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  #nni-hcp--isi--layer.nni-hcp--isi--layer .cmp-single-isi section:first-of-type h1:first-of-type {
    padding: 12px 224px 12px 0;
  }
}
#nni-hcp--isi--layer.nni-hcp--isi--layer .cmp-single-isi.active {
  position: static;
}
#nni-hcp--isi--layer.nni-hcp--isi--layer .cmp-single-isi.bottom-visible section:first-of-type h1:first-of-type {
  top: auto;
  bottom: 0;
}
#nni-hcp--isi--layer .nni-hcp--isi--layer-content {
  position: fixed;
  background: white;
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
#nni-hcp--isi--layer .nni-hcp--isi--layer-content > .slab-content .nni-hcp--isi-content {
  overflow: hidden;
}
#nni-hcp--isi--layer #nni-hcp--isi--show-isi-layer-button {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 4px;
  background-image: url(clientlibs/resources/expand.4d89aa48.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 32px;
  color: #001965;
  cursor: pointer;
  min-height: 21px;
  z-index: 20;
}
#nni-hcp--isi--layer #nni-hcp--isi--show-isi-layer-button span {
  display: none;
}
@media screen and (min-width: 1000px) {
  #nni-hcp--isi--layer #nni-hcp--isi--show-isi-layer-button {
    top: 16px;
  }
  #nni-hcp--isi--layer #nni-hcp--isi--show-isi-layer-button span {
    display: inline-block;
  }
}
#nni-hcp--isi--layer .nni-hcp--isi--layer-background {
  position: fixed;
  z-index: 1;
  pointer-events: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: opacity 0.5s;
}
#nni-hcp--isi--layer.isi-layer-expanded.nni-hcp--isi--layer {
  height: 85vh;
  height: calc(1vh * 85);
  height: calc(var(--isi-vh, 1vh) * 85);
  cursor: auto;
}
@media screen and (min-width: 1000px) {
  #nni-hcp--isi--layer.isi-layer-expanded.nni-hcp--isi--layer {
    height: 90vh;
    height: calc(1vh * 90);
    height: calc(var(--isi-vh, 1vh) * 90);
  }
}
#nni-hcp--isi--layer.isi-layer-expanded #nni-hcp--isi--show-isi-layer-button {
  background-image: url(clientlibs/resources/plus-collapse.9f0b15d6.svg);
}
#nni-hcp--isi--layer.isi-layer-expanded .nni-hcp--isi--layer-content > .slab-content .nni-hcp--isi-content {
  overflow: scroll;
  height: 85vh;
  height: calc(1vh * 85);
  height: calc(var(--isi-vh, 1vh) * 85);
}
@media screen and (min-width: 1000px) {
  #nni-hcp--isi--layer.isi-layer-expanded .nni-hcp--isi--layer-content > .slab-content .nni-hcp--isi-content {
    height: 90vh;
    height: calc(1vh * 90);
    height: calc(var(--isi-vh, 1vh) * 90);
  }
}
#nni-hcp--isi--layer.isi-layer-expanded .nni-hcp--isi--layer-background {
  opacity: 0.4;
  pointer-events: auto;
}
#nni-hcp--isi--layer .cmp-single-isi.first section.first h2 {
  margin-top: 0;
}

