.drw-destination{height:100vh;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:1000}.drw-destination .wrapper{animation-direction:alternate;animation-duration:2s;animation-iteration-count:infinite;animation-name:wave;animation-timing-function:linear;left:0;position:absolute;top:0}.drw-destination .wrapper svg{animation-duration:20s;animation-iteration-count:infinite;animation-name:scroll;animation-timing-function:linear;filter:drop-shadow(0 0 5px rgb(0,0,0,.4));height:100px;width:100px}@keyframes scroll{0%{transform:translate(calc(100vw + 100%))}to{transform:translate(-200%)}}@keyframes wave{0%{transform:translateY(0)}to{transform:translateY(100%)}}
