.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-sep {
    font-size: 16px;
    z-index: 999999;
    --gray: #a3a3a6;
    --red: #ec1c25;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
  }
  #popup-sep .popup-overlay {
    background-color: rgba(0, 0, 0, 0.85);
  }
  #popup-sep .popup-content {
    width: 700px;
    height: 500px;
    max-height: 100%;
  }
  #popup-sep .popup-default,
  #popup-sep .popup-thanks {
    background-image: url(../../../images/25/sep/hero/popup-back.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/popup-back.jpg") 1x,
      url("../../../images/25/sep/hero/popup-back@2x.jpg") 2x
    );
  }
  #popup-sep .popup-inner {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #popup-sep .popup-content .popup-close:before,
  #popup-sep .popup-content .popup-close:after {
    display: none;
  }
  #popup-sep .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 15px;
    top: 22px;
    right: 22px;
  }
  #popup-sep .l1 {
    font-size: 37px;
    line-height: 1em;
    color: #042159;
  }
  #popup-sep .l2 {
    font-size: 25px;
    line-height: 1.28em;
    color: #042159;
  }
  #popup-sep .l3 {
    font-size: 25px;
    line-height: 1em;
    margin-top: 10px;
  }
  #popup-sep .button {
    width: 9em;
    height: 2.2em;
    border-radius: 1.1em;
    margin-top: 6px;
    font-size: 1.25em;
    padding: 0;
  }
  #popup-sep .popup-form form {
    width: 640px;
    margin-top: 25px;
  }
  #popup-sep .form-field {
    padding: 8px;
    flex-basis: 50%;
    flex-grow: 1;
  }
  #popup-sep .form-field label {
    left: 16px;
    font-size: 1.125em;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 0.3em;
    transition: all 0.3s;
  }
  #popup-sep .form-field input,
  #popup-sep .form-field select {
    font-size: 1.125em;
    height: 56px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    padding-top: 18px;
    border-radius: 12px;
  }
  #popup-sep .form-field select {
    background-image: none;
  }
  #popup-sep .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/sep/hero/down-arrow.png);
    background-image: -webkit-image-set(
      url("../../../images/25/sep/hero/down-arrow.png") 1x,
      url("../../../images/25/sep/hero/down-arrow@2x.png") 2x
    );
    background-size: cover;
    pointer-events: none;
  }
  @-moz-document url-prefix() {
    #popup-sep .form-field select {
      text-indent: 8px;
    }
  }
  #popup-sep .form-field select.selected,
  #popup-sep .form-field input {
    color: var(--black);
  }
  #popup-sep .form-field select,
  #popup-sep .form-field ::placeholder {
    opacity: 1;
    color: #262626;
  }
  #popup-sep .form-field input:-internal-autofill-selected,
  #popup-sep .form-field input:-webkit-autofill,
  #popup-sep .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
  }
  #popup-sep .form-action [type="submit"].button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
  }
  
  #popup-sep .form-field .validation-error:before,
  #popup-sep .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-sep .form-field .validation-error select,
  #popup-sep .form-field .validation-error input,
  #popup-sep .form-field .incomplete-mask input {
    border-color: var(--error-border);
    border-width: 2px;
  }
  #popup-sep .form-field .validation-error label,
  #popup-sep .form-field .incomplete-mask label {
    color: var(--error-color);
  }
  #popup-sep .form-field .select_box.focused:after {
    transform: scaleY(-1);
  }
  #popup-sep .form-field .focused label,
  #popup-sep .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
  }
  #popup-sep .form-field .focused select,
  #popup-sep .form-field .focused input {
    border-color: var(--focus-border);
    border-width: 2px;
  }
  #popup-sep .popup-thanks .button {
    width: 10.5em;
    margin-top: 20px;
  }
  #popup-sep .button,
  #popup-sep .button:focus,
  #popup-sep .button:hover,
  #popup-sep .button:active,
  #popup-sep .button:visited {
    color: white;
    text-decoration: none;
  }
  
  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #popup-sep .button {
      padding-top: 1px;
    }
  }
  @media screen and (min-width: 1200px) {
  }
  @media screen and (max-width: 991px) {
  }
  @media screen and (max-width: 567px) {
    #popup-sep .popup-content {
      width: 100%;
      max-width: 100%;
      height: 100%;
    }
    #popup-sep .popup-inner {
      border-radius: 0;
      border-width: 0;
    }
    #popup-sep .popup-default,
    #popup-sep .popup-thanks {
      background-image: url(../../../images/25/sep/hero/popup-back-m.jpg);
      background-image: -webkit-image-set(
        url("../../../images/25/sep/hero/popup-back-m.jpg") 1x,
        url("../../../images/25/sep/hero/popup-back-m@2x.jpg") 2x
      );
    }
    #popup-sep .popup-content .popup-close {
      padding: 14px 16px;
      right: 0;
    }
    #popup-sep .l1 {
      font-size: 29px;
    }
    #popup-sep .l2 {
      font-size: 22px;
    }
    #popup-sep .l3 {
      font-size: 21px;
      line-height: 25px;
    }
    #popup-sep .button {
      font-size: 1.15;
    }
    #popup-sep .popup-form {
      width: 100%;
    }
    #popup-sep .popup-form form {
      margin-top: 21px;
      width: calc(100% - 30px);
    }
    #popup-sep .form-row {
      flex-direction: column;
    }
    #popup-sep .form-field {
      padding: 6px 0;
    }
    #popup-sep .form-field label {
      font-size: 1em;
    }
    #popup-sep .form-field input,
    #popup-sep .form-field select {
      font-size: 1em;
      border-radius: 13px;
    }
    #popup-sep .form-text {
      width: 77%;
    }
    #popup-sep .thanks {
      width: 96%;
    }
  }
  @media screen and (max-width: 414px) and (max-height: 700px) {
  }
  