.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-march2 {
  font-size: 16px;
  z-index: 999999;
}
.cont-full {
  width: 100%;
  height: 100%;
}
#popup-march2 .popup-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
#popup-march2 .popup-content {
  width: 723px;
  height: 521px;
  padding: 0 15px;
  max-height: 100%;
  align-self: center;
  box-shadow: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/25/march2/hero/popup-back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/march2/hero/popup-back.jpg") 1x,
    url("../../../images/25/march2/hero/popup-back@2x.jpg") 2x
  );
  box-shadow: 10px 4px 36.45px 8.55px rgba(0, 0, 0, 0.08);
  border: none;
}
.march2-form .form-text {
  width: 31em !important;
  margin-top: 1em;
  position: relative;
  left: 3px;
}
#popup-march2 .popup-closing {
  padding: 23px 18px;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}
#popup-march2 .popup-closing:before,
#popup-march2 .popup-closing:after {
  display: none;
}
#popup-march2 .march2-form form {
  width: 590px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#popup-march2 .form-field {
  padding: 7px 6px;
  flex-basis: 50%;
  flex-grow: 1;
}
#popup-march2 .form-field input,
#popup-march2 .form-field select {
  font-size: 1em;
  height: 47px;
  background-color: #fff;
  width: 100%;
  text-indent: 11px;
  border: 1px solid #cfcfcf;
  margin: 0;
  color: #333333;
}
#popup-march2 .form-field select {
  background-repeat: no-repeat;
  background-position: calc(100% - 9px) center;
  background-image: url(../../../images/25/march2/hero/down-arrow.png);
  background-image: -webkit-image-set(
    url("../../../images/25/march2/hero/down-arrow.png") 1x,
    url("../../../images/25/march2/hero/down-arrow@2x.png") 2x
  );
  background-size: 13px 8px;
}
#popup-march2 .form-field select,
#popup-march2 .form-field ::placeholder {
  opacity: 1;
  color: #333333;
  vertical-align: middle !important;
}
#popup-march2 .form-action {
  padding-top: 0;
}
#popup-march2 .form-action [type="submit"].button {
  width: 12em;
  height: 2.2em;
  margin-top: 16px;
  padding: 0;
  font-size: 1.2em;
  border-radius: 1.1em;
  background-color: #fbdb2f;
  border: none;
}
#popup-march2 .form-action [type="submit"].button[disabled] {
  opacity: 0.8;
  cursor: not-allowed;
}
.march2-game .game-text {
  margin-bottom: 0;
  width: 33em;
  margin-top: 0;
}
.march2-game .hat {
  width: 32em;
  margin-bottom: -44px;
  left: 3em;
  position: relative;
}
#popup-march2 .scratch-wrapper {
  width: 170px;
  height: 170px;
  margin-bottom: 0;
  left: 271px;
  top: 170px;
}
#scratch-march2 img {
  width: 74% !important;
  height: auto !important;
  top: 2em;
  left: 22px;
}
/* canvas {
  width: 50% !important;
  height: auto !important;
  top: 6em;
  left: 4.2em;
} */
#popup-march2 .march2-thanks .button {
  width: 12em;
  height: 2.2em;
  margin-top: 16px;
  padding: 0;
  font-size: 1.2em;
  border-radius: 1.1em;
  background-color: #fbdb2f;
  border: none;
}
.march2-thanks a {
  color: black;
  text-decoration: none;
}
.march2-thanks a:hover,
.march2-thanks a:active,
.march2-thanks a:focus {
  color: black;
  text-decoration: none;
}

.march2-thanks .thanks {
  width: 30em;
  margin-bottom: 0em;
}
@media screen and (max-width: 599px) {
  #popup-march2 {
    justify-content: center;
    align-items: flex-start;
  }
  #popup-march2 .popup-content {
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    align-self: flex-start;
    box-shadow: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/march2/hero/popup-back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/march2/hero/popup-back-m.jpg") 1x,
      url("../../../images/25/march2/hero/popup-back-m@2x.jpg") 2x
    );
    box-shadow: 10px 4px 36.45px 8.55px rgba(0, 0, 0, 0.08);
    border: none;
  }
  .march2-form .form-text {
    width: 95% !important;
    margin-top: 0;
  }
  #popup-march2 .popup-closing {
    padding: 24px 14px;
  }
  .march2-default .march2-form {
    width: 100%;
  }
  #popup-march2 .march2-form form {
    width: 92%;
    margin-top: 1.5em;
  }
  #popup-march2 .form-row {
    flex-direction: column;
  }
  #popup-march2 .form-field {
    padding: 5px 0;
  }
  #popup-march2 .form-field input:not([type="checkbox"]),
  #popup-march2 .form-field select {
    height: 42px;
    font-size: 16px;
  }
  #popup-march2 .march2-game {
    justify-content: center;
  }
  #popup-march2 .button {
    font-size: 1.1em;
    width: 10em;
  }
  .march2-game .game-text {
    margin-bottom: 0;
    width: 88%;
    left: 7%;
    position: relative;
    margin-bottom: 0;
  }
  .march2-game .hat {
    width: 22em;
    margin-bottom: 0;
    left: 0;
    position: relative;
    margin-top: 3%;
    max-width: unset;
  }
  .march2-thanks .thanks {
    width: 100%;
    margin-bottom: 0;
  }
  .popup-content .march2-default {
    width: 100%;
  }
  .popup-content .march2-thanks {
    padding: 0 15px;
    width: 100%;
  }
  #scratch-march2 img {
    width: 68% !important;
    height: auto !important;
    top: 20%;
    left: 17%;
  }
  #popup-march2 .scratch-wrapper {
    width: 142px;
    height: 142px;
    margin-bottom: 0;
    left: 51%;
    top: 45%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 540px) {
}
@media screen and (max-width: 470px) {
}
@media screen and (max-width: 375px) {
}
