.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-feb {
    font-size: 16px;
    z-index: 999999;
    --gray: #a3a3a6;
    --red: #c9181e;
    --focus-border: #000;
    --focus-color: #79797b;
    --error-border: #e32e22;
    --error-color: #e32e22;
    --dark-green: #0e4012;
}

.b-dark-green {
    background-color: var(--dark-green);
}

#popup-feb .popup-overlay {
    background-color: rgba(0, 0, 0, 0.85);
}

#popup-feb:not(.game-on) .popup-content {
    width: 704px;
    height: 498px;
    max-height: 100%;
    border: 3px solid white;
}
#popup-feb.game-on .popup-content {
    width: 554px;
}

#popup-feb .popup-default,
#popup-feb .popup-thanks {
    background-image: url(../../../images/26/feb/hero/popup-back.jpg);
    background-image: -webkit-image-set(url("../../../images/26/feb/hero/popup-back.jpg") 1x,
            url("../../../images/26/feb/hero/popup-back@2x.jpg") 2x);
}

#popup-feb .popup-inner {
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#popup-feb .popup-content .popup-close:before,
#popup-feb .popup-content .popup-close:after {
    display: none;
}

#popup-feb .popup-content .popup-close {
    width: auto;
    height: auto;
    padding: 15px;
    top: 22px;
    right: 22px;
}
#popup-feb .button {
    width: 10.5em;
    height: 2.2em;
    border-radius: 1.1em;
    margin-top: 6px;
    font-size: 1.15em;
    padding: 0;
    line-height: 1px;
}

#popup-feb .popup-form form {
    width: 640px;
    margin-top: 25px;
}

#popup-feb .form-field {
    padding: 8px;
    flex-basis: 50%;
    flex-grow: 1;
}

#popup-feb .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: 700;
    color: #262626;
}

#popup-feb .form-field input,
#popup-feb .form-field select {
    font-size: 1.125em;
    height: 56px;
    background-color: #fff;
    width: 100%;
    text-indent: 16px;
    padding-top: 18px;
    border-radius: 12px;
}

#popup-feb .form-field select {
    background-image: none;
}

#popup-feb .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/26/feb/hero/down-arrow.png);
    background-image: -webkit-image-set(url("../../../images/26/feb/hero/down-arrow.png") 1x,
            url("../../../images/26/feb/hero/down-arrow@2x.png") 2x);
    background-size: cover;
    pointer-events: none;
}

@-moz-document url-prefix() {
    #popup-feb .form-field select {
        text-indent: 8px;
    }
}

#popup-feb .form-field select.selected,
#popup-feb .form-field input {
    color: var(--black);
}

#popup-feb .form-field select,
#popup-feb .form-field ::placeholder {
    opacity: 1;
    color: #262626;
}

#popup-feb .form-field input:-internal-autofill-selected,
#popup-feb .form-field input:-webkit-autofill,
#popup-feb .form-field input:-webkit-autofill:focus {
    background-color: #fff !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

#popup-feb .form-action [type="submit"].button[disabled] {
    opacity: 0.8;
    cursor: not-allowed;
}

#popup-feb .form-field .validation-error:before,
#popup-feb .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-feb .form-field .validation-error select,
#popup-feb .form-field .validation-error input,
#popup-feb .form-field .incomplete-mask input {
    border-color: var(--error-border);
    border-width: 2px;
}

#popup-feb .form-field .validation-error label,
#popup-feb .form-field .incomplete-mask label {
    color: var(--error-color);
}

#popup-feb .form-field .select_box.focused:after {
    transform: scaleY(-1);
}

#popup-feb .form-field .focused label,
#popup-feb .form-field .has-value label {
    font-size: 0.84375em;
    margin-top: calc(-2.9em + 24px);
    color: var(--focus-color);
}

#popup-feb .form-field .focused select,
#popup-feb .form-field .focused input {
    border-color: var(--focus-border);
    border-width: 2px;
}

#popup-feb .popup-thanks .button {
    width: 10.5em;
    margin-top: 20px;
}

#popup-feb .button,
#popup-feb .button:focus,
#popup-feb .button:hover,
#popup-feb .button:active,
#popup-feb .button:visited {
    color: white;
    text-decoration: none;
}

#popup-feb label {
    font-weight: 100;
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
    #popup-feb .button {
        padding-top: 2px;
    }
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 991px) {}

@media screen and (min-width: 568px) {
    #popup-feb.game-on  .popup-content .popup-close {
        padding-right: 0;
        top: 55px;
        right: 0;
        filter: brightness(1) invert(1);
    }
}
@media screen and (max-width: 567px) {
    #popup-feb:not(.game-on) .popup-content,
    #popup-feb.game-on .popup-content {
        width: 376px;
        max-width: 100%;
        height: 604px;
        max-height: 100%;
        border: none;
    }

    #popup-feb .popup-default,
    #popup-feb .popup-game,
    #popup-feb .popup-thanks {
        background-image: url(../../../images/26/feb/hero/popup-back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/26/feb/hero/popup-back-m.jpg") 1x,
                url("../../../images/26/feb/hero/popup-back-m@2x.jpg") 2x);
    }

    #popup-feb .popup-inner {
        border-radius: 0;
        border-width: 0;
        height: 100%;
    }

    #popup-feb .button {
        font-size: 1.15em;
    }

    #popup-feb .popup-form {
        width: 100%;
    }

    #popup-feb .popup-form form {
        margin-top: 21px;
        width: calc(100% - 30px);
    }

    #popup-feb .form-row {
        flex-direction: column;
    }

    #popup-feb .form-field {
        padding: 6px 0;
    }

    #popup-feb .form-field label {
        font-size: 1em;
    }

    #popup-feb .form-field input,
    #popup-feb .form-field select {
        font-size: 1em;
        border-radius: 13px;
    }

    #popup-feb .form-text {
        width: 88%;
    }

    #popup-feb .thanks {
        width: 96%;
    }

    #popup-feb .popup-content .popup-close {
        padding: 0;
        top: 12px;
        right: 12px;
    }

    /* Safari Only */
    @supports (background: -webkit-named-image(i)) {

        #popup-feb .form-field input,
        #popup-feb .form-field select {
            text-indent: 16px;
        }
    }
}

@media screen and (max-width: 414px) and (max-height: 700px) {}

/* GAME */
.tooltip-container {
    width: 207px;
    height: 101px;
    padding: 18px 17px 0 35px;
    cursor: default;
    margin-left: -12px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(../../../images/25/feb/hero/tooltip-back.png);
    background-image: -webkit-image-set(url("../../../images/25/feb/hero/tooltip-back.png") 1x, url("../../../images/25/feb/hero/tooltip-back@2x.png") 2x);
    opacity: 0;
    visibility: hidden;
    z-index: 7;
    display: inline;
}

.pg-game .how-to-play {
    font-family: 'Poppins' !important;
    font-weight: 700;
    text-underline-offset: 4px;
    margin-left: 12px;
}
.tooltip-container.show {
    opacity: 1;
    visibility: visible;
}
.tooltip-container ol {
    list-style: decimal;
}
.tooltip-container li {
    font-size: 9px;
    line-height: normal;
}

.pg-game {
    --game-size: 449px;
    z-index: 4;
}

.pg-game .pg-game-top {
    width: var(--game-size);
    margin-bottom: 29px;
}

.pg-game .pg-score {
    height: 40px;
    width: 146px;
    padding: 0 18px;
    font-size: 1.1em;
    line-height: 1;
    font-family: 'Poppins' !important;
    font-weight: 500;
    border: 2px solid #ee6393;
}

.pg-game .helpBtn {
    background-color: #ee6393;
    font-family: 'Poppins' !important;
    font-weight: 500;
    box-shadow: #ee6393 0px 0px 12px 7px;
    border-radius: 5px;
    line-height: 1;
    opacity: 0.9;
    text-underline-offset: 4px;
}

.pg-game .pg-game-wrapper {
    width: var(--game-size);
    height: auto;
    aspect-ratio: 1 / 1;
    border: 7px solid #ee6393;
}
.pg-game .pg-game-wrapper canvas {
    width: calc(var(--game-size) - 14px);
    height: auto;
    aspect-ratio: 1 / 1;
}

.pg-game .pg-game-bottom {
    margin-top: 18px;
    width: var(--game-size);
}

@media screen and (max-width: 767px){

    .pg-game {
        --game-size: 315px;
    }
    .pg-game .pg-game-top {
        margin-bottom: 10px;
    }
    .pg-game .tooltip-container {
        width: 257px;
        height: 124px;
        padding: 18px 17px 0 37px;
    }

    .pg-game .pg-game-bottom {
        margin-top: 10px;
    }
    .pg-game .how-flex {
        margin: 0 auto;
    }


    .pg-game .tooltip-container li {
        font-size: 12px;
        line-height: normal;
    }
}
