#loading-loader{--background:#FBCD02;--front-color:#C9A500;--back-color:#FFE657;--text-color:#333333;position:relative;display:flex;background-color:var(--background)}#loading-loader .text{position:absolute;bottom:-40px;letter-spacing:.2px;white-space:nowrap;height:1em;width:max-content}#loading-loader .text:after,#loading-loader .text:before{content:attr(data-text);position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap}#loading-loader .text:before{color:var(--text-color)}#loading-loader .text:after{color:var(--front-color);animation:text-animation76 3.6s ease infinite}@keyframes text-animation76{0%{clip-path:inset(0 100% 0 0)}50%{clip-path:inset(0)}to{clip-path:inset(0 0 0 100%)}}