.scrolling-words-wrapper{height:60vh;display:flex;align-items:center;justify-content:left;font-family:gill-sans-medium!important}.scrolling-words-container{display:flex;align-items:center;font-size:5vw;font-weight:400;overflow:hidden;position:relative}.scrolling-words-box{height:9rem;margin:auto;overflow:hidden;font-weight:400}.scrolling-words-box ul{margin:0 .625rem;padding:0;animation:scrollUp 7s 0s infinite}.scrolling-words-box ul li{display:flex;align-items:center;justify-content:flex-start;height:3rem;list-style:none}.scrolling-words-container:before{top:0;left:0;z-index:1;width:100%;content:"";height:3rem;position:absolute;background:linear-gradient(180deg,rgb(0,0,0),rgba(0,0,0,0))}.scrolling-words-container:after{left:0;bottom:0;z-index:1;width:100%;content:"";height:3rem;position:absolute;background:linear-gradient(180deg,rgba(0,0,0,0),rgb(0,0,0))}@keyframes scrollUp{11.6666666667%,16.6666666667%{transform:translateY(-14.2857142857%)}28.3333333333%,33.3333333333%{transform:translateY(-28.5714285714%)}45%,50%{transform:translateY(-42.8571428571%)}61.6666666667%,66.6666666667%{transform:translateY(-57.1428571429%)}78.3333333333%,83.3333333333%{transform:translateY(-71.4285714286%)}95%,to{transform:translateY(-85.7142857143%)}}
