body{background-color:#000}.et_pb_row{display:flex;align-items:center;justify-content:center;min-height:15vh}.wrapper{display:flex;flex-direction:column;align-items:center;width:90%;max-width:900px;margin:0 auto;padding:50px 0}.headline{font-size:clamp(1.5rem,6vw,4.9rem);font-weight:bold;margin:0;text-align:center;color:#fff;width:auto;font-family:'STIXTwoText-Bold',Helvetica,Arial,Lucida,sans-serif}.text-progress-wrapper{display:inline-block;width:auto;text-align:center}.progress-container{width:auto;height:4px;overflow:hidden;position:relative;box-shadow:none;margin:20px 0;border-radius:2px}.shimmer-loader{width:100%;height:100%;background:linear-gradient(90deg,transparent,white,transparent);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-100% 0}100%{background-position:100% 0}}.laser{width:60px;height:100%;background:linear-gradient(90deg,transparent,white,transparent);position:absolute;top:0;left:-60px;animation:laserGlide 2.5s infinite}@keyframes laserGlide{0%{left:-60px;opacity:0}10%{opacity:0.5}40%{opacity:1}60%{left:calc(100% + 0px);opacity:1}90%{opacity:0.4}100%{left:-60px;opacity:0}}