*{cursor:cell}.particles-js{position:absolute;overflow:hidden;width:100%;height:100%}.cursor{position:fixed;left:0;top:0;width:32px;height:32px;border-radius:50%;mix-blend-mode:difference;background-color:#fff}.waving-hand{animation-name:wave-animation;animation-duration:2.5s;animation-iteration-count:infinite;transform-origin:70% 70%;display:inline-block}@keyframes wave-animation{0%{transform:rotate(0deg)}15%{transform:rotate(14deg)}30%{transform:rotate(-8deg)}40%{transform:rotate(14deg)}50%{transform:rotate(-4deg)}60%{transform:rotate(10deg)}70%{transform:rotate(0deg)}to{transform:rotate(0deg)}}#container{max-width:1024px;margin:auto}#monitor{background:#000;position:relative;border-top:3px solid #888;margin:5%;padding:2% 2% 4%;border-radius:10px;border-bottom-left-radius:50% 2%;border-bottom-right-radius:50% 2%;transition:margin-right 1s}#monitor:after{content:"";display:block;position:absolute;bottom:3%;left:36%;height:.5%;width:28%;background:#ddd;border-radius:50%;box-shadow:0 0 3px 0 #fff}#monitorscreen{background-color:#777;background-size:cover;background-position:top;height:0;padding-bottom:56.25%;position:relative;overflow:hidden}@media (min-width:960px){#monitor{animation:tvflicker .5s infinite alternate}@keyframes tvflicker{0%{box-shadow:0 0 100px 0 rgba(225,235,255,.4)}to{box-shadow:0 0 60px 0 rgba(200,220,255,.6)}}}.NewHomeImage{transition:all .4s ease-in-out}.NewHomeImage:hover{transform:scale(.9)}