#crowdquotes{background:var(--blue-7);overflow-y:hidden}#quoteSlider{overflow:hidden;position:relative;width:100%}.quotes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px}.quotes video{cursor:pointer;display:flex;height:100%;width:100%}.quotes .video-item{border-radius:8px;overflow:hidden;position:relative;width:240px}.quotes .video-item .video-overlay{height:100%;position:absolute;width:100%}.quotes .video-item .video-overlay .sap-icon,.quotes .video-item .video-overlay button{align-items:center;background:rgba(0,0,0,.6);border-radius:50%;color:hsla(0,0%,100%,.5);display:flex;height:1.5rem;justify-content:center;position:absolute;right:1rem;top:1rem;width:1.5rem;z-index:1}.quotes .video-item .video-overlay span.sap-icon{background:transparent;left:0;top:0}.quotes .video-item:hover .video-overlay span{color:#fff}.quotes .video-item .unmute{color:#fff;font-size:12px;left:1rem}.quotes .video-item .video-loading{background:#fff;bottom:0;height:5px;left:0;position:absolute}.quotes .video-item:hover>.video-loading{animation-duration:.6s;animation-fill-mode:forwards;animation-name:loadingBar}.quotes .video-item .video-progress{background:var(--indigo-7);bottom:0;height:5px;left:0;position:absolute;width:0}@keyframes loadingBar{0%{width:0}99%{opacity:1;width:100%}to{opacity:0;width:0}}