/* 
.stage0 .belief_img,.stage1 .belief_chart{
    animation: 1s showStage;
    -webkit-animation: 1s showStage;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.stage0 .belief_chart,.stage1 .belief_img{
    animation: 1s hideStage;
    -webkit-animation: 1s hideStage;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
} */
