.progress-bar{position:relative;overflow:hidden}.progress-timer{position:absolute;bottom:0;left:0;height:.13vw;border-radius:0 0 .5vw .5vw;background:#52BBA9E5;width:10%;animation:progressAnimation 6s linear forwards}.capabilities-gradient-text{background:linear-gradient(90deg,#006C59,#FF7A00 60.1%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.progress-timer.full{width:100%;animation:none}.hidden-mobile-timer{position:absolute;visibility:hidden;pointer-events:none;animation:progressAnimation 6s linear forwards}@keyframes progressAnimation{0%{width:0}to{width:100%}}