.js-tutorial.is-active.js-tutorial-blink{-webkit-animation:blink 1.2s infinite;animation:blink 1.2s infinite;display:block}input#input-pw.is-active.js-tutorial-blink{display:inline-block}@-webkit-keyframes blink{0%{-webkit-box-shadow:0px 0px 0px #fdf301;box-shadow:0px 0px 0px #fdf301}50%{-webkit-box-shadow:0px 0px 30px #fdf301;box-shadow:0px 0px 30px #fdf301}100%{-webkit-box-shadow:0px 0px 0px #fdf301;box-shadow:0px 0px 0px #fdf301}}@keyframes blink{0%{-webkit-box-shadow:0px 0px 0px #fdf301;box-shadow:0px 0px 0px #fdf301}50%{-webkit-box-shadow:0px 0px 30px #fdf301;box-shadow:0px 0px 30px #fdf301}100%{-webkit-box-shadow:0px 0px 0px #fdf301;box-shadow:0px 0px 0px #fdf301}}.js-tutorial-character{width:105px;height:99px;background-image:url(/static/img/tutorial/character_01_01.svg);position:fixed;top:0;left:0;z-index:10000;opacity:0;-webkit-transition:all .5s linear 0s,opacity 1s linear 0s;transition:all .5s linear 0s,opacity 1s linear 0s;-webkit-animation:characterMove 1.2s ease-in-out infinite;animation:characterMove 1.2s ease-in-out infinite;pointer-events:none}.js-tutorial-character.is-reverse{scale:-1 1;translate:-130% 0}.js-tutorial-modaal{position:fixed;right:19px;top:19px;width:50px;height:50px;z-index:1000;border-radius:50%}@-webkit-keyframes characterMove{0%{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}50%{-webkit-transform:translate(0, -10px) scale(1);transform:translate(0, -10px) scale(1)}100%{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}}@keyframes characterMove{0%{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}50%{-webkit-transform:translate(0, -10px) scale(1);transform:translate(0, -10px) scale(1)}100%{-webkit-transform:translate(0, 0) scale(1);transform:translate(0, 0) scale(1)}}