.scroll-progress-bar{position:fixed;top:var(--topnavigation-height-desktop);left:0;height:4px;width:0%;background:#00c3a5;animation:progress-grow auto linear;animation-timeline:scroll(root block)}@keyframes progress-grow{0%{width:0%}to{width:100%}}
