.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;
    --yellow: #f6d805;
    --gray: #a3a3a6;
  --red: #ed1c24;
  --focus-border: #000;
  --focus-color: #79797b;
  --error-border: #e32e22;
  --error-color: #e32e22;
}
#popup-sep,
#popup-sep .popup-overlay {
    width: 100%;
    height: 100%;
}
#popup-sep .popup-overlay{
    background-color: rgba(0,0,0,.66);
}
#popup-sep .popup-content{
    max-height: 100%;
    width: 680px;
    height: 490px;
}
#popup-sep .sep-default,
#popup-sep .sep-game,
#popup-sep .sep-thanks{
    padding: 0 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#popup-sep .sep-form {
    margin-top: -50px;
}
#popup-sep .popup-content{
	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-close{
    padding: 15px;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
}
#popup-sep .popup-close:before,
#popup-sep .popup-close:after {
    display: none;
}
#popup-sep .sep-form form{
    width: 600px;
    margin-top: 21.5px;
}
#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;
  font-weight: 500;
}
#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: 10px;
  font-weight: 500;
}
#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: end;
  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 .form-action [type="submit"].button,
#popup-sep .sep-thanks .button{
    font-size: 18px;
    width: 200px;
    height: 40px;
    padding: 3px 0 0 0;
    border-radius:100px;
    border:0;
}
#popup-sep .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-sep .turtle {
    bottom: -2vw;
    right: -1vw;
}
#popup-sep .sep-thanks .button {
    margin-top: 20px;
}
#popup-sep .sep-thanks{
	background-image: url(../../../images/25/sep/hero/thanks-back.jpg);
	background-image: -webkit-image-set(url("../../../images/25/sep/hero/thanks-back.jpg") 1x, url("../../../images/25/sep/hero/thanks-back@2x.jpg") 2x);
}
#gameCanvas {
    max-width:900px;
    height:auto !important;
    left:0 !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    margin:auto !important;
    z-index:9;
}
@media screen and (min-width: 767px) {
}
@media screen and (max-width: 567px){
    #popup-sep .popup-content{
        width: 375px;
        max-width: 100%;
        height: 588px;
        border-radius: 0;
        border: none;
    }
    #popup-sep .sep-game{
        padding: 0;
    }
    #popup-sep .sep-game .game-block{
        width: 100%;
        height: 100%;
    }
    #popup-sep .popup-close{
        padding: 25px 15px;
    }
    #popup-sep .sep-form form{
        width: 325px;
        margin-top: 14.5px;
    }
  #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 .sep-form {
        margin-top: 0;
    }
}