#scenario-container.alpine-game-container .question-container{margin-top:70px}#scenario-container.alpine-game-container .question-container-wrap{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#afd6ff));background:linear-gradient(rgba(255,255,255,0),#afd6ff);border-radius:0 0 12px 12px}#scenario-container.alpine-game-container .question-container-wrap.correct{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#00a043));background:linear-gradient(rgba(255,255,255,0),#00a043)}#scenario-container.alpine-game-container .question-container-wrap.half-correct{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#ffe2aa));background:linear-gradient(rgba(255,255,255,0),#ffe2aa)}#scenario-container.alpine-game-container .question-container-wrap.incorrect{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#e8424e));background:linear-gradient(rgba(255,255,255,0),#e8424e)}#scenario-container.alpine-game-container .reply-prompt{font:20px "Helvetica Neue",sans-serif;color:#2f92fa;margin:21px 28px;text-align:left}#scenario-container.alpine-game-container .reply-prompt .down-arrows{width:18px;vertical-align:middle}#scenario-container.alpine-game-container .conversation-text-container{position:relative;padding:44px 29px;background:#fff;border-radius:0 0 12px 12px}#scenario-container.alpine-game-container .conversation-text-container .game-label{position:absolute;top:-24px;left:28px;padding:14px 29px 12px;font-size:16px;color:#2f92fa;background:#fff;font-weight:600;text-transform:uppercase;border:1px solid #707070;border-radius:6px;line-height:1;z-index:5}#scenario-container.alpine-game-container .conversation-text-container .question-text{font-size:20px;color:#333;font-weight:600;margin-bottom:0}#scenario-container.alpine-game-container .scenario__character__wrap{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__character{z-index:2;width:282px;height:296px}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction{position:absolute;width:450px;height:280px;top:-30%;left:50%;margin-left:-150px;z-index:1}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction[data-type=angry]{background-image:url("/assets/scenario/images/reaction_angry.png")}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction[data-type=neutral]{background-image:url("/assets/scenario/images/reaction_neutral.png");z-index:3}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction[data-type=happy]{background-image:url("/assets/scenario/images/reaction_happy.png")}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction.mobile-reactions{width:300px;height:200px}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction.mobile-reactions[data-type=angry]{background-image:url("/assets/scenario/images/reaction_angry_mobile.png")}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction.mobile-reactions[data-type=neutral]{background-image:url("/assets/scenario/images/reaction_neutral_mobile.png")}#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction.mobile-reactions[data-type=happy]{background-image:url("/assets/scenario/images/reaction_happy_mobile.png")}@media screen and (max-width:987px){#scenario-container.alpine-game-container .scenario__character__wrap .scenario__reaction{width:300px;height:150px;top:-40%}}