@media screen and (max-width: 479px) {
  .pop-upwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 90%;
    margin: auto;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.pop-upwrapper {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 300;
  display: block;
  overflow: visible;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pop-up-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #303c70 !important;
}

@media screen and (max-width: 479px) {
  .pop-up-box {
    max-height: 90%;
    max-width: 100%;
    padding: 10px;
  }
}

.pop-up-box {
  position: relative;
  overflow: visible;
  width: auto;
  max-width: 100%;
  padding: 40px 40px 32px;
  border-radius: 8px;
  background-color: #303c70 !important;
  font-family: 'Nunito Sans', sans-serif;
  cursor: auto;
}

.pop-up-exit-button {
  position: absolute;
  left: auto;
  top: 20px;
  right: 20px;
  bottom: auto;
  opacity: 0.2;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}


@media screen and (max-width: 479px) {
  .pop-up-text-box {
    margin-top: auto;
    padding-top: 0px;
  }
}


@media screen and (max-width: 479px) {
  .pop-up-text-box {
    margin-top: auto;

    padding-top: 0px;

  }
}

.pop-up-text-box {
  max-width: 100%;
}

.heading-58 {
font-size: 18px !important;
  position: static;
  margin-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  font-weight: 800;
}

.paragraph-55 {
  position: static;
  max-width: 100%;
  margin-top: 20px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  text-align: left;
}

.link-33 {
  background-color: transparent;
  color: #fff !important;
  font-size: 12px;
}

.link-33:hover {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #fff;
  text-shadow: 1px 1px 2px #7e8c61;
}