.tracking_promo_success {
  width: 1px;
  height: 1px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promo_image {
  width: 1px;
  height: 1px;
}

.border-gray {
  border-color: var(--gray);
}
#popup-june {
  font-size: 16px;
  z-index: 999999;
  --gray: #a3a3a6;
  --red: #ed1c24;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}
#popup-june .popup-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
#popup-june .popup-content {
  width: 701px;
  height: 500px;
  max-height: 100%;
  padding: 0 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/june/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/june/hero/popup-back.jpg") 1x,
    url("../../../images/25/june/hero/popup-back@2x.jpg") 2x
  );
}
#popup-june .popup-content .popup-close:before,
#popup-june .popup-content .popup-close:after {
  display: none;
}
#popup-june .popup-content .popup-close {
  width: auto;
  height: auto;
  padding: 23px 38px;
  top: 0;
  right: 0;
}
#popup-june .button {
  width: 7em;
  height: 2.2em;
  border-radius: 1.1em;
  margin-top: 0;
  font-size: 1.3em;
  color: black;
  padding: 0;
  background-color: #fff103;
  line-height: 4;
}
#popup-june .form-text {
  width: 27em;
}
#popup-june .popup-form form {
  width: 639px;
  margin-top: 5px;
}
#popup-june .form-field {
  padding: 8px;
  flex-basis: 50%;
  flex-grow: 1;
}
#popup-june .form-field label {
  left: 16px;
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0.3em;
  transition: all 0.3s;
  font-weight: normal;
}
#popup-june .form-field input,
#popup-june .form-field select {
  font-size: 1.125em;
  height: 56px;
  background-color: #fff;
  width: 100%;
  text-indent: 16px;
  padding-top: 18px;
  border-radius: 12px;
}
#popup-june .form-field select {
  background-image: none;
}
#popup-june .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/june/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/25/june/hero/down-arrow.png") 1x,
    url("../../../images/25/june/hero/down-arrow@2x.png") 2x
  );
  background-size: cover;
  pointer-events: none;
}
@-moz-document url-prefix() {
  #popup-june .form-field select {
    text-indent: 8px;
  }
}
#popup-june .form-field select.selected,
#popup-june .form-field input {
  color: var(--black);
}
#popup-june .form-field select,
#popup-june .form-field ::placeholder {
  opacity: 1;
  color: #262626;
}
#popup-june .form-field input:-internal-autofill-selected,
#popup-june .form-field input:-webkit-autofill,
#popup-june .form-field input:-webkit-autofill:focus {
  background-color: #fff !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
#popup-june .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}

#popup-june .form-field .validation-error:before,
#popup-june .form-field .incomplete-mask:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  z-index: 2;
  right: 40px;
  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-june .form-field .validation-error select,
#popup-june .form-field .validation-error input,
#popup-june .form-field .incomplete-mask input {
  border-color: var(--error-border);
  border-width: 2px;
}
#popup-june .form-field .validation-error label,
#popup-june .form-field .incomplete-mask label {
  color: var(--error-color);
}
#popup-june .form-field .select_box.focused:after {
  transform: scaleY(-1);
}
#popup-june .form-field .focused label,
#popup-june .form-field .has-value label {
  font-size: 0.84375em;
  margin-top: calc(-2.9em + 24px);
  color: var(--focus-color);
}
#popup-june .form-field .focused select,
#popup-june .form-field .focused input {
  border-color: var(--focus-border);
  border-width: 2px;
}
#popup-june .popup-thanks .button {
  width: 11em;
  margin-top: 20px;
  line-height: 1;
}
#popup-june .popup-thanks .thanks {
  width: 39em;
}
#popup-june .popup-img {
  width: 11em;
  bottom: -2em;
  right: -2em;
}

@supports (background: -webkit-named-image(i)) {
  #popup-june .button {
    line-height: 0;
    padding-top: 2px!important;
  }
  #popup-june .popup-thanks .button {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 567px) {
  #popup-june {
    overflow: hidden;
  }
  #popup-june .popup-content {
    align-self: flex-start;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(../../../images/25/june/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/june/hero/popup-back-m.jpg") 1x,
      url("../../../images/25/june/hero/popup-back-m@2x.jpg") 2x
    );
  }
  #popup-june .popup-content .popup-close {
    padding: 27px 25px;
  }
  #popup-june .button {
    font-size: 1.2em;
  }
  #popup-june .popup-form {
    width: 100%;
  }
  #popup-june .popup-form form {
    margin-top: 20.5px;
    width: calc(100% - 25px);
    z-index: 1;
    position: relative;
  }
  #popup-june .form-row {
    flex-direction: column;
  }
  #popup-june .form-field {
    padding: 6px 0;
  }
  #popup-june .form-field label {
    font-size: 1em;
  }
  #popup-june .form-field input,
  #popup-june .form-field select {
    font-size: 1em;
    border-radius: 13px;
  }
  #popup-june .popup-thanks .button {
    font-size: 1.15em;
  }
  #popup-june .form-text {
    display: flex;
    width: 96%;
  }
  #popup-june .popup-thanks .thanks {
    width: 93%;
    display: flex;
  }
  #popup-june .popup-img {
    width: 28%;
    bottom: -1%;
    right: 0;
    z-index: 0;
    display: flex;
  }
  @supports (background: -webkit-named-image(i)) {
    #popup-june .popup-thanks .button {
      padding-top: 0;
    }
  }
}
