@import url("https://fonts.googleapis.com/css?family=Montserrat:700");.jury{position:relative;height:100vh;overflow:hidden;font-family:Montserrat,sans-serif}.cube{position:absolute;top:50vh;width:10px;height:10px;border:1px solid;border-radius:4px;z-index:0;transform-origin:top left;transform:scale(0) rotate(0deg) translate(-50%,-50%);-webkit-animation:cube 12s ease-in infinite forwards;animation:cube 12s ease-in infinite forwards}.jury .cube.first-set{border-color:#4c0101}.jury .cube.second-set{background-color:#931c41;border-color:#e2a2a2}.jury .cube.third-set{border-color:#c58181}.jury .cube.fourth-set{background-color:#931c41;border-color:#670101}.cube:first-child{top:10vh;left:20vw;-webkit-animation-delay:0s;animation-delay:0s}.cube:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s;top:30vh;left:50vw}.cube:nth-child(3){-webkit-animation-delay:4s;animation-delay:4s;left:80vw;top:70vh}.cube:nth-child(4){-webkit-animation-delay:6s;animation-delay:6s;left:10vw;top:50vh}.cube:nth-child(5){-webkit-animation-delay:8s;animation-delay:8s;left:70vw;top:20vh}.cube:nth-child(6){-webkit-animation-delay:10s;animation-delay:10s;left:30vw;top:40vh}.cube:nth-child(7){-webkit-animation-delay:12s;animation-delay:12s;left:90vw;top:60vh}.cube:nth-child(8){top:80vh;left:40vw;-webkit-animation-delay:14s;animation-delay:14s}.cube:nth-child(9){top:10vh;left:60vw;-webkit-animation-delay:16s;animation-delay:16s}.cube:nth-child(10){top:90vh;left:20vw;-webkit-animation-delay:18s;animation-delay:18s}@-webkit-keyframes cube{0%{transform:scale(0) rotate(0deg) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}@keyframes cube{0%{transform:scale(0) rotate(0deg) translate(-50%,-50%);opacity:1}to{transform:scale(20) rotate(960deg) translate(-50%,-50%);opacity:0}}