@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>
    ```
 */
#modal-entering-site > .container {
  max-width: 1312px;
  margin: 124px auto 0;
}
#modal-entering-site > .container > .modal-content-wrapper {
  margin: 0 24px;
}
@media screen and (min-width: 500px) {
  #modal-entering-site > .container > .modal-content-wrapper {
    margin: 0 56px;
  }
}
@media screen and (min-width: 1000px) {
  #modal-entering-site > .container > .modal-content-wrapper {
    margin: 0 56px;
  }
}
#modal-entering-site > .container > .modal-content-wrapper > .modal-content {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  position: relative;
  padding: 24px;
}
@media screen and (min-width: 1000px) {
  #modal-entering-site > .container > .modal-content-wrapper > .modal-content {
    padding: 48px;
  }
}
#modal-entering-site > .container > .modal-content-wrapper > .modal-content > p {
  color: #001965;
  margin: 34px 0 50px;
}
#modal-entering-site > .container > .modal-content-wrapper > .modal-content > .buttons > .nni-hcp--button {
  display: inline-block;
  margin: 0px 4px;
}
#modal-entering-site > .container > .modal-content-wrapper > .modal-content > .close {
  position: absolute;
  right: 0;
  bottom: calc(100% + 28px);
  width: 30px;
  height: 30px;
  background-image: url(entering-site/resources/icon-close.cdf54714.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  #modal-entering-site > .container > .modal-content-wrapper > .modal-content > .close {
    width: 44px;
    height: 44px;
    left: calc(100% + 8px);
    right: auto;
    bottom: calc(100% + 8px);
  }
}
#modal-entering-site > .container > .modal-content-wrapper > .modal-content .buttons {
  padding: 24px 0 0;
}
@media screen and (min-width: 1000px) {
  #modal-entering-site > .container > .modal-content-wrapper > .modal-content .buttons {
    padding: 48px 0 0;
  }
}
