body {
  display: grid;
  height: 100vh;
  width: 100vw;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-animation: squig-l-vision 0.2s infinite;
          animation: squig-l-vision 0.2s infinite;
}
body section {
  width: 100vw;
  height: 100vh;
  display: grid;
  min-width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  place-items: center;
  perspective: calc(800px + 50vw);
}
body section > div {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(16, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 853px;
  height: 481px;
  position: relative;
}
body section > div .surface {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform-style: preserve-3d;
  transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.75);
  will-change: transform;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body section > div .surface:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  transform: translateZ(80px);
  z-index: 9;
  box-shadow: inset 0 0 0 5px #1E1205, 0 0 0 50vw #fff;
  transform-style: preserve-3d;
}
body section > div .surface div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  transform-style: preserve-3d;
}
@-webkit-keyframes squig-l-vision {
  0% {
    filter: url("#squiggly-0");
  }
  25% {
    filter: url("#squiggly-1");
  }
  50% {
    -webkit-filter: url("#squiggly-2");
  }
  75% {
    filter: url("#squiggly-3");
  }
  100% {
    filter: url("#squiggly-4");
  }
}
@keyframes squig-l-vision {
  0% {
    filter: url("#squiggly-0");
  }
  25% {
    filter: url("#squiggly-1");
  }
  50% {
    -webkit-filter: url("#squiggly-2");
  }
  75% {
    filter: url("#squiggly-3");
  }
  100% {
    filter: url("#squiggly-4");
  }
}
body section > div .surface div.flames {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/flames_copy.png");
  transform: translateZ(55px);
}
body section > div .surface div.flames2 {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/flames2-1.png");
  transform: translateZ(40px);
}
body section > div .surface div.flames3 {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/fire3.png");
  transform: translateZ(0px) translateY(25px);
}
body section > div .surface div.flames4 {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/flames3.png");
  transform: translateZ(-140px) translateY(50px) scale(1.25);
  opacity: 0.85;
}
body section > div .surface div.smoke {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/clouds.png");
  transform: translateZ(70px);
}
body section > div .surface div.table {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/table.png");
  transform: translateZ(10px);
}
body section > div .surface div.mirror {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/mirror.png");
  -webkit-animation: drop 0.2s ease-in 1 forwards;
          animation: drop 0.2s ease-in 1 forwards;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  transform: translateZ(-90px) scale(1.25);
  width: 80px;
  height: 120px;
  top: 75px;
  left: 600px;
}
body section > div .surface div.doorway {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/doorway.png");
  transform: translateZ(-100px) scale(1.25);
}
body section > div .surface div.floor {
  background: tan;
  transform: translateZ(-145px) scale(1.45);
}
body section > div .surface div.dog {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/dog_copy.png");
  transform: translateZ(0px);
}
body section > div div:nth-child(1):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(2):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(3):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(4):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(5):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(6):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(7):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(8):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(9):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(10):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(11):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(12):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(13):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(14):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(15):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(16):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(14deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(17):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(18):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(19):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(20):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(21):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(22):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(23):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(24):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(25):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(26):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(27):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(28):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(29):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(30):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(31):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(32):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(12deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(33):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(34):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(35):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(36):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(37):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(38):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(39):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(40):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(41):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(42):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(43):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(44):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(45):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(46):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(47):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(48):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(10deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(49):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(50):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(51):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(52):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(53):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(54):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(55):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(56):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(57):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(58):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(59):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(60):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(61):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(62):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(63):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(64):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(8deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(65):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(66):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(67):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(68):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(69):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(70):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(71):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(72):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(73):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(74):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(75):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(76):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(77):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(78):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(79):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(80):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(6deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(81):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(82):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(83):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(84):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(85):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(86):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(87):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(88):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(89):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(90):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(91):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(92):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(93):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(94):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(95):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(96):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(4deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(97):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(98):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(99):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(100):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(101):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(102):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(103):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(104):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(105):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(106):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(107):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(108):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(109):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(110):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(111):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(112):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(2deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(113):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(114):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(115):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(116):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(117):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(118):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(119):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(120):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(121):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(122):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(123):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(124):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(125):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(126):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(127):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(128):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(0deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(129):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(130):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(131):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(132):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(133):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(134):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(135):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(136):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(137):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(138):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(139):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(140):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(141):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(142):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(143):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(144):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-2deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(145):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(146):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(147):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(148):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(149):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(150):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(151):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(152):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(153):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(154):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(155):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(156):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(157):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(158):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(159):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(160):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-4deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(161):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(162):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(163):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(164):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(165):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(166):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(167):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(168):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(169):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(170):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(171):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(172):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(173):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(174):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(175):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(176):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-6deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(177):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(178):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(179):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(180):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(181):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(182):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(183):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(184):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(185):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(186):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(187):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(188):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(189):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(190):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(191):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(192):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-8deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(193):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(194):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(195):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(196):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(197):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(198):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(199):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(200):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(201):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(202):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(203):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(204):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(205):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(206):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(207):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(208):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-10deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(209):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(210):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(211):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(212):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(213):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(214):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(215):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(216):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(217):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(218):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(219):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(220):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(221):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(222):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(223):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(224):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-12deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(225):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(226):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(227):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(228):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(229):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(230):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(231):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(232):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(233):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(234):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(235):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(236):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(237):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(238):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(239):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(240):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-14deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(241):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(242):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(243):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(244):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(245):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(246):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(247):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(-2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(248):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(0deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(249):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(2deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(250):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(4deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(251):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(6deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(252):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(8deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(253):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(10deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(254):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(12deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(255):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(14deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}
body section > div div:nth-child(256):hover ~ .surface {
  transition: transform 0.1s ease-in-out;
  transform: rotateX(-16deg) rotateY(16deg);
}
body section > div div:nth-child(45):hover ~ .surface .mirror, body section > div div:nth-child(44):hover ~ .surface .mirror, body section > div div:nth-child(60):hover ~ .surface .mirror, body section > div div:nth-child(61):hover ~ .surface .mirror, body section > div div:nth-child(76):hover ~ .surface .mirror, body section > div div:nth-child(77):hover ~ .surface .mirror, body section > div div:nth-child(92):hover ~ .surface .mirror, body section > div div:nth-child(93):hover ~ .surface .mirror {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@keyframes drop {
  to {
    transform: translateZ(-90px) scale(1.25) translateY(250px);
  }
}