@keyframes ScrollingBox_scrollX__JEmOx{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ScrollingBox_animate-x__PRz_B{animation:ScrollingBox_scrollX__JEmOx 42s linear infinite}@keyframes ScrollingBox_scrollY__TuDYt{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.ScrollingBox_animate-y__dlw5U{animation:ScrollingBox_scrollY__TuDYt 42s linear infinite}.hoverDiv{position:relative;border:0;outline:none;box-sizing:border-box}.hoverDiv:after,.hoverDiv:before{position:absolute;box-sizing:inherit;content:"";border:2px solid transparent;width:0;height:0;transition:width .5s ease-out,height .5s ease-out,border-color 1s ease-out}.hoverDiv:before{top:.1rem;right:-.1rem;border-top-right-radius:20px}.hoverDiv:after{bottom:-.1rem;left:-.1rem;border-bottom-left-radius:20px}.hoverDiv:hover:after,.hoverDiv:hover:before{width:103%;height:104%}.hoverDiv:hover:before{border-top-color:#98e8d5;border-right-color:#98e8d5}.hoverDiv:hover:after{border-bottom-color:#98e8d5;border-left-color:#98e8d5}