.sarrow{position:absolute;z-index:2000;filter:drop-shadow(0 0 5px rgba(0,0,0,.9));fill:green;stroke:#fff;transition:opacity 1s;opacity:0}.sarrow.showing{opacity:1}.sarrow.green{fill:green}.sarrow.red{fill:red}.sarrow.black{fill:#000}.sarrow.yellow{fill:#ff0}.sarrow.lightgrey{fill:#d3d3d3}.sarrow.pink{fill:pink}.sarrow.white{fill:#fff;stroke:#000}.sbanner{position:fixed;z-index:1001;border-radius:10px;background:rgba(0,0,0,.9);color:#fff;opacity:0;border:1px solid #000;padding:2%;transition:opacity 1s;box-shadow:inset 0 1px 1px hsla(0,0%,100%,.3),0 0 10px #000;display:table}.sbanner.showing{opacity:1}.sbanner .s_inner{display:table-cell;vertical-align:middle;text-align:center}.tbanner{position:fixed;z-index:2001;opacity:0;transition:opacity 1s;display:flex;top:70%;left:10%;width:80%;height:20%;text-align:left;white-space:pre-wrap;font-size:80px;font-weight:700;line-height:1;color:#fff;text-shadow:3px 3px 6px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.tbanner.showing{opacity:1}.ulist{position:fixed;z-index:2001;transition:opacity 1s;display:flex;justify-content:center;flex-direction:column;flex-wrap:wrap;top:10%;left:10%;width:80%;height:80%}.ulist.flex-row{flex-direction:row}.ulist.flex-row .ulist-row{justify-content:center}.ulist-row{color:#fff;width:100%;opacity:0;display:flex;justify-content:flex-start;align-items:center;text-align:left;white-space:pre-wrap;font-size:80px;font-weight:700;line-height:1;text-shadow:3px 3px 6px #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.ulist-row.fs40{font-size:40px}.ulist-row.fs50{font-size:50px}.ulist-row.fs60{font-size:60px}.ulist-row.fs70{font-size:70px}.ulist-row.fs80{font-size:80px}.ulist-row.o50{opacity:.5}.ulist-row.o100,.ulist-row.showing{opacity:1}.stitle{position:fixed;z-index:2001;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.9);color:#fff;opacity:0;border:1px solid #000;padding:2%;transition:opacity 2s;box-shadow:inset 0 1px 1px hsla(0,0%,100%,.3);display:flex;flex-direction:column;justify-content:center;align-items:center}.stitle.s_slower{transition:opacity 3s}.stitle.s_showing{opacity:1}.stitle .s_img{height:200px;max-width:800px}.stitle .s_mask{overflow:hidden;position:relative}.stitle .s_top{animation:animation-down 2s ease-out 3s 1 normal both running}.stitle .s_bottom{animation:animation-up 2s ease-out 3s 1 normal both running;font-size:60px;text-transform:uppercase;text-align:center}.stitle .s_reverse{animation-direction:reverse;animation-delay:0s}@keyframes animation-down{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0)}}@keyframes animation-up{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0)}}html{background:#f4f7f8}body{transition:opacity 1.5s}body.faded{opacity:0}