.scroll-watcher{height:5px;position:fixed;top:0;z-index:9999;background-color:#056bb5;width:100%;scale:0 1;transform-origin:left;animation:scroll-watcher linear;animation-timeline:scroll()}@keyframes scroll-watcher{to{scale:1 1}}.box,.outline{position:fixed;top:calc(50% - 40px);left:calc(50% - 40px);z-index:9999}.outline{width:80px;height:80px;transform:translate(-1px,-1px);outline:dashed 2px var(--color-surface-white)}.box{background-color:green;width:100px;height:100px}.program-row{opacity:0;transition:opacity 1s}.fadeIn{opacity:1}.program-row.fadeIn{transition:opacity 2.5s}.program-row .image-wrapper{top:-100px;transition:top 1s}.program-row .program-card{left:-100px;transition:left 1s}.program-row.fadeIn .image-wrapper{top:-50px;transition:top 1s}.program-row.fadeIn .program-card{left:0;transition:left 1s}