.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo_image {
  width: 1px;
  height: 1px;
}
#popup-july {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #ed1c24;
  --blue: #1d1b78;
}
#popup-july .popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
#popup-july .popup-content {
  width: 700px;
  height: 500px;
  max-height: 100%;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/july/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/july/hero/popup-back.jpg") 1x,
    url("../../../images/25/july/hero/popup-back@2x.jpg") 2x
  );
}
#popup-july .popup-content .popup-close:before,
#popup-july .popup-content .popup-close:after {
  display: none;
}
#popup-july .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 22px 38px;
  top: 0;
  right: 0;
}
#popup-july .button {
  width: 189px;
  height: 36px;
  border-radius: 18px;
  font-size: 1.25em;
  color: var(--white);
  margin-top: 25px;
  text-decoration: none;
  background-color: #292968;
}
#popup-july .popup-form p {
  font-size: 26px;
  line-height: 1.09375;
}
#popup-july .popup-form form {
  width: 631px;
  margin-top: 21px;
}
#popup-july .form-field {
  padding: 9px;
  flex-basis: 50%;
  flex-grow: 1;
}
#popup-july .form-field label {
  left: 16px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.3em;
  transition: all 0.3s;
}
#popup-july .form-field .textarea_box label {
  margin-top: 16px;
}
#popup-july .form-field input,
#popup-july .form-field textarea,
#popup-july .form-field select {
  font-size: 1.125em;
  height: 56px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
}
#popup-july .form-field select {
  background-image: none;
}
#popup-july .form-field textarea {
  height: 126px;
  padding-top: 16px;
  resize: none;
}
#popup-july .form-field .select_box:after {
  content: "";
  display: block;
  width: 17px;
  height: 10px;
  position: absolute;
  right: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../images/25/july/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/25/july/hero/down-arrow.png") 1x,
    url("../../../images/25/july/hero/down-arrow@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}
@-moz-document url-prefix() {
  #popup-july .form-field select {
    text-indent: 8px;
  }
}
#popup-july .form-field select.selected,
#popup-july .form-field input {
  color: var(--black);
}
#popup-july .form-field select,
#popup-july .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}
#popup-july .form-field input:-internal-autofill-selected,
#popup-july .form-field input:-webkit-autofill,
#popup-july .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
#popup-july .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#popup-july .form-field .validation-error:before,
#popup-july .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../../images/error.png);
  background-image: -webkit-image-set(
    url("../../../images/error.png") 1x,
    url("../../../images/error@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}

#popup-july .form-field .validation-error select,
#popup-july .form-field .validation-error input,
#popup-july .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}
#popup-july .form-field .validation-error label,
#popup-july .form-field .incomplete-mask label {
  color: var(--error-color);
}
#popup-july .form-field .select_box.focused:after {
  transform: scaleY(-1);
}
#popup-july .form-field .focused label,
#popup-july .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}
#popup-july .form-field .textarea_box.focused label,
#popup-july .form-field .textarea_box.has-value label {
  margin-top: 8px;
}
#popup-july .form-field .focused select,
#popup-july .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}
#popup-july .popup-thanks p {
  font-size: 35px;
  line-height: 40px;
}
#popup-july .popup-thanks p.poppins {
  font-size: 1em;
  line-height: 1;
  margin-top: 14px;
  margin-bottom: 14px;
}
#popup-july .popup-thanks .button {
  width: 208px;
  margin-top: 24px;
}
#popup-july .thanks {
  width: 30em;
  margin-top: -22px;
}

#popup-july .button,
#popup-july .button:visited,
#popup-july .button:active,
#popup-july .button:hover,
#popup-july .button:focus {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 567px) {
  #popup-july .popup-content {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    background-image: url(../../../images/25/july/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/july/hero/popup-back-m.jpg") 1x,
      url("../../../images/25/july/hero/popup-back-m@2x.jpg") 2x
    );
  }
  #popup-july .popup-content .popup-close {
    padding: 27px 25px;
  }
  #popup-july .popup-form {
    width: 100%;
  }
  #popup-july .popup-form p {
    font-size: 1.5em;
  }
  #popup-july .popup-form form {
    margin-top: 15px;
    width: calc(100% - 25px);
  }
  #popup-july .form-row {
    flex-direction: column;
  }
  #popup-july .form-field {
    padding: 6px 0;
  }
  #popup-july .form-field label {
    font-size: 1em;
  }
  #popup-july .form-field input,
  #popup-july .form-field select {
    font-size: 1em;
    border-radius: 13px;
  }
  #popup-july .form-field textarea {
    height: 144px;
  }
  #popup-july .popup-thanks p {
    font-size: 26px;
    line-height: 30px;
  }
  #popup-july .popup-thanks p.poppins {
    margin-top: 9px;
    margin-bottom: 17px;
  }
  #popup-july .popup-thanks .button {
    margin-top: 20px;
  }
  #popup-july .thanks {
    width: 100%;
  }
}
