.rotating-daos-wrapper{--ani-speed:2s;justify-content:center;align-items:center;width:700px;height:300px;margin:0 auto;display:flex;position:relative;overflow:hidden}@media screen and (max-width:768px){.rotating-daos-wrapper{width:100%;height:200px}}.face-container{width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:768px){.face-container{width:400px;height:400px}}.rotating-dao{--random:calc(sin(var(--i)*23)*100deg);filter:hue-rotate(var(--random));aspect-ratio:1;clip-path:polygon(0 0,100% 0,100% 25%,50% 50%,100% 75%,100% 100%,0 100%);width:6%;animation:rotate-it var(--ani-speed)linear infinite;background-color:#f43f5e;border-radius:50%;transition:background-color .5s linear,opacity .5s linear;position:absolute}@keyframes rotate-it{0%{rotate:var(--random,0deg)}50%{filter:hue-rotate(calc(var(--random,0deg) + 122deg))}to{rotate:calc(var(--random,0deg) + 360deg)}}.pupil{-webkit-user-select:none;user-select:none;width:1%;height:auto;position:absolute;transform:translate(-50%,-50%)}.left-pupil{top:33%;left:33%}.right-pupil{top:33%;left:73%}
