@charset "utf-8";#loading{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#fff;display:flex;justify-content:center;align-items:center;z-index:99999;animation:fadeOut 1s ease forwards;animation-delay:2s}#loading img{width:150px;height:auto;animation:zoomOut 2s ease forwards;animation-delay:.3s}@keyframes zoomOut{0%{transform:scale(1);opacity:1}100%{transform:scale(2.5);opacity:0}}@keyframes fadeOut{to{opacity:0;visibility:hidden}}.typing-injected{display:inline-flex;align-items:center;white-space:nowrap;font-family:monospace}.cursor{display:inline-block;width:2px;height:1em;background:#fff;margin-left:4px;animation:blink 1s steps(2,start) infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:0}}.typed-text{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;white-space:pre-wrap}.stk_custom_header h2{visibility:hidden}