.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.promo_image {
  width: 1px;
  height: 1px;
}

#popup-apr {
  font-size: 16px;
  z-index: 999999;
  --dark-blue: #1d3460;
  --gray: #9d9c9c;
}
#popup-apr .popup-overlay {
  background-color: rgba(0, 0, 0, 0.66);
}
#popup-apr .popup-content {
  width: 616px;
  max-height: 100%;
  height: 425px;
  padding: 0 15px;
  border-width: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/apr/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/apr/hero/popup-back.jpg") 1x,
    url("../../../images/25/apr/hero/popup-back@2x.jpg") 2x
  );
}
#popup-apr .popup-content .popup-closed {
  padding: 15px;
}
#popup-apr .popup-closed .close-img {
  width: 0.8em;
}
#popup-apr .apr-form .form-text {
  width: 21em;
}
#popup-apr .button {
  width: 11em;
  height: 2.2em;
  margin-top: 1em;
  font-size: 1em;
  border-radius: 1.1em;
  background-color: #1d3460;
}
#popup-apr .button span {
  padding-top: 0.1em;
}
#popup-apr .apr-form form {
  width: 510px;
  margin-top: 21px;
}
#popup-apr .form-field {
  padding: 7.5px 12.5px;
  flex-basis: 50%;
  flex-grow: 1;
}
#popup-apr .form-field input,
#popup-apr .form-field select {
  font-size: 0.875em;
  height: 40px;
  background-color: #fff;
  width: 100%;
  text-indent: 10px;
  color: #5c5c5c;
  border-color: #d3d3d3 !important;
  border-radius: 0;
}
#popup-apr .form-field select {
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-image: url(../../../images/25/apr/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/25/apr/hero/down-arrow.png") 1x,
    url("../../../images/25/apr/hero/down-arrow@2x.png") 2x
  );
  background-size: 11px 7px;
}
@-moz-document url-prefix() {
  #popup-apr .form-field select {
    text-indent: 8px;
  }
}
#popup-apr .form-field select.selected,
#popup-apr .form-field input {
  color: #5c5c5c;
}
#popup-apr .form-field select,
#popup-apr .form-field ::placeholder {
  opacity: 1;
  color: #5c5c5c;
}
#popup-apr .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
#popup-apr .apr-thanks .button {
  margin-top: 14px;
  width: 11.5em;
}
#popup-apr .apr-thanks .thanks {
  width: 28em;
  margin-bottom: 1%;
  margin-top: 1%;
}
#popup-apr .thanks-text {
  font-size: 1em;
  text-wrap: nowrap;
  line-height: 1.4em;
  margin-top: 1em;
}
#popup-apr a {
  color: white;
  text-decoration: none;
}
#popup-apr a:hover,
#popup-apr a:active,
#popup-apr a:visited {
  color: white;
  text-decoration: none;
}

#popup-apr .popup-note {
  font-size: 0.9em;
  margin-top: 4%;
}

#popup-apr .form-img {
  width: 9em;
  right: -2.2em;
  bottom: 0;
}
#popup-apr .thanks-img {
  width: 12em;
  right: -3em;
  bottom: 0;
}
/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #popup-apr .apr-thanks .button {
    line-height: 2px;
  }
}

@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 567px) {
  #popup-apr .popup-content {
    background-image: url(../../../images/25/apr/hero/popup-back-m@2x.jpg);
    height: 80%;
    top: 127px;
    align-self: self-start;
  }
  #popup-apr .popup-content .popup-closed {
    padding: 15px 13px;
  }
  #popup-apr .apr-form form {
    margin-top: 17px;
    width: 335px;
  }
  #popup-apr .form-row {
    flex-direction: column;
  }
  #popup-apr .form-field {
    padding: 5.5px 0;
  }
  #popup-apr .form-field input,
  #popup-apr .form-field select {
    height: 42px;
    font-size: 16px;
  }
  #popup-apr .apr-thanks .button {
    margin: 15px 0 0;
  }
  #popup-apr .apr-form .form-text {
    width: 99%;
    margin-bottom: 6%;
    margin-top: -4%;
  }
  #popup-apr .apr-thanks .thanks-box {
    width: 100%;
  }
  #popup-apr .apr-thanks .thanks {
    width: 87%;
    margin-top: -5%;
    margin-bottom: 3%;
  }
  #popup-apr .apr-thanks .recieved {
    width: 90%;
    margin-top: -2.6em;
  }
  #popup-apr .button {
    width: 9em;
    font-size: 1.1em;
  }
  #popup-apr .apr-thanks .button {
    margin-top: 14px;
    width: 11em;
  }
  #popup-apr .form-img {
    width: 32%;
    right: 0;
    bottom: 0;
  }
  #popup-apr .thanks-img {
    width: 40%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 375px) {
  #popup-apr .thanks-text {
    text-wrap: wrap;
  }
}
