.blur-container :before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--image-url);background-size:cover;filter:saturate(.4);z-index:-1}@keyframes flash{0%{opacity:0}50%{opacity:1}to{opacity:0}}.flashing-loader{width:102px;height:102px;background-color:#2b2b2b;animation:flash 1s infinite}.dots:after{content:"";display:inline-block;animation:dots 1.2s steps(4) infinite;width:1em;text-align:left}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}to{content:""}}