.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-april{
    font-size: 16px;
    z-index: 999999;
    --purple: #3d2b57;
    --turquoise: #00987d;
}
#popup-april .popup-overlay{
    background-color: rgba(0,0,0,.85);
}
#popup-april .popup-default,
#popup-april .popup-thanks {
    width: 625px;
    height: 457px;
    max-height: 100%;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/25/april/hero/popup-back.png);
	background-image: -webkit-image-set(url("../../../images/25/april/hero/popup-back.png") 1x, url("../../../images/25/april/hero/popup-back@2x.png") 2x);

}
#popup-april .popup-content .popup-close:before,
#popup-april .popup-content .popup-close:after {
    display: none;
}
#popup-april .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 21px 28px;
    top: 0;
    right: 0;
}
#popup-april .button{
    width: 190px;
    height: 38px;
    border-radius: 19px;
    margin-top: 27.5px;
    font-size: 1.4em;
}
#popup-april .popup-form form{
    width: 500px;
    margin-top: 27.5px;
}
#popup-april .form-field {
    padding: 7.5px 6.5px;
    flex-basis: 50%;
    flex-grow: 1;
}
#popup-april .form-field input,
#popup-april .form-field select{
    font-size: 0.875em;
    height: 39px;
    background-color: #fff;
    width: 100%;
    text-indent: 14px;
}
#popup-april .form-field select{
    background-repeat: no-repeat;
    background-position: calc(100% - 13px) center;
	background-image: url(../../../images/25/april/hero/down-arrow.png);
	background-image: -webkit-image-set(url("../../../images/25/april/hero/down-arrow.png") 1x, url("../../../images/25/april/hero/down-arrow@2x.png") 2x);
    background-size: 12px 8px;
}
@-moz-document url-prefix() {
    #popup-april .form-field select {
       text-indent: 7px;
    }
}
#popup-april .form-field select.selected,
#popup-april .form-field input{
    color: var(--black);
}
#popup-april .form-field select,
#popup-april .form-field ::placeholder{
    opacity: 1;
    color: #262626;
}
#popup-april .form-action [type="submit"].button[disabled]{
    opacity: 0.8;
    cursor: not-allowed;
}
#popup-april .bunny {
    bottom: 2%;
    width: 26%;
    left: -5%;
}
#popup-april .popup-game {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: url(../../../images/25/april/hero/game-back.png);
	background-image: -webkit-image-set(url("../../../images/25/april/hero/game-back.png") 1x, url("../../../images/25/april/hero/game-back@2x.png") 2x);
    height: 613px;
    width: 643px;
}
#popup-april .popup-game .game-text {
    top: 14%;
    right: -2%;
}
#popup-april .popup-thanks .button {
    background-color: var(--turquoise);
}
#popup-april .popup-thanks .btn-shop {
    width: 215px;
}
#popup-april .thanks-buttons {
    gap: 15px;
}
#popup-april .scratchpad {
    width: 100%;
    height: 100%;
}
#popup-april .scratchpad{
    left: 12%;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 567px){
    #popup-april .popup-content{
        width: 100%;
        max-width: 100%;
        height: 90%;
        background-image: url(../../../images/25/april/hero/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/25/april/hero/popup-back-m.jpg") 1x, url("../../../images/25/april/hero/popup-back-m@2x.jpg") 2x);
    }
    #popup-april .popup-default,
    #popup-april .popup-thanks {
        background-image: none;
    }
    #popup-april .popup-content .popup-close {
        padding: 36px 14px;
    }
    #popup-april .popup-default,
    #popup-april .popup-thanks {
        height: 100%;
    }
    #popup-april .button{
        width: 156px;
        height: 28px;
        margin-top: 18px;
        font-size: 1em;
    }
    #popup-april .popup-form {
        padding-top: 20px;
    }
    #popup-april .popup-form form{
        margin-top: 15px;
        width: 290px;
    }
    #popup-april .bunny {
        bottom: 0;
        width: 35%;
        left: -9%;
    }
    #popup-april .form-row{
        flex-direction: column;
    }
    #popup-april .form-field{
        padding: 5px 0;
    }
    #popup-april .form-field input,
    #popup-april .form-field select{
        height: 35px;
        font-size: 0.8125em;
        border: 2px solid #000;
    }
    #popup-april .popup-game{
        background-image: url(../../../images/25/april/hero/game-back-m.png);
        background-image: -webkit-image-set(url("../../../images/25/april/hero/game-back-m.png") 1x, url("../../../images/25/april/hero/game-back-m@2x.png") 2x);
        width: 100%;
        height: 104vw;
        top: 17%;
        position: relative;
    }
    #popup-april .scratchpad{
        left: 16%;
        width: 72%;
        height: 93vw;
    }
    #popup-april .popup-game .game-text {
        top: 14%;
        right: 4%;
        width: 32%;
    }
}
@media screen and (max-width: 414px) and (max-height: 700px){
}