Happy Holidays CSS

Size
19,478 Kb
Views
6,072

How do I make an happy holidays css?

A CSS snowscape!. What is a happy holidays css? How do you make a happy holidays css? This script and codes were developed by Michael Hobizal on 05 January 2023, Thursday.

Happy Holidays CSS Previews

Happy Holidays CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Happy Holidays CSS</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='wrap'> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div> <div class='snow'></div>
</div>
<div class='ground'> <div class='snowman'> <div class='carrot'></div> </div>
</div>
<div class='text'> Happy Holidays!
</div>
</body>
</html>

Happy Holidays CSS - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Lobster+Two);
html { height: 100%;
}
body { font-family: 'Lobster Two'; background: #023; overflow: hidden; height: 100%;
}
.wrap { width: 1200px; margin: 0 auto; position: relative;
}
.ground { position: fixed; background: white; left: -20px; right: -20px; bottom: -30px; height: 80px; border-radius: 100% 100% 0 0;
}
.snowman { position: absolute; top: -20px; width: 30px; height: 30px; background: white; border-radius: 50%; left: 300px;
}
.snowman:before { content: ''; position: absolute; background: white; width: 22px; height: 22px; top: -18px; left: 50%; border-radius: 50%; margin-left: -11px;
}
.snowman:after { content: ''; position: absolute; background: white; width: 16px; height: 16px; top: -32px; left: 50%; border-radius: 50%; margin-left: -8px;
}
.snowman .carrot { border-left: 8px solid orange; border-top: 1px solid transparent; border-bottom: 2px solid transparent; position: absolute; top: -26px; left: 18px; z-index: 9;
}
.text { font-size: 4em; color: white; position: absolute; top: 50%; left: 50%; -webkit-transform: translate3d(-50%, -50%, 0); -moz-transform: translate3d(-50%, -50%, 0); -ms-transform: translate3d(-50%, -50%, 0); -o-transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);
}
.snow { background: white; width: 3px; height: 3px; border-radius: 50%; opacity: .8; left: 0px; top: -3px; position: absolute;
}
.snow:nth-of-type(1) { -webkit-transform: translate3d(1+px, -20px, 0px); -moz-transform: translate3d(1+px, -20px, 0px); -ms-transform: translate3d(1+px, -20px, 0px); -o-transform: translate3d(1+px, -20px, 0px); transform: translate3d(1+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what1; -moz-animation-name: what1; animation-name: what1; -webkit-animation-delay: 19855ms; -moz-animation-delay: 19855ms; animation-delay: 19855ms;
}
.snow:nth-of-type(2) { -webkit-transform: translate3d(2+px, -20px, 0px); -moz-transform: translate3d(2+px, -20px, 0px); -ms-transform: translate3d(2+px, -20px, 0px); -o-transform: translate3d(2+px, -20px, 0px); transform: translate3d(2+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what2; -moz-animation-name: what2; animation-name: what2; -webkit-animation-delay: 14254ms; -moz-animation-delay: 14254ms; animation-delay: 14254ms;
}
.snow:nth-of-type(3) { -webkit-transform: translate3d(3+px, -20px, 0px); -moz-transform: translate3d(3+px, -20px, 0px); -ms-transform: translate3d(3+px, -20px, 0px); -o-transform: translate3d(3+px, -20px, 0px); transform: translate3d(3+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what3; -moz-animation-name: what3; animation-name: what3; -webkit-animation-delay: 7494ms; -moz-animation-delay: 7494ms; animation-delay: 7494ms;
}
.snow:nth-of-type(4) { -webkit-transform: translate3d(4+px, -20px, 0px); -moz-transform: translate3d(4+px, -20px, 0px); -ms-transform: translate3d(4+px, -20px, 0px); -o-transform: translate3d(4+px, -20px, 0px); transform: translate3d(4+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what4; -moz-animation-name: what4; animation-name: what4; -webkit-animation-delay: 11302ms; -moz-animation-delay: 11302ms; animation-delay: 11302ms;
}
.snow:nth-of-type(5) { -webkit-transform: translate3d(5+px, -20px, 0px); -moz-transform: translate3d(5+px, -20px, 0px); -ms-transform: translate3d(5+px, -20px, 0px); -o-transform: translate3d(5+px, -20px, 0px); transform: translate3d(5+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what5; -moz-animation-name: what5; animation-name: what5; -webkit-animation-delay: 14835ms; -moz-animation-delay: 14835ms; animation-delay: 14835ms;
}
.snow:nth-of-type(6) { -webkit-transform: translate3d(6+px, -20px, 0px); -moz-transform: translate3d(6+px, -20px, 0px); -ms-transform: translate3d(6+px, -20px, 0px); -o-transform: translate3d(6+px, -20px, 0px); transform: translate3d(6+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what6; -moz-animation-name: what6; animation-name: what6; -webkit-animation-delay: 5763ms; -moz-animation-delay: 5763ms; animation-delay: 5763ms;
}
.snow:nth-of-type(7) { -webkit-transform: translate3d(7+px, -20px, 0px); -moz-transform: translate3d(7+px, -20px, 0px); -ms-transform: translate3d(7+px, -20px, 0px); -o-transform: translate3d(7+px, -20px, 0px); transform: translate3d(7+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what7; -moz-animation-name: what7; animation-name: what7; -webkit-animation-delay: 515ms; -moz-animation-delay: 515ms; animation-delay: 515ms;
}
.snow:nth-of-type(8) { -webkit-transform: translate3d(8+px, -20px, 0px); -moz-transform: translate3d(8+px, -20px, 0px); -ms-transform: translate3d(8+px, -20px, 0px); -o-transform: translate3d(8+px, -20px, 0px); transform: translate3d(8+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what8; -moz-animation-name: what8; animation-name: what8; -webkit-animation-delay: 9522ms; -moz-animation-delay: 9522ms; animation-delay: 9522ms;
}
.snow:nth-of-type(9) { -webkit-transform: translate3d(9+px, -20px, 0px); -moz-transform: translate3d(9+px, -20px, 0px); -ms-transform: translate3d(9+px, -20px, 0px); -o-transform: translate3d(9+px, -20px, 0px); transform: translate3d(9+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what9; -moz-animation-name: what9; animation-name: what9; -webkit-animation-delay: 3862ms; -moz-animation-delay: 3862ms; animation-delay: 3862ms;
}
.snow:nth-of-type(10) { -webkit-transform: translate3d(10+px, -20px, 0px); -moz-transform: translate3d(10+px, -20px, 0px); -ms-transform: translate3d(10+px, -20px, 0px); -o-transform: translate3d(10+px, -20px, 0px); transform: translate3d(10+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what10; -moz-animation-name: what10; animation-name: what10; -webkit-animation-delay: 14243ms; -moz-animation-delay: 14243ms; animation-delay: 14243ms;
}
.snow:nth-of-type(11) { -webkit-transform: translate3d(11+px, -20px, 0px); -moz-transform: translate3d(11+px, -20px, 0px); -ms-transform: translate3d(11+px, -20px, 0px); -o-transform: translate3d(11+px, -20px, 0px); transform: translate3d(11+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what11; -moz-animation-name: what11; animation-name: what11; -webkit-animation-delay: 13067ms; -moz-animation-delay: 13067ms; animation-delay: 13067ms;
}
.snow:nth-of-type(12) { -webkit-transform: translate3d(12+px, -20px, 0px); -moz-transform: translate3d(12+px, -20px, 0px); -ms-transform: translate3d(12+px, -20px, 0px); -o-transform: translate3d(12+px, -20px, 0px); transform: translate3d(12+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what12; -moz-animation-name: what12; animation-name: what12; -webkit-animation-delay: 19268ms; -moz-animation-delay: 19268ms; animation-delay: 19268ms;
}
.snow:nth-of-type(13) { -webkit-transform: translate3d(13+px, -20px, 0px); -moz-transform: translate3d(13+px, -20px, 0px); -ms-transform: translate3d(13+px, -20px, 0px); -o-transform: translate3d(13+px, -20px, 0px); transform: translate3d(13+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what13; -moz-animation-name: what13; animation-name: what13; -webkit-animation-delay: 8545ms; -moz-animation-delay: 8545ms; animation-delay: 8545ms;
}
.snow:nth-of-type(14) { -webkit-transform: translate3d(14+px, -20px, 0px); -moz-transform: translate3d(14+px, -20px, 0px); -ms-transform: translate3d(14+px, -20px, 0px); -o-transform: translate3d(14+px, -20px, 0px); transform: translate3d(14+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what14; -moz-animation-name: what14; animation-name: what14; -webkit-animation-delay: 3341ms; -moz-animation-delay: 3341ms; animation-delay: 3341ms;
}
.snow:nth-of-type(15) { -webkit-transform: translate3d(15+px, -20px, 0px); -moz-transform: translate3d(15+px, -20px, 0px); -ms-transform: translate3d(15+px, -20px, 0px); -o-transform: translate3d(15+px, -20px, 0px); transform: translate3d(15+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what15; -moz-animation-name: what15; animation-name: what15; -webkit-animation-delay: 13648ms; -moz-animation-delay: 13648ms; animation-delay: 13648ms;
}
.snow:nth-of-type(16) { -webkit-transform: translate3d(16+px, -20px, 0px); -moz-transform: translate3d(16+px, -20px, 0px); -ms-transform: translate3d(16+px, -20px, 0px); -o-transform: translate3d(16+px, -20px, 0px); transform: translate3d(16+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what16; -moz-animation-name: what16; animation-name: what16; -webkit-animation-delay: 4322ms; -moz-animation-delay: 4322ms; animation-delay: 4322ms;
}
.snow:nth-of-type(17) { -webkit-transform: translate3d(17+px, -20px, 0px); -moz-transform: translate3d(17+px, -20px, 0px); -ms-transform: translate3d(17+px, -20px, 0px); -o-transform: translate3d(17+px, -20px, 0px); transform: translate3d(17+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what17; -moz-animation-name: what17; animation-name: what17; -webkit-animation-delay: 18411ms; -moz-animation-delay: 18411ms; animation-delay: 18411ms;
}
.snow:nth-of-type(18) { -webkit-transform: translate3d(18+px, -20px, 0px); -moz-transform: translate3d(18+px, -20px, 0px); -ms-transform: translate3d(18+px, -20px, 0px); -o-transform: translate3d(18+px, -20px, 0px); transform: translate3d(18+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what18; -moz-animation-name: what18; animation-name: what18; -webkit-animation-delay: 16042ms; -moz-animation-delay: 16042ms; animation-delay: 16042ms;
}
.snow:nth-of-type(19) { -webkit-transform: translate3d(19+px, -20px, 0px); -moz-transform: translate3d(19+px, -20px, 0px); -ms-transform: translate3d(19+px, -20px, 0px); -o-transform: translate3d(19+px, -20px, 0px); transform: translate3d(19+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what19; -moz-animation-name: what19; animation-name: what19; -webkit-animation-delay: 12979ms; -moz-animation-delay: 12979ms; animation-delay: 12979ms;
}
.snow:nth-of-type(20) { -webkit-transform: translate3d(20+px, -20px, 0px); -moz-transform: translate3d(20+px, -20px, 0px); -ms-transform: translate3d(20+px, -20px, 0px); -o-transform: translate3d(20+px, -20px, 0px); transform: translate3d(20+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what20; -moz-animation-name: what20; animation-name: what20; -webkit-animation-delay: 11145ms; -moz-animation-delay: 11145ms; animation-delay: 11145ms;
}
.snow:nth-of-type(21) { -webkit-transform: translate3d(21+px, -20px, 0px); -moz-transform: translate3d(21+px, -20px, 0px); -ms-transform: translate3d(21+px, -20px, 0px); -o-transform: translate3d(21+px, -20px, 0px); transform: translate3d(21+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what21; -moz-animation-name: what21; animation-name: what21; -webkit-animation-delay: 16923ms; -moz-animation-delay: 16923ms; animation-delay: 16923ms;
}
.snow:nth-of-type(22) { -webkit-transform: translate3d(22+px, -20px, 0px); -moz-transform: translate3d(22+px, -20px, 0px); -ms-transform: translate3d(22+px, -20px, 0px); -o-transform: translate3d(22+px, -20px, 0px); transform: translate3d(22+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what22; -moz-animation-name: what22; animation-name: what22; -webkit-animation-delay: 13378ms; -moz-animation-delay: 13378ms; animation-delay: 13378ms;
}
.snow:nth-of-type(23) { -webkit-transform: translate3d(23+px, -20px, 0px); -moz-transform: translate3d(23+px, -20px, 0px); -ms-transform: translate3d(23+px, -20px, 0px); -o-transform: translate3d(23+px, -20px, 0px); transform: translate3d(23+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what23; -moz-animation-name: what23; animation-name: what23; -webkit-animation-delay: 11783ms; -moz-animation-delay: 11783ms; animation-delay: 11783ms;
}
.snow:nth-of-type(24) { -webkit-transform: translate3d(24+px, -20px, 0px); -moz-transform: translate3d(24+px, -20px, 0px); -ms-transform: translate3d(24+px, -20px, 0px); -o-transform: translate3d(24+px, -20px, 0px); transform: translate3d(24+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what24; -moz-animation-name: what24; animation-name: what24; -webkit-animation-delay: 13450ms; -moz-animation-delay: 13450ms; animation-delay: 13450ms;
}
.snow:nth-of-type(25) { -webkit-transform: translate3d(25+px, -20px, 0px); -moz-transform: translate3d(25+px, -20px, 0px); -ms-transform: translate3d(25+px, -20px, 0px); -o-transform: translate3d(25+px, -20px, 0px); transform: translate3d(25+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what25; -moz-animation-name: what25; animation-name: what25; -webkit-animation-delay: 15584ms; -moz-animation-delay: 15584ms; animation-delay: 15584ms;
}
.snow:nth-of-type(26) { -webkit-transform: translate3d(26+px, -20px, 0px); -moz-transform: translate3d(26+px, -20px, 0px); -ms-transform: translate3d(26+px, -20px, 0px); -o-transform: translate3d(26+px, -20px, 0px); transform: translate3d(26+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what26; -moz-animation-name: what26; animation-name: what26; -webkit-animation-delay: 2486ms; -moz-animation-delay: 2486ms; animation-delay: 2486ms;
}
.snow:nth-of-type(27) { -webkit-transform: translate3d(27+px, -20px, 0px); -moz-transform: translate3d(27+px, -20px, 0px); -ms-transform: translate3d(27+px, -20px, 0px); -o-transform: translate3d(27+px, -20px, 0px); transform: translate3d(27+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what27; -moz-animation-name: what27; animation-name: what27; -webkit-animation-delay: 19623ms; -moz-animation-delay: 19623ms; animation-delay: 19623ms;
}
.snow:nth-of-type(28) { -webkit-transform: translate3d(28+px, -20px, 0px); -moz-transform: translate3d(28+px, -20px, 0px); -ms-transform: translate3d(28+px, -20px, 0px); -o-transform: translate3d(28+px, -20px, 0px); transform: translate3d(28+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what28; -moz-animation-name: what28; animation-name: what28; -webkit-animation-delay: 6167ms; -moz-animation-delay: 6167ms; animation-delay: 6167ms;
}
.snow:nth-of-type(29) { -webkit-transform: translate3d(29+px, -20px, 0px); -moz-transform: translate3d(29+px, -20px, 0px); -ms-transform: translate3d(29+px, -20px, 0px); -o-transform: translate3d(29+px, -20px, 0px); transform: translate3d(29+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what29; -moz-animation-name: what29; animation-name: what29; -webkit-animation-delay: 6024ms; -moz-animation-delay: 6024ms; animation-delay: 6024ms;
}
.snow:nth-of-type(30) { -webkit-transform: translate3d(30+px, -20px, 0px); -moz-transform: translate3d(30+px, -20px, 0px); -ms-transform: translate3d(30+px, -20px, 0px); -o-transform: translate3d(30+px, -20px, 0px); transform: translate3d(30+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what30; -moz-animation-name: what30; animation-name: what30; -webkit-animation-delay: 4926ms; -moz-animation-delay: 4926ms; animation-delay: 4926ms;
}
.snow:nth-of-type(31) { -webkit-transform: translate3d(31+px, -20px, 0px); -moz-transform: translate3d(31+px, -20px, 0px); -ms-transform: translate3d(31+px, -20px, 0px); -o-transform: translate3d(31+px, -20px, 0px); transform: translate3d(31+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what31; -moz-animation-name: what31; animation-name: what31; -webkit-animation-delay: 8140ms; -moz-animation-delay: 8140ms; animation-delay: 8140ms;
}
.snow:nth-of-type(32) { -webkit-transform: translate3d(32+px, -20px, 0px); -moz-transform: translate3d(32+px, -20px, 0px); -ms-transform: translate3d(32+px, -20px, 0px); -o-transform: translate3d(32+px, -20px, 0px); transform: translate3d(32+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what32; -moz-animation-name: what32; animation-name: what32; -webkit-animation-delay: 13860ms; -moz-animation-delay: 13860ms; animation-delay: 13860ms;
}
.snow:nth-of-type(33) { -webkit-transform: translate3d(33+px, -20px, 0px); -moz-transform: translate3d(33+px, -20px, 0px); -ms-transform: translate3d(33+px, -20px, 0px); -o-transform: translate3d(33+px, -20px, 0px); transform: translate3d(33+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what33; -moz-animation-name: what33; animation-name: what33; -webkit-animation-delay: 15969ms; -moz-animation-delay: 15969ms; animation-delay: 15969ms;
}
.snow:nth-of-type(34) { -webkit-transform: translate3d(34+px, -20px, 0px); -moz-transform: translate3d(34+px, -20px, 0px); -ms-transform: translate3d(34+px, -20px, 0px); -o-transform: translate3d(34+px, -20px, 0px); transform: translate3d(34+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what34; -moz-animation-name: what34; animation-name: what34; -webkit-animation-delay: 3541ms; -moz-animation-delay: 3541ms; animation-delay: 3541ms;
}
.snow:nth-of-type(35) { -webkit-transform: translate3d(35+px, -20px, 0px); -moz-transform: translate3d(35+px, -20px, 0px); -ms-transform: translate3d(35+px, -20px, 0px); -o-transform: translate3d(35+px, -20px, 0px); transform: translate3d(35+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what35; -moz-animation-name: what35; animation-name: what35; -webkit-animation-delay: 13513ms; -moz-animation-delay: 13513ms; animation-delay: 13513ms;
}
.snow:nth-of-type(36) { -webkit-transform: translate3d(36+px, -20px, 0px); -moz-transform: translate3d(36+px, -20px, 0px); -ms-transform: translate3d(36+px, -20px, 0px); -o-transform: translate3d(36+px, -20px, 0px); transform: translate3d(36+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what36; -moz-animation-name: what36; animation-name: what36; -webkit-animation-delay: 1605ms; -moz-animation-delay: 1605ms; animation-delay: 1605ms;
}
.snow:nth-of-type(37) { -webkit-transform: translate3d(37+px, -20px, 0px); -moz-transform: translate3d(37+px, -20px, 0px); -ms-transform: translate3d(37+px, -20px, 0px); -o-transform: translate3d(37+px, -20px, 0px); transform: translate3d(37+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what37; -moz-animation-name: what37; animation-name: what37; -webkit-animation-delay: 16601ms; -moz-animation-delay: 16601ms; animation-delay: 16601ms;
}
.snow:nth-of-type(38) { -webkit-transform: translate3d(38+px, -20px, 0px); -moz-transform: translate3d(38+px, -20px, 0px); -ms-transform: translate3d(38+px, -20px, 0px); -o-transform: translate3d(38+px, -20px, 0px); transform: translate3d(38+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what38; -moz-animation-name: what38; animation-name: what38; -webkit-animation-delay: 19726ms; -moz-animation-delay: 19726ms; animation-delay: 19726ms;
}
.snow:nth-of-type(39) { -webkit-transform: translate3d(39+px, -20px, 0px); -moz-transform: translate3d(39+px, -20px, 0px); -ms-transform: translate3d(39+px, -20px, 0px); -o-transform: translate3d(39+px, -20px, 0px); transform: translate3d(39+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what39; -moz-animation-name: what39; animation-name: what39; -webkit-animation-delay: 3844ms; -moz-animation-delay: 3844ms; animation-delay: 3844ms;
}
.snow:nth-of-type(40) { -webkit-transform: translate3d(40+px, -20px, 0px); -moz-transform: translate3d(40+px, -20px, 0px); -ms-transform: translate3d(40+px, -20px, 0px); -o-transform: translate3d(40+px, -20px, 0px); transform: translate3d(40+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what40; -moz-animation-name: what40; animation-name: what40; -webkit-animation-delay: 8087ms; -moz-animation-delay: 8087ms; animation-delay: 8087ms;
}
.snow:nth-of-type(41) { -webkit-transform: translate3d(41+px, -20px, 0px); -moz-transform: translate3d(41+px, -20px, 0px); -ms-transform: translate3d(41+px, -20px, 0px); -o-transform: translate3d(41+px, -20px, 0px); transform: translate3d(41+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what41; -moz-animation-name: what41; animation-name: what41; -webkit-animation-delay: 12043ms; -moz-animation-delay: 12043ms; animation-delay: 12043ms;
}
.snow:nth-of-type(42) { -webkit-transform: translate3d(42+px, -20px, 0px); -moz-transform: translate3d(42+px, -20px, 0px); -ms-transform: translate3d(42+px, -20px, 0px); -o-transform: translate3d(42+px, -20px, 0px); transform: translate3d(42+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what42; -moz-animation-name: what42; animation-name: what42; -webkit-animation-delay: 2647ms; -moz-animation-delay: 2647ms; animation-delay: 2647ms;
}
.snow:nth-of-type(43) { -webkit-transform: translate3d(43+px, -20px, 0px); -moz-transform: translate3d(43+px, -20px, 0px); -ms-transform: translate3d(43+px, -20px, 0px); -o-transform: translate3d(43+px, -20px, 0px); transform: translate3d(43+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what43; -moz-animation-name: what43; animation-name: what43; -webkit-animation-delay: 12528ms; -moz-animation-delay: 12528ms; animation-delay: 12528ms;
}
.snow:nth-of-type(44) { -webkit-transform: translate3d(44+px, -20px, 0px); -moz-transform: translate3d(44+px, -20px, 0px); -ms-transform: translate3d(44+px, -20px, 0px); -o-transform: translate3d(44+px, -20px, 0px); transform: translate3d(44+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what44; -moz-animation-name: what44; animation-name: what44; -webkit-animation-delay: 4308ms; -moz-animation-delay: 4308ms; animation-delay: 4308ms;
}
.snow:nth-of-type(45) { -webkit-transform: translate3d(45+px, -20px, 0px); -moz-transform: translate3d(45+px, -20px, 0px); -ms-transform: translate3d(45+px, -20px, 0px); -o-transform: translate3d(45+px, -20px, 0px); transform: translate3d(45+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what45; -moz-animation-name: what45; animation-name: what45; -webkit-animation-delay: 9230ms; -moz-animation-delay: 9230ms; animation-delay: 9230ms;
}
.snow:nth-of-type(46) { -webkit-transform: translate3d(46+px, -20px, 0px); -moz-transform: translate3d(46+px, -20px, 0px); -ms-transform: translate3d(46+px, -20px, 0px); -o-transform: translate3d(46+px, -20px, 0px); transform: translate3d(46+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what46; -moz-animation-name: what46; animation-name: what46; -webkit-animation-delay: 5806ms; -moz-animation-delay: 5806ms; animation-delay: 5806ms;
}
.snow:nth-of-type(47) { -webkit-transform: translate3d(47+px, -20px, 0px); -moz-transform: translate3d(47+px, -20px, 0px); -ms-transform: translate3d(47+px, -20px, 0px); -o-transform: translate3d(47+px, -20px, 0px); transform: translate3d(47+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what47; -moz-animation-name: what47; animation-name: what47; -webkit-animation-delay: 15161ms; -moz-animation-delay: 15161ms; animation-delay: 15161ms;
}
.snow:nth-of-type(48) { -webkit-transform: translate3d(48+px, -20px, 0px); -moz-transform: translate3d(48+px, -20px, 0px); -ms-transform: translate3d(48+px, -20px, 0px); -o-transform: translate3d(48+px, -20px, 0px); transform: translate3d(48+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what48; -moz-animation-name: what48; animation-name: what48; -webkit-animation-delay: 19607ms; -moz-animation-delay: 19607ms; animation-delay: 19607ms;
}
.snow:nth-of-type(49) { -webkit-transform: translate3d(49+px, -20px, 0px); -moz-transform: translate3d(49+px, -20px, 0px); -ms-transform: translate3d(49+px, -20px, 0px); -o-transform: translate3d(49+px, -20px, 0px); transform: translate3d(49+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what49; -moz-animation-name: what49; animation-name: what49; -webkit-animation-delay: 16996ms; -moz-animation-delay: 16996ms; animation-delay: 16996ms;
}
.snow:nth-of-type(50) { -webkit-transform: translate3d(50+px, -20px, 0px); -moz-transform: translate3d(50+px, -20px, 0px); -ms-transform: translate3d(50+px, -20px, 0px); -o-transform: translate3d(50+px, -20px, 0px); transform: translate3d(50+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what50; -moz-animation-name: what50; animation-name: what50; -webkit-animation-delay: 16791ms; -moz-animation-delay: 16791ms; animation-delay: 16791ms;
}
.snow:nth-of-type(51) { -webkit-transform: translate3d(51+px, -20px, 0px); -moz-transform: translate3d(51+px, -20px, 0px); -ms-transform: translate3d(51+px, -20px, 0px); -o-transform: translate3d(51+px, -20px, 0px); transform: translate3d(51+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what51; -moz-animation-name: what51; animation-name: what51; -webkit-animation-delay: 14803ms; -moz-animation-delay: 14803ms; animation-delay: 14803ms;
}
.snow:nth-of-type(52) { -webkit-transform: translate3d(52+px, -20px, 0px); -moz-transform: translate3d(52+px, -20px, 0px); -ms-transform: translate3d(52+px, -20px, 0px); -o-transform: translate3d(52+px, -20px, 0px); transform: translate3d(52+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what52; -moz-animation-name: what52; animation-name: what52; -webkit-animation-delay: 16605ms; -moz-animation-delay: 16605ms; animation-delay: 16605ms;
}
.snow:nth-of-type(53) { -webkit-transform: translate3d(53+px, -20px, 0px); -moz-transform: translate3d(53+px, -20px, 0px); -ms-transform: translate3d(53+px, -20px, 0px); -o-transform: translate3d(53+px, -20px, 0px); transform: translate3d(53+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what53; -moz-animation-name: what53; animation-name: what53; -webkit-animation-delay: 9245ms; -moz-animation-delay: 9245ms; animation-delay: 9245ms;
}
.snow:nth-of-type(54) { -webkit-transform: translate3d(54+px, -20px, 0px); -moz-transform: translate3d(54+px, -20px, 0px); -ms-transform: translate3d(54+px, -20px, 0px); -o-transform: translate3d(54+px, -20px, 0px); transform: translate3d(54+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what54; -moz-animation-name: what54; animation-name: what54; -webkit-animation-delay: 13177ms; -moz-animation-delay: 13177ms; animation-delay: 13177ms;
}
.snow:nth-of-type(55) { -webkit-transform: translate3d(55+px, -20px, 0px); -moz-transform: translate3d(55+px, -20px, 0px); -ms-transform: translate3d(55+px, -20px, 0px); -o-transform: translate3d(55+px, -20px, 0px); transform: translate3d(55+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what55; -moz-animation-name: what55; animation-name: what55; -webkit-animation-delay: 12218ms; -moz-animation-delay: 12218ms; animation-delay: 12218ms;
}
.snow:nth-of-type(56) { -webkit-transform: translate3d(56+px, -20px, 0px); -moz-transform: translate3d(56+px, -20px, 0px); -ms-transform: translate3d(56+px, -20px, 0px); -o-transform: translate3d(56+px, -20px, 0px); transform: translate3d(56+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what56; -moz-animation-name: what56; animation-name: what56; -webkit-animation-delay: 8887ms; -moz-animation-delay: 8887ms; animation-delay: 8887ms;
}
.snow:nth-of-type(57) { -webkit-transform: translate3d(57+px, -20px, 0px); -moz-transform: translate3d(57+px, -20px, 0px); -ms-transform: translate3d(57+px, -20px, 0px); -o-transform: translate3d(57+px, -20px, 0px); transform: translate3d(57+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what57; -moz-animation-name: what57; animation-name: what57; -webkit-animation-delay: 13588ms; -moz-animation-delay: 13588ms; animation-delay: 13588ms;
}
.snow:nth-of-type(58) { -webkit-transform: translate3d(58+px, -20px, 0px); -moz-transform: translate3d(58+px, -20px, 0px); -ms-transform: translate3d(58+px, -20px, 0px); -o-transform: translate3d(58+px, -20px, 0px); transform: translate3d(58+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what58; -moz-animation-name: what58; animation-name: what58; -webkit-animation-delay: 8412ms; -moz-animation-delay: 8412ms; animation-delay: 8412ms;
}
.snow:nth-of-type(59) { -webkit-transform: translate3d(59+px, -20px, 0px); -moz-transform: translate3d(59+px, -20px, 0px); -ms-transform: translate3d(59+px, -20px, 0px); -o-transform: translate3d(59+px, -20px, 0px); transform: translate3d(59+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what59; -moz-animation-name: what59; animation-name: what59; -webkit-animation-delay: 12941ms; -moz-animation-delay: 12941ms; animation-delay: 12941ms;
}
.snow:nth-of-type(60) { -webkit-transform: translate3d(60+px, -20px, 0px); -moz-transform: translate3d(60+px, -20px, 0px); -ms-transform: translate3d(60+px, -20px, 0px); -o-transform: translate3d(60+px, -20px, 0px); transform: translate3d(60+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what60; -moz-animation-name: what60; animation-name: what60; -webkit-animation-delay: 3780ms; -moz-animation-delay: 3780ms; animation-delay: 3780ms;
}
.snow:nth-of-type(61) { -webkit-transform: translate3d(61+px, -20px, 0px); -moz-transform: translate3d(61+px, -20px, 0px); -ms-transform: translate3d(61+px, -20px, 0px); -o-transform: translate3d(61+px, -20px, 0px); transform: translate3d(61+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what61; -moz-animation-name: what61; animation-name: what61; -webkit-animation-delay: 6131ms; -moz-animation-delay: 6131ms; animation-delay: 6131ms;
}
.snow:nth-of-type(62) { -webkit-transform: translate3d(62+px, -20px, 0px); -moz-transform: translate3d(62+px, -20px, 0px); -ms-transform: translate3d(62+px, -20px, 0px); -o-transform: translate3d(62+px, -20px, 0px); transform: translate3d(62+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what62; -moz-animation-name: what62; animation-name: what62; -webkit-animation-delay: 18947ms; -moz-animation-delay: 18947ms; animation-delay: 18947ms;
}
.snow:nth-of-type(63) { -webkit-transform: translate3d(63+px, -20px, 0px); -moz-transform: translate3d(63+px, -20px, 0px); -ms-transform: translate3d(63+px, -20px, 0px); -o-transform: translate3d(63+px, -20px, 0px); transform: translate3d(63+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what63; -moz-animation-name: what63; animation-name: what63; -webkit-animation-delay: 8639ms; -moz-animation-delay: 8639ms; animation-delay: 8639ms;
}
.snow:nth-of-type(64) { -webkit-transform: translate3d(64+px, -20px, 0px); -moz-transform: translate3d(64+px, -20px, 0px); -ms-transform: translate3d(64+px, -20px, 0px); -o-transform: translate3d(64+px, -20px, 0px); transform: translate3d(64+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what64; -moz-animation-name: what64; animation-name: what64; -webkit-animation-delay: 16162ms; -moz-animation-delay: 16162ms; animation-delay: 16162ms;
}
.snow:nth-of-type(65) { -webkit-transform: translate3d(65+px, -20px, 0px); -moz-transform: translate3d(65+px, -20px, 0px); -ms-transform: translate3d(65+px, -20px, 0px); -o-transform: translate3d(65+px, -20px, 0px); transform: translate3d(65+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what65; -moz-animation-name: what65; animation-name: what65; -webkit-animation-delay: 5307ms; -moz-animation-delay: 5307ms; animation-delay: 5307ms;
}
.snow:nth-of-type(66) { -webkit-transform: translate3d(66+px, -20px, 0px); -moz-transform: translate3d(66+px, -20px, 0px); -ms-transform: translate3d(66+px, -20px, 0px); -o-transform: translate3d(66+px, -20px, 0px); transform: translate3d(66+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what66; -moz-animation-name: what66; animation-name: what66; -webkit-animation-delay: 4070ms; -moz-animation-delay: 4070ms; animation-delay: 4070ms;
}
.snow:nth-of-type(67) { -webkit-transform: translate3d(67+px, -20px, 0px); -moz-transform: translate3d(67+px, -20px, 0px); -ms-transform: translate3d(67+px, -20px, 0px); -o-transform: translate3d(67+px, -20px, 0px); transform: translate3d(67+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what67; -moz-animation-name: what67; animation-name: what67; -webkit-animation-delay: 7853ms; -moz-animation-delay: 7853ms; animation-delay: 7853ms;
}
.snow:nth-of-type(68) { -webkit-transform: translate3d(68+px, -20px, 0px); -moz-transform: translate3d(68+px, -20px, 0px); -ms-transform: translate3d(68+px, -20px, 0px); -o-transform: translate3d(68+px, -20px, 0px); transform: translate3d(68+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what68; -moz-animation-name: what68; animation-name: what68; -webkit-animation-delay: 161ms; -moz-animation-delay: 161ms; animation-delay: 161ms;
}
.snow:nth-of-type(69) { -webkit-transform: translate3d(69+px, -20px, 0px); -moz-transform: translate3d(69+px, -20px, 0px); -ms-transform: translate3d(69+px, -20px, 0px); -o-transform: translate3d(69+px, -20px, 0px); transform: translate3d(69+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what69; -moz-animation-name: what69; animation-name: what69; -webkit-animation-delay: 3850ms; -moz-animation-delay: 3850ms; animation-delay: 3850ms;
}
.snow:nth-of-type(70) { -webkit-transform: translate3d(70+px, -20px, 0px); -moz-transform: translate3d(70+px, -20px, 0px); -ms-transform: translate3d(70+px, -20px, 0px); -o-transform: translate3d(70+px, -20px, 0px); transform: translate3d(70+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what70; -moz-animation-name: what70; animation-name: what70; -webkit-animation-delay: 383ms; -moz-animation-delay: 383ms; animation-delay: 383ms;
}
.snow:nth-of-type(71) { -webkit-transform: translate3d(71+px, -20px, 0px); -moz-transform: translate3d(71+px, -20px, 0px); -ms-transform: translate3d(71+px, -20px, 0px); -o-transform: translate3d(71+px, -20px, 0px); transform: translate3d(71+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what71; -moz-animation-name: what71; animation-name: what71; -webkit-animation-delay: 924ms; -moz-animation-delay: 924ms; animation-delay: 924ms;
}
.snow:nth-of-type(72) { -webkit-transform: translate3d(72+px, -20px, 0px); -moz-transform: translate3d(72+px, -20px, 0px); -ms-transform: translate3d(72+px, -20px, 0px); -o-transform: translate3d(72+px, -20px, 0px); transform: translate3d(72+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what72; -moz-animation-name: what72; animation-name: what72; -webkit-animation-delay: 3862ms; -moz-animation-delay: 3862ms; animation-delay: 3862ms;
}
.snow:nth-of-type(73) { -webkit-transform: translate3d(73+px, -20px, 0px); -moz-transform: translate3d(73+px, -20px, 0px); -ms-transform: translate3d(73+px, -20px, 0px); -o-transform: translate3d(73+px, -20px, 0px); transform: translate3d(73+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what73; -moz-animation-name: what73; animation-name: what73; -webkit-animation-delay: 8142ms; -moz-animation-delay: 8142ms; animation-delay: 8142ms;
}
.snow:nth-of-type(74) { -webkit-transform: translate3d(74+px, -20px, 0px); -moz-transform: translate3d(74+px, -20px, 0px); -ms-transform: translate3d(74+px, -20px, 0px); -o-transform: translate3d(74+px, -20px, 0px); transform: translate3d(74+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what74; -moz-animation-name: what74; animation-name: what74; -webkit-animation-delay: 17172ms; -moz-animation-delay: 17172ms; animation-delay: 17172ms;
}
.snow:nth-of-type(75) { -webkit-transform: translate3d(75+px, -20px, 0px); -moz-transform: translate3d(75+px, -20px, 0px); -ms-transform: translate3d(75+px, -20px, 0px); -o-transform: translate3d(75+px, -20px, 0px); transform: translate3d(75+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what75; -moz-animation-name: what75; animation-name: what75; -webkit-animation-delay: 470ms; -moz-animation-delay: 470ms; animation-delay: 470ms;
}
.snow:nth-of-type(76) { -webkit-transform: translate3d(76+px, -20px, 0px); -moz-transform: translate3d(76+px, -20px, 0px); -ms-transform: translate3d(76+px, -20px, 0px); -o-transform: translate3d(76+px, -20px, 0px); transform: translate3d(76+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what76; -moz-animation-name: what76; animation-name: what76; -webkit-animation-delay: 5311ms; -moz-animation-delay: 5311ms; animation-delay: 5311ms;
}
.snow:nth-of-type(77) { -webkit-transform: translate3d(77+px, -20px, 0px); -moz-transform: translate3d(77+px, -20px, 0px); -ms-transform: translate3d(77+px, -20px, 0px); -o-transform: translate3d(77+px, -20px, 0px); transform: translate3d(77+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what77; -moz-animation-name: what77; animation-name: what77; -webkit-animation-delay: 12390ms; -moz-animation-delay: 12390ms; animation-delay: 12390ms;
}
.snow:nth-of-type(78) { -webkit-transform: translate3d(78+px, -20px, 0px); -moz-transform: translate3d(78+px, -20px, 0px); -ms-transform: translate3d(78+px, -20px, 0px); -o-transform: translate3d(78+px, -20px, 0px); transform: translate3d(78+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what78; -moz-animation-name: what78; animation-name: what78; -webkit-animation-delay: 200ms; -moz-animation-delay: 200ms; animation-delay: 200ms;
}
.snow:nth-of-type(79) { -webkit-transform: translate3d(79+px, -20px, 0px); -moz-transform: translate3d(79+px, -20px, 0px); -ms-transform: translate3d(79+px, -20px, 0px); -o-transform: translate3d(79+px, -20px, 0px); transform: translate3d(79+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what79; -moz-animation-name: what79; animation-name: what79; -webkit-animation-delay: 15561ms; -moz-animation-delay: 15561ms; animation-delay: 15561ms;
}
.snow:nth-of-type(80) { -webkit-transform: translate3d(80+px, -20px, 0px); -moz-transform: translate3d(80+px, -20px, 0px); -ms-transform: translate3d(80+px, -20px, 0px); -o-transform: translate3d(80+px, -20px, 0px); transform: translate3d(80+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what80; -moz-animation-name: what80; animation-name: what80; -webkit-animation-delay: 5966ms; -moz-animation-delay: 5966ms; animation-delay: 5966ms;
}
.snow:nth-of-type(81) { -webkit-transform: translate3d(81+px, -20px, 0px); -moz-transform: translate3d(81+px, -20px, 0px); -ms-transform: translate3d(81+px, -20px, 0px); -o-transform: translate3d(81+px, -20px, 0px); transform: translate3d(81+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what81; -moz-animation-name: what81; animation-name: what81; -webkit-animation-delay: 4978ms; -moz-animation-delay: 4978ms; animation-delay: 4978ms;
}
.snow:nth-of-type(82) { -webkit-transform: translate3d(82+px, -20px, 0px); -moz-transform: translate3d(82+px, -20px, 0px); -ms-transform: translate3d(82+px, -20px, 0px); -o-transform: translate3d(82+px, -20px, 0px); transform: translate3d(82+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what82; -moz-animation-name: what82; animation-name: what82; -webkit-animation-delay: 6705ms; -moz-animation-delay: 6705ms; animation-delay: 6705ms;
}
.snow:nth-of-type(83) { -webkit-transform: translate3d(83+px, -20px, 0px); -moz-transform: translate3d(83+px, -20px, 0px); -ms-transform: translate3d(83+px, -20px, 0px); -o-transform: translate3d(83+px, -20px, 0px); transform: translate3d(83+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what83; -moz-animation-name: what83; animation-name: what83; -webkit-animation-delay: 15205ms; -moz-animation-delay: 15205ms; animation-delay: 15205ms;
}
.snow:nth-of-type(84) { -webkit-transform: translate3d(84+px, -20px, 0px); -moz-transform: translate3d(84+px, -20px, 0px); -ms-transform: translate3d(84+px, -20px, 0px); -o-transform: translate3d(84+px, -20px, 0px); transform: translate3d(84+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what84; -moz-animation-name: what84; animation-name: what84; -webkit-animation-delay: 18270ms; -moz-animation-delay: 18270ms; animation-delay: 18270ms;
}
.snow:nth-of-type(85) { -webkit-transform: translate3d(85+px, -20px, 0px); -moz-transform: translate3d(85+px, -20px, 0px); -ms-transform: translate3d(85+px, -20px, 0px); -o-transform: translate3d(85+px, -20px, 0px); transform: translate3d(85+px, -20px, 0px); -webkit-animation: 14s linear infinite forwards; -moz-animation: 14s linear infinite forwards; animation: 14s linear infinite forwards; -webkit-animation-name: what85; -moz-animation-name: what85; animation-name: what85; -webkit-animation-delay: 5142ms; -moz-animation-delay: 5142ms; animation-delay: 5142ms;
}
.snow:nth-of-type(86) { -webkit-transform: translate3d(86+px, -20px, 0px); -moz-transform: translate3d(86+px, -20px, 0px); -ms-transform: translate3d(86+px, -20px, 0px); -o-transform: translate3d(86+px, -20px, 0px); transform: translate3d(86+px, -20px, 0px); -webkit-animation: 13s linear infinite forwards; -moz-animation: 13s linear infinite forwards; animation: 13s linear infinite forwards; -webkit-animation-name: what86; -moz-animation-name: what86; animation-name: what86; -webkit-animation-delay: 14590ms; -moz-animation-delay: 14590ms; animation-delay: 14590ms;
}
.snow:nth-of-type(87) { -webkit-transform: translate3d(87+px, -20px, 0px); -moz-transform: translate3d(87+px, -20px, 0px); -ms-transform: translate3d(87+px, -20px, 0px); -o-transform: translate3d(87+px, -20px, 0px); transform: translate3d(87+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what87; -moz-animation-name: what87; animation-name: what87; -webkit-animation-delay: 15565ms; -moz-animation-delay: 15565ms; animation-delay: 15565ms;
}
.snow:nth-of-type(88) { -webkit-transform: translate3d(88+px, -20px, 0px); -moz-transform: translate3d(88+px, -20px, 0px); -ms-transform: translate3d(88+px, -20px, 0px); -o-transform: translate3d(88+px, -20px, 0px); transform: translate3d(88+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what88; -moz-animation-name: what88; animation-name: what88; -webkit-animation-delay: 19532ms; -moz-animation-delay: 19532ms; animation-delay: 19532ms;
}
.snow:nth-of-type(89) { -webkit-transform: translate3d(89+px, -20px, 0px); -moz-transform: translate3d(89+px, -20px, 0px); -ms-transform: translate3d(89+px, -20px, 0px); -o-transform: translate3d(89+px, -20px, 0px); transform: translate3d(89+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what89; -moz-animation-name: what89; animation-name: what89; -webkit-animation-delay: 4275ms; -moz-animation-delay: 4275ms; animation-delay: 4275ms;
}
.snow:nth-of-type(90) { -webkit-transform: translate3d(90+px, -20px, 0px); -moz-transform: translate3d(90+px, -20px, 0px); -ms-transform: translate3d(90+px, -20px, 0px); -o-transform: translate3d(90+px, -20px, 0px); transform: translate3d(90+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what90; -moz-animation-name: what90; animation-name: what90; -webkit-animation-delay: 11433ms; -moz-animation-delay: 11433ms; animation-delay: 11433ms;
}
.snow:nth-of-type(91) { -webkit-transform: translate3d(91+px, -20px, 0px); -moz-transform: translate3d(91+px, -20px, 0px); -ms-transform: translate3d(91+px, -20px, 0px); -o-transform: translate3d(91+px, -20px, 0px); transform: translate3d(91+px, -20px, 0px); -webkit-animation: 11s linear infinite forwards; -moz-animation: 11s linear infinite forwards; animation: 11s linear infinite forwards; -webkit-animation-name: what91; -moz-animation-name: what91; animation-name: what91; -webkit-animation-delay: 6264ms; -moz-animation-delay: 6264ms; animation-delay: 6264ms;
}
.snow:nth-of-type(92) { -webkit-transform: translate3d(92+px, -20px, 0px); -moz-transform: translate3d(92+px, -20px, 0px); -ms-transform: translate3d(92+px, -20px, 0px); -o-transform: translate3d(92+px, -20px, 0px); transform: translate3d(92+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what92; -moz-animation-name: what92; animation-name: what92; -webkit-animation-delay: 13808ms; -moz-animation-delay: 13808ms; animation-delay: 13808ms;
}
.snow:nth-of-type(93) { -webkit-transform: translate3d(93+px, -20px, 0px); -moz-transform: translate3d(93+px, -20px, 0px); -ms-transform: translate3d(93+px, -20px, 0px); -o-transform: translate3d(93+px, -20px, 0px); transform: translate3d(93+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what93; -moz-animation-name: what93; animation-name: what93; -webkit-animation-delay: 4533ms; -moz-animation-delay: 4533ms; animation-delay: 4533ms;
}
.snow:nth-of-type(94) { -webkit-transform: translate3d(94+px, -20px, 0px); -moz-transform: translate3d(94+px, -20px, 0px); -ms-transform: translate3d(94+px, -20px, 0px); -o-transform: translate3d(94+px, -20px, 0px); transform: translate3d(94+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what94; -moz-animation-name: what94; animation-name: what94; -webkit-animation-delay: 13967ms; -moz-animation-delay: 13967ms; animation-delay: 13967ms;
}
.snow:nth-of-type(95) { -webkit-transform: translate3d(95+px, -20px, 0px); -moz-transform: translate3d(95+px, -20px, 0px); -ms-transform: translate3d(95+px, -20px, 0px); -o-transform: translate3d(95+px, -20px, 0px); transform: translate3d(95+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what95; -moz-animation-name: what95; animation-name: what95; -webkit-animation-delay: 9292ms; -moz-animation-delay: 9292ms; animation-delay: 9292ms;
}
.snow:nth-of-type(96) { -webkit-transform: translate3d(96+px, -20px, 0px); -moz-transform: translate3d(96+px, -20px, 0px); -ms-transform: translate3d(96+px, -20px, 0px); -o-transform: translate3d(96+px, -20px, 0px); transform: translate3d(96+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what96; -moz-animation-name: what96; animation-name: what96; -webkit-animation-delay: 15698ms; -moz-animation-delay: 15698ms; animation-delay: 15698ms;
}
.snow:nth-of-type(97) { -webkit-transform: translate3d(97+px, -20px, 0px); -moz-transform: translate3d(97+px, -20px, 0px); -ms-transform: translate3d(97+px, -20px, 0px); -o-transform: translate3d(97+px, -20px, 0px); transform: translate3d(97+px, -20px, 0px); -webkit-animation: 10s linear infinite forwards; -moz-animation: 10s linear infinite forwards; animation: 10s linear infinite forwards; -webkit-animation-name: what97; -moz-animation-name: what97; animation-name: what97; -webkit-animation-delay: 12914ms; -moz-animation-delay: 12914ms; animation-delay: 12914ms;
}
.snow:nth-of-type(98) { -webkit-transform: translate3d(98+px, -20px, 0px); -moz-transform: translate3d(98+px, -20px, 0px); -ms-transform: translate3d(98+px, -20px, 0px); -o-transform: translate3d(98+px, -20px, 0px); transform: translate3d(98+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what98; -moz-animation-name: what98; animation-name: what98; -webkit-animation-delay: 16007ms; -moz-animation-delay: 16007ms; animation-delay: 16007ms;
}
.snow:nth-of-type(99) { -webkit-transform: translate3d(99+px, -20px, 0px); -moz-transform: translate3d(99+px, -20px, 0px); -ms-transform: translate3d(99+px, -20px, 0px); -o-transform: translate3d(99+px, -20px, 0px); transform: translate3d(99+px, -20px, 0px); -webkit-animation: 12s linear infinite forwards; -moz-animation: 12s linear infinite forwards; animation: 12s linear infinite forwards; -webkit-animation-name: what99; -moz-animation-name: what99; animation-name: what99; -webkit-animation-delay: 16078ms; -moz-animation-delay: 16078ms; animation-delay: 16078ms;
}
.snow:nth-of-type(100) { -webkit-transform: translate3d(100+px, -20px, 0px); -moz-transform: translate3d(100+px, -20px, 0px); -ms-transform: translate3d(100+px, -20px, 0px); -o-transform: translate3d(100+px, -20px, 0px); transform: translate3d(100+px, -20px, 0px); -webkit-animation: 15s linear infinite forwards; -moz-animation: 15s linear infinite forwards; animation: 15s linear infinite forwards; -webkit-animation-name: what100; -moz-animation-name: what100; animation-name: what100; -webkit-animation-delay: 7916ms; -moz-animation-delay: 7916ms; animation-delay: 7916ms;
}
@-webkit-keyframes what1 { 0% { -webkit-transform: translate3d(12px, 0px, 0); } 25% { -webkit-transform: translate3d(4px, 250px, 0); } 50% { -webkit-transform: translate3d(20px, 500px, 0); } 75% { -webkit-transform: translate3d(45px, 750px, 0); } 100% { -webkit-transform: translate3d(12px, 1000px, 0); }
}
@-moz-keyframes what1 { 0% { -moz-transform: translate3d(12px, 0px, 0); } 25% { -moz-transform: translate3d(8px, 250px, 0); } 50% { -moz-transform: translate3d(51px, 500px, 0); } 75% { -moz-transform: translate3d(57px, 750px, 0); } 100% { -moz-transform: translate3d(12px, 1000px, 0); }
}
@keyframes what1 { 0% { -webkit-transform: translate3d(12px, 0px, 0); -moz-transform: translate3d(12px, 0px, 0); -ms-transform: translate3d(12px, 0px, 0); -o-transform: translate3d(12px, 0px, 0); transform: translate3d(12px, 0px, 0); } 25% { -webkit-transform: translate3d(10px, 250px, 0); -moz-transform: translate3d(10px, 250px, 0); -ms-transform: translate3d(10px, 250px, 0); -o-transform: translate3d(10px, 250px, 0); transform: translate3d(10px, 250px, 0); } 50% { -webkit-transform: translate3d(50px, 500px, 0); -moz-transform: translate3d(50px, 500px, 0); -ms-transform: translate3d(50px, 500px, 0); -o-transform: translate3d(50px, 500px, 0); transform: translate3d(50px, 500px, 0); } 75% { -webkit-transform: translate3d(60px, 750px, 0); -moz-transform: translate3d(60px, 750px, 0); -ms-transform: translate3d(60px, 750px, 0); -o-transform: translate3d(60px, 750px, 0); transform: translate3d(60px, 750px, 0); } 100% { -webkit-transform: translate3d(12px, 1000px, 0); -moz-transform: translate3d(12px, 1000px, 0); -ms-transform: translate3d(12px, 1000px, 0); -o-transform: translate3d(12px, 1000px, 0); transform: translate3d(12px, 1000px, 0); }
}
@-webkit-keyframes what2 { 0% { -webkit-transform: translate3d(24px, 0px, 0); } 25% { -webkit-transform: translate3d(17px, 250px, 0); } 50% { -webkit-transform: translate3d(26px, 500px, 0); } 75% { -webkit-transform: translate3d(88px, 750px, 0); } 100% { -webkit-transform: translate3d(24px, 1000px, 0); }
}
@-moz-keyframes what2 { 0% { -moz-transform: translate3d(24px, 0px, 0); } 25% { -moz-transform: translate3d(20px, 250px, 0); } 50% { -moz-transform: translate3d(31px, 500px, 0); } 75% { -moz-transform: translate3d(94px, 750px, 0); } 100% { -moz-transform: translate3d(24px, 1000px, 0); }
}
@keyframes what2 { 0% { -webkit-transform: translate3d(24px, 0px, 0); -moz-transform: translate3d(24px, 0px, 0); -ms-transform: translate3d(24px, 0px, 0); -o-transform: translate3d(24px, 0px, 0); transform: translate3d(24px, 0px, 0); } 25% { -webkit-transform: translate3d(21px, 250px, 0); -moz-transform: translate3d(21px, 250px, 0); -ms-transform: translate3d(21px, 250px, 0); -o-transform: translate3d(21px, 250px, 0); transform: translate3d(21px, 250px, 0); } 50% { -webkit-transform: translate3d(51px, 500px, 0); -moz-transform: translate3d(51px, 500px, 0); -ms-transform: translate3d(51px, 500px, 0); -o-transform: translate3d(51px, 500px, 0); transform: translate3d(51px, 500px, 0); } 75% { -webkit-transform: translate3d(70px, 750px, 0); -moz-transform: translate3d(70px, 750px, 0); -ms-transform: translate3d(70px, 750px, 0); -o-transform: translate3d(70px, 750px, 0); transform: translate3d(70px, 750px, 0); } 100% { -webkit-transform: translate3d(24px, 1000px, 0); -moz-transform: translate3d(24px, 1000px, 0); -ms-transform: translate3d(24px, 1000px, 0); -o-transform: translate3d(24px, 1000px, 0); transform: translate3d(24px, 1000px, 0); }
}
@-webkit-keyframes what3 { 0% { -webkit-transform: translate3d(36px, 0px, 0); } 25% { -webkit-transform: translate3d(34px, 250px, 0); } 50% { -webkit-transform: translate3d(46px, 500px, 0); } 75% { -webkit-transform: translate3d(106px, 750px, 0); } 100% { -webkit-transform: translate3d(36px, 1000px, 0); }
}
@-moz-keyframes what3 { 0% { -moz-transform: translate3d(36px, 0px, 0); } 25% { -moz-transform: translate3d(31px, 250px, 0); } 50% { -moz-transform: translate3d(37px, 500px, 0); } 75% { -moz-transform: translate3d(71px, 750px, 0); } 100% { -moz-transform: translate3d(36px, 1000px, 0); }
}
@keyframes what3 { 0% { -webkit-transform: translate3d(36px, 0px, 0); -moz-transform: translate3d(36px, 0px, 0); -ms-transform: translate3d(36px, 0px, 0); -o-transform: translate3d(36px, 0px, 0); transform: translate3d(36px, 0px, 0); } 25% { -webkit-transform: translate3d(28px, 250px, 0); -moz-transform: translate3d(28px, 250px, 0); -ms-transform: translate3d(28px, 250px, 0); -o-transform: translate3d(28px, 250px, 0); transform: translate3d(28px, 250px, 0); } 50% { -webkit-transform: translate3d(58px, 500px, 0); -moz-transform: translate3d(58px, 500px, 0); -ms-transform: translate3d(58px, 500px, 0); -o-transform: translate3d(58px, 500px, 0); transform: translate3d(58px, 500px, 0); } 75% { -webkit-transform: translate3d(97px, 750px, 0); -moz-transform: translate3d(97px, 750px, 0); -ms-transform: translate3d(97px, 750px, 0); -o-transform: translate3d(97px, 750px, 0); transform: translate3d(97px, 750px, 0); } 100% { -webkit-transform: translate3d(36px, 1000px, 0); -moz-transform: translate3d(36px, 1000px, 0); -ms-transform: translate3d(36px, 1000px, 0); -o-transform: translate3d(36px, 1000px, 0); transform: translate3d(36px, 1000px, 0); }
}
@-webkit-keyframes what4 { 0% { -webkit-transform: translate3d(48px, 0px, 0); } 25% { -webkit-transform: translate3d(46px, 250px, 0); } 50% { -webkit-transform: translate3d(68px, 500px, 0); } 75% { -webkit-transform: translate3d(96px, 750px, 0); } 100% { -webkit-transform: translate3d(48px, 1000px, 0); }
}
@-moz-keyframes what4 { 0% { -moz-transform: translate3d(48px, 0px, 0); } 25% { -moz-transform: translate3d(48px, 250px, 0); } 50% { -moz-transform: translate3d(65px, 500px, 0); } 75% { -moz-transform: translate3d(109px, 750px, 0); } 100% { -moz-transform: translate3d(48px, 1000px, 0); }
}
@keyframes what4 { 0% { -webkit-transform: translate3d(48px, 0px, 0); -moz-transform: translate3d(48px, 0px, 0); -ms-transform: translate3d(48px, 0px, 0); -o-transform: translate3d(48px, 0px, 0); transform: translate3d(48px, 0px, 0); } 25% { -webkit-transform: translate3d(38px, 250px, 0); -moz-transform: translate3d(38px, 250px, 0); -ms-transform: translate3d(38px, 250px, 0); -o-transform: translate3d(38px, 250px, 0); transform: translate3d(38px, 250px, 0); } 50% { -webkit-transform: translate3d(66px, 500px, 0); -moz-transform: translate3d(66px, 500px, 0); -ms-transform: translate3d(66px, 500px, 0); -o-transform: translate3d(66px, 500px, 0); transform: translate3d(66px, 500px, 0); } 75% { -webkit-transform: translate3d(98px, 750px, 0); -moz-transform: translate3d(98px, 750px, 0); -ms-transform: translate3d(98px, 750px, 0); -o-transform: translate3d(98px, 750px, 0); transform: translate3d(98px, 750px, 0); } 100% { -webkit-transform: translate3d(48px, 1000px, 0); -moz-transform: translate3d(48px, 1000px, 0); -ms-transform: translate3d(48px, 1000px, 0); -o-transform: translate3d(48px, 1000px, 0); transform: translate3d(48px, 1000px, 0); }
}
@-webkit-keyframes what5 { 0% { -webkit-transform: translate3d(60px, 0px, 0); } 25% { -webkit-transform: translate3d(51px, 250px, 0); } 50% { -webkit-transform: translate3d(60px, 500px, 0); } 75% { -webkit-transform: translate3d(97px, 750px, 0); } 100% { -webkit-transform: translate3d(60px, 1000px, 0); }
}
@-moz-keyframes what5 { 0% { -moz-transform: translate3d(60px, 0px, 0); } 25% { -moz-transform: translate3d(53px, 250px, 0); } 50% { -moz-transform: translate3d(90px, 500px, 0); } 75% { -moz-transform: translate3d(101px, 750px, 0); } 100% { -moz-transform: translate3d(60px, 1000px, 0); }
}
@keyframes what5 { 0% { -webkit-transform: translate3d(60px, 0px, 0); -moz-transform: translate3d(60px, 0px, 0); -ms-transform: translate3d(60px, 0px, 0); -o-transform: translate3d(60px, 0px, 0); transform: translate3d(60px, 0px, 0); } 25% { -webkit-transform: translate3d(56px, 250px, 0); -moz-transform: translate3d(56px, 250px, 0); -ms-transform: translate3d(56px, 250px, 0); -o-transform: translate3d(56px, 250px, 0); transform: translate3d(56px, 250px, 0); } 50% { -webkit-transform: translate3d(73px, 500px, 0); -moz-transform: translate3d(73px, 500px, 0); -ms-transform: translate3d(73px, 500px, 0); -o-transform: translate3d(73px, 500px, 0); transform: translate3d(73px, 500px, 0); } 75% { -webkit-transform: translate3d(116px, 750px, 0); -moz-transform: translate3d(116px, 750px, 0); -ms-transform: translate3d(116px, 750px, 0); -o-transform: translate3d(116px, 750px, 0); transform: translate3d(116px, 750px, 0); } 100% { -webkit-transform: translate3d(60px, 1000px, 0); -moz-transform: translate3d(60px, 1000px, 0); -ms-transform: translate3d(60px, 1000px, 0); -o-transform: translate3d(60px, 1000px, 0); transform: translate3d(60px, 1000px, 0); }
}
@-webkit-keyframes what6 { 0% { -webkit-transform: translate3d(72px, 0px, 0); } 25% { -webkit-transform: translate3d(68px, 250px, 0); } 50% { -webkit-transform: translate3d(108px, 500px, 0); } 75% { -webkit-transform: translate3d(134px, 750px, 0); } 100% { -webkit-transform: translate3d(72px, 1000px, 0); }
}
@-moz-keyframes what6 { 0% { -moz-transform: translate3d(72px, 0px, 0); } 25% { -moz-transform: translate3d(69px, 250px, 0); } 50% { -moz-transform: translate3d(76px, 500px, 0); } 75% { -moz-transform: translate3d(137px, 750px, 0); } 100% { -moz-transform: translate3d(72px, 1000px, 0); }
}
@keyframes what6 { 0% { -webkit-transform: translate3d(72px, 0px, 0); -moz-transform: translate3d(72px, 0px, 0); -ms-transform: translate3d(72px, 0px, 0); -o-transform: translate3d(72px, 0px, 0); transform: translate3d(72px, 0px, 0); } 25% { -webkit-transform: translate3d(65px, 250px, 0); -moz-transform: translate3d(65px, 250px, 0); -ms-transform: translate3d(65px, 250px, 0); -o-transform: translate3d(65px, 250px, 0); transform: translate3d(65px, 250px, 0); } 50% { -webkit-transform: translate3d(93px, 500px, 0); -moz-transform: translate3d(93px, 500px, 0); -ms-transform: translate3d(93px, 500px, 0); -o-transform: translate3d(93px, 500px, 0); transform: translate3d(93px, 500px, 0); } 75% { -webkit-transform: translate3d(105px, 750px, 0); -moz-transform: translate3d(105px, 750px, 0); -ms-transform: translate3d(105px, 750px, 0); -o-transform: translate3d(105px, 750px, 0); transform: translate3d(105px, 750px, 0); } 100% { -webkit-transform: translate3d(72px, 1000px, 0); -moz-transform: translate3d(72px, 1000px, 0); -ms-transform: translate3d(72px, 1000px, 0); -o-transform: translate3d(72px, 1000px, 0); transform: translate3d(72px, 1000px, 0); }
}
@-webkit-keyframes what7 { 0% { -webkit-transform: translate3d(84px, 0px, 0); } 25% { -webkit-transform: translate3d(80px, 250px, 0); } 50% { -webkit-transform: translate3d(124px, 500px, 0); } 75% { -webkit-transform: translate3d(137px, 750px, 0); } 100% { -webkit-transform: translate3d(84px, 1000px, 0); }
}
@-moz-keyframes what7 { 0% { -moz-transform: translate3d(84px, 0px, 0); } 25% { -moz-transform: translate3d(81px, 250px, 0); } 50% { -moz-transform: translate3d(117px, 500px, 0); } 75% { -moz-transform: translate3d(114px, 750px, 0); } 100% { -moz-transform: translate3d(84px, 1000px, 0); }
}
@keyframes what7 { 0% { -webkit-transform: translate3d(84px, 0px, 0); -moz-transform: translate3d(84px, 0px, 0); -ms-transform: translate3d(84px, 0px, 0); -o-transform: translate3d(84px, 0px, 0); transform: translate3d(84px, 0px, 0); } 25% { -webkit-transform: translate3d(78px, 250px, 0); -moz-transform: translate3d(78px, 250px, 0); -ms-transform: translate3d(78px, 250px, 0); -o-transform: translate3d(78px, 250px, 0); transform: translate3d(78px, 250px, 0); } 50% { -webkit-transform: translate3d(113px, 500px, 0); -moz-transform: translate3d(113px, 500px, 0); -ms-transform: translate3d(113px, 500px, 0); -o-transform: translate3d(113px, 500px, 0); transform: translate3d(113px, 500px, 0); } 75% { -webkit-transform: translate3d(150px, 750px, 0); -moz-transform: translate3d(150px, 750px, 0); -ms-transform: translate3d(150px, 750px, 0); -o-transform: translate3d(150px, 750px, 0); transform: translate3d(150px, 750px, 0); } 100% { -webkit-transform: translate3d(84px, 1000px, 0); -moz-transform: translate3d(84px, 1000px, 0); -ms-transform: translate3d(84px, 1000px, 0); -o-transform: translate3d(84px, 1000px, 0); transform: translate3d(84px, 1000px, 0); }
}
@-webkit-keyframes what8 { 0% { -webkit-transform: translate3d(96px, 0px, 0); } 25% { -webkit-transform: translate3d(92px, 250px, 0); } 50% { -webkit-transform: translate3d(113px, 500px, 0); } 75% { -webkit-transform: translate3d(133px, 750px, 0); } 100% { -webkit-transform: translate3d(96px, 1000px, 0); }
}
@-moz-keyframes what8 { 0% { -moz-transform: translate3d(96px, 0px, 0); } 25% { -moz-transform: translate3d(91px, 250px, 0); } 50% { -moz-transform: translate3d(116px, 500px, 0); } 75% { -moz-transform: translate3d(131px, 750px, 0); } 100% { -moz-transform: translate3d(96px, 1000px, 0); }
}
@keyframes what8 { 0% { -webkit-transform: translate3d(96px, 0px, 0); -moz-transform: translate3d(96px, 0px, 0); -ms-transform: translate3d(96px, 0px, 0); -o-transform: translate3d(96px, 0px, 0); transform: translate3d(96px, 0px, 0); } 25% { -webkit-transform: translate3d(96px, 250px, 0); -moz-transform: translate3d(96px, 250px, 0); -ms-transform: translate3d(96px, 250px, 0); -o-transform: translate3d(96px, 250px, 0); transform: translate3d(96px, 250px, 0); } 50% { -webkit-transform: translate3d(107px, 500px, 0); -moz-transform: translate3d(107px, 500px, 0); -ms-transform: translate3d(107px, 500px, 0); -o-transform: translate3d(107px, 500px, 0); transform: translate3d(107px, 500px, 0); } 75% { -webkit-transform: translate3d(140px, 750px, 0); -moz-transform: translate3d(140px, 750px, 0); -ms-transform: translate3d(140px, 750px, 0); -o-transform: translate3d(140px, 750px, 0); transform: translate3d(140px, 750px, 0); } 100% { -webkit-transform: translate3d(96px, 1000px, 0); -moz-transform: translate3d(96px, 1000px, 0); -ms-transform: translate3d(96px, 1000px, 0); -o-transform: translate3d(96px, 1000px, 0); transform: translate3d(96px, 1000px, 0); }
}
@-webkit-keyframes what9 { 0% { -webkit-transform: translate3d(108px, 0px, 0); } 25% { -webkit-transform: translate3d(103px, 250px, 0); } 50% { -webkit-transform: translate3d(136px, 500px, 0); } 75% { -webkit-transform: translate3d(156px, 750px, 0); } 100% { -webkit-transform: translate3d(108px, 1000px, 0); }
}
@-moz-keyframes what9 { 0% { -moz-transform: translate3d(108px, 0px, 0); } 25% { -moz-transform: translate3d(108px, 250px, 0); } 50% { -moz-transform: translate3d(119px, 500px, 0); } 75% { -moz-transform: translate3d(172px, 750px, 0); } 100% { -moz-transform: translate3d(108px, 1000px, 0); }
}
@keyframes what9 { 0% { -webkit-transform: translate3d(108px, 0px, 0); -moz-transform: translate3d(108px, 0px, 0); -ms-transform: translate3d(108px, 0px, 0); -o-transform: translate3d(108px, 0px, 0); transform: translate3d(108px, 0px, 0); } 25% { -webkit-transform: translate3d(98px, 250px, 0); -moz-transform: translate3d(98px, 250px, 0); -ms-transform: translate3d(98px, 250px, 0); -o-transform: translate3d(98px, 250px, 0); transform: translate3d(98px, 250px, 0); } 50% { -webkit-transform: translate3d(134px, 500px, 0); -moz-transform: translate3d(134px, 500px, 0); -ms-transform: translate3d(134px, 500px, 0); -o-transform: translate3d(134px, 500px, 0); transform: translate3d(134px, 500px, 0); } 75% { -webkit-transform: translate3d(156px, 750px, 0); -moz-transform: translate3d(156px, 750px, 0); -ms-transform: translate3d(156px, 750px, 0); -o-transform: translate3d(156px, 750px, 0); transform: translate3d(156px, 750px, 0); } 100% { -webkit-transform: translate3d(108px, 1000px, 0); -moz-transform: translate3d(108px, 1000px, 0); -ms-transform: translate3d(108px, 1000px, 0); -o-transform: translate3d(108px, 1000px, 0); transform: translate3d(108px, 1000px, 0); }
}
@-webkit-keyframes what10 { 0% { -webkit-transform: translate3d(120px, 0px, 0); } 25% { -webkit-transform: translate3d(119px, 250px, 0); } 50% { -webkit-transform: translate3d(149px, 500px, 0); } 75% { -webkit-transform: translate3d(187px, 750px, 0); } 100% { -webkit-transform: translate3d(120px, 1000px, 0); }
}
@-moz-keyframes what10 { 0% { -moz-transform: translate3d(120px, 0px, 0); } 25% { -moz-transform: translate3d(114px, 250px, 0); } 50% { -moz-transform: translate3d(144px, 500px, 0); } 75% { -moz-transform: translate3d(173px, 750px, 0); } 100% { -moz-transform: translate3d(120px, 1000px, 0); }
}
@keyframes what10 { 0% { -webkit-transform: translate3d(120px, 0px, 0); -moz-transform: translate3d(120px, 0px, 0); -ms-transform: translate3d(120px, 0px, 0); -o-transform: translate3d(120px, 0px, 0); transform: translate3d(120px, 0px, 0); } 25% { -webkit-transform: translate3d(120px, 250px, 0); -moz-transform: translate3d(120px, 250px, 0); -ms-transform: translate3d(120px, 250px, 0); -o-transform: translate3d(120px, 250px, 0); transform: translate3d(120px, 250px, 0); } 50% { -webkit-transform: translate3d(137px, 500px, 0); -moz-transform: translate3d(137px, 500px, 0); -ms-transform: translate3d(137px, 500px, 0); -o-transform: translate3d(137px, 500px, 0); transform: translate3d(137px, 500px, 0); } 75% { -webkit-transform: translate3d(175px, 750px, 0); -moz-transform: translate3d(175px, 750px, 0); -ms-transform: translate3d(175px, 750px, 0); -o-transform: translate3d(175px, 750px, 0); transform: translate3d(175px, 750px, 0); } 100% { -webkit-transform: translate3d(120px, 1000px, 0); -moz-transform: translate3d(120px, 1000px, 0); -ms-transform: translate3d(120px, 1000px, 0); -o-transform: translate3d(120px, 1000px, 0); transform: translate3d(120px, 1000px, 0); }
}
@-webkit-keyframes what11 { 0% { -webkit-transform: translate3d(132px, 0px, 0); } 25% { -webkit-transform: translate3d(132px, 250px, 0); } 50% { -webkit-transform: translate3d(163px, 500px, 0); } 75% { -webkit-transform: translate3d(202px, 750px, 0); } 100% { -webkit-transform: translate3d(132px, 1000px, 0); }
}
@-moz-keyframes what11 { 0% { -moz-transform: translate3d(132px, 0px, 0); } 25% { -moz-transform: translate3d(132px, 250px, 0); } 50% { -moz-transform: translate3d(171px, 500px, 0); } 75% { -moz-transform: translate3d(199px, 750px, 0); } 100% { -moz-transform: translate3d(132px, 1000px, 0); }
}
@keyframes what11 { 0% { -webkit-transform: translate3d(132px, 0px, 0); -moz-transform: translate3d(132px, 0px, 0); -ms-transform: translate3d(132px, 0px, 0); -o-transform: translate3d(132px, 0px, 0); transform: translate3d(132px, 0px, 0); } 25% { -webkit-transform: translate3d(126px, 250px, 0); -moz-transform: translate3d(126px, 250px, 0); -ms-transform: translate3d(126px, 250px, 0); -o-transform: translate3d(126px, 250px, 0); transform: translate3d(126px, 250px, 0); } 50% { -webkit-transform: translate3d(132px, 500px, 0); -moz-transform: translate3d(132px, 500px, 0); -ms-transform: translate3d(132px, 500px, 0); -o-transform: translate3d(132px, 500px, 0); transform: translate3d(132px, 500px, 0); } 75% { -webkit-transform: translate3d(173px, 750px, 0); -moz-transform: translate3d(173px, 750px, 0); -ms-transform: translate3d(173px, 750px, 0); -o-transform: translate3d(173px, 750px, 0); transform: translate3d(173px, 750px, 0); } 100% { -webkit-transform: translate3d(132px, 1000px, 0); -moz-transform: translate3d(132px, 1000px, 0); -ms-transform: translate3d(132px, 1000px, 0); -o-transform: translate3d(132px, 1000px, 0); transform: translate3d(132px, 1000px, 0); }
}
@-webkit-keyframes what12 { 0% { -webkit-transform: translate3d(144px, 0px, 0); } 25% { -webkit-transform: translate3d(134px, 250px, 0); } 50% { -webkit-transform: translate3d(165px, 500px, 0); } 75% { -webkit-transform: translate3d(198px, 750px, 0); } 100% { -webkit-transform: translate3d(144px, 1000px, 0); }
}
@-moz-keyframes what12 { 0% { -moz-transform: translate3d(144px, 0px, 0); } 25% { -moz-transform: translate3d(142px, 250px, 0); } 50% { -moz-transform: translate3d(166px, 500px, 0); } 75% { -moz-transform: translate3d(198px, 750px, 0); } 100% { -moz-transform: translate3d(144px, 1000px, 0); }
}
@keyframes what12 { 0% { -webkit-transform: translate3d(144px, 0px, 0); -moz-transform: translate3d(144px, 0px, 0); -ms-transform: translate3d(144px, 0px, 0); -o-transform: translate3d(144px, 0px, 0); transform: translate3d(144px, 0px, 0); } 25% { -webkit-transform: translate3d(140px, 250px, 0); -moz-transform: translate3d(140px, 250px, 0); -ms-transform: translate3d(140px, 250px, 0); -o-transform: translate3d(140px, 250px, 0); transform: translate3d(140px, 250px, 0); } 50% { -webkit-transform: translate3d(180px, 500px, 0); -moz-transform: translate3d(180px, 500px, 0); -ms-transform: translate3d(180px, 500px, 0); -o-transform: translate3d(180px, 500px, 0); transform: translate3d(180px, 500px, 0); } 75% { -webkit-transform: translate3d(175px, 750px, 0); -moz-transform: translate3d(175px, 750px, 0); -ms-transform: translate3d(175px, 750px, 0); -o-transform: translate3d(175px, 750px, 0); transform: translate3d(175px, 750px, 0); } 100% { -webkit-transform: translate3d(144px, 1000px, 0); -moz-transform: translate3d(144px, 1000px, 0); -ms-transform: translate3d(144px, 1000px, 0); -o-transform: translate3d(144px, 1000px, 0); transform: translate3d(144px, 1000px, 0); }
}
@-webkit-keyframes what13 { 0% { -webkit-transform: translate3d(156px, 0px, 0); } 25% { -webkit-transform: translate3d(147px, 250px, 0); } 50% { -webkit-transform: translate3d(194px, 500px, 0); } 75% { -webkit-transform: translate3d(219px, 750px, 0); } 100% { -webkit-transform: translate3d(156px, 1000px, 0); }
}
@-moz-keyframes what13 { 0% { -moz-transform: translate3d(156px, 0px, 0); } 25% { -moz-transform: translate3d(148px, 250px, 0); } 50% { -moz-transform: translate3d(169px, 500px, 0); } 75% { -moz-transform: translate3d(210px, 750px, 0); } 100% { -moz-transform: translate3d(156px, 1000px, 0); }
}
@keyframes what13 { 0% { -webkit-transform: translate3d(156px, 0px, 0); -moz-transform: translate3d(156px, 0px, 0); -ms-transform: translate3d(156px, 0px, 0); -o-transform: translate3d(156px, 0px, 0); transform: translate3d(156px, 0px, 0); } 25% { -webkit-transform: translate3d(151px, 250px, 0); -moz-transform: translate3d(151px, 250px, 0); -ms-transform: translate3d(151px, 250px, 0); -o-transform: translate3d(151px, 250px, 0); transform: translate3d(151px, 250px, 0); } 50% { -webkit-transform: translate3d(173px, 500px, 0); -moz-transform: translate3d(173px, 500px, 0); -ms-transform: translate3d(173px, 500px, 0); -o-transform: translate3d(173px, 500px, 0); transform: translate3d(173px, 500px, 0); } 75% { -webkit-transform: translate3d(216px, 750px, 0); -moz-transform: translate3d(216px, 750px, 0); -ms-transform: translate3d(216px, 750px, 0); -o-transform: translate3d(216px, 750px, 0); transform: translate3d(216px, 750px, 0); } 100% { -webkit-transform: translate3d(156px, 1000px, 0); -moz-transform: translate3d(156px, 1000px, 0); -ms-transform: translate3d(156px, 1000px, 0); -o-transform: translate3d(156px, 1000px, 0); transform: translate3d(156px, 1000px, 0); }
}
@-webkit-keyframes what14 { 0% { -webkit-transform: translate3d(168px, 0px, 0); } 25% { -webkit-transform: translate3d(166px, 250px, 0); } 50% { -webkit-transform: translate3d(190px, 500px, 0); } 75% { -webkit-transform: translate3d(226px, 750px, 0); } 100% { -webkit-transform: translate3d(168px, 1000px, 0); }
}
@-moz-keyframes what14 { 0% { -moz-transform: translate3d(168px, 0px, 0); } 25% { -moz-transform: translate3d(166px, 250px, 0); } 50% { -moz-transform: translate3d(198px, 500px, 0); } 75% { -moz-transform: translate3d(221px, 750px, 0); } 100% { -moz-transform: translate3d(168px, 1000px, 0); }
}
@keyframes what14 { 0% { -webkit-transform: translate3d(168px, 0px, 0); -moz-transform: translate3d(168px, 0px, 0); -ms-transform: translate3d(168px, 0px, 0); -o-transform: translate3d(168px, 0px, 0); transform: translate3d(168px, 0px, 0); } 25% { -webkit-transform: translate3d(162px, 250px, 0); -moz-transform: translate3d(162px, 250px, 0); -ms-transform: translate3d(162px, 250px, 0); -o-transform: translate3d(162px, 250px, 0); transform: translate3d(162px, 250px, 0); } 50% { -webkit-transform: translate3d(198px, 500px, 0); -moz-transform: translate3d(198px, 500px, 0); -ms-transform: translate3d(198px, 500px, 0); -o-transform: translate3d(198px, 500px, 0); transform: translate3d(198px, 500px, 0); } 75% { -webkit-transform: translate3d(199px, 750px, 0); -moz-transform: translate3d(199px, 750px, 0); -ms-transform: translate3d(199px, 750px, 0); -o-transform: translate3d(199px, 750px, 0); transform: translate3d(199px, 750px, 0); } 100% { -webkit-transform: translate3d(168px, 1000px, 0); -moz-transform: translate3d(168px, 1000px, 0); -ms-transform: translate3d(168px, 1000px, 0); -o-transform: translate3d(168px, 1000px, 0); transform: translate3d(168px, 1000px, 0); }
}
@-webkit-keyframes what15 { 0% { -webkit-transform: translate3d(180px, 0px, 0); } 25% { -webkit-transform: translate3d(178px, 250px, 0); } 50% { -webkit-transform: translate3d(214px, 500px, 0); } 75% { -webkit-transform: translate3d(248px, 750px, 0); } 100% { -webkit-transform: translate3d(180px, 1000px, 0); }
}
@-moz-keyframes what15 { 0% { -moz-transform: translate3d(180px, 0px, 0); } 25% { -moz-transform: translate3d(180px, 250px, 0); } 50% { -moz-transform: translate3d(207px, 500px, 0); } 75% { -moz-transform: translate3d(238px, 750px, 0); } 100% { -moz-transform: translate3d(180px, 1000px, 0); }
}
@keyframes what15 { 0% { -webkit-transform: translate3d(180px, 0px, 0); -moz-transform: translate3d(180px, 0px, 0); -ms-transform: translate3d(180px, 0px, 0); -o-transform: translate3d(180px, 0px, 0); transform: translate3d(180px, 0px, 0); } 25% { -webkit-transform: translate3d(174px, 250px, 0); -moz-transform: translate3d(174px, 250px, 0); -ms-transform: translate3d(174px, 250px, 0); -o-transform: translate3d(174px, 250px, 0); transform: translate3d(174px, 250px, 0); } 50% { -webkit-transform: translate3d(205px, 500px, 0); -moz-transform: translate3d(205px, 500px, 0); -ms-transform: translate3d(205px, 500px, 0); -o-transform: translate3d(205px, 500px, 0); transform: translate3d(205px, 500px, 0); } 75% { -webkit-transform: translate3d(238px, 750px, 0); -moz-transform: translate3d(238px, 750px, 0); -ms-transform: translate3d(238px, 750px, 0); -o-transform: translate3d(238px, 750px, 0); transform: translate3d(238px, 750px, 0); } 100% { -webkit-transform: translate3d(180px, 1000px, 0); -moz-transform: translate3d(180px, 1000px, 0); -ms-transform: translate3d(180px, 1000px, 0); -o-transform: translate3d(180px, 1000px, 0); transform: translate3d(180px, 1000px, 0); }
}
@-webkit-keyframes what16 { 0% { -webkit-transform: translate3d(192px, 0px, 0); } 25% { -webkit-transform: translate3d(184px, 250px, 0); } 50% { -webkit-transform: translate3d(210px, 500px, 0); } 75% { -webkit-transform: translate3d(256px, 750px, 0); } 100% { -webkit-transform: translate3d(192px, 1000px, 0); }
}
@-moz-keyframes what16 { 0% { -moz-transform: translate3d(192px, 0px, 0); } 25% { -moz-transform: translate3d(189px, 250px, 0); } 50% { -moz-transform: translate3d(202px, 500px, 0); } 75% { -moz-transform: translate3d(260px, 750px, 0); } 100% { -moz-transform: translate3d(192px, 1000px, 0); }
}
@keyframes what16 { 0% { -webkit-transform: translate3d(192px, 0px, 0); -moz-transform: translate3d(192px, 0px, 0); -ms-transform: translate3d(192px, 0px, 0); -o-transform: translate3d(192px, 0px, 0); transform: translate3d(192px, 0px, 0); } 25% { -webkit-transform: translate3d(191px, 250px, 0); -moz-transform: translate3d(191px, 250px, 0); -ms-transform: translate3d(191px, 250px, 0); -o-transform: translate3d(191px, 250px, 0); transform: translate3d(191px, 250px, 0); } 50% { -webkit-transform: translate3d(210px, 500px, 0); -moz-transform: translate3d(210px, 500px, 0); -ms-transform: translate3d(210px, 500px, 0); -o-transform: translate3d(210px, 500px, 0); transform: translate3d(210px, 500px, 0); } 75% { -webkit-transform: translate3d(222px, 750px, 0); -moz-transform: translate3d(222px, 750px, 0); -ms-transform: translate3d(222px, 750px, 0); -o-transform: translate3d(222px, 750px, 0); transform: translate3d(222px, 750px, 0); } 100% { -webkit-transform: translate3d(192px, 1000px, 0); -moz-transform: translate3d(192px, 1000px, 0); -ms-transform: translate3d(192px, 1000px, 0); -o-transform: translate3d(192px, 1000px, 0); transform: translate3d(192px, 1000px, 0); }
}
@-webkit-keyframes what17 { 0% { -webkit-transform: translate3d(204px, 0px, 0); } 25% { -webkit-transform: translate3d(196px, 250px, 0); } 50% { -webkit-transform: translate3d(210px, 500px, 0); } 75% { -webkit-transform: translate3d(239px, 750px, 0); } 100% { -webkit-transform: translate3d(204px, 1000px, 0); }
}
@-moz-keyframes what17 { 0% { -moz-transform: translate3d(204px, 0px, 0); } 25% { -moz-transform: translate3d(199px, 250px, 0); } 50% { -moz-transform: translate3d(217px, 500px, 0); } 75% { -moz-transform: translate3d(267px, 750px, 0); } 100% { -moz-transform: translate3d(204px, 1000px, 0); }
}
@keyframes what17 { 0% { -webkit-transform: translate3d(204px, 0px, 0); -moz-transform: translate3d(204px, 0px, 0); -ms-transform: translate3d(204px, 0px, 0); -o-transform: translate3d(204px, 0px, 0); transform: translate3d(204px, 0px, 0); } 25% { -webkit-transform: translate3d(202px, 250px, 0); -moz-transform: translate3d(202px, 250px, 0); -ms-transform: translate3d(202px, 250px, 0); -o-transform: translate3d(202px, 250px, 0); transform: translate3d(202px, 250px, 0); } 50% { -webkit-transform: translate3d(223px, 500px, 0); -moz-transform: translate3d(223px, 500px, 0); -ms-transform: translate3d(223px, 500px, 0); -o-transform: translate3d(223px, 500px, 0); transform: translate3d(223px, 500px, 0); } 75% { -webkit-transform: translate3d(265px, 750px, 0); -moz-transform: translate3d(265px, 750px, 0); -ms-transform: translate3d(265px, 750px, 0); -o-transform: translate3d(265px, 750px, 0); transform: translate3d(265px, 750px, 0); } 100% { -webkit-transform: translate3d(204px, 1000px, 0); -moz-transform: translate3d(204px, 1000px, 0); -ms-transform: translate3d(204px, 1000px, 0); -o-transform: translate3d(204px, 1000px, 0); transform: translate3d(204px, 1000px, 0); }
}
@-webkit-keyframes what18 { 0% { -webkit-transform: translate3d(216px, 0px, 0); } 25% { -webkit-transform: translate3d(211px, 250px, 0); } 50% { -webkit-transform: translate3d(246px, 500px, 0); } 75% { -webkit-transform: translate3d(247px, 750px, 0); } 100% { -webkit-transform: translate3d(216px, 1000px, 0); }
}
@-moz-keyframes what18 { 0% { -moz-transform: translate3d(216px, 0px, 0); } 25% { -moz-transform: translate3d(210px, 250px, 0); } 50% { -moz-transform: translate3d(230px, 500px, 0); } 75% { -moz-transform: translate3d(252px, 750px, 0); } 100% { -moz-transform: translate3d(216px, 1000px, 0); }
}
@keyframes what18 { 0% { -webkit-transform: translate3d(216px, 0px, 0); -moz-transform: translate3d(216px, 0px, 0); -ms-transform: translate3d(216px, 0px, 0); -o-transform: translate3d(216px, 0px, 0); transform: translate3d(216px, 0px, 0); } 25% { -webkit-transform: translate3d(207px, 250px, 0); -moz-transform: translate3d(207px, 250px, 0); -ms-transform: translate3d(207px, 250px, 0); -o-transform: translate3d(207px, 250px, 0); transform: translate3d(207px, 250px, 0); } 50% { -webkit-transform: translate3d(256px, 500px, 0); -moz-transform: translate3d(256px, 500px, 0); -ms-transform: translate3d(256px, 500px, 0); -o-transform: translate3d(256px, 500px, 0); transform: translate3d(256px, 500px, 0); } 75% { -webkit-transform: translate3d(255px, 750px, 0); -moz-transform: translate3d(255px, 750px, 0); -ms-transform: translate3d(255px, 750px, 0); -o-transform: translate3d(255px, 750px, 0); transform: translate3d(255px, 750px, 0); } 100% { -webkit-transform: translate3d(216px, 1000px, 0); -moz-transform: translate3d(216px, 1000px, 0); -ms-transform: translate3d(216px, 1000px, 0); -o-transform: translate3d(216px, 1000px, 0); transform: translate3d(216px, 1000px, 0); }
}
@-webkit-keyframes what19 { 0% { -webkit-transform: translate3d(228px, 0px, 0); } 25% { -webkit-transform: translate3d(221px, 250px, 0); } 50% { -webkit-transform: translate3d(240px, 500px, 0); } 75% { -webkit-transform: translate3d(293px, 750px, 0); } 100% { -webkit-transform: translate3d(228px, 1000px, 0); }
}
@-moz-keyframes what19 { 0% { -moz-transform: translate3d(228px, 0px, 0); } 25% { -moz-transform: translate3d(219px, 250px, 0); } 50% { -moz-transform: translate3d(228px, 500px, 0); } 75% { -moz-transform: translate3d(289px, 750px, 0); } 100% { -moz-transform: translate3d(228px, 1000px, 0); }
}
@keyframes what19 { 0% { -webkit-transform: translate3d(228px, 0px, 0); -moz-transform: translate3d(228px, 0px, 0); -ms-transform: translate3d(228px, 0px, 0); -o-transform: translate3d(228px, 0px, 0); transform: translate3d(228px, 0px, 0); } 25% { -webkit-transform: translate3d(219px, 250px, 0); -moz-transform: translate3d(219px, 250px, 0); -ms-transform: translate3d(219px, 250px, 0); -o-transform: translate3d(219px, 250px, 0); transform: translate3d(219px, 250px, 0); } 50% { -webkit-transform: translate3d(254px, 500px, 0); -moz-transform: translate3d(254px, 500px, 0); -ms-transform: translate3d(254px, 500px, 0); -o-transform: translate3d(254px, 500px, 0); transform: translate3d(254px, 500px, 0); } 75% { -webkit-transform: translate3d(271px, 750px, 0); -moz-transform: translate3d(271px, 750px, 0); -ms-transform: translate3d(271px, 750px, 0); -o-transform: translate3d(271px, 750px, 0); transform: translate3d(271px, 750px, 0); } 100% { -webkit-transform: translate3d(228px, 1000px, 0); -moz-transform: translate3d(228px, 1000px, 0); -ms-transform: translate3d(228px, 1000px, 0); -o-transform: translate3d(228px, 1000px, 0); transform: translate3d(228px, 1000px, 0); }
}
@-webkit-keyframes what20 { 0% { -webkit-transform: translate3d(240px, 0px, 0); } 25% { -webkit-transform: translate3d(233px, 250px, 0); } 50% { -webkit-transform: translate3d(269px, 500px, 0); } 75% { -webkit-transform: translate3d(293px, 750px, 0); } 100% { -webkit-transform: translate3d(240px, 1000px, 0); }
}
@-moz-keyframes what20 { 0% { -moz-transform: translate3d(240px, 0px, 0); } 25% { -moz-transform: translate3d(232px, 250px, 0); } 50% { -moz-transform: translate3d(246px, 500px, 0); } 75% { -moz-transform: translate3d(281px, 750px, 0); } 100% { -moz-transform: translate3d(240px, 1000px, 0); }
}
@keyframes what20 { 0% { -webkit-transform: translate3d(240px, 0px, 0); -moz-transform: translate3d(240px, 0px, 0); -ms-transform: translate3d(240px, 0px, 0); -o-transform: translate3d(240px, 0px, 0); transform: translate3d(240px, 0px, 0); } 25% { -webkit-transform: translate3d(230px, 250px, 0); -moz-transform: translate3d(230px, 250px, 0); -ms-transform: translate3d(230px, 250px, 0); -o-transform: translate3d(230px, 250px, 0); transform: translate3d(230px, 250px, 0); } 50% { -webkit-transform: translate3d(245px, 500px, 0); -moz-transform: translate3d(245px, 500px, 0); -ms-transform: translate3d(245px, 500px, 0); -o-transform: translate3d(245px, 500px, 0); transform: translate3d(245px, 500px, 0); } 75% { -webkit-transform: translate3d(284px, 750px, 0); -moz-transform: translate3d(284px, 750px, 0); -ms-transform: translate3d(284px, 750px, 0); -o-transform: translate3d(284px, 750px, 0); transform: translate3d(284px, 750px, 0); } 100% { -webkit-transform: translate3d(240px, 1000px, 0); -moz-transform: translate3d(240px, 1000px, 0); -ms-transform: translate3d(240px, 1000px, 0); -o-transform: translate3d(240px, 1000px, 0); transform: translate3d(240px, 1000px, 0); }
}
@-webkit-keyframes what21 { 0% { -webkit-transform: translate3d(252px, 0px, 0); } 25% { -webkit-transform: translate3d(247px, 250px, 0); } 50% { -webkit-transform: translate3d(253px, 500px, 0); } 75% { -webkit-transform: translate3d(283px, 750px, 0); } 100% { -webkit-transform: translate3d(252px, 1000px, 0); }
}
@-moz-keyframes what21 { 0% { -moz-transform: translate3d(252px, 0px, 0); } 25% { -moz-transform: translate3d(244px, 250px, 0); } 50% { -moz-transform: translate3d(268px, 500px, 0); } 75% { -moz-transform: translate3d(313px, 750px, 0); } 100% { -moz-transform: translate3d(252px, 1000px, 0); }
}
@keyframes what21 { 0% { -webkit-transform: translate3d(252px, 0px, 0); -moz-transform: translate3d(252px, 0px, 0); -ms-transform: translate3d(252px, 0px, 0); -o-transform: translate3d(252px, 0px, 0); transform: translate3d(252px, 0px, 0); } 25% { -webkit-transform: translate3d(244px, 250px, 0); -moz-transform: translate3d(244px, 250px, 0); -ms-transform: translate3d(244px, 250px, 0); -o-transform: translate3d(244px, 250px, 0); transform: translate3d(244px, 250px, 0); } 50% { -webkit-transform: translate3d(254px, 500px, 0); -moz-transform: translate3d(254px, 500px, 0); -ms-transform: translate3d(254px, 500px, 0); -o-transform: translate3d(254px, 500px, 0); transform: translate3d(254px, 500px, 0); } 75% { -webkit-transform: translate3d(290px, 750px, 0); -moz-transform: translate3d(290px, 750px, 0); -ms-transform: translate3d(290px, 750px, 0); -o-transform: translate3d(290px, 750px, 0); transform: translate3d(290px, 750px, 0); } 100% { -webkit-transform: translate3d(252px, 1000px, 0); -moz-transform: translate3d(252px, 1000px, 0); -ms-transform: translate3d(252px, 1000px, 0); -o-transform: translate3d(252px, 1000px, 0); transform: translate3d(252px, 1000px, 0); }
}
@-webkit-keyframes what22 { 0% { -webkit-transform: translate3d(264px, 0px, 0); } 25% { -webkit-transform: translate3d(259px, 250px, 0); } 50% { -webkit-transform: translate3d(267px, 500px, 0); } 75% { -webkit-transform: translate3d(316px, 750px, 0); } 100% { -webkit-transform: translate3d(264px, 1000px, 0); }
}
@-moz-keyframes what22 { 0% { -moz-transform: translate3d(264px, 0px, 0); } 25% { -moz-transform: translate3d(259px, 250px, 0); } 50% { -moz-transform: translate3d(290px, 500px, 0); } 75% { -moz-transform: translate3d(328px, 750px, 0); } 100% { -moz-transform: translate3d(264px, 1000px, 0); }
}
@keyframes what22 { 0% { -webkit-transform: translate3d(264px, 0px, 0); -moz-transform: translate3d(264px, 0px, 0); -ms-transform: translate3d(264px, 0px, 0); -o-transform: translate3d(264px, 0px, 0); transform: translate3d(264px, 0px, 0); } 25% { -webkit-transform: translate3d(260px, 250px, 0); -moz-transform: translate3d(260px, 250px, 0); -ms-transform: translate3d(260px, 250px, 0); -o-transform: translate3d(260px, 250px, 0); transform: translate3d(260px, 250px, 0); } 50% { -webkit-transform: translate3d(265px, 500px, 0); -moz-transform: translate3d(265px, 500px, 0); -ms-transform: translate3d(265px, 500px, 0); -o-transform: translate3d(265px, 500px, 0); transform: translate3d(265px, 500px, 0); } 75% { -webkit-transform: translate3d(295px, 750px, 0); -moz-transform: translate3d(295px, 750px, 0); -ms-transform: translate3d(295px, 750px, 0); -o-transform: translate3d(295px, 750px, 0); transform: translate3d(295px, 750px, 0); } 100% { -webkit-transform: translate3d(264px, 1000px, 0); -moz-transform: translate3d(264px, 1000px, 0); -ms-transform: translate3d(264px, 1000px, 0); -o-transform: translate3d(264px, 1000px, 0); transform: translate3d(264px, 1000px, 0); }
}
@-webkit-keyframes what23 { 0% { -webkit-transform: translate3d(276px, 0px, 0); } 25% { -webkit-transform: translate3d(271px, 250px, 0); } 50% { -webkit-transform: translate3d(316px, 500px, 0); } 75% { -webkit-transform: translate3d(336px, 750px, 0); } 100% { -webkit-transform: translate3d(276px, 1000px, 0); }
}
@-moz-keyframes what23 { 0% { -moz-transform: translate3d(276px, 0px, 0); } 25% { -moz-transform: translate3d(273px, 250px, 0); } 50% { -moz-transform: translate3d(300px, 500px, 0); } 75% { -moz-transform: translate3d(334px, 750px, 0); } 100% { -moz-transform: translate3d(276px, 1000px, 0); }
}
@keyframes what23 { 0% { -webkit-transform: translate3d(276px, 0px, 0); -moz-transform: translate3d(276px, 0px, 0); -ms-transform: translate3d(276px, 0px, 0); -o-transform: translate3d(276px, 0px, 0); transform: translate3d(276px, 0px, 0); } 25% { -webkit-transform: translate3d(273px, 250px, 0); -moz-transform: translate3d(273px, 250px, 0); -ms-transform: translate3d(273px, 250px, 0); -o-transform: translate3d(273px, 250px, 0); transform: translate3d(273px, 250px, 0); } 50% { -webkit-transform: translate3d(287px, 500px, 0); -moz-transform: translate3d(287px, 500px, 0); -ms-transform: translate3d(287px, 500px, 0); -o-transform: translate3d(287px, 500px, 0); transform: translate3d(287px, 500px, 0); } 75% { -webkit-transform: translate3d(323px, 750px, 0); -moz-transform: translate3d(323px, 750px, 0); -ms-transform: translate3d(323px, 750px, 0); -o-transform: translate3d(323px, 750px, 0); transform: translate3d(323px, 750px, 0); } 100% { -webkit-transform: translate3d(276px, 1000px, 0); -moz-transform: translate3d(276px, 1000px, 0); -ms-transform: translate3d(276px, 1000px, 0); -o-transform: translate3d(276px, 1000px, 0); transform: translate3d(276px, 1000px, 0); }
}
@-webkit-keyframes what24 { 0% { -webkit-transform: translate3d(288px, 0px, 0); } 25% { -webkit-transform: translate3d(285px, 250px, 0); } 50% { -webkit-transform: translate3d(312px, 500px, 0); } 75% { -webkit-transform: translate3d(332px, 750px, 0); } 100% { -webkit-transform: translate3d(288px, 1000px, 0); }
}
@-moz-keyframes what24 { 0% { -moz-transform: translate3d(288px, 0px, 0); } 25% { -moz-transform: translate3d(285px, 250px, 0); } 50% { -moz-transform: translate3d(291px, 500px, 0); } 75% { -moz-transform: translate3d(340px, 750px, 0); } 100% { -moz-transform: translate3d(288px, 1000px, 0); }
}
@keyframes what24 { 0% { -webkit-transform: translate3d(288px, 0px, 0); -moz-transform: translate3d(288px, 0px, 0); -ms-transform: translate3d(288px, 0px, 0); -o-transform: translate3d(288px, 0px, 0); transform: translate3d(288px, 0px, 0); } 25% { -webkit-transform: translate3d(286px, 250px, 0); -moz-transform: translate3d(286px, 250px, 0); -ms-transform: translate3d(286px, 250px, 0); -o-transform: translate3d(286px, 250px, 0); transform: translate3d(286px, 250px, 0); } 50% { -webkit-transform: translate3d(306px, 500px, 0); -moz-transform: translate3d(306px, 500px, 0); -ms-transform: translate3d(306px, 500px, 0); -o-transform: translate3d(306px, 500px, 0); transform: translate3d(306px, 500px, 0); } 75% { -webkit-transform: translate3d(342px, 750px, 0); -moz-transform: translate3d(342px, 750px, 0); -ms-transform: translate3d(342px, 750px, 0); -o-transform: translate3d(342px, 750px, 0); transform: translate3d(342px, 750px, 0); } 100% { -webkit-transform: translate3d(288px, 1000px, 0); -moz-transform: translate3d(288px, 1000px, 0); -ms-transform: translate3d(288px, 1000px, 0); -o-transform: translate3d(288px, 1000px, 0); transform: translate3d(288px, 1000px, 0); }
}
@-webkit-keyframes what25 { 0% { -webkit-transform: translate3d(300px, 0px, 0); } 25% { -webkit-transform: translate3d(296px, 250px, 0); } 50% { -webkit-transform: translate3d(300px, 500px, 0); } 75% { -webkit-transform: translate3d(354px, 750px, 0); } 100% { -webkit-transform: translate3d(300px, 1000px, 0); }
}
@-moz-keyframes what25 { 0% { -moz-transform: translate3d(300px, 0px, 0); } 25% { -moz-transform: translate3d(296px, 250px, 0); } 50% { -moz-transform: translate3d(321px, 500px, 0); } 75% { -moz-transform: translate3d(339px, 750px, 0); } 100% { -moz-transform: translate3d(300px, 1000px, 0); }
}
@keyframes what25 { 0% { -webkit-transform: translate3d(300px, 0px, 0); -moz-transform: translate3d(300px, 0px, 0); -ms-transform: translate3d(300px, 0px, 0); -o-transform: translate3d(300px, 0px, 0); transform: translate3d(300px, 0px, 0); } 25% { -webkit-transform: translate3d(299px, 250px, 0); -moz-transform: translate3d(299px, 250px, 0); -ms-transform: translate3d(299px, 250px, 0); -o-transform: translate3d(299px, 250px, 0); transform: translate3d(299px, 250px, 0); } 50% { -webkit-transform: translate3d(321px, 500px, 0); -moz-transform: translate3d(321px, 500px, 0); -ms-transform: translate3d(321px, 500px, 0); -o-transform: translate3d(321px, 500px, 0); transform: translate3d(321px, 500px, 0); } 75% { -webkit-transform: translate3d(343px, 750px, 0); -moz-transform: translate3d(343px, 750px, 0); -ms-transform: translate3d(343px, 750px, 0); -o-transform: translate3d(343px, 750px, 0); transform: translate3d(343px, 750px, 0); } 100% { -webkit-transform: translate3d(300px, 1000px, 0); -moz-transform: translate3d(300px, 1000px, 0); -ms-transform: translate3d(300px, 1000px, 0); -o-transform: translate3d(300px, 1000px, 0); transform: translate3d(300px, 1000px, 0); }
}
@-webkit-keyframes what26 { 0% { -webkit-transform: translate3d(312px, 0px, 0); } 25% { -webkit-transform: translate3d(305px, 250px, 0); } 50% { -webkit-transform: translate3d(338px, 500px, 0); } 75% { -webkit-transform: translate3d(356px, 750px, 0); } 100% { -webkit-transform: translate3d(312px, 1000px, 0); }
}
@-moz-keyframes what26 { 0% { -moz-transform: translate3d(312px, 0px, 0); } 25% { -moz-transform: translate3d(311px, 250px, 0); } 50% { -moz-transform: translate3d(341px, 500px, 0); } 75% { -moz-transform: translate3d(366px, 750px, 0); } 100% { -moz-transform: translate3d(312px, 1000px, 0); }
}
@keyframes what26 { 0% { -webkit-transform: translate3d(312px, 0px, 0); -moz-transform: translate3d(312px, 0px, 0); -ms-transform: translate3d(312px, 0px, 0); -o-transform: translate3d(312px, 0px, 0); transform: translate3d(312px, 0px, 0); } 25% { -webkit-transform: translate3d(312px, 250px, 0); -moz-transform: translate3d(312px, 250px, 0); -ms-transform: translate3d(312px, 250px, 0); -o-transform: translate3d(312px, 250px, 0); transform: translate3d(312px, 250px, 0); } 50% { -webkit-transform: translate3d(318px, 500px, 0); -moz-transform: translate3d(318px, 500px, 0); -ms-transform: translate3d(318px, 500px, 0); -o-transform: translate3d(318px, 500px, 0); transform: translate3d(318px, 500px, 0); } 75% { -webkit-transform: translate3d(367px, 750px, 0); -moz-transform: translate3d(367px, 750px, 0); -ms-transform: translate3d(367px, 750px, 0); -o-transform: translate3d(367px, 750px, 0); transform: translate3d(367px, 750px, 0); } 100% { -webkit-transform: translate3d(312px, 1000px, 0); -moz-transform: translate3d(312px, 1000px, 0); -ms-transform: translate3d(312px, 1000px, 0); -o-transform: translate3d(312px, 1000px, 0); transform: translate3d(312px, 1000px, 0); }
}
@-webkit-keyframes what27 { 0% { -webkit-transform: translate3d(324px, 0px, 0); } 25% { -webkit-transform: translate3d(319px, 250px, 0); } 50% { -webkit-transform: translate3d(328px, 500px, 0); } 75% { -webkit-transform: translate3d(380px, 750px, 0); } 100% { -webkit-transform: translate3d(324px, 1000px, 0); }
}
@-moz-keyframes what27 { 0% { -moz-transform: translate3d(324px, 0px, 0); } 25% { -moz-transform: translate3d(314px, 250px, 0); } 50% { -moz-transform: translate3d(344px, 500px, 0); } 75% { -moz-transform: translate3d(354px, 750px, 0); } 100% { -moz-transform: translate3d(324px, 1000px, 0); }
}
@keyframes what27 { 0% { -webkit-transform: translate3d(324px, 0px, 0); -moz-transform: translate3d(324px, 0px, 0); -ms-transform: translate3d(324px, 0px, 0); -o-transform: translate3d(324px, 0px, 0); transform: translate3d(324px, 0px, 0); } 25% { -webkit-transform: translate3d(324px, 250px, 0); -moz-transform: translate3d(324px, 250px, 0); -ms-transform: translate3d(324px, 250px, 0); -o-transform: translate3d(324px, 250px, 0); transform: translate3d(324px, 250px, 0); } 50% { -webkit-transform: translate3d(330px, 500px, 0); -moz-transform: translate3d(330px, 500px, 0); -ms-transform: translate3d(330px, 500px, 0); -o-transform: translate3d(330px, 500px, 0); transform: translate3d(330px, 500px, 0); } 75% { -webkit-transform: translate3d(355px, 750px, 0); -moz-transform: translate3d(355px, 750px, 0); -ms-transform: translate3d(355px, 750px, 0); -o-transform: translate3d(355px, 750px, 0); transform: translate3d(355px, 750px, 0); } 100% { -webkit-transform: translate3d(324px, 1000px, 0); -moz-transform: translate3d(324px, 1000px, 0); -ms-transform: translate3d(324px, 1000px, 0); -o-transform: translate3d(324px, 1000px, 0); transform: translate3d(324px, 1000px, 0); }
}
@-webkit-keyframes what28 { 0% { -webkit-transform: translate3d(336px, 0px, 0); } 25% { -webkit-transform: translate3d(335px, 250px, 0); } 50% { -webkit-transform: translate3d(369px, 500px, 0); } 75% { -webkit-transform: translate3d(371px, 750px, 0); } 100% { -webkit-transform: translate3d(336px, 1000px, 0); }
}
@-moz-keyframes what28 { 0% { -moz-transform: translate3d(336px, 0px, 0); } 25% { -moz-transform: translate3d(327px, 250px, 0); } 50% { -moz-transform: translate3d(350px, 500px, 0); } 75% { -moz-transform: translate3d(373px, 750px, 0); } 100% { -moz-transform: translate3d(336px, 1000px, 0); }
}
@keyframes what28 { 0% { -webkit-transform: translate3d(336px, 0px, 0); -moz-transform: translate3d(336px, 0px, 0); -ms-transform: translate3d(336px, 0px, 0); -o-transform: translate3d(336px, 0px, 0); transform: translate3d(336px, 0px, 0); } 25% { -webkit-transform: translate3d(329px, 250px, 0); -moz-transform: translate3d(329px, 250px, 0); -ms-transform: translate3d(329px, 250px, 0); -o-transform: translate3d(329px, 250px, 0); transform: translate3d(329px, 250px, 0); } 50% { -webkit-transform: translate3d(359px, 500px, 0); -moz-transform: translate3d(359px, 500px, 0); -ms-transform: translate3d(359px, 500px, 0); -o-transform: translate3d(359px, 500px, 0); transform: translate3d(359px, 500px, 0); } 75% { -webkit-transform: translate3d(381px, 750px, 0); -moz-transform: translate3d(381px, 750px, 0); -ms-transform: translate3d(381px, 750px, 0); -o-transform: translate3d(381px, 750px, 0); transform: translate3d(381px, 750px, 0); } 100% { -webkit-transform: translate3d(336px, 1000px, 0); -moz-transform: translate3d(336px, 1000px, 0); -ms-transform: translate3d(336px, 1000px, 0); -o-transform: translate3d(336px, 1000px, 0); transform: translate3d(336px, 1000px, 0); }
}
@-webkit-keyframes what29 { 0% { -webkit-transform: translate3d(348px, 0px, 0); } 25% { -webkit-transform: translate3d(343px, 250px, 0); } 50% { -webkit-transform: translate3d(385px, 500px, 0); } 75% { -webkit-transform: translate3d(395px, 750px, 0); } 100% { -webkit-transform: translate3d(348px, 1000px, 0); }
}
@-moz-keyframes what29 { 0% { -moz-transform: translate3d(348px, 0px, 0); } 25% { -moz-transform: translate3d(338px, 250px, 0); } 50% { -moz-transform: translate3d(357px, 500px, 0); } 75% { -moz-transform: translate3d(414px, 750px, 0); } 100% { -moz-transform: translate3d(348px, 1000px, 0); }
}
@keyframes what29 { 0% { -webkit-transform: translate3d(348px, 0px, 0); -moz-transform: translate3d(348px, 0px, 0); -ms-transform: translate3d(348px, 0px, 0); -o-transform: translate3d(348px, 0px, 0); transform: translate3d(348px, 0px, 0); } 25% { -webkit-transform: translate3d(338px, 250px, 0); -moz-transform: translate3d(338px, 250px, 0); -ms-transform: translate3d(338px, 250px, 0); -o-transform: translate3d(338px, 250px, 0); transform: translate3d(338px, 250px, 0); } 50% { -webkit-transform: translate3d(379px, 500px, 0); -moz-transform: translate3d(379px, 500px, 0); -ms-transform: translate3d(379px, 500px, 0); -o-transform: translate3d(379px, 500px, 0); transform: translate3d(379px, 500px, 0); } 75% { -webkit-transform: translate3d(402px, 750px, 0); -moz-transform: translate3d(402px, 750px, 0); -ms-transform: translate3d(402px, 750px, 0); -o-transform: translate3d(402px, 750px, 0); transform: translate3d(402px, 750px, 0); } 100% { -webkit-transform: translate3d(348px, 1000px, 0); -moz-transform: translate3d(348px, 1000px, 0); -ms-transform: translate3d(348px, 1000px, 0); -o-transform: translate3d(348px, 1000px, 0); transform: translate3d(348px, 1000px, 0); }
}
@-webkit-keyframes what30 { 0% { -webkit-transform: translate3d(360px, 0px, 0); } 25% { -webkit-transform: translate3d(351px, 250px, 0); } 50% { -webkit-transform: translate3d(379px, 500px, 0); } 75% { -webkit-transform: translate3d(403px, 750px, 0); } 100% { -webkit-transform: translate3d(360px, 1000px, 0); }
}
@-moz-keyframes what30 { 0% { -moz-transform: translate3d(360px, 0px, 0); } 25% { -moz-transform: translate3d(350px, 250px, 0); } 50% { -moz-transform: translate3d(389px, 500px, 0); } 75% { -moz-transform: translate3d(398px, 750px, 0); } 100% { -moz-transform: translate3d(360px, 1000px, 0); }
}
@keyframes what30 { 0% { -webkit-transform: translate3d(360px, 0px, 0); -moz-transform: translate3d(360px, 0px, 0); -ms-transform: translate3d(360px, 0px, 0); -o-transform: translate3d(360px, 0px, 0); transform: translate3d(360px, 0px, 0); } 25% { -webkit-transform: translate3d(350px, 250px, 0); -moz-transform: translate3d(350px, 250px, 0); -ms-transform: translate3d(350px, 250px, 0); -o-transform: translate3d(350px, 250px, 0); transform: translate3d(350px, 250px, 0); } 50% { -webkit-transform: translate3d(383px, 500px, 0); -moz-transform: translate3d(383px, 500px, 0); -ms-transform: translate3d(383px, 500px, 0); -o-transform: translate3d(383px, 500px, 0); transform: translate3d(383px, 500px, 0); } 75% { -webkit-transform: translate3d(400px, 750px, 0); -moz-transform: translate3d(400px, 750px, 0); -ms-transform: translate3d(400px, 750px, 0); -o-transform: translate3d(400px, 750px, 0); transform: translate3d(400px, 750px, 0); } 100% { -webkit-transform: translate3d(360px, 1000px, 0); -moz-transform: translate3d(360px, 1000px, 0); -ms-transform: translate3d(360px, 1000px, 0); -o-transform: translate3d(360px, 1000px, 0); transform: translate3d(360px, 1000px, 0); }
}
@-webkit-keyframes what31 { 0% { -webkit-transform: translate3d(372px, 0px, 0); } 25% { -webkit-transform: translate3d(372px, 250px, 0); } 50% { -webkit-transform: translate3d(390px, 500px, 0); } 75% { -webkit-transform: translate3d(434px, 750px, 0); } 100% { -webkit-transform: translate3d(372px, 1000px, 0); }
}
@-moz-keyframes what31 { 0% { -moz-transform: translate3d(372px, 0px, 0); } 25% { -moz-transform: translate3d(370px, 250px, 0); } 50% { -moz-transform: translate3d(394px, 500px, 0); } 75% { -moz-transform: translate3d(406px, 750px, 0); } 100% { -moz-transform: translate3d(372px, 1000px, 0); }
}
@keyframes what31 { 0% { -webkit-transform: translate3d(372px, 0px, 0); -moz-transform: translate3d(372px, 0px, 0); -ms-transform: translate3d(372px, 0px, 0); -o-transform: translate3d(372px, 0px, 0); transform: translate3d(372px, 0px, 0); } 25% { -webkit-transform: translate3d(363px, 250px, 0); -moz-transform: translate3d(363px, 250px, 0); -ms-transform: translate3d(363px, 250px, 0); -o-transform: translate3d(363px, 250px, 0); transform: translate3d(363px, 250px, 0); } 50% { -webkit-transform: translate3d(398px, 500px, 0); -moz-transform: translate3d(398px, 500px, 0); -ms-transform: translate3d(398px, 500px, 0); -o-transform: translate3d(398px, 500px, 0); transform: translate3d(398px, 500px, 0); } 75% { -webkit-transform: translate3d(428px, 750px, 0); -moz-transform: translate3d(428px, 750px, 0); -ms-transform: translate3d(428px, 750px, 0); -o-transform: translate3d(428px, 750px, 0); transform: translate3d(428px, 750px, 0); } 100% { -webkit-transform: translate3d(372px, 1000px, 0); -moz-transform: translate3d(372px, 1000px, 0); -ms-transform: translate3d(372px, 1000px, 0); -o-transform: translate3d(372px, 1000px, 0); transform: translate3d(372px, 1000px, 0); }
}
@-webkit-keyframes what32 { 0% { -webkit-transform: translate3d(384px, 0px, 0); } 25% { -webkit-transform: translate3d(376px, 250px, 0); } 50% { -webkit-transform: translate3d(416px, 500px, 0); } 75% { -webkit-transform: translate3d(438px, 750px, 0); } 100% { -webkit-transform: translate3d(384px, 1000px, 0); }
}
@-moz-keyframes what32 { 0% { -moz-transform: translate3d(384px, 0px, 0); } 25% { -moz-transform: translate3d(384px, 250px, 0); } 50% { -moz-transform: translate3d(424px, 500px, 0); } 75% { -moz-transform: translate3d(441px, 750px, 0); } 100% { -moz-transform: translate3d(384px, 1000px, 0); }
}
@keyframes what32 { 0% { -webkit-transform: translate3d(384px, 0px, 0); -moz-transform: translate3d(384px, 0px, 0); -ms-transform: translate3d(384px, 0px, 0); -o-transform: translate3d(384px, 0px, 0); transform: translate3d(384px, 0px, 0); } 25% { -webkit-transform: translate3d(381px, 250px, 0); -moz-transform: translate3d(381px, 250px, 0); -ms-transform: translate3d(381px, 250px, 0); -o-transform: translate3d(381px, 250px, 0); transform: translate3d(381px, 250px, 0); } 50% { -webkit-transform: translate3d(418px, 500px, 0); -moz-transform: translate3d(418px, 500px, 0); -ms-transform: translate3d(418px, 500px, 0); -o-transform: translate3d(418px, 500px, 0); transform: translate3d(418px, 500px, 0); } 75% { -webkit-transform: translate3d(430px, 750px, 0); -moz-transform: translate3d(430px, 750px, 0); -ms-transform: translate3d(430px, 750px, 0); -o-transform: translate3d(430px, 750px, 0); transform: translate3d(430px, 750px, 0); } 100% { -webkit-transform: translate3d(384px, 1000px, 0); -moz-transform: translate3d(384px, 1000px, 0); -ms-transform: translate3d(384px, 1000px, 0); -o-transform: translate3d(384px, 1000px, 0); transform: translate3d(384px, 1000px, 0); }
}
@-webkit-keyframes what33 { 0% { -webkit-transform: translate3d(396px, 0px, 0); } 25% { -webkit-transform: translate3d(391px, 250px, 0); } 50% { -webkit-transform: translate3d(404px, 500px, 0); } 75% { -webkit-transform: translate3d(451px, 750px, 0); } 100% { -webkit-transform: translate3d(396px, 1000px, 0); }
}
@-moz-keyframes what33 { 0% { -moz-transform: translate3d(396px, 0px, 0); } 25% { -moz-transform: translate3d(387px, 250px, 0); } 50% { -moz-transform: translate3d(425px, 500px, 0); } 75% { -moz-transform: translate3d(430px, 750px, 0); } 100% { -moz-transform: translate3d(396px, 1000px, 0); }
}
@keyframes what33 { 0% { -webkit-transform: translate3d(396px, 0px, 0); -moz-transform: translate3d(396px, 0px, 0); -ms-transform: translate3d(396px, 0px, 0); -o-transform: translate3d(396px, 0px, 0); transform: translate3d(396px, 0px, 0); } 25% { -webkit-transform: translate3d(393px, 250px, 0); -moz-transform: translate3d(393px, 250px, 0); -ms-transform: translate3d(393px, 250px, 0); -o-transform: translate3d(393px, 250px, 0); transform: translate3d(393px, 250px, 0); } 50% { -webkit-transform: translate3d(426px, 500px, 0); -moz-transform: translate3d(426px, 500px, 0); -ms-transform: translate3d(426px, 500px, 0); -o-transform: translate3d(426px, 500px, 0); transform: translate3d(426px, 500px, 0); } 75% { -webkit-transform: translate3d(456px, 750px, 0); -moz-transform: translate3d(456px, 750px, 0); -ms-transform: translate3d(456px, 750px, 0); -o-transform: translate3d(456px, 750px, 0); transform: translate3d(456px, 750px, 0); } 100% { -webkit-transform: translate3d(396px, 1000px, 0); -moz-transform: translate3d(396px, 1000px, 0); -ms-transform: translate3d(396px, 1000px, 0); -o-transform: translate3d(396px, 1000px, 0); transform: translate3d(396px, 1000px, 0); }
}
@-webkit-keyframes what34 { 0% { -webkit-transform: translate3d(408px, 0px, 0); } 25% { -webkit-transform: translate3d(399px, 250px, 0); } 50% { -webkit-transform: translate3d(429px, 500px, 0); } 75% { -webkit-transform: translate3d(454px, 750px, 0); } 100% { -webkit-transform: translate3d(408px, 1000px, 0); }
}
@-moz-keyframes what34 { 0% { -moz-transform: translate3d(408px, 0px, 0); } 25% { -moz-transform: translate3d(400px, 250px, 0); } 50% { -moz-transform: translate3d(443px, 500px, 0); } 75% { -moz-transform: translate3d(470px, 750px, 0); } 100% { -moz-transform: translate3d(408px, 1000px, 0); }
}
@keyframes what34 { 0% { -webkit-transform: translate3d(408px, 0px, 0); -moz-transform: translate3d(408px, 0px, 0); -ms-transform: translate3d(408px, 0px, 0); -o-transform: translate3d(408px, 0px, 0); transform: translate3d(408px, 0px, 0); } 25% { -webkit-transform: translate3d(403px, 250px, 0); -moz-transform: translate3d(403px, 250px, 0); -ms-transform: translate3d(403px, 250px, 0); -o-transform: translate3d(403px, 250px, 0); transform: translate3d(403px, 250px, 0); } 50% { -webkit-transform: translate3d(414px, 500px, 0); -moz-transform: translate3d(414px, 500px, 0); -ms-transform: translate3d(414px, 500px, 0); -o-transform: translate3d(414px, 500px, 0); transform: translate3d(414px, 500px, 0); } 75% { -webkit-transform: translate3d(447px, 750px, 0); -moz-transform: translate3d(447px, 750px, 0); -ms-transform: translate3d(447px, 750px, 0); -o-transform: translate3d(447px, 750px, 0); transform: translate3d(447px, 750px, 0); } 100% { -webkit-transform: translate3d(408px, 1000px, 0); -moz-transform: translate3d(408px, 1000px, 0); -ms-transform: translate3d(408px, 1000px, 0); -o-transform: translate3d(408px, 1000px, 0); transform: translate3d(408px, 1000px, 0); }
}
@-webkit-keyframes what35 { 0% { -webkit-transform: translate3d(420px, 0px, 0); } 25% { -webkit-transform: translate3d(416px, 250px, 0); } 50% { -webkit-transform: translate3d(439px, 500px, 0); } 75% { -webkit-transform: translate3d(465px, 750px, 0); } 100% { -webkit-transform: translate3d(420px, 1000px, 0); }
}
@-moz-keyframes what35 { 0% { -moz-transform: translate3d(420px, 0px, 0); } 25% { -moz-transform: translate3d(412px, 250px, 0); } 50% { -moz-transform: translate3d(451px, 500px, 0); } 75% { -moz-transform: translate3d(481px, 750px, 0); } 100% { -moz-transform: translate3d(420px, 1000px, 0); }
}
@keyframes what35 { 0% { -webkit-transform: translate3d(420px, 0px, 0); -moz-transform: translate3d(420px, 0px, 0); -ms-transform: translate3d(420px, 0px, 0); -o-transform: translate3d(420px, 0px, 0); transform: translate3d(420px, 0px, 0); } 25% { -webkit-transform: translate3d(412px, 250px, 0); -moz-transform: translate3d(412px, 250px, 0); -ms-transform: translate3d(412px, 250px, 0); -o-transform: translate3d(412px, 250px, 0); transform: translate3d(412px, 250px, 0); } 50% { -webkit-transform: translate3d(426px, 500px, 0); -moz-transform: translate3d(426px, 500px, 0); -ms-transform: translate3d(426px, 500px, 0); -o-transform: translate3d(426px, 500px, 0); transform: translate3d(426px, 500px, 0); } 75% { -webkit-transform: translate3d(467px, 750px, 0); -moz-transform: translate3d(467px, 750px, 0); -ms-transform: translate3d(467px, 750px, 0); -o-transform: translate3d(467px, 750px, 0); transform: translate3d(467px, 750px, 0); } 100% { -webkit-transform: translate3d(420px, 1000px, 0); -moz-transform: translate3d(420px, 1000px, 0); -ms-transform: translate3d(420px, 1000px, 0); -o-transform: translate3d(420px, 1000px, 0); transform: translate3d(420px, 1000px, 0); }
}
@-webkit-keyframes what36 { 0% { -webkit-transform: translate3d(432px, 0px, 0); } 25% { -webkit-transform: translate3d(431px, 250px, 0); } 50% { -webkit-transform: translate3d(436px, 500px, 0); } 75% { -webkit-transform: translate3d(496px, 750px, 0); } 100% { -webkit-transform: translate3d(432px, 1000px, 0); }
}
@-moz-keyframes what36 { 0% { -moz-transform: translate3d(432px, 0px, 0); } 25% { -moz-transform: translate3d(424px, 250px, 0); } 50% { -moz-transform: translate3d(471px, 500px, 0); } 75% { -moz-transform: translate3d(496px, 750px, 0); } 100% { -moz-transform: translate3d(432px, 1000px, 0); }
}
@keyframes what36 { 0% { -webkit-transform: translate3d(432px, 0px, 0); -moz-transform: translate3d(432px, 0px, 0); -ms-transform: translate3d(432px, 0px, 0); -o-transform: translate3d(432px, 0px, 0); transform: translate3d(432px, 0px, 0); } 25% { -webkit-transform: translate3d(424px, 250px, 0); -moz-transform: translate3d(424px, 250px, 0); -ms-transform: translate3d(424px, 250px, 0); -o-transform: translate3d(424px, 250px, 0); transform: translate3d(424px, 250px, 0); } 50% { -webkit-transform: translate3d(446px, 500px, 0); -moz-transform: translate3d(446px, 500px, 0); -ms-transform: translate3d(446px, 500px, 0); -o-transform: translate3d(446px, 500px, 0); transform: translate3d(446px, 500px, 0); } 75% { -webkit-transform: translate3d(468px, 750px, 0); -moz-transform: translate3d(468px, 750px, 0); -ms-transform: translate3d(468px, 750px, 0); -o-transform: translate3d(468px, 750px, 0); transform: translate3d(468px, 750px, 0); } 100% { -webkit-transform: translate3d(432px, 1000px, 0); -moz-transform: translate3d(432px, 1000px, 0); -ms-transform: translate3d(432px, 1000px, 0); -o-transform: translate3d(432px, 1000px, 0); transform: translate3d(432px, 1000px, 0); }
}
@-webkit-keyframes what37 { 0% { -webkit-transform: translate3d(444px, 0px, 0); } 25% { -webkit-transform: translate3d(440px, 250px, 0); } 50% { -webkit-transform: translate3d(446px, 500px, 0); } 75% { -webkit-transform: translate3d(508px, 750px, 0); } 100% { -webkit-transform: translate3d(444px, 1000px, 0); }
}
@-moz-keyframes what37 { 0% { -moz-transform: translate3d(444px, 0px, 0); } 25% { -moz-transform: translate3d(439px, 250px, 0); } 50% { -moz-transform: translate3d(465px, 500px, 0); } 75% { -moz-transform: translate3d(488px, 750px, 0); } 100% { -moz-transform: translate3d(444px, 1000px, 0); }
}
@keyframes what37 { 0% { -webkit-transform: translate3d(444px, 0px, 0); -moz-transform: translate3d(444px, 0px, 0); -ms-transform: translate3d(444px, 0px, 0); -o-transform: translate3d(444px, 0px, 0); transform: translate3d(444px, 0px, 0); } 25% { -webkit-transform: translate3d(438px, 250px, 0); -moz-transform: translate3d(438px, 250px, 0); -ms-transform: translate3d(438px, 250px, 0); -o-transform: translate3d(438px, 250px, 0); transform: translate3d(438px, 250px, 0); } 50% { -webkit-transform: translate3d(447px, 500px, 0); -moz-transform: translate3d(447px, 500px, 0); -ms-transform: translate3d(447px, 500px, 0); -o-transform: translate3d(447px, 500px, 0); transform: translate3d(447px, 500px, 0); } 75% { -webkit-transform: translate3d(498px, 750px, 0); -moz-transform: translate3d(498px, 750px, 0); -ms-transform: translate3d(498px, 750px, 0); -o-transform: translate3d(498px, 750px, 0); transform: translate3d(498px, 750px, 0); } 100% { -webkit-transform: translate3d(444px, 1000px, 0); -moz-transform: translate3d(444px, 1000px, 0); -ms-transform: translate3d(444px, 1000px, 0); -o-transform: translate3d(444px, 1000px, 0); transform: translate3d(444px, 1000px, 0); }
}
@-webkit-keyframes what38 { 0% { -webkit-transform: translate3d(456px, 0px, 0); } 25% { -webkit-transform: translate3d(456px, 250px, 0); } 50% { -webkit-transform: translate3d(484px, 500px, 0); } 75% { -webkit-transform: translate3d(499px, 750px, 0); } 100% { -webkit-transform: translate3d(456px, 1000px, 0); }
}
@-moz-keyframes what38 { 0% { -moz-transform: translate3d(456px, 0px, 0); } 25% { -moz-transform: translate3d(454px, 250px, 0); } 50% { -moz-transform: translate3d(465px, 500px, 0); } 75% { -moz-transform: translate3d(511px, 750px, 0); } 100% { -moz-transform: translate3d(456px, 1000px, 0); }
}
@keyframes what38 { 0% { -webkit-transform: translate3d(456px, 0px, 0); -moz-transform: translate3d(456px, 0px, 0); -ms-transform: translate3d(456px, 0px, 0); -o-transform: translate3d(456px, 0px, 0); transform: translate3d(456px, 0px, 0); } 25% { -webkit-transform: translate3d(453px, 250px, 0); -moz-transform: translate3d(453px, 250px, 0); -ms-transform: translate3d(453px, 250px, 0); -o-transform: translate3d(453px, 250px, 0); transform: translate3d(453px, 250px, 0); } 50% { -webkit-transform: translate3d(485px, 500px, 0); -moz-transform: translate3d(485px, 500px, 0); -ms-transform: translate3d(485px, 500px, 0); -o-transform: translate3d(485px, 500px, 0); transform: translate3d(485px, 500px, 0); } 75% { -webkit-transform: translate3d(496px, 750px, 0); -moz-transform: translate3d(496px, 750px, 0); -ms-transform: translate3d(496px, 750px, 0); -o-transform: translate3d(496px, 750px, 0); transform: translate3d(496px, 750px, 0); } 100% { -webkit-transform: translate3d(456px, 1000px, 0); -moz-transform: translate3d(456px, 1000px, 0); -ms-transform: translate3d(456px, 1000px, 0); -o-transform: translate3d(456px, 1000px, 0); transform: translate3d(456px, 1000px, 0); }
}
@-webkit-keyframes what39 { 0% { -webkit-transform: translate3d(468px, 0px, 0); } 25% { -webkit-transform: translate3d(467px, 250px, 0); } 50% { -webkit-transform: translate3d(488px, 500px, 0); } 75% { -webkit-transform: translate3d(538px, 750px, 0); } 100% { -webkit-transform: translate3d(468px, 1000px, 0); }
}
@-moz-keyframes what39 { 0% { -moz-transform: translate3d(468px, 0px, 0); } 25% { -moz-transform: translate3d(461px, 250px, 0); } 50% { -moz-transform: translate3d(506px, 500px, 0); } 75% { -moz-transform: translate3d(510px, 750px, 0); } 100% { -moz-transform: translate3d(468px, 1000px, 0); }
}
@keyframes what39 { 0% { -webkit-transform: translate3d(468px, 0px, 0); -moz-transform: translate3d(468px, 0px, 0); -ms-transform: translate3d(468px, 0px, 0); -o-transform: translate3d(468px, 0px, 0); transform: translate3d(468px, 0px, 0); } 25% { -webkit-transform: translate3d(467px, 250px, 0); -moz-transform: translate3d(467px, 250px, 0); -ms-transform: translate3d(467px, 250px, 0); -o-transform: translate3d(467px, 250px, 0); transform: translate3d(467px, 250px, 0); } 50% { -webkit-transform: translate3d(484px, 500px, 0); -moz-transform: translate3d(484px, 500px, 0); -ms-transform: translate3d(484px, 500px, 0); -o-transform: translate3d(484px, 500px, 0); transform: translate3d(484px, 500px, 0); } 75% { -webkit-transform: translate3d(537px, 750px, 0); -moz-transform: translate3d(537px, 750px, 0); -ms-transform: translate3d(537px, 750px, 0); -o-transform: translate3d(537px, 750px, 0); transform: translate3d(537px, 750px, 0); } 100% { -webkit-transform: translate3d(468px, 1000px, 0); -moz-transform: translate3d(468px, 1000px, 0); -ms-transform: translate3d(468px, 1000px, 0); -o-transform: translate3d(468px, 1000px, 0); transform: translate3d(468px, 1000px, 0); }
}
@-webkit-keyframes what40 { 0% { -webkit-transform: translate3d(480px, 0px, 0); } 25% { -webkit-transform: translate3d(472px, 250px, 0); } 50% { -webkit-transform: translate3d(498px, 500px, 0); } 75% { -webkit-transform: translate3d(527px, 750px, 0); } 100% { -webkit-transform: translate3d(480px, 1000px, 0); }
}
@-moz-keyframes what40 { 0% { -moz-transform: translate3d(480px, 0px, 0); } 25% { -moz-transform: translate3d(477px, 250px, 0); } 50% { -moz-transform: translate3d(513px, 500px, 0); } 75% { -moz-transform: translate3d(518px, 750px, 0); } 100% { -moz-transform: translate3d(480px, 1000px, 0); }
}
@keyframes what40 { 0% { -webkit-transform: translate3d(480px, 0px, 0); -moz-transform: translate3d(480px, 0px, 0); -ms-transform: translate3d(480px, 0px, 0); -o-transform: translate3d(480px, 0px, 0); transform: translate3d(480px, 0px, 0); } 25% { -webkit-transform: translate3d(479px, 250px, 0); -moz-transform: translate3d(479px, 250px, 0); -ms-transform: translate3d(479px, 250px, 0); -o-transform: translate3d(479px, 250px, 0); transform: translate3d(479px, 250px, 0); } 50% { -webkit-transform: translate3d(514px, 500px, 0); -moz-transform: translate3d(514px, 500px, 0); -ms-transform: translate3d(514px, 500px, 0); -o-transform: translate3d(514px, 500px, 0); transform: translate3d(514px, 500px, 0); } 75% { -webkit-transform: translate3d(532px, 750px, 0); -moz-transform: translate3d(532px, 750px, 0); -ms-transform: translate3d(532px, 750px, 0); -o-transform: translate3d(532px, 750px, 0); transform: translate3d(532px, 750px, 0); } 100% { -webkit-transform: translate3d(480px, 1000px, 0); -moz-transform: translate3d(480px, 1000px, 0); -ms-transform: translate3d(480px, 1000px, 0); -o-transform: translate3d(480px, 1000px, 0); transform: translate3d(480px, 1000px, 0); }
}
@-webkit-keyframes what41 { 0% { -webkit-transform: translate3d(492px, 0px, 0); } 25% { -webkit-transform: translate3d(482px, 250px, 0); } 50% { -webkit-transform: translate3d(504px, 500px, 0); } 75% { -webkit-transform: translate3d(530px, 750px, 0); } 100% { -webkit-transform: translate3d(492px, 1000px, 0); }
}
@-moz-keyframes what41 { 0% { -moz-transform: translate3d(492px, 0px, 0); } 25% { -moz-transform: translate3d(488px, 250px, 0); } 50% { -moz-transform: translate3d(507px, 500px, 0); } 75% { -moz-transform: translate3d(525px, 750px, 0); } 100% { -moz-transform: translate3d(492px, 1000px, 0); }
}
@keyframes what41 { 0% { -webkit-transform: translate3d(492px, 0px, 0); -moz-transform: translate3d(492px, 0px, 0); -ms-transform: translate3d(492px, 0px, 0); -o-transform: translate3d(492px, 0px, 0); transform: translate3d(492px, 0px, 0); } 25% { -webkit-transform: translate3d(487px, 250px, 0); -moz-transform: translate3d(487px, 250px, 0); -ms-transform: translate3d(487px, 250px, 0); -o-transform: translate3d(487px, 250px, 0); transform: translate3d(487px, 250px, 0); } 50% { -webkit-transform: translate3d(522px, 500px, 0); -moz-transform: translate3d(522px, 500px, 0); -ms-transform: translate3d(522px, 500px, 0); -o-transform: translate3d(522px, 500px, 0); transform: translate3d(522px, 500px, 0); } 75% { -webkit-transform: translate3d(531px, 750px, 0); -moz-transform: translate3d(531px, 750px, 0); -ms-transform: translate3d(531px, 750px, 0); -o-transform: translate3d(531px, 750px, 0); transform: translate3d(531px, 750px, 0); } 100% { -webkit-transform: translate3d(492px, 1000px, 0); -moz-transform: translate3d(492px, 1000px, 0); -ms-transform: translate3d(492px, 1000px, 0); -o-transform: translate3d(492px, 1000px, 0); transform: translate3d(492px, 1000px, 0); }
}
@-webkit-keyframes what42 { 0% { -webkit-transform: translate3d(504px, 0px, 0); } 25% { -webkit-transform: translate3d(498px, 250px, 0); } 50% { -webkit-transform: translate3d(516px, 500px, 0); } 75% { -webkit-transform: translate3d(539px, 750px, 0); } 100% { -webkit-transform: translate3d(504px, 1000px, 0); }
}
@-moz-keyframes what42 { 0% { -moz-transform: translate3d(504px, 0px, 0); } 25% { -moz-transform: translate3d(497px, 250px, 0); } 50% { -moz-transform: translate3d(531px, 500px, 0); } 75% { -moz-transform: translate3d(540px, 750px, 0); } 100% { -moz-transform: translate3d(504px, 1000px, 0); }
}
@keyframes what42 { 0% { -webkit-transform: translate3d(504px, 0px, 0); -moz-transform: translate3d(504px, 0px, 0); -ms-transform: translate3d(504px, 0px, 0); -o-transform: translate3d(504px, 0px, 0); transform: translate3d(504px, 0px, 0); } 25% { -webkit-transform: translate3d(496px, 250px, 0); -moz-transform: translate3d(496px, 250px, 0); -ms-transform: translate3d(496px, 250px, 0); -o-transform: translate3d(496px, 250px, 0); transform: translate3d(496px, 250px, 0); } 50% { -webkit-transform: translate3d(540px, 500px, 0); -moz-transform: translate3d(540px, 500px, 0); -ms-transform: translate3d(540px, 500px, 0); -o-transform: translate3d(540px, 500px, 0); transform: translate3d(540px, 500px, 0); } 75% { -webkit-transform: translate3d(566px, 750px, 0); -moz-transform: translate3d(566px, 750px, 0); -ms-transform: translate3d(566px, 750px, 0); -o-transform: translate3d(566px, 750px, 0); transform: translate3d(566px, 750px, 0); } 100% { -webkit-transform: translate3d(504px, 1000px, 0); -moz-transform: translate3d(504px, 1000px, 0); -ms-transform: translate3d(504px, 1000px, 0); -o-transform: translate3d(504px, 1000px, 0); transform: translate3d(504px, 1000px, 0); }
}
@-webkit-keyframes what43 { 0% { -webkit-transform: translate3d(516px, 0px, 0); } 25% { -webkit-transform: translate3d(514px, 250px, 0); } 50% { -webkit-transform: translate3d(555px, 500px, 0); } 75% { -webkit-transform: translate3d(581px, 750px, 0); } 100% { -webkit-transform: translate3d(516px, 1000px, 0); }
}
@-moz-keyframes what43 { 0% { -moz-transform: translate3d(516px, 0px, 0); } 25% { -moz-transform: translate3d(508px, 250px, 0); } 50% { -moz-transform: translate3d(549px, 500px, 0); } 75% { -moz-transform: translate3d(567px, 750px, 0); } 100% { -moz-transform: translate3d(516px, 1000px, 0); }
}
@keyframes what43 { 0% { -webkit-transform: translate3d(516px, 0px, 0); -moz-transform: translate3d(516px, 0px, 0); -ms-transform: translate3d(516px, 0px, 0); -o-transform: translate3d(516px, 0px, 0); transform: translate3d(516px, 0px, 0); } 25% { -webkit-transform: translate3d(514px, 250px, 0); -moz-transform: translate3d(514px, 250px, 0); -ms-transform: translate3d(514px, 250px, 0); -o-transform: translate3d(514px, 250px, 0); transform: translate3d(514px, 250px, 0); } 50% { -webkit-transform: translate3d(529px, 500px, 0); -moz-transform: translate3d(529px, 500px, 0); -ms-transform: translate3d(529px, 500px, 0); -o-transform: translate3d(529px, 500px, 0); transform: translate3d(529px, 500px, 0); } 75% { -webkit-transform: translate3d(559px, 750px, 0); -moz-transform: translate3d(559px, 750px, 0); -ms-transform: translate3d(559px, 750px, 0); -o-transform: translate3d(559px, 750px, 0); transform: translate3d(559px, 750px, 0); } 100% { -webkit-transform: translate3d(516px, 1000px, 0); -moz-transform: translate3d(516px, 1000px, 0); -ms-transform: translate3d(516px, 1000px, 0); -o-transform: translate3d(516px, 1000px, 0); transform: translate3d(516px, 1000px, 0); }
}
@-webkit-keyframes what44 { 0% { -webkit-transform: translate3d(528px, 0px, 0); } 25% { -webkit-transform: translate3d(522px, 250px, 0); } 50% { -webkit-transform: translate3d(535px, 500px, 0); } 75% { -webkit-transform: translate3d(560px, 750px, 0); } 100% { -webkit-transform: translate3d(528px, 1000px, 0); }
}
@-moz-keyframes what44 { 0% { -moz-transform: translate3d(528px, 0px, 0); } 25% { -moz-transform: translate3d(523px, 250px, 0); } 50% { -moz-transform: translate3d(534px, 500px, 0); } 75% { -moz-transform: translate3d(558px, 750px, 0); } 100% { -moz-transform: translate3d(528px, 1000px, 0); }
}
@keyframes what44 { 0% { -webkit-transform: translate3d(528px, 0px, 0); -moz-transform: translate3d(528px, 0px, 0); -ms-transform: translate3d(528px, 0px, 0); -o-transform: translate3d(528px, 0px, 0); transform: translate3d(528px, 0px, 0); } 25% { -webkit-transform: translate3d(526px, 250px, 0); -moz-transform: translate3d(526px, 250px, 0); -ms-transform: translate3d(526px, 250px, 0); -o-transform: translate3d(526px, 250px, 0); transform: translate3d(526px, 250px, 0); } 50% { -webkit-transform: translate3d(533px, 500px, 0); -moz-transform: translate3d(533px, 500px, 0); -ms-transform: translate3d(533px, 500px, 0); -o-transform: translate3d(533px, 500px, 0); transform: translate3d(533px, 500px, 0); } 75% { -webkit-transform: translate3d(585px, 750px, 0); -moz-transform: translate3d(585px, 750px, 0); -ms-transform: translate3d(585px, 750px, 0); -o-transform: translate3d(585px, 750px, 0); transform: translate3d(585px, 750px, 0); } 100% { -webkit-transform: translate3d(528px, 1000px, 0); -moz-transform: translate3d(528px, 1000px, 0); -ms-transform: translate3d(528px, 1000px, 0); -o-transform: translate3d(528px, 1000px, 0); transform: translate3d(528px, 1000px, 0); }
}
@-webkit-keyframes what45 { 0% { -webkit-transform: translate3d(540px, 0px, 0); } 25% { -webkit-transform: translate3d(532px, 250px, 0); } 50% { -webkit-transform: translate3d(572px, 500px, 0); } 75% { -webkit-transform: translate3d(578px, 750px, 0); } 100% { -webkit-transform: translate3d(540px, 1000px, 0); }
}
@-moz-keyframes what45 { 0% { -moz-transform: translate3d(540px, 0px, 0); } 25% { -moz-transform: translate3d(536px, 250px, 0); } 50% { -moz-transform: translate3d(578px, 500px, 0); } 75% { -moz-transform: translate3d(610px, 750px, 0); } 100% { -moz-transform: translate3d(540px, 1000px, 0); }
}
@keyframes what45 { 0% { -webkit-transform: translate3d(540px, 0px, 0); -moz-transform: translate3d(540px, 0px, 0); -ms-transform: translate3d(540px, 0px, 0); -o-transform: translate3d(540px, 0px, 0); transform: translate3d(540px, 0px, 0); } 25% { -webkit-transform: translate3d(534px, 250px, 0); -moz-transform: translate3d(534px, 250px, 0); -ms-transform: translate3d(534px, 250px, 0); -o-transform: translate3d(534px, 250px, 0); transform: translate3d(534px, 250px, 0); } 50% { -webkit-transform: translate3d(559px, 500px, 0); -moz-transform: translate3d(559px, 500px, 0); -ms-transform: translate3d(559px, 500px, 0); -o-transform: translate3d(559px, 500px, 0); transform: translate3d(559px, 500px, 0); } 75% { -webkit-transform: translate3d(573px, 750px, 0); -moz-transform: translate3d(573px, 750px, 0); -ms-transform: translate3d(573px, 750px, 0); -o-transform: translate3d(573px, 750px, 0); transform: translate3d(573px, 750px, 0); } 100% { -webkit-transform: translate3d(540px, 1000px, 0); -moz-transform: translate3d(540px, 1000px, 0); -ms-transform: translate3d(540px, 1000px, 0); -o-transform: translate3d(540px, 1000px, 0); transform: translate3d(540px, 1000px, 0); }
}
@-webkit-keyframes what46 { 0% { -webkit-transform: translate3d(552px, 0px, 0); } 25% { -webkit-transform: translate3d(546px, 250px, 0); } 50% { -webkit-transform: translate3d(586px, 500px, 0); } 75% { -webkit-transform: translate3d(598px, 750px, 0); } 100% { -webkit-transform: translate3d(552px, 1000px, 0); }
}
@-moz-keyframes what46 { 0% { -moz-transform: translate3d(552px, 0px, 0); } 25% { -moz-transform: translate3d(551px, 250px, 0); } 50% { -moz-transform: translate3d(567px, 500px, 0); } 75% { -moz-transform: translate3d(600px, 750px, 0); } 100% { -moz-transform: translate3d(552px, 1000px, 0); }
}
@keyframes what46 { 0% { -webkit-transform: translate3d(552px, 0px, 0); -moz-transform: translate3d(552px, 0px, 0); -ms-transform: translate3d(552px, 0px, 0); -o-transform: translate3d(552px, 0px, 0); transform: translate3d(552px, 0px, 0); } 25% { -webkit-transform: translate3d(543px, 250px, 0); -moz-transform: translate3d(543px, 250px, 0); -ms-transform: translate3d(543px, 250px, 0); -o-transform: translate3d(543px, 250px, 0); transform: translate3d(543px, 250px, 0); } 50% { -webkit-transform: translate3d(571px, 500px, 0); -moz-transform: translate3d(571px, 500px, 0); -ms-transform: translate3d(571px, 500px, 0); -o-transform: translate3d(571px, 500px, 0); transform: translate3d(571px, 500px, 0); } 75% { -webkit-transform: translate3d(587px, 750px, 0); -moz-transform: translate3d(587px, 750px, 0); -ms-transform: translate3d(587px, 750px, 0); -o-transform: translate3d(587px, 750px, 0); transform: translate3d(587px, 750px, 0); } 100% { -webkit-transform: translate3d(552px, 1000px, 0); -moz-transform: translate3d(552px, 1000px, 0); -ms-transform: translate3d(552px, 1000px, 0); -o-transform: translate3d(552px, 1000px, 0); transform: translate3d(552px, 1000px, 0); }
}
@-webkit-keyframes what47 { 0% { -webkit-transform: translate3d(564px, 0px, 0); } 25% { -webkit-transform: translate3d(555px, 250px, 0); } 50% { -webkit-transform: translate3d(582px, 500px, 0); } 75% { -webkit-transform: translate3d(597px, 750px, 0); } 100% { -webkit-transform: translate3d(564px, 1000px, 0); }
}
@-moz-keyframes what47 { 0% { -moz-transform: translate3d(564px, 0px, 0); } 25% { -moz-transform: translate3d(563px, 250px, 0); } 50% { -moz-transform: translate3d(580px, 500px, 0); } 75% { -moz-transform: translate3d(628px, 750px, 0); } 100% { -moz-transform: translate3d(564px, 1000px, 0); }
}
@keyframes what47 { 0% { -webkit-transform: translate3d(564px, 0px, 0); -moz-transform: translate3d(564px, 0px, 0); -ms-transform: translate3d(564px, 0px, 0); -o-transform: translate3d(564px, 0px, 0); transform: translate3d(564px, 0px, 0); } 25% { -webkit-transform: translate3d(563px, 250px, 0); -moz-transform: translate3d(563px, 250px, 0); -ms-transform: translate3d(563px, 250px, 0); -o-transform: translate3d(563px, 250px, 0); transform: translate3d(563px, 250px, 0); } 50% { -webkit-transform: translate3d(579px, 500px, 0); -moz-transform: translate3d(579px, 500px, 0); -ms-transform: translate3d(579px, 500px, 0); -o-transform: translate3d(579px, 500px, 0); transform: translate3d(579px, 500px, 0); } 75% { -webkit-transform: translate3d(614px, 750px, 0); -moz-transform: translate3d(614px, 750px, 0); -ms-transform: translate3d(614px, 750px, 0); -o-transform: translate3d(614px, 750px, 0); transform: translate3d(614px, 750px, 0); } 100% { -webkit-transform: translate3d(564px, 1000px, 0); -moz-transform: translate3d(564px, 1000px, 0); -ms-transform: translate3d(564px, 1000px, 0); -o-transform: translate3d(564px, 1000px, 0); transform: translate3d(564px, 1000px, 0); }
}
@-webkit-keyframes what48 { 0% { -webkit-transform: translate3d(576px, 0px, 0); } 25% { -webkit-transform: translate3d(573px, 250px, 0); } 50% { -webkit-transform: translate3d(596px, 500px, 0); } 75% { -webkit-transform: translate3d(606px, 750px, 0); } 100% { -webkit-transform: translate3d(576px, 1000px, 0); }
}
@-moz-keyframes what48 { 0% { -moz-transform: translate3d(576px, 0px, 0); } 25% { -moz-transform: translate3d(574px, 250px, 0); } 50% { -moz-transform: translate3d(608px, 500px, 0); } 75% { -moz-transform: translate3d(622px, 750px, 0); } 100% { -moz-transform: translate3d(576px, 1000px, 0); }
}
@keyframes what48 { 0% { -webkit-transform: translate3d(576px, 0px, 0); -moz-transform: translate3d(576px, 0px, 0); -ms-transform: translate3d(576px, 0px, 0); -o-transform: translate3d(576px, 0px, 0); transform: translate3d(576px, 0px, 0); } 25% { -webkit-transform: translate3d(571px, 250px, 0); -moz-transform: translate3d(571px, 250px, 0); -ms-transform: translate3d(571px, 250px, 0); -o-transform: translate3d(571px, 250px, 0); transform: translate3d(571px, 250px, 0); } 50% { -webkit-transform: translate3d(614px, 500px, 0); -moz-transform: translate3d(614px, 500px, 0); -ms-transform: translate3d(614px, 500px, 0); -o-transform: translate3d(614px, 500px, 0); transform: translate3d(614px, 500px, 0); } 75% { -webkit-transform: translate3d(630px, 750px, 0); -moz-transform: translate3d(630px, 750px, 0); -ms-transform: translate3d(630px, 750px, 0); -o-transform: translate3d(630px, 750px, 0); transform: translate3d(630px, 750px, 0); } 100% { -webkit-transform: translate3d(576px, 1000px, 0); -moz-transform: translate3d(576px, 1000px, 0); -ms-transform: translate3d(576px, 1000px, 0); -o-transform: translate3d(576px, 1000px, 0); transform: translate3d(576px, 1000px, 0); }
}
@-webkit-keyframes what49 { 0% { -webkit-transform: translate3d(588px, 0px, 0); } 25% { -webkit-transform: translate3d(578px, 250px, 0); } 50% { -webkit-transform: translate3d(618px, 500px, 0); } 75% { -webkit-transform: translate3d(651px, 750px, 0); } 100% { -webkit-transform: translate3d(588px, 1000px, 0); }
}
@-moz-keyframes what49 { 0% { -moz-transform: translate3d(588px, 0px, 0); } 25% { -moz-transform: translate3d(584px, 250px, 0); } 50% { -moz-transform: translate3d(616px, 500px, 0); } 75% { -moz-transform: translate3d(622px, 750px, 0); } 100% { -moz-transform: translate3d(588px, 1000px, 0); }
}
@keyframes what49 { 0% { -webkit-transform: translate3d(588px, 0px, 0); -moz-transform: translate3d(588px, 0px, 0); -ms-transform: translate3d(588px, 0px, 0); -o-transform: translate3d(588px, 0px, 0); transform: translate3d(588px, 0px, 0); } 25% { -webkit-transform: translate3d(581px, 250px, 0); -moz-transform: translate3d(581px, 250px, 0); -ms-transform: translate3d(581px, 250px, 0); -o-transform: translate3d(581px, 250px, 0); transform: translate3d(581px, 250px, 0); } 50% { -webkit-transform: translate3d(611px, 500px, 0); -moz-transform: translate3d(611px, 500px, 0); -ms-transform: translate3d(611px, 500px, 0); -o-transform: translate3d(611px, 500px, 0); transform: translate3d(611px, 500px, 0); } 75% { -webkit-transform: translate3d(632px, 750px, 0); -moz-transform: translate3d(632px, 750px, 0); -ms-transform: translate3d(632px, 750px, 0); -o-transform: translate3d(632px, 750px, 0); transform: translate3d(632px, 750px, 0); } 100% { -webkit-transform: translate3d(588px, 1000px, 0); -moz-transform: translate3d(588px, 1000px, 0); -ms-transform: translate3d(588px, 1000px, 0); -o-transform: translate3d(588px, 1000px, 0); transform: translate3d(588px, 1000px, 0); }
}
@-webkit-keyframes what50 { 0% { -webkit-transform: translate3d(600px, 0px, 0); } 25% { -webkit-transform: translate3d(594px, 250px, 0); } 50% { -webkit-transform: translate3d(625px, 500px, 0); } 75% { -webkit-transform: translate3d(650px, 750px, 0); } 100% { -webkit-transform: translate3d(600px, 1000px, 0); }
}
@-moz-keyframes what50 { 0% { -moz-transform: translate3d(600px, 0px, 0); } 25% { -moz-transform: translate3d(596px, 250px, 0); } 50% { -moz-transform: translate3d(637px, 500px, 0); } 75% { -moz-transform: translate3d(661px, 750px, 0); } 100% { -moz-transform: translate3d(600px, 1000px, 0); }
}
@keyframes what50 { 0% { -webkit-transform: translate3d(600px, 0px, 0); -moz-transform: translate3d(600px, 0px, 0); -ms-transform: translate3d(600px, 0px, 0); -o-transform: translate3d(600px, 0px, 0); transform: translate3d(600px, 0px, 0); } 25% { -webkit-transform: translate3d(590px, 250px, 0); -moz-transform: translate3d(590px, 250px, 0); -ms-transform: translate3d(590px, 250px, 0); -o-transform: translate3d(590px, 250px, 0); transform: translate3d(590px, 250px, 0); } 50% { -webkit-transform: translate3d(631px, 500px, 0); -moz-transform: translate3d(631px, 500px, 0); -ms-transform: translate3d(631px, 500px, 0); -o-transform: translate3d(631px, 500px, 0); transform: translate3d(631px, 500px, 0); } 75% { -webkit-transform: translate3d(632px, 750px, 0); -moz-transform: translate3d(632px, 750px, 0); -ms-transform: translate3d(632px, 750px, 0); -o-transform: translate3d(632px, 750px, 0); transform: translate3d(632px, 750px, 0); } 100% { -webkit-transform: translate3d(600px, 1000px, 0); -moz-transform: translate3d(600px, 1000px, 0); -ms-transform: translate3d(600px, 1000px, 0); -o-transform: translate3d(600px, 1000px, 0); transform: translate3d(600px, 1000px, 0); }
}
@-webkit-keyframes what51 { 0% { -webkit-transform: translate3d(612px, 0px, 0); } 25% { -webkit-transform: translate3d(605px, 250px, 0); } 50% { -webkit-transform: translate3d(617px, 500px, 0); } 75% { -webkit-transform: translate3d(682px, 750px, 0); } 100% { -webkit-transform: translate3d(612px, 1000px, 0); }
}
@-moz-keyframes what51 { 0% { -moz-transform: translate3d(612px, 0px, 0); } 25% { -moz-transform: translate3d(610px, 250px, 0); } 50% { -moz-transform: translate3d(628px, 500px, 0); } 75% { -moz-transform: translate3d(662px, 750px, 0); } 100% { -moz-transform: translate3d(612px, 1000px, 0); }
}
@keyframes what51 { 0% { -webkit-transform: translate3d(612px, 0px, 0); -moz-transform: translate3d(612px, 0px, 0); -ms-transform: translate3d(612px, 0px, 0); -o-transform: translate3d(612px, 0px, 0); transform: translate3d(612px, 0px, 0); } 25% { -webkit-transform: translate3d(608px, 250px, 0); -moz-transform: translate3d(608px, 250px, 0); -ms-transform: translate3d(608px, 250px, 0); -o-transform: translate3d(608px, 250px, 0); transform: translate3d(608px, 250px, 0); } 50% { -webkit-transform: translate3d(625px, 500px, 0); -moz-transform: translate3d(625px, 500px, 0); -ms-transform: translate3d(625px, 500px, 0); -o-transform: translate3d(625px, 500px, 0); transform: translate3d(625px, 500px, 0); } 75% { -webkit-transform: translate3d(679px, 750px, 0); -moz-transform: translate3d(679px, 750px, 0); -ms-transform: translate3d(679px, 750px, 0); -o-transform: translate3d(679px, 750px, 0); transform: translate3d(679px, 750px, 0); } 100% { -webkit-transform: translate3d(612px, 1000px, 0); -moz-transform: translate3d(612px, 1000px, 0); -ms-transform: translate3d(612px, 1000px, 0); -o-transform: translate3d(612px, 1000px, 0); transform: translate3d(612px, 1000px, 0); }
}
@-webkit-keyframes what52 { 0% { -webkit-transform: translate3d(624px, 0px, 0); } 25% { -webkit-transform: translate3d(619px, 250px, 0); } 50% { -webkit-transform: translate3d(626px, 500px, 0); } 75% { -webkit-transform: translate3d(680px, 750px, 0); } 100% { -webkit-transform: translate3d(624px, 1000px, 0); }
}
@-moz-keyframes what52 { 0% { -moz-transform: translate3d(624px, 0px, 0); } 25% { -moz-transform: translate3d(614px, 250px, 0); } 50% { -moz-transform: translate3d(626px, 500px, 0); } 75% { -moz-transform: translate3d(681px, 750px, 0); } 100% { -moz-transform: translate3d(624px, 1000px, 0); }
}
@keyframes what52 { 0% { -webkit-transform: translate3d(624px, 0px, 0); -moz-transform: translate3d(624px, 0px, 0); -ms-transform: translate3d(624px, 0px, 0); -o-transform: translate3d(624px, 0px, 0); transform: translate3d(624px, 0px, 0); } 25% { -webkit-transform: translate3d(622px, 250px, 0); -moz-transform: translate3d(622px, 250px, 0); -ms-transform: translate3d(622px, 250px, 0); -o-transform: translate3d(622px, 250px, 0); transform: translate3d(622px, 250px, 0); } 50% { -webkit-transform: translate3d(638px, 500px, 0); -moz-transform: translate3d(638px, 500px, 0); -ms-transform: translate3d(638px, 500px, 0); -o-transform: translate3d(638px, 500px, 0); transform: translate3d(638px, 500px, 0); } 75% { -webkit-transform: translate3d(667px, 750px, 0); -moz-transform: translate3d(667px, 750px, 0); -ms-transform: translate3d(667px, 750px, 0); -o-transform: translate3d(667px, 750px, 0); transform: translate3d(667px, 750px, 0); } 100% { -webkit-transform: translate3d(624px, 1000px, 0); -moz-transform: translate3d(624px, 1000px, 0); -ms-transform: translate3d(624px, 1000px, 0); -o-transform: translate3d(624px, 1000px, 0); transform: translate3d(624px, 1000px, 0); }
}
@-webkit-keyframes what53 { 0% { -webkit-transform: translate3d(636px, 0px, 0); } 25% { -webkit-transform: translate3d(626px, 250px, 0); } 50% { -webkit-transform: translate3d(653px, 500px, 0); } 75% { -webkit-transform: translate3d(676px, 750px, 0); } 100% { -webkit-transform: translate3d(636px, 1000px, 0); }
}
@-moz-keyframes what53 { 0% { -moz-transform: translate3d(636px, 0px, 0); } 25% { -moz-transform: translate3d(626px, 250px, 0); } 50% { -moz-transform: translate3d(665px, 500px, 0); } 75% { -moz-transform: translate3d(677px, 750px, 0); } 100% { -moz-transform: translate3d(636px, 1000px, 0); }
}
@keyframes what53 { 0% { -webkit-transform: translate3d(636px, 0px, 0); -moz-transform: translate3d(636px, 0px, 0); -ms-transform: translate3d(636px, 0px, 0); -o-transform: translate3d(636px, 0px, 0); transform: translate3d(636px, 0px, 0); } 25% { -webkit-transform: translate3d(635px, 250px, 0); -moz-transform: translate3d(635px, 250px, 0); -ms-transform: translate3d(635px, 250px, 0); -o-transform: translate3d(635px, 250px, 0); transform: translate3d(635px, 250px, 0); } 50% { -webkit-transform: translate3d(669px, 500px, 0); -moz-transform: translate3d(669px, 500px, 0); -ms-transform: translate3d(669px, 500px, 0); -o-transform: translate3d(669px, 500px, 0); transform: translate3d(669px, 500px, 0); } 75% { -webkit-transform: translate3d(669px, 750px, 0); -moz-transform: translate3d(669px, 750px, 0); -ms-transform: translate3d(669px, 750px, 0); -o-transform: translate3d(669px, 750px, 0); transform: translate3d(669px, 750px, 0); } 100% { -webkit-transform: translate3d(636px, 1000px, 0); -moz-transform: translate3d(636px, 1000px, 0); -ms-transform: translate3d(636px, 1000px, 0); -o-transform: translate3d(636px, 1000px, 0); transform: translate3d(636px, 1000px, 0); }
}
@-webkit-keyframes what54 { 0% { -webkit-transform: translate3d(648px, 0px, 0); } 25% { -webkit-transform: translate3d(639px, 250px, 0); } 50% { -webkit-transform: translate3d(663px, 500px, 0); } 75% { -webkit-transform: translate3d(704px, 750px, 0); } 100% { -webkit-transform: translate3d(648px, 1000px, 0); }
}
@-moz-keyframes what54 { 0% { -moz-transform: translate3d(648px, 0px, 0); } 25% { -moz-transform: translate3d(642px, 250px, 0); } 50% { -moz-transform: translate3d(661px, 500px, 0); } 75% { -moz-transform: translate3d(685px, 750px, 0); } 100% { -moz-transform: translate3d(648px, 1000px, 0); }
}
@keyframes what54 { 0% { -webkit-transform: translate3d(648px, 0px, 0); -moz-transform: translate3d(648px, 0px, 0); -ms-transform: translate3d(648px, 0px, 0); -o-transform: translate3d(648px, 0px, 0); transform: translate3d(648px, 0px, 0); } 25% { -webkit-transform: translate3d(641px, 250px, 0); -moz-transform: translate3d(641px, 250px, 0); -ms-transform: translate3d(641px, 250px, 0); -o-transform: translate3d(641px, 250px, 0); transform: translate3d(641px, 250px, 0); } 50% { -webkit-transform: translate3d(671px, 500px, 0); -moz-transform: translate3d(671px, 500px, 0); -ms-transform: translate3d(671px, 500px, 0); -o-transform: translate3d(671px, 500px, 0); transform: translate3d(671px, 500px, 0); } 75% { -webkit-transform: translate3d(682px, 750px, 0); -moz-transform: translate3d(682px, 750px, 0); -ms-transform: translate3d(682px, 750px, 0); -o-transform: translate3d(682px, 750px, 0); transform: translate3d(682px, 750px, 0); } 100% { -webkit-transform: translate3d(648px, 1000px, 0); -moz-transform: translate3d(648px, 1000px, 0); -ms-transform: translate3d(648px, 1000px, 0); -o-transform: translate3d(648px, 1000px, 0); transform: translate3d(648px, 1000px, 0); }
}
@-webkit-keyframes what55 { 0% { -webkit-transform: translate3d(660px, 0px, 0); } 25% { -webkit-transform: translate3d(657px, 250px, 0); } 50% { -webkit-transform: translate3d(664px, 500px, 0); } 75% { -webkit-transform: translate3d(710px, 750px, 0); } 100% { -webkit-transform: translate3d(660px, 1000px, 0); }
}
@-moz-keyframes what55 { 0% { -moz-transform: translate3d(660px, 0px, 0); } 25% { -moz-transform: translate3d(657px, 250px, 0); } 50% { -moz-transform: translate3d(691px, 500px, 0); } 75% { -moz-transform: translate3d(730px, 750px, 0); } 100% { -moz-transform: translate3d(660px, 1000px, 0); }
}
@keyframes what55 { 0% { -webkit-transform: translate3d(660px, 0px, 0); -moz-transform: translate3d(660px, 0px, 0); -ms-transform: translate3d(660px, 0px, 0); -o-transform: translate3d(660px, 0px, 0); transform: translate3d(660px, 0px, 0); } 25% { -webkit-transform: translate3d(656px, 250px, 0); -moz-transform: translate3d(656px, 250px, 0); -ms-transform: translate3d(656px, 250px, 0); -o-transform: translate3d(656px, 250px, 0); transform: translate3d(656px, 250px, 0); } 50% { -webkit-transform: translate3d(699px, 500px, 0); -moz-transform: translate3d(699px, 500px, 0); -ms-transform: translate3d(699px, 500px, 0); -o-transform: translate3d(699px, 500px, 0); transform: translate3d(699px, 500px, 0); } 75% { -webkit-transform: translate3d(718px, 750px, 0); -moz-transform: translate3d(718px, 750px, 0); -ms-transform: translate3d(718px, 750px, 0); -o-transform: translate3d(718px, 750px, 0); transform: translate3d(718px, 750px, 0); } 100% { -webkit-transform: translate3d(660px, 1000px, 0); -moz-transform: translate3d(660px, 1000px, 0); -ms-transform: translate3d(660px, 1000px, 0); -o-transform: translate3d(660px, 1000px, 0); transform: translate3d(660px, 1000px, 0); }
}
@-webkit-keyframes what56 { 0% { -webkit-transform: translate3d(672px, 0px, 0); } 25% { -webkit-transform: translate3d(670px, 250px, 0); } 50% { -webkit-transform: translate3d(710px, 500px, 0); } 75% { -webkit-transform: translate3d(732px, 750px, 0); } 100% { -webkit-transform: translate3d(672px, 1000px, 0); }
}
@-moz-keyframes what56 { 0% { -moz-transform: translate3d(672px, 0px, 0); } 25% { -moz-transform: translate3d(669px, 250px, 0); } 50% { -moz-transform: translate3d(711px, 500px, 0); } 75% { -moz-transform: translate3d(722px, 750px, 0); } 100% { -moz-transform: translate3d(672px, 1000px, 0); }
}
@keyframes what56 { 0% { -webkit-transform: translate3d(672px, 0px, 0); -moz-transform: translate3d(672px, 0px, 0); -ms-transform: translate3d(672px, 0px, 0); -o-transform: translate3d(672px, 0px, 0); transform: translate3d(672px, 0px, 0); } 25% { -webkit-transform: translate3d(669px, 250px, 0); -moz-transform: translate3d(669px, 250px, 0); -ms-transform: translate3d(669px, 250px, 0); -o-transform: translate3d(669px, 250px, 0); transform: translate3d(669px, 250px, 0); } 50% { -webkit-transform: translate3d(679px, 500px, 0); -moz-transform: translate3d(679px, 500px, 0); -ms-transform: translate3d(679px, 500px, 0); -o-transform: translate3d(679px, 500px, 0); transform: translate3d(679px, 500px, 0); } 75% { -webkit-transform: translate3d(717px, 750px, 0); -moz-transform: translate3d(717px, 750px, 0); -ms-transform: translate3d(717px, 750px, 0); -o-transform: translate3d(717px, 750px, 0); transform: translate3d(717px, 750px, 0); } 100% { -webkit-transform: translate3d(672px, 1000px, 0); -moz-transform: translate3d(672px, 1000px, 0); -ms-transform: translate3d(672px, 1000px, 0); -o-transform: translate3d(672px, 1000px, 0); transform: translate3d(672px, 1000px, 0); }
}
@-webkit-keyframes what57 { 0% { -webkit-transform: translate3d(684px, 0px, 0); } 25% { -webkit-transform: translate3d(682px, 250px, 0); } 50% { -webkit-transform: translate3d(688px, 500px, 0); } 75% { -webkit-transform: translate3d(754px, 750px, 0); } 100% { -webkit-transform: translate3d(684px, 1000px, 0); }
}
@-moz-keyframes what57 { 0% { -moz-transform: translate3d(684px, 0px, 0); } 25% { -moz-transform: translate3d(677px, 250px, 0); } 50% { -moz-transform: translate3d(710px, 500px, 0); } 75% { -moz-transform: translate3d(731px, 750px, 0); } 100% { -moz-transform: translate3d(684px, 1000px, 0); }
}
@keyframes what57 { 0% { -webkit-transform: translate3d(684px, 0px, 0); -moz-transform: translate3d(684px, 0px, 0); -ms-transform: translate3d(684px, 0px, 0); -o-transform: translate3d(684px, 0px, 0); transform: translate3d(684px, 0px, 0); } 25% { -webkit-transform: translate3d(680px, 250px, 0); -moz-transform: translate3d(680px, 250px, 0); -ms-transform: translate3d(680px, 250px, 0); -o-transform: translate3d(680px, 250px, 0); transform: translate3d(680px, 250px, 0); } 50% { -webkit-transform: translate3d(687px, 500px, 0); -moz-transform: translate3d(687px, 500px, 0); -ms-transform: translate3d(687px, 500px, 0); -o-transform: translate3d(687px, 500px, 0); transform: translate3d(687px, 500px, 0); } 75% { -webkit-transform: translate3d(723px, 750px, 0); -moz-transform: translate3d(723px, 750px, 0); -ms-transform: translate3d(723px, 750px, 0); -o-transform: translate3d(723px, 750px, 0); transform: translate3d(723px, 750px, 0); } 100% { -webkit-transform: translate3d(684px, 1000px, 0); -moz-transform: translate3d(684px, 1000px, 0); -ms-transform: translate3d(684px, 1000px, 0); -o-transform: translate3d(684px, 1000px, 0); transform: translate3d(684px, 1000px, 0); }
}
@-webkit-keyframes what58 { 0% { -webkit-transform: translate3d(696px, 0px, 0); } 25% { -webkit-transform: translate3d(686px, 250px, 0); } 50% { -webkit-transform: translate3d(735px, 500px, 0); } 75% { -webkit-transform: translate3d(742px, 750px, 0); } 100% { -webkit-transform: translate3d(696px, 1000px, 0); }
}
@-moz-keyframes what58 { 0% { -moz-transform: translate3d(696px, 0px, 0); } 25% { -moz-transform: translate3d(695px, 250px, 0); } 50% { -moz-transform: translate3d(728px, 500px, 0); } 75% { -moz-transform: translate3d(732px, 750px, 0); } 100% { -moz-transform: translate3d(696px, 1000px, 0); }
}
@keyframes what58 { 0% { -webkit-transform: translate3d(696px, 0px, 0); -moz-transform: translate3d(696px, 0px, 0); -ms-transform: translate3d(696px, 0px, 0); -o-transform: translate3d(696px, 0px, 0); transform: translate3d(696px, 0px, 0); } 25% { -webkit-transform: translate3d(694px, 250px, 0); -moz-transform: translate3d(694px, 250px, 0); -ms-transform: translate3d(694px, 250px, 0); -o-transform: translate3d(694px, 250px, 0); transform: translate3d(694px, 250px, 0); } 50% { -webkit-transform: translate3d(709px, 500px, 0); -moz-transform: translate3d(709px, 500px, 0); -ms-transform: translate3d(709px, 500px, 0); -o-transform: translate3d(709px, 500px, 0); transform: translate3d(709px, 500px, 0); } 75% { -webkit-transform: translate3d(755px, 750px, 0); -moz-transform: translate3d(755px, 750px, 0); -ms-transform: translate3d(755px, 750px, 0); -o-transform: translate3d(755px, 750px, 0); transform: translate3d(755px, 750px, 0); } 100% { -webkit-transform: translate3d(696px, 1000px, 0); -moz-transform: translate3d(696px, 1000px, 0); -ms-transform: translate3d(696px, 1000px, 0); -o-transform: translate3d(696px, 1000px, 0); transform: translate3d(696px, 1000px, 0); }
}
@-webkit-keyframes what59 { 0% { -webkit-transform: translate3d(708px, 0px, 0); } 25% { -webkit-transform: translate3d(706px, 250px, 0); } 50% { -webkit-transform: translate3d(741px, 500px, 0); } 75% { -webkit-transform: translate3d(759px, 750px, 0); } 100% { -webkit-transform: translate3d(708px, 1000px, 0); }
}
@-moz-keyframes what59 { 0% { -moz-transform: translate3d(708px, 0px, 0); } 25% { -moz-transform: translate3d(699px, 250px, 0); } 50% { -moz-transform: translate3d(715px, 500px, 0); } 75% { -moz-transform: translate3d(748px, 750px, 0); } 100% { -moz-transform: translate3d(708px, 1000px, 0); }
}
@keyframes what59 { 0% { -webkit-transform: translate3d(708px, 0px, 0); -moz-transform: translate3d(708px, 0px, 0); -ms-transform: translate3d(708px, 0px, 0); -o-transform: translate3d(708px, 0px, 0); transform: translate3d(708px, 0px, 0); } 25% { -webkit-transform: translate3d(703px, 250px, 0); -moz-transform: translate3d(703px, 250px, 0); -ms-transform: translate3d(703px, 250px, 0); -o-transform: translate3d(703px, 250px, 0); transform: translate3d(703px, 250px, 0); } 50% { -webkit-transform: translate3d(740px, 500px, 0); -moz-transform: translate3d(740px, 500px, 0); -ms-transform: translate3d(740px, 500px, 0); -o-transform: translate3d(740px, 500px, 0); transform: translate3d(740px, 500px, 0); } 75% { -webkit-transform: translate3d(746px, 750px, 0); -moz-transform: translate3d(746px, 750px, 0); -ms-transform: translate3d(746px, 750px, 0); -o-transform: translate3d(746px, 750px, 0); transform: translate3d(746px, 750px, 0); } 100% { -webkit-transform: translate3d(708px, 1000px, 0); -moz-transform: translate3d(708px, 1000px, 0); -ms-transform: translate3d(708px, 1000px, 0); -o-transform: translate3d(708px, 1000px, 0); transform: translate3d(708px, 1000px, 0); }
}
@-webkit-keyframes what60 { 0% { -webkit-transform: translate3d(720px, 0px, 0); } 25% { -webkit-transform: translate3d(720px, 250px, 0); } 50% { -webkit-transform: translate3d(743px, 500px, 0); } 75% { -webkit-transform: translate3d(753px, 750px, 0); } 100% { -webkit-transform: translate3d(720px, 1000px, 0); }
}
@-moz-keyframes what60 { 0% { -moz-transform: translate3d(720px, 0px, 0); } 25% { -moz-transform: translate3d(710px, 250px, 0); } 50% { -moz-transform: translate3d(760px, 500px, 0); } 75% { -moz-transform: translate3d(764px, 750px, 0); } 100% { -moz-transform: translate3d(720px, 1000px, 0); }
}
@keyframes what60 { 0% { -webkit-transform: translate3d(720px, 0px, 0); -moz-transform: translate3d(720px, 0px, 0); -ms-transform: translate3d(720px, 0px, 0); -o-transform: translate3d(720px, 0px, 0); transform: translate3d(720px, 0px, 0); } 25% { -webkit-transform: translate3d(713px, 250px, 0); -moz-transform: translate3d(713px, 250px, 0); -ms-transform: translate3d(713px, 250px, 0); -o-transform: translate3d(713px, 250px, 0); transform: translate3d(713px, 250px, 0); } 50% { -webkit-transform: translate3d(760px, 500px, 0); -moz-transform: translate3d(760px, 500px, 0); -ms-transform: translate3d(760px, 500px, 0); -o-transform: translate3d(760px, 500px, 0); transform: translate3d(760px, 500px, 0); } 75% { -webkit-transform: translate3d(761px, 750px, 0); -moz-transform: translate3d(761px, 750px, 0); -ms-transform: translate3d(761px, 750px, 0); -o-transform: translate3d(761px, 750px, 0); transform: translate3d(761px, 750px, 0); } 100% { -webkit-transform: translate3d(720px, 1000px, 0); -moz-transform: translate3d(720px, 1000px, 0); -ms-transform: translate3d(720px, 1000px, 0); -o-transform: translate3d(720px, 1000px, 0); transform: translate3d(720px, 1000px, 0); }
}
@-webkit-keyframes what61 { 0% { -webkit-transform: translate3d(732px, 0px, 0); } 25% { -webkit-transform: translate3d(726px, 250px, 0); } 50% { -webkit-transform: translate3d(766px, 500px, 0); } 75% { -webkit-transform: translate3d(779px, 750px, 0); } 100% { -webkit-transform: translate3d(732px, 1000px, 0); }
}
@-moz-keyframes what61 { 0% { -moz-transform: translate3d(732px, 0px, 0); } 25% { -moz-transform: translate3d(729px, 250px, 0); } 50% { -moz-transform: translate3d(740px, 500px, 0); } 75% { -moz-transform: translate3d(771px, 750px, 0); } 100% { -moz-transform: translate3d(732px, 1000px, 0); }
}
@keyframes what61 { 0% { -webkit-transform: translate3d(732px, 0px, 0); -moz-transform: translate3d(732px, 0px, 0); -ms-transform: translate3d(732px, 0px, 0); -o-transform: translate3d(732px, 0px, 0); transform: translate3d(732px, 0px, 0); } 25% { -webkit-transform: translate3d(726px, 250px, 0); -moz-transform: translate3d(726px, 250px, 0); -ms-transform: translate3d(726px, 250px, 0); -o-transform: translate3d(726px, 250px, 0); transform: translate3d(726px, 250px, 0); } 50% { -webkit-transform: translate3d(769px, 500px, 0); -moz-transform: translate3d(769px, 500px, 0); -ms-transform: translate3d(769px, 500px, 0); -o-transform: translate3d(769px, 500px, 0); transform: translate3d(769px, 500px, 0); } 75% { -webkit-transform: translate3d(792px, 750px, 0); -moz-transform: translate3d(792px, 750px, 0); -ms-transform: translate3d(792px, 750px, 0); -o-transform: translate3d(792px, 750px, 0); transform: translate3d(792px, 750px, 0); } 100% { -webkit-transform: translate3d(732px, 1000px, 0); -moz-transform: translate3d(732px, 1000px, 0); -ms-transform: translate3d(732px, 1000px, 0); -o-transform: translate3d(732px, 1000px, 0); transform: translate3d(732px, 1000px, 0); }
}
@-webkit-keyframes what62 { 0% { -webkit-transform: translate3d(744px, 0px, 0); } 25% { -webkit-transform: translate3d(743px, 250px, 0); } 50% { -webkit-transform: translate3d(756px, 500px, 0); } 75% { -webkit-transform: translate3d(794px, 750px, 0); } 100% { -webkit-transform: translate3d(744px, 1000px, 0); }
}
@-moz-keyframes what62 { 0% { -moz-transform: translate3d(744px, 0px, 0); } 25% { -moz-transform: translate3d(735px, 250px, 0); } 50% { -moz-transform: translate3d(772px, 500px, 0); } 75% { -moz-transform: translate3d(783px, 750px, 0); } 100% { -moz-transform: translate3d(744px, 1000px, 0); }
}
@keyframes what62 { 0% { -webkit-transform: translate3d(744px, 0px, 0); -moz-transform: translate3d(744px, 0px, 0); -ms-transform: translate3d(744px, 0px, 0); -o-transform: translate3d(744px, 0px, 0); transform: translate3d(744px, 0px, 0); } 25% { -webkit-transform: translate3d(736px, 250px, 0); -moz-transform: translate3d(736px, 250px, 0); -ms-transform: translate3d(736px, 250px, 0); -o-transform: translate3d(736px, 250px, 0); transform: translate3d(736px, 250px, 0); } 50% { -webkit-transform: translate3d(750px, 500px, 0); -moz-transform: translate3d(750px, 500px, 0); -ms-transform: translate3d(750px, 500px, 0); -o-transform: translate3d(750px, 500px, 0); transform: translate3d(750px, 500px, 0); } 75% { -webkit-transform: translate3d(795px, 750px, 0); -moz-transform: translate3d(795px, 750px, 0); -ms-transform: translate3d(795px, 750px, 0); -o-transform: translate3d(795px, 750px, 0); transform: translate3d(795px, 750px, 0); } 100% { -webkit-transform: translate3d(744px, 1000px, 0); -moz-transform: translate3d(744px, 1000px, 0); -ms-transform: translate3d(744px, 1000px, 0); -o-transform: translate3d(744px, 1000px, 0); transform: translate3d(744px, 1000px, 0); }
}
@-webkit-keyframes what63 { 0% { -webkit-transform: translate3d(756px, 0px, 0); } 25% { -webkit-transform: translate3d(747px, 250px, 0); } 50% { -webkit-transform: translate3d(773px, 500px, 0); } 75% { -webkit-transform: translate3d(820px, 750px, 0); } 100% { -webkit-transform: translate3d(756px, 1000px, 0); }
}
@-moz-keyframes what63 { 0% { -moz-transform: translate3d(756px, 0px, 0); } 25% { -moz-transform: translate3d(749px, 250px, 0); } 50% { -moz-transform: translate3d(779px, 500px, 0); } 75% { -moz-transform: translate3d(796px, 750px, 0); } 100% { -moz-transform: translate3d(756px, 1000px, 0); }
}
@keyframes what63 { 0% { -webkit-transform: translate3d(756px, 0px, 0); -moz-transform: translate3d(756px, 0px, 0); -ms-transform: translate3d(756px, 0px, 0); -o-transform: translate3d(756px, 0px, 0); transform: translate3d(756px, 0px, 0); } 25% { -webkit-transform: translate3d(754px, 250px, 0); -moz-transform: translate3d(754px, 250px, 0); -ms-transform: translate3d(754px, 250px, 0); -o-transform: translate3d(754px, 250px, 0); transform: translate3d(754px, 250px, 0); } 50% { -webkit-transform: translate3d(764px, 500px, 0); -moz-transform: translate3d(764px, 500px, 0); -ms-transform: translate3d(764px, 500px, 0); -o-transform: translate3d(764px, 500px, 0); transform: translate3d(764px, 500px, 0); } 75% { -webkit-transform: translate3d(821px, 750px, 0); -moz-transform: translate3d(821px, 750px, 0); -ms-transform: translate3d(821px, 750px, 0); -o-transform: translate3d(821px, 750px, 0); transform: translate3d(821px, 750px, 0); } 100% { -webkit-transform: translate3d(756px, 1000px, 0); -moz-transform: translate3d(756px, 1000px, 0); -ms-transform: translate3d(756px, 1000px, 0); -o-transform: translate3d(756px, 1000px, 0); transform: translate3d(756px, 1000px, 0); }
}
@-webkit-keyframes what64 { 0% { -webkit-transform: translate3d(768px, 0px, 0); } 25% { -webkit-transform: translate3d(767px, 250px, 0); } 50% { -webkit-transform: translate3d(775px, 500px, 0); } 75% { -webkit-transform: translate3d(829px, 750px, 0); } 100% { -webkit-transform: translate3d(768px, 1000px, 0); }
}
@-moz-keyframes what64 { 0% { -moz-transform: translate3d(768px, 0px, 0); } 25% { -moz-transform: translate3d(761px, 250px, 0); } 50% { -moz-transform: translate3d(801px, 500px, 0); } 75% { -moz-transform: translate3d(817px, 750px, 0); } 100% { -moz-transform: translate3d(768px, 1000px, 0); }
}
@keyframes what64 { 0% { -webkit-transform: translate3d(768px, 0px, 0); -moz-transform: translate3d(768px, 0px, 0); -ms-transform: translate3d(768px, 0px, 0); -o-transform: translate3d(768px, 0px, 0); transform: translate3d(768px, 0px, 0); } 25% { -webkit-transform: translate3d(763px, 250px, 0); -moz-transform: translate3d(763px, 250px, 0); -ms-transform: translate3d(763px, 250px, 0); -o-transform: translate3d(763px, 250px, 0); transform: translate3d(763px, 250px, 0); } 50% { -webkit-transform: translate3d(804px, 500px, 0); -moz-transform: translate3d(804px, 500px, 0); -ms-transform: translate3d(804px, 500px, 0); -o-transform: translate3d(804px, 500px, 0); transform: translate3d(804px, 500px, 0); } 75% { -webkit-transform: translate3d(836px, 750px, 0); -moz-transform: translate3d(836px, 750px, 0); -ms-transform: translate3d(836px, 750px, 0); -o-transform: translate3d(836px, 750px, 0); transform: translate3d(836px, 750px, 0); } 100% { -webkit-transform: translate3d(768px, 1000px, 0); -moz-transform: translate3d(768px, 1000px, 0); -ms-transform: translate3d(768px, 1000px, 0); -o-transform: translate3d(768px, 1000px, 0); transform: translate3d(768px, 1000px, 0); }
}
@-webkit-keyframes what65 { 0% { -webkit-transform: translate3d(780px, 0px, 0); } 25% { -webkit-transform: translate3d(777px, 250px, 0); } 50% { -webkit-transform: translate3d(800px, 500px, 0); } 75% { -webkit-transform: translate3d(822px, 750px, 0); } 100% { -webkit-transform: translate3d(780px, 1000px, 0); }
}
@-moz-keyframes what65 { 0% { -moz-transform: translate3d(780px, 0px, 0); } 25% { -moz-transform: translate3d(772px, 250px, 0); } 50% { -moz-transform: translate3d(815px, 500px, 0); } 75% { -moz-transform: translate3d(850px, 750px, 0); } 100% { -moz-transform: translate3d(780px, 1000px, 0); }
}
@keyframes what65 { 0% { -webkit-transform: translate3d(780px, 0px, 0); -moz-transform: translate3d(780px, 0px, 0); -ms-transform: translate3d(780px, 0px, 0); -o-transform: translate3d(780px, 0px, 0); transform: translate3d(780px, 0px, 0); } 25% { -webkit-transform: translate3d(773px, 250px, 0); -moz-transform: translate3d(773px, 250px, 0); -ms-transform: translate3d(773px, 250px, 0); -o-transform: translate3d(773px, 250px, 0); transform: translate3d(773px, 250px, 0); } 50% { -webkit-transform: translate3d(786px, 500px, 0); -moz-transform: translate3d(786px, 500px, 0); -ms-transform: translate3d(786px, 500px, 0); -o-transform: translate3d(786px, 500px, 0); transform: translate3d(786px, 500px, 0); } 75% { -webkit-transform: translate3d(818px, 750px, 0); -moz-transform: translate3d(818px, 750px, 0); -ms-transform: translate3d(818px, 750px, 0); -o-transform: translate3d(818px, 750px, 0); transform: translate3d(818px, 750px, 0); } 100% { -webkit-transform: translate3d(780px, 1000px, 0); -moz-transform: translate3d(780px, 1000px, 0); -ms-transform: translate3d(780px, 1000px, 0); -o-transform: translate3d(780px, 1000px, 0); transform: translate3d(780px, 1000px, 0); }
}
@-webkit-keyframes what66 { 0% { -webkit-transform: translate3d(792px, 0px, 0); } 25% { -webkit-transform: translate3d(782px, 250px, 0); } 50% { -webkit-transform: translate3d(810px, 500px, 0); } 75% { -webkit-transform: translate3d(860px, 750px, 0); } 100% { -webkit-transform: translate3d(792px, 1000px, 0); }
}
@-moz-keyframes what66 { 0% { -moz-transform: translate3d(792px, 0px, 0); } 25% { -moz-transform: translate3d(782px, 250px, 0); } 50% { -moz-transform: translate3d(812px, 500px, 0); } 75% { -moz-transform: translate3d(858px, 750px, 0); } 100% { -moz-transform: translate3d(792px, 1000px, 0); }
}
@keyframes what66 { 0% { -webkit-transform: translate3d(792px, 0px, 0); -moz-transform: translate3d(792px, 0px, 0); -ms-transform: translate3d(792px, 0px, 0); -o-transform: translate3d(792px, 0px, 0); transform: translate3d(792px, 0px, 0); } 25% { -webkit-transform: translate3d(792px, 250px, 0); -moz-transform: translate3d(792px, 250px, 0); -ms-transform: translate3d(792px, 250px, 0); -o-transform: translate3d(792px, 250px, 0); transform: translate3d(792px, 250px, 0); } 50% { -webkit-transform: translate3d(817px, 500px, 0); -moz-transform: translate3d(817px, 500px, 0); -ms-transform: translate3d(817px, 500px, 0); -o-transform: translate3d(817px, 500px, 0); transform: translate3d(817px, 500px, 0); } 75% { -webkit-transform: translate3d(845px, 750px, 0); -moz-transform: translate3d(845px, 750px, 0); -ms-transform: translate3d(845px, 750px, 0); -o-transform: translate3d(845px, 750px, 0); transform: translate3d(845px, 750px, 0); } 100% { -webkit-transform: translate3d(792px, 1000px, 0); -moz-transform: translate3d(792px, 1000px, 0); -ms-transform: translate3d(792px, 1000px, 0); -o-transform: translate3d(792px, 1000px, 0); transform: translate3d(792px, 1000px, 0); }
}
@-webkit-keyframes what67 { 0% { -webkit-transform: translate3d(804px, 0px, 0); } 25% { -webkit-transform: translate3d(803px, 250px, 0); } 50% { -webkit-transform: translate3d(823px, 500px, 0); } 75% { -webkit-transform: translate3d(849px, 750px, 0); } 100% { -webkit-transform: translate3d(804px, 1000px, 0); }
}
@-moz-keyframes what67 { 0% { -moz-transform: translate3d(804px, 0px, 0); } 25% { -moz-transform: translate3d(801px, 250px, 0); } 50% { -moz-transform: translate3d(806px, 500px, 0); } 75% { -moz-transform: translate3d(861px, 750px, 0); } 100% { -moz-transform: translate3d(804px, 1000px, 0); }
}
@keyframes what67 { 0% { -webkit-transform: translate3d(804px, 0px, 0); -moz-transform: translate3d(804px, 0px, 0); -ms-transform: translate3d(804px, 0px, 0); -o-transform: translate3d(804px, 0px, 0); transform: translate3d(804px, 0px, 0); } 25% { -webkit-transform: translate3d(797px, 250px, 0); -moz-transform: translate3d(797px, 250px, 0); -ms-transform: translate3d(797px, 250px, 0); -o-transform: translate3d(797px, 250px, 0); transform: translate3d(797px, 250px, 0); } 50% { -webkit-transform: translate3d(807px, 500px, 0); -moz-transform: translate3d(807px, 500px, 0); -ms-transform: translate3d(807px, 500px, 0); -o-transform: translate3d(807px, 500px, 0); transform: translate3d(807px, 500px, 0); } 75% { -webkit-transform: translate3d(843px, 750px, 0); -moz-transform: translate3d(843px, 750px, 0); -ms-transform: translate3d(843px, 750px, 0); -o-transform: translate3d(843px, 750px, 0); transform: translate3d(843px, 750px, 0); } 100% { -webkit-transform: translate3d(804px, 1000px, 0); -moz-transform: translate3d(804px, 1000px, 0); -ms-transform: translate3d(804px, 1000px, 0); -o-transform: translate3d(804px, 1000px, 0); transform: translate3d(804px, 1000px, 0); }
}
@-webkit-keyframes what68 { 0% { -webkit-transform: translate3d(816px, 0px, 0); } 25% { -webkit-transform: translate3d(809px, 250px, 0); } 50% { -webkit-transform: translate3d(826px, 500px, 0); } 75% { -webkit-transform: translate3d(855px, 750px, 0); } 100% { -webkit-transform: translate3d(816px, 1000px, 0); }
}
@-moz-keyframes what68 { 0% { -moz-transform: translate3d(816px, 0px, 0); } 25% { -moz-transform: translate3d(814px, 250px, 0); } 50% { -moz-transform: translate3d(854px, 500px, 0); } 75% { -moz-transform: translate3d(869px, 750px, 0); } 100% { -moz-transform: translate3d(816px, 1000px, 0); }
}
@keyframes what68 { 0% { -webkit-transform: translate3d(816px, 0px, 0); -moz-transform: translate3d(816px, 0px, 0); -ms-transform: translate3d(816px, 0px, 0); -o-transform: translate3d(816px, 0px, 0); transform: translate3d(816px, 0px, 0); } 25% { -webkit-transform: translate3d(811px, 250px, 0); -moz-transform: translate3d(811px, 250px, 0); -ms-transform: translate3d(811px, 250px, 0); -o-transform: translate3d(811px, 250px, 0); transform: translate3d(811px, 250px, 0); } 50% { -webkit-transform: translate3d(840px, 500px, 0); -moz-transform: translate3d(840px, 500px, 0); -ms-transform: translate3d(840px, 500px, 0); -o-transform: translate3d(840px, 500px, 0); transform: translate3d(840px, 500px, 0); } 75% { -webkit-transform: translate3d(869px, 750px, 0); -moz-transform: translate3d(869px, 750px, 0); -ms-transform: translate3d(869px, 750px, 0); -o-transform: translate3d(869px, 750px, 0); transform: translate3d(869px, 750px, 0); } 100% { -webkit-transform: translate3d(816px, 1000px, 0); -moz-transform: translate3d(816px, 1000px, 0); -ms-transform: translate3d(816px, 1000px, 0); -o-transform: translate3d(816px, 1000px, 0); transform: translate3d(816px, 1000px, 0); }
}
@-webkit-keyframes what69 { 0% { -webkit-transform: translate3d(828px, 0px, 0); } 25% { -webkit-transform: translate3d(822px, 250px, 0); } 50% { -webkit-transform: translate3d(858px, 500px, 0); } 75% { -webkit-transform: translate3d(861px, 750px, 0); } 100% { -webkit-transform: translate3d(828px, 1000px, 0); }
}
@-moz-keyframes what69 { 0% { -moz-transform: translate3d(828px, 0px, 0); } 25% { -moz-transform: translate3d(819px, 250px, 0); } 50% { -moz-transform: translate3d(833px, 500px, 0); } 75% { -moz-transform: translate3d(866px, 750px, 0); } 100% { -moz-transform: translate3d(828px, 1000px, 0); }
}
@keyframes what69 { 0% { -webkit-transform: translate3d(828px, 0px, 0); -moz-transform: translate3d(828px, 0px, 0); -ms-transform: translate3d(828px, 0px, 0); -o-transform: translate3d(828px, 0px, 0); transform: translate3d(828px, 0px, 0); } 25% { -webkit-transform: translate3d(827px, 250px, 0); -moz-transform: translate3d(827px, 250px, 0); -ms-transform: translate3d(827px, 250px, 0); -o-transform: translate3d(827px, 250px, 0); transform: translate3d(827px, 250px, 0); } 50% { -webkit-transform: translate3d(864px, 500px, 0); -moz-transform: translate3d(864px, 500px, 0); -ms-transform: translate3d(864px, 500px, 0); -o-transform: translate3d(864px, 500px, 0); transform: translate3d(864px, 500px, 0); } 75% { -webkit-transform: translate3d(896px, 750px, 0); -moz-transform: translate3d(896px, 750px, 0); -ms-transform: translate3d(896px, 750px, 0); -o-transform: translate3d(896px, 750px, 0); transform: translate3d(896px, 750px, 0); } 100% { -webkit-transform: translate3d(828px, 1000px, 0); -moz-transform: translate3d(828px, 1000px, 0); -ms-transform: translate3d(828px, 1000px, 0); -o-transform: translate3d(828px, 1000px, 0); transform: translate3d(828px, 1000px, 0); }
}
@-webkit-keyframes what70 { 0% { -webkit-transform: translate3d(840px, 0px, 0); } 25% { -webkit-transform: translate3d(830px, 250px, 0); } 50% { -webkit-transform: translate3d(872px, 500px, 0); } 75% { -webkit-transform: translate3d(889px, 750px, 0); } 100% { -webkit-transform: translate3d(840px, 1000px, 0); }
}
@-moz-keyframes what70 { 0% { -moz-transform: translate3d(840px, 0px, 0); } 25% { -moz-transform: translate3d(834px, 250px, 0); } 50% { -moz-transform: translate3d(855px, 500px, 0); } 75% { -moz-transform: translate3d(894px, 750px, 0); } 100% { -moz-transform: translate3d(840px, 1000px, 0); }
}
@keyframes what70 { 0% { -webkit-transform: translate3d(840px, 0px, 0); -moz-transform: translate3d(840px, 0px, 0); -ms-transform: translate3d(840px, 0px, 0); -o-transform: translate3d(840px, 0px, 0); transform: translate3d(840px, 0px, 0); } 25% { -webkit-transform: translate3d(833px, 250px, 0); -moz-transform: translate3d(833px, 250px, 0); -ms-transform: translate3d(833px, 250px, 0); -o-transform: translate3d(833px, 250px, 0); transform: translate3d(833px, 250px, 0); } 50% { -webkit-transform: translate3d(867px, 500px, 0); -moz-transform: translate3d(867px, 500px, 0); -ms-transform: translate3d(867px, 500px, 0); -o-transform: translate3d(867px, 500px, 0); transform: translate3d(867px, 500px, 0); } 75% { -webkit-transform: translate3d(901px, 750px, 0); -moz-transform: translate3d(901px, 750px, 0); -ms-transform: translate3d(901px, 750px, 0); -o-transform: translate3d(901px, 750px, 0); transform: translate3d(901px, 750px, 0); } 100% { -webkit-transform: translate3d(840px, 1000px, 0); -moz-transform: translate3d(840px, 1000px, 0); -ms-transform: translate3d(840px, 1000px, 0); -o-transform: translate3d(840px, 1000px, 0); transform: translate3d(840px, 1000px, 0); }
}
@-webkit-keyframes what71 { 0% { -webkit-transform: translate3d(852px, 0px, 0); } 25% { -webkit-transform: translate3d(845px, 250px, 0); } 50% { -webkit-transform: translate3d(875px, 500px, 0); } 75% { -webkit-transform: translate3d(900px, 750px, 0); } 100% { -webkit-transform: translate3d(852px, 1000px, 0); }
}
@-moz-keyframes what71 { 0% { -moz-transform: translate3d(852px, 0px, 0); } 25% { -moz-transform: translate3d(845px, 250px, 0); } 50% { -moz-transform: translate3d(884px, 500px, 0); } 75% { -moz-transform: translate3d(897px, 750px, 0); } 100% { -moz-transform: translate3d(852px, 1000px, 0); }
}
@keyframes what71 { 0% { -webkit-transform: translate3d(852px, 0px, 0); -moz-transform: translate3d(852px, 0px, 0); -ms-transform: translate3d(852px, 0px, 0); -o-transform: translate3d(852px, 0px, 0); transform: translate3d(852px, 0px, 0); } 25% { -webkit-transform: translate3d(848px, 250px, 0); -moz-transform: translate3d(848px, 250px, 0); -ms-transform: translate3d(848px, 250px, 0); -o-transform: translate3d(848px, 250px, 0); transform: translate3d(848px, 250px, 0); } 50% { -webkit-transform: translate3d(879px, 500px, 0); -moz-transform: translate3d(879px, 500px, 0); -ms-transform: translate3d(879px, 500px, 0); -o-transform: translate3d(879px, 500px, 0); transform: translate3d(879px, 500px, 0); } 75% { -webkit-transform: translate3d(892px, 750px, 0); -moz-transform: translate3d(892px, 750px, 0); -ms-transform: translate3d(892px, 750px, 0); -o-transform: translate3d(892px, 750px, 0); transform: translate3d(892px, 750px, 0); } 100% { -webkit-transform: translate3d(852px, 1000px, 0); -moz-transform: translate3d(852px, 1000px, 0); -ms-transform: translate3d(852px, 1000px, 0); -o-transform: translate3d(852px, 1000px, 0); transform: translate3d(852px, 1000px, 0); }
}
@-webkit-keyframes what72 { 0% { -webkit-transform: translate3d(864px, 0px, 0); } 25% { -webkit-transform: translate3d(861px, 250px, 0); } 50% { -webkit-transform: translate3d(901px, 500px, 0); } 75% { -webkit-transform: translate3d(904px, 750px, 0); } 100% { -webkit-transform: translate3d(864px, 1000px, 0); }
}
@-moz-keyframes what72 { 0% { -moz-transform: translate3d(864px, 0px, 0); } 25% { -moz-transform: translate3d(856px, 250px, 0); } 50% { -moz-transform: translate3d(874px, 500px, 0); } 75% { -moz-transform: translate3d(924px, 750px, 0); } 100% { -moz-transform: translate3d(864px, 1000px, 0); }
}
@keyframes what72 { 0% { -webkit-transform: translate3d(864px, 0px, 0); -moz-transform: translate3d(864px, 0px, 0); -ms-transform: translate3d(864px, 0px, 0); -o-transform: translate3d(864px, 0px, 0); transform: translate3d(864px, 0px, 0); } 25% { -webkit-transform: translate3d(857px, 250px, 0); -moz-transform: translate3d(857px, 250px, 0); -ms-transform: translate3d(857px, 250px, 0); -o-transform: translate3d(857px, 250px, 0); transform: translate3d(857px, 250px, 0); } 50% { -webkit-transform: translate3d(883px, 500px, 0); -moz-transform: translate3d(883px, 500px, 0); -ms-transform: translate3d(883px, 500px, 0); -o-transform: translate3d(883px, 500px, 0); transform: translate3d(883px, 500px, 0); } 75% { -webkit-transform: translate3d(894px, 750px, 0); -moz-transform: translate3d(894px, 750px, 0); -ms-transform: translate3d(894px, 750px, 0); -o-transform: translate3d(894px, 750px, 0); transform: translate3d(894px, 750px, 0); } 100% { -webkit-transform: translate3d(864px, 1000px, 0); -moz-transform: translate3d(864px, 1000px, 0); -ms-transform: translate3d(864px, 1000px, 0); -o-transform: translate3d(864px, 1000px, 0); transform: translate3d(864px, 1000px, 0); }
}
@-webkit-keyframes what73 { 0% { -webkit-transform: translate3d(876px, 0px, 0); } 25% { -webkit-transform: translate3d(870px, 250px, 0); } 50% { -webkit-transform: translate3d(887px, 500px, 0); } 75% { -webkit-transform: translate3d(906px, 750px, 0); } 100% { -webkit-transform: translate3d(876px, 1000px, 0); }
}
@-moz-keyframes what73 { 0% { -moz-transform: translate3d(876px, 0px, 0); } 25% { -moz-transform: translate3d(866px, 250px, 0); } 50% { -moz-transform: translate3d(885px, 500px, 0); } 75% { -moz-transform: translate3d(911px, 750px, 0); } 100% { -moz-transform: translate3d(876px, 1000px, 0); }
}
@keyframes what73 { 0% { -webkit-transform: translate3d(876px, 0px, 0); -moz-transform: translate3d(876px, 0px, 0); -ms-transform: translate3d(876px, 0px, 0); -o-transform: translate3d(876px, 0px, 0); transform: translate3d(876px, 0px, 0); } 25% { -webkit-transform: translate3d(869px, 250px, 0); -moz-transform: translate3d(869px, 250px, 0); -ms-transform: translate3d(869px, 250px, 0); -o-transform: translate3d(869px, 250px, 0); transform: translate3d(869px, 250px, 0); } 50% { -webkit-transform: translate3d(909px, 500px, 0); -moz-transform: translate3d(909px, 500px, 0); -ms-transform: translate3d(909px, 500px, 0); -o-transform: translate3d(909px, 500px, 0); transform: translate3d(909px, 500px, 0); } 75% { -webkit-transform: translate3d(923px, 750px, 0); -moz-transform: translate3d(923px, 750px, 0); -ms-transform: translate3d(923px, 750px, 0); -o-transform: translate3d(923px, 750px, 0); transform: translate3d(923px, 750px, 0); } 100% { -webkit-transform: translate3d(876px, 1000px, 0); -moz-transform: translate3d(876px, 1000px, 0); -ms-transform: translate3d(876px, 1000px, 0); -o-transform: translate3d(876px, 1000px, 0); transform: translate3d(876px, 1000px, 0); }
}
@-webkit-keyframes what74 { 0% { -webkit-transform: translate3d(888px, 0px, 0); } 25% { -webkit-transform: translate3d(881px, 250px, 0); } 50% { -webkit-transform: translate3d(915px, 500px, 0); } 75% { -webkit-transform: translate3d(947px, 750px, 0); } 100% { -webkit-transform: translate3d(888px, 1000px, 0); }
}
@-moz-keyframes what74 { 0% { -moz-transform: translate3d(888px, 0px, 0); } 25% { -moz-transform: translate3d(887px, 250px, 0); } 50% { -moz-transform: translate3d(899px, 500px, 0); } 75% { -moz-transform: translate3d(932px, 750px, 0); } 100% { -moz-transform: translate3d(888px, 1000px, 0); }
}
@keyframes what74 { 0% { -webkit-transform: translate3d(888px, 0px, 0); -moz-transform: translate3d(888px, 0px, 0); -ms-transform: translate3d(888px, 0px, 0); -o-transform: translate3d(888px, 0px, 0); transform: translate3d(888px, 0px, 0); } 25% { -webkit-transform: translate3d(888px, 250px, 0); -moz-transform: translate3d(888px, 250px, 0); -ms-transform: translate3d(888px, 250px, 0); -o-transform: translate3d(888px, 250px, 0); transform: translate3d(888px, 250px, 0); } 50% { -webkit-transform: translate3d(893px, 500px, 0); -moz-transform: translate3d(893px, 500px, 0); -ms-transform: translate3d(893px, 500px, 0); -o-transform: translate3d(893px, 500px, 0); transform: translate3d(893px, 500px, 0); } 75% { -webkit-transform: translate3d(925px, 750px, 0); -moz-transform: translate3d(925px, 750px, 0); -ms-transform: translate3d(925px, 750px, 0); -o-transform: translate3d(925px, 750px, 0); transform: translate3d(925px, 750px, 0); } 100% { -webkit-transform: translate3d(888px, 1000px, 0); -moz-transform: translate3d(888px, 1000px, 0); -ms-transform: translate3d(888px, 1000px, 0); -o-transform: translate3d(888px, 1000px, 0); transform: translate3d(888px, 1000px, 0); }
}
@-webkit-keyframes what75 { 0% { -webkit-transform: translate3d(900px, 0px, 0); } 25% { -webkit-transform: translate3d(898px, 250px, 0); } 50% { -webkit-transform: translate3d(939px, 500px, 0); } 75% { -webkit-transform: translate3d(948px, 750px, 0); } 100% { -webkit-transform: translate3d(900px, 1000px, 0); }
}
@-moz-keyframes what75 { 0% { -moz-transform: translate3d(900px, 0px, 0); } 25% { -moz-transform: translate3d(894px, 250px, 0); } 50% { -moz-transform: translate3d(901px, 500px, 0); } 75% { -moz-transform: translate3d(960px, 750px, 0); } 100% { -moz-transform: translate3d(900px, 1000px, 0); }
}
@keyframes what75 { 0% { -webkit-transform: translate3d(900px, 0px, 0); -moz-transform: translate3d(900px, 0px, 0); -ms-transform: translate3d(900px, 0px, 0); -o-transform: translate3d(900px, 0px, 0); transform: translate3d(900px, 0px, 0); } 25% { -webkit-transform: translate3d(897px, 250px, 0); -moz-transform: translate3d(897px, 250px, 0); -ms-transform: translate3d(897px, 250px, 0); -o-transform: translate3d(897px, 250px, 0); transform: translate3d(897px, 250px, 0); } 50% { -webkit-transform: translate3d(919px, 500px, 0); -moz-transform: translate3d(919px, 500px, 0); -ms-transform: translate3d(919px, 500px, 0); -o-transform: translate3d(919px, 500px, 0); transform: translate3d(919px, 500px, 0); } 75% { -webkit-transform: translate3d(930px, 750px, 0); -moz-transform: translate3d(930px, 750px, 0); -ms-transform: translate3d(930px, 750px, 0); -o-transform: translate3d(930px, 750px, 0); transform: translate3d(930px, 750px, 0); } 100% { -webkit-transform: translate3d(900px, 1000px, 0); -moz-transform: translate3d(900px, 1000px, 0); -ms-transform: translate3d(900px, 1000px, 0); -o-transform: translate3d(900px, 1000px, 0); transform: translate3d(900px, 1000px, 0); }
}
@-webkit-keyframes what76 { 0% { -webkit-transform: translate3d(912px, 0px, 0); } 25% { -webkit-transform: translate3d(902px, 250px, 0); } 50% { -webkit-transform: translate3d(952px, 500px, 0); } 75% { -webkit-transform: translate3d(947px, 750px, 0); } 100% { -webkit-transform: translate3d(912px, 1000px, 0); }
}
@-moz-keyframes what76 { 0% { -moz-transform: translate3d(912px, 0px, 0); } 25% { -moz-transform: translate3d(902px, 250px, 0); } 50% { -moz-transform: translate3d(913px, 500px, 0); } 75% { -moz-transform: translate3d(966px, 750px, 0); } 100% { -moz-transform: translate3d(912px, 1000px, 0); }
}
@keyframes what76 { 0% { -webkit-transform: translate3d(912px, 0px, 0); -moz-transform: translate3d(912px, 0px, 0); -ms-transform: translate3d(912px, 0px, 0); -o-transform: translate3d(912px, 0px, 0); transform: translate3d(912px, 0px, 0); } 25% { -webkit-transform: translate3d(912px, 250px, 0); -moz-transform: translate3d(912px, 250px, 0); -ms-transform: translate3d(912px, 250px, 0); -o-transform: translate3d(912px, 250px, 0); transform: translate3d(912px, 250px, 0); } 50% { -webkit-transform: translate3d(925px, 500px, 0); -moz-transform: translate3d(925px, 500px, 0); -ms-transform: translate3d(925px, 500px, 0); -o-transform: translate3d(925px, 500px, 0); transform: translate3d(925px, 500px, 0); } 75% { -webkit-transform: translate3d(968px, 750px, 0); -moz-transform: translate3d(968px, 750px, 0); -ms-transform: translate3d(968px, 750px, 0); -o-transform: translate3d(968px, 750px, 0); transform: translate3d(968px, 750px, 0); } 100% { -webkit-transform: translate3d(912px, 1000px, 0); -moz-transform: translate3d(912px, 1000px, 0); -ms-transform: translate3d(912px, 1000px, 0); -o-transform: translate3d(912px, 1000px, 0); transform: translate3d(912px, 1000px, 0); }
}
@-webkit-keyframes what77 { 0% { -webkit-transform: translate3d(924px, 0px, 0); } 25% { -webkit-transform: translate3d(919px, 250px, 0); } 50% { -webkit-transform: translate3d(926px, 500px, 0); } 75% { -webkit-transform: translate3d(956px, 750px, 0); } 100% { -webkit-transform: translate3d(924px, 1000px, 0); }
}
@-moz-keyframes what77 { 0% { -moz-transform: translate3d(924px, 0px, 0); } 25% { -moz-transform: translate3d(916px, 250px, 0); } 50% { -moz-transform: translate3d(939px, 500px, 0); } 75% { -moz-transform: translate3d(986px, 750px, 0); } 100% { -moz-transform: translate3d(924px, 1000px, 0); }
}
@keyframes what77 { 0% { -webkit-transform: translate3d(924px, 0px, 0); -moz-transform: translate3d(924px, 0px, 0); -ms-transform: translate3d(924px, 0px, 0); -o-transform: translate3d(924px, 0px, 0); transform: translate3d(924px, 0px, 0); } 25% { -webkit-transform: translate3d(919px, 250px, 0); -moz-transform: translate3d(919px, 250px, 0); -ms-transform: translate3d(919px, 250px, 0); -o-transform: translate3d(919px, 250px, 0); transform: translate3d(919px, 250px, 0); } 50% { -webkit-transform: translate3d(952px, 500px, 0); -moz-transform: translate3d(952px, 500px, 0); -ms-transform: translate3d(952px, 500px, 0); -o-transform: translate3d(952px, 500px, 0); transform: translate3d(952px, 500px, 0); } 75% { -webkit-transform: translate3d(971px, 750px, 0); -moz-transform: translate3d(971px, 750px, 0); -ms-transform: translate3d(971px, 750px, 0); -o-transform: translate3d(971px, 750px, 0); transform: translate3d(971px, 750px, 0); } 100% { -webkit-transform: translate3d(924px, 1000px, 0); -moz-transform: translate3d(924px, 1000px, 0); -ms-transform: translate3d(924px, 1000px, 0); -o-transform: translate3d(924px, 1000px, 0); transform: translate3d(924px, 1000px, 0); }
}
@-webkit-keyframes what78 { 0% { -webkit-transform: translate3d(936px, 0px, 0); } 25% { -webkit-transform: translate3d(936px, 250px, 0); } 50% { -webkit-transform: translate3d(962px, 500px, 0); } 75% { -webkit-transform: translate3d(1000px, 750px, 0); } 100% { -webkit-transform: translate3d(936px, 1000px, 0); }
}
@-moz-keyframes what78 { 0% { -moz-transform: translate3d(936px, 0px, 0); } 25% { -moz-transform: translate3d(929px, 250px, 0); } 50% { -moz-transform: translate3d(973px, 500px, 0); } 75% { -moz-transform: translate3d(979px, 750px, 0); } 100% { -moz-transform: translate3d(936px, 1000px, 0); }
}
@keyframes what78 { 0% { -webkit-transform: translate3d(936px, 0px, 0); -moz-transform: translate3d(936px, 0px, 0); -ms-transform: translate3d(936px, 0px, 0); -o-transform: translate3d(936px, 0px, 0); transform: translate3d(936px, 0px, 0); } 25% { -webkit-transform: translate3d(936px, 250px, 0); -moz-transform: translate3d(936px, 250px, 0); -ms-transform: translate3d(936px, 250px, 0); -o-transform: translate3d(936px, 250px, 0); transform: translate3d(936px, 250px, 0); } 50% { -webkit-transform: translate3d(943px, 500px, 0); -moz-transform: translate3d(943px, 500px, 0); -ms-transform: translate3d(943px, 500px, 0); -o-transform: translate3d(943px, 500px, 0); transform: translate3d(943px, 500px, 0); } 75% { -webkit-transform: translate3d(970px, 750px, 0); -moz-transform: translate3d(970px, 750px, 0); -ms-transform: translate3d(970px, 750px, 0); -o-transform: translate3d(970px, 750px, 0); transform: translate3d(970px, 750px, 0); } 100% { -webkit-transform: translate3d(936px, 1000px, 0); -moz-transform: translate3d(936px, 1000px, 0); -ms-transform: translate3d(936px, 1000px, 0); -o-transform: translate3d(936px, 1000px, 0); transform: translate3d(936px, 1000px, 0); }
}
@-webkit-keyframes what79 { 0% { -webkit-transform: translate3d(948px, 0px, 0); } 25% { -webkit-transform: translate3d(945px, 250px, 0); } 50% { -webkit-transform: translate3d(975px, 500px, 0); } 75% { -webkit-transform: translate3d(1017px, 750px, 0); } 100% { -webkit-transform: translate3d(948px, 1000px, 0); }
}
@-moz-keyframes what79 { 0% { -moz-transform: translate3d(948px, 0px, 0); } 25% { -moz-transform: translate3d(938px, 250px, 0); } 50% { -moz-transform: translate3d(983px, 500px, 0); } 75% { -moz-transform: translate3d(989px, 750px, 0); } 100% { -moz-transform: translate3d(948px, 1000px, 0); }
}
@keyframes what79 { 0% { -webkit-transform: translate3d(948px, 0px, 0); -moz-transform: translate3d(948px, 0px, 0); -ms-transform: translate3d(948px, 0px, 0); -o-transform: translate3d(948px, 0px, 0); transform: translate3d(948px, 0px, 0); } 25% { -webkit-transform: translate3d(947px, 250px, 0); -moz-transform: translate3d(947px, 250px, 0); -ms-transform: translate3d(947px, 250px, 0); -o-transform: translate3d(947px, 250px, 0); transform: translate3d(947px, 250px, 0); } 50% { -webkit-transform: translate3d(949px, 500px, 0); -moz-transform: translate3d(949px, 500px, 0); -ms-transform: translate3d(949px, 500px, 0); -o-transform: translate3d(949px, 500px, 0); transform: translate3d(949px, 500px, 0); } 75% { -webkit-transform: translate3d(1013px, 750px, 0); -moz-transform: translate3d(1013px, 750px, 0); -ms-transform: translate3d(1013px, 750px, 0); -o-transform: translate3d(1013px, 750px, 0); transform: translate3d(1013px, 750px, 0); } 100% { -webkit-transform: translate3d(948px, 1000px, 0); -moz-transform: translate3d(948px, 1000px, 0); -ms-transform: translate3d(948px, 1000px, 0); -o-transform: translate3d(948px, 1000px, 0); transform: translate3d(948px, 1000px, 0); }
}
@-webkit-keyframes what80 { 0% { -webkit-transform: translate3d(960px, 0px, 0); } 25% { -webkit-transform: translate3d(959px, 250px, 0); } 50% { -webkit-transform: translate3d(968px, 500px, 0); } 75% { -webkit-transform: translate3d(1027px, 750px, 0); } 100% { -webkit-transform: translate3d(960px, 1000px, 0); }
}
@-moz-keyframes what80 { 0% { -moz-transform: translate3d(960px, 0px, 0); } 25% { -moz-transform: translate3d(953px, 250px, 0); } 50% { -moz-transform: translate3d(986px, 500px, 0); } 75% { -moz-transform: translate3d(1016px, 750px, 0); } 100% { -moz-transform: translate3d(960px, 1000px, 0); }
}
@keyframes what80 { 0% { -webkit-transform: translate3d(960px, 0px, 0); -moz-transform: translate3d(960px, 0px, 0); -ms-transform: translate3d(960px, 0px, 0); -o-transform: translate3d(960px, 0px, 0); transform: translate3d(960px, 0px, 0); } 25% { -webkit-transform: translate3d(952px, 250px, 0); -moz-transform: translate3d(952px, 250px, 0); -ms-transform: translate3d(952px, 250px, 0); -o-transform: translate3d(952px, 250px, 0); transform: translate3d(952px, 250px, 0); } 50% { -webkit-transform: translate3d(983px, 500px, 0); -moz-transform: translate3d(983px, 500px, 0); -ms-transform: translate3d(983px, 500px, 0); -o-transform: translate3d(983px, 500px, 0); transform: translate3d(983px, 500px, 0); } 75% { -webkit-transform: translate3d(1011px, 750px, 0); -moz-transform: translate3d(1011px, 750px, 0); -ms-transform: translate3d(1011px, 750px, 0); -o-transform: translate3d(1011px, 750px, 0); transform: translate3d(1011px, 750px, 0); } 100% { -webkit-transform: translate3d(960px, 1000px, 0); -moz-transform: translate3d(960px, 1000px, 0); -ms-transform: translate3d(960px, 1000px, 0); -o-transform: translate3d(960px, 1000px, 0); transform: translate3d(960px, 1000px, 0); }
}
@-webkit-keyframes what81 { 0% { -webkit-transform: translate3d(972px, 0px, 0); } 25% { -webkit-transform: translate3d(964px, 250px, 0); } 50% { -webkit-transform: translate3d(989px, 500px, 0); } 75% { -webkit-transform: translate3d(1025px, 750px, 0); } 100% { -webkit-transform: translate3d(972px, 1000px, 0); }
}
@-moz-keyframes what81 { 0% { -moz-transform: translate3d(972px, 0px, 0); } 25% { -moz-transform: translate3d(971px, 250px, 0); } 50% { -moz-transform: translate3d(983px, 500px, 0); } 75% { -moz-transform: translate3d(1042px, 750px, 0); } 100% { -moz-transform: translate3d(972px, 1000px, 0); }
}
@keyframes what81 { 0% { -webkit-transform: translate3d(972px, 0px, 0); -moz-transform: translate3d(972px, 0px, 0); -ms-transform: translate3d(972px, 0px, 0); -o-transform: translate3d(972px, 0px, 0); transform: translate3d(972px, 0px, 0); } 25% { -webkit-transform: translate3d(966px, 250px, 0); -moz-transform: translate3d(966px, 250px, 0); -ms-transform: translate3d(966px, 250px, 0); -o-transform: translate3d(966px, 250px, 0); transform: translate3d(966px, 250px, 0); } 50% { -webkit-transform: translate3d(987px, 500px, 0); -moz-transform: translate3d(987px, 500px, 0); -ms-transform: translate3d(987px, 500px, 0); -o-transform: translate3d(987px, 500px, 0); transform: translate3d(987px, 500px, 0); } 75% { -webkit-transform: translate3d(1042px, 750px, 0); -moz-transform: translate3d(1042px, 750px, 0); -ms-transform: translate3d(1042px, 750px, 0); -o-transform: translate3d(1042px, 750px, 0); transform: translate3d(1042px, 750px, 0); } 100% { -webkit-transform: translate3d(972px, 1000px, 0); -moz-transform: translate3d(972px, 1000px, 0); -ms-transform: translate3d(972px, 1000px, 0); -o-transform: translate3d(972px, 1000px, 0); transform: translate3d(972px, 1000px, 0); }
}
@-webkit-keyframes what82 { 0% { -webkit-transform: translate3d(984px, 0px, 0); } 25% { -webkit-transform: translate3d(978px, 250px, 0); } 50% { -webkit-transform: translate3d(1013px, 500px, 0); } 75% { -webkit-transform: translate3d(1021px, 750px, 0); } 100% { -webkit-transform: translate3d(984px, 1000px, 0); }
}
@-moz-keyframes what82 { 0% { -moz-transform: translate3d(984px, 0px, 0); } 25% { -moz-transform: translate3d(977px, 250px, 0); } 50% { -moz-transform: translate3d(1021px, 500px, 0); } 75% { -moz-transform: translate3d(1027px, 750px, 0); } 100% { -moz-transform: translate3d(984px, 1000px, 0); }
}
@keyframes what82 { 0% { -webkit-transform: translate3d(984px, 0px, 0); -moz-transform: translate3d(984px, 0px, 0); -ms-transform: translate3d(984px, 0px, 0); -o-transform: translate3d(984px, 0px, 0); transform: translate3d(984px, 0px, 0); } 25% { -webkit-transform: translate3d(982px, 250px, 0); -moz-transform: translate3d(982px, 250px, 0); -ms-transform: translate3d(982px, 250px, 0); -o-transform: translate3d(982px, 250px, 0); transform: translate3d(982px, 250px, 0); } 50% { -webkit-transform: translate3d(1011px, 500px, 0); -moz-transform: translate3d(1011px, 500px, 0); -ms-transform: translate3d(1011px, 500px, 0); -o-transform: translate3d(1011px, 500px, 0); transform: translate3d(1011px, 500px, 0); } 75% { -webkit-transform: translate3d(1020px, 750px, 0); -moz-transform: translate3d(1020px, 750px, 0); -ms-transform: translate3d(1020px, 750px, 0); -o-transform: translate3d(1020px, 750px, 0); transform: translate3d(1020px, 750px, 0); } 100% { -webkit-transform: translate3d(984px, 1000px, 0); -moz-transform: translate3d(984px, 1000px, 0); -ms-transform: translate3d(984px, 1000px, 0); -o-transform: translate3d(984px, 1000px, 0); transform: translate3d(984px, 1000px, 0); }
}
@-webkit-keyframes what83 { 0% { -webkit-transform: translate3d(996px, 0px, 0); } 25% { -webkit-transform: translate3d(995px, 250px, 0); } 50% { -webkit-transform: translate3d(997px, 500px, 0); } 75% { -webkit-transform: translate3d(1052px, 750px, 0); } 100% { -webkit-transform: translate3d(996px, 1000px, 0); }
}
@-moz-keyframes what83 { 0% { -moz-transform: translate3d(996px, 0px, 0); } 25% { -moz-transform: translate3d(986px, 250px, 0); } 50% { -moz-transform: translate3d(1004px, 500px, 0); } 75% { -moz-transform: translate3d(1061px, 750px, 0); } 100% { -moz-transform: translate3d(996px, 1000px, 0); }
}
@keyframes what83 { 0% { -webkit-transform: translate3d(996px, 0px, 0); -moz-transform: translate3d(996px, 0px, 0); -ms-transform: translate3d(996px, 0px, 0); -o-transform: translate3d(996px, 0px, 0); transform: translate3d(996px, 0px, 0); } 25% { -webkit-transform: translate3d(991px, 250px, 0); -moz-transform: translate3d(991px, 250px, 0); -ms-transform: translate3d(991px, 250px, 0); -o-transform: translate3d(991px, 250px, 0); transform: translate3d(991px, 250px, 0); } 50% { -webkit-transform: translate3d(1011px, 500px, 0); -moz-transform: translate3d(1011px, 500px, 0); -ms-transform: translate3d(1011px, 500px, 0); -o-transform: translate3d(1011px, 500px, 0); transform: translate3d(1011px, 500px, 0); } 75% { -webkit-transform: translate3d(1042px, 750px, 0); -moz-transform: translate3d(1042px, 750px, 0); -ms-transform: translate3d(1042px, 750px, 0); -o-transform: translate3d(1042px, 750px, 0); transform: translate3d(1042px, 750px, 0); } 100% { -webkit-transform: translate3d(996px, 1000px, 0); -moz-transform: translate3d(996px, 1000px, 0); -ms-transform: translate3d(996px, 1000px, 0); -o-transform: translate3d(996px, 1000px, 0); transform: translate3d(996px, 1000px, 0); }
}
@-webkit-keyframes what84 { 0% { -webkit-transform: translate3d(1008px, 0px, 0); } 25% { -webkit-transform: translate3d(1003px, 250px, 0); } 50% { -webkit-transform: translate3d(1018px, 500px, 0); } 75% { -webkit-transform: translate3d(1066px, 750px, 0); } 100% { -webkit-transform: translate3d(1008px, 1000px, 0); }
}
@-moz-keyframes what84 { 0% { -moz-transform: translate3d(1008px, 0px, 0); } 25% { -moz-transform: translate3d(1003px, 250px, 0); } 50% { -moz-transform: translate3d(1013px, 500px, 0); } 75% { -moz-transform: translate3d(1052px, 750px, 0); } 100% { -moz-transform: translate3d(1008px, 1000px, 0); }
}
@keyframes what84 { 0% { -webkit-transform: translate3d(1008px, 0px, 0); -moz-transform: translate3d(1008px, 0px, 0); -ms-transform: translate3d(1008px, 0px, 0); -o-transform: translate3d(1008px, 0px, 0); transform: translate3d(1008px, 0px, 0); } 25% { -webkit-transform: translate3d(1003px, 250px, 0); -moz-transform: translate3d(1003px, 250px, 0); -ms-transform: translate3d(1003px, 250px, 0); -o-transform: translate3d(1003px, 250px, 0); transform: translate3d(1003px, 250px, 0); } 50% { -webkit-transform: translate3d(1035px, 500px, 0); -moz-transform: translate3d(1035px, 500px, 0); -ms-transform: translate3d(1035px, 500px, 0); -o-transform: translate3d(1035px, 500px, 0); transform: translate3d(1035px, 500px, 0); } 75% { -webkit-transform: translate3d(1059px, 750px, 0); -moz-transform: translate3d(1059px, 750px, 0); -ms-transform: translate3d(1059px, 750px, 0); -o-transform: translate3d(1059px, 750px, 0); transform: translate3d(1059px, 750px, 0); } 100% { -webkit-transform: translate3d(1008px, 1000px, 0); -moz-transform: translate3d(1008px, 1000px, 0); -ms-transform: translate3d(1008px, 1000px, 0); -o-transform: translate3d(1008px, 1000px, 0); transform: translate3d(1008px, 1000px, 0); }
}
@-webkit-keyframes what85 { 0% { -webkit-transform: translate3d(1020px, 0px, 0); } 25% { -webkit-transform: translate3d(1014px, 250px, 0); } 50% { -webkit-transform: translate3d(1052px, 500px, 0); } 75% { -webkit-transform: translate3d(1081px, 750px, 0); } 100% { -webkit-transform: translate3d(1020px, 1000px, 0); }
}
@-moz-keyframes what85 { 0% { -moz-transform: translate3d(1020px, 0px, 0); } 25% { -moz-transform: translate3d(1019px, 250px, 0); } 50% { -moz-transform: translate3d(1027px, 500px, 0); } 75% { -moz-transform: translate3d(1078px, 750px, 0); } 100% { -moz-transform: translate3d(1020px, 1000px, 0); }
}
@keyframes what85 { 0% { -webkit-transform: translate3d(1020px, 0px, 0); -moz-transform: translate3d(1020px, 0px, 0); -ms-transform: translate3d(1020px, 0px, 0); -o-transform: translate3d(1020px, 0px, 0); transform: translate3d(1020px, 0px, 0); } 25% { -webkit-transform: translate3d(1018px, 250px, 0); -moz-transform: translate3d(1018px, 250px, 0); -ms-transform: translate3d(1018px, 250px, 0); -o-transform: translate3d(1018px, 250px, 0); transform: translate3d(1018px, 250px, 0); } 50% { -webkit-transform: translate3d(1049px, 500px, 0); -moz-transform: translate3d(1049px, 500px, 0); -ms-transform: translate3d(1049px, 500px, 0); -o-transform: translate3d(1049px, 500px, 0); transform: translate3d(1049px, 500px, 0); } 75% { -webkit-transform: translate3d(1088px, 750px, 0); -moz-transform: translate3d(1088px, 750px, 0); -ms-transform: translate3d(1088px, 750px, 0); -o-transform: translate3d(1088px, 750px, 0); transform: translate3d(1088px, 750px, 0); } 100% { -webkit-transform: translate3d(1020px, 1000px, 0); -moz-transform: translate3d(1020px, 1000px, 0); -ms-transform: translate3d(1020px, 1000px, 0); -o-transform: translate3d(1020px, 1000px, 0); transform: translate3d(1020px, 1000px, 0); }
}
@-webkit-keyframes what86 { 0% { -webkit-transform: translate3d(1032px, 0px, 0); } 25% { -webkit-transform: translate3d(1030px, 250px, 0); } 50% { -webkit-transform: translate3d(1069px, 500px, 0); } 75% { -webkit-transform: translate3d(1088px, 750px, 0); } 100% { -webkit-transform: translate3d(1032px, 1000px, 0); }
}
@-moz-keyframes what86 { 0% { -moz-transform: translate3d(1032px, 0px, 0); } 25% { -moz-transform: translate3d(1023px, 250px, 0); } 50% { -moz-transform: translate3d(1053px, 500px, 0); } 75% { -moz-transform: translate3d(1096px, 750px, 0); } 100% { -moz-transform: translate3d(1032px, 1000px, 0); }
}
@keyframes what86 { 0% { -webkit-transform: translate3d(1032px, 0px, 0); -moz-transform: translate3d(1032px, 0px, 0); -ms-transform: translate3d(1032px, 0px, 0); -o-transform: translate3d(1032px, 0px, 0); transform: translate3d(1032px, 0px, 0); } 25% { -webkit-transform: translate3d(1028px, 250px, 0); -moz-transform: translate3d(1028px, 250px, 0); -ms-transform: translate3d(1028px, 250px, 0); -o-transform: translate3d(1028px, 250px, 0); transform: translate3d(1028px, 250px, 0); } 50% { -webkit-transform: translate3d(1040px, 500px, 0); -moz-transform: translate3d(1040px, 500px, 0); -ms-transform: translate3d(1040px, 500px, 0); -o-transform: translate3d(1040px, 500px, 0); transform: translate3d(1040px, 500px, 0); } 75% { -webkit-transform: translate3d(1098px, 750px, 0); -moz-transform: translate3d(1098px, 750px, 0); -ms-transform: translate3d(1098px, 750px, 0); -o-transform: translate3d(1098px, 750px, 0); transform: translate3d(1098px, 750px, 0); } 100% { -webkit-transform: translate3d(1032px, 1000px, 0); -moz-transform: translate3d(1032px, 1000px, 0); -ms-transform: translate3d(1032px, 1000px, 0); -o-transform: translate3d(1032px, 1000px, 0); transform: translate3d(1032px, 1000px, 0); }
}
@-webkit-keyframes what87 { 0% { -webkit-transform: translate3d(1044px, 0px, 0); } 25% { -webkit-transform: translate3d(1041px, 250px, 0); } 50% { -webkit-transform: translate3d(1045px, 500px, 0); } 75% { -webkit-transform: translate3d(1103px, 750px, 0); } 100% { -webkit-transform: translate3d(1044px, 1000px, 0); }
}
@-moz-keyframes what87 { 0% { -moz-transform: translate3d(1044px, 0px, 0); } 25% { -moz-transform: translate3d(1043px, 250px, 0); } 50% { -moz-transform: translate3d(1070px, 500px, 0); } 75% { -moz-transform: translate3d(1083px, 750px, 0); } 100% { -moz-transform: translate3d(1044px, 1000px, 0); }
}
@keyframes what87 { 0% { -webkit-transform: translate3d(1044px, 0px, 0); -moz-transform: translate3d(1044px, 0px, 0); -ms-transform: translate3d(1044px, 0px, 0); -o-transform: translate3d(1044px, 0px, 0); transform: translate3d(1044px, 0px, 0); } 25% { -webkit-transform: translate3d(1039px, 250px, 0); -moz-transform: translate3d(1039px, 250px, 0); -ms-transform: translate3d(1039px, 250px, 0); -o-transform: translate3d(1039px, 250px, 0); transform: translate3d(1039px, 250px, 0); } 50% { -webkit-transform: translate3d(1075px, 500px, 0); -moz-transform: translate3d(1075px, 500px, 0); -ms-transform: translate3d(1075px, 500px, 0); -o-transform: translate3d(1075px, 500px, 0); transform: translate3d(1075px, 500px, 0); } 75% { -webkit-transform: translate3d(1097px, 750px, 0); -moz-transform: translate3d(1097px, 750px, 0); -ms-transform: translate3d(1097px, 750px, 0); -o-transform: translate3d(1097px, 750px, 0); transform: translate3d(1097px, 750px, 0); } 100% { -webkit-transform: translate3d(1044px, 1000px, 0); -moz-transform: translate3d(1044px, 1000px, 0); -ms-transform: translate3d(1044px, 1000px, 0); -o-transform: translate3d(1044px, 1000px, 0); transform: translate3d(1044px, 1000px, 0); }
}
@-webkit-keyframes what88 { 0% { -webkit-transform: translate3d(1056px, 0px, 0); } 25% { -webkit-transform: translate3d(1051px, 250px, 0); } 50% { -webkit-transform: translate3d(1092px, 500px, 0); } 75% { -webkit-transform: translate3d(1123px, 750px, 0); } 100% { -webkit-transform: translate3d(1056px, 1000px, 0); }
}
@-moz-keyframes what88 { 0% { -moz-transform: translate3d(1056px, 0px, 0); } 25% { -moz-transform: translate3d(1055px, 250px, 0); } 50% { -moz-transform: translate3d(1056px, 500px, 0); } 75% { -moz-transform: translate3d(1101px, 750px, 0); } 100% { -moz-transform: translate3d(1056px, 1000px, 0); }
}
@keyframes what88 { 0% { -webkit-transform: translate3d(1056px, 0px, 0); -moz-transform: translate3d(1056px, 0px, 0); -ms-transform: translate3d(1056px, 0px, 0); -o-transform: translate3d(1056px, 0px, 0); transform: translate3d(1056px, 0px, 0); } 25% { -webkit-transform: translate3d(1049px, 250px, 0); -moz-transform: translate3d(1049px, 250px, 0); -ms-transform: translate3d(1049px, 250px, 0); -o-transform: translate3d(1049px, 250px, 0); transform: translate3d(1049px, 250px, 0); } 50% { -webkit-transform: translate3d(1061px, 500px, 0); -moz-transform: translate3d(1061px, 500px, 0); -ms-transform: translate3d(1061px, 500px, 0); -o-transform: translate3d(1061px, 500px, 0); transform: translate3d(1061px, 500px, 0); } 75% { -webkit-transform: translate3d(1116px, 750px, 0); -moz-transform: translate3d(1116px, 750px, 0); -ms-transform: translate3d(1116px, 750px, 0); -o-transform: translate3d(1116px, 750px, 0); transform: translate3d(1116px, 750px, 0); } 100% { -webkit-transform: translate3d(1056px, 1000px, 0); -moz-transform: translate3d(1056px, 1000px, 0); -ms-transform: translate3d(1056px, 1000px, 0); -o-transform: translate3d(1056px, 1000px, 0); transform: translate3d(1056px, 1000px, 0); }
}
@-webkit-keyframes what89 { 0% { -webkit-transform: translate3d(1068px, 0px, 0); } 25% { -webkit-transform: translate3d(1067px, 250px, 0); } 50% { -webkit-transform: translate3d(1072px, 500px, 0); } 75% { -webkit-transform: translate3d(1132px, 750px, 0); } 100% { -webkit-transform: translate3d(1068px, 1000px, 0); }
}
@-moz-keyframes what89 { 0% { -moz-transform: translate3d(1068px, 0px, 0); } 25% { -moz-transform: translate3d(1064px, 250px, 0); } 50% { -moz-transform: translate3d(1076px, 500px, 0); } 75% { -moz-transform: translate3d(1127px, 750px, 0); } 100% { -moz-transform: translate3d(1068px, 1000px, 0); }
}
@keyframes what89 { 0% { -webkit-transform: translate3d(1068px, 0px, 0); -moz-transform: translate3d(1068px, 0px, 0); -ms-transform: translate3d(1068px, 0px, 0); -o-transform: translate3d(1068px, 0px, 0); transform: translate3d(1068px, 0px, 0); } 25% { -webkit-transform: translate3d(1064px, 250px, 0); -moz-transform: translate3d(1064px, 250px, 0); -ms-transform: translate3d(1064px, 250px, 0); -o-transform: translate3d(1064px, 250px, 0); transform: translate3d(1064px, 250px, 0); } 50% { -webkit-transform: translate3d(1084px, 500px, 0); -moz-transform: translate3d(1084px, 500px, 0); -ms-transform: translate3d(1084px, 500px, 0); -o-transform: translate3d(1084px, 500px, 0); transform: translate3d(1084px, 500px, 0); } 75% { -webkit-transform: translate3d(1112px, 750px, 0); -moz-transform: translate3d(1112px, 750px, 0); -ms-transform: translate3d(1112px, 750px, 0); -o-transform: translate3d(1112px, 750px, 0); transform: translate3d(1112px, 750px, 0); } 100% { -webkit-transform: translate3d(1068px, 1000px, 0); -moz-transform: translate3d(1068px, 1000px, 0); -ms-transform: translate3d(1068px, 1000px, 0); -o-transform: translate3d(1068px, 1000px, 0); transform: translate3d(1068px, 1000px, 0); }
}
@-webkit-keyframes what90 { 0% { -webkit-transform: translate3d(1080px, 0px, 0); } 25% { -webkit-transform: translate3d(1076px, 250px, 0); } 50% { -webkit-transform: translate3d(1088px, 500px, 0); } 75% { -webkit-transform: translate3d(1149px, 750px, 0); } 100% { -webkit-transform: translate3d(1080px, 1000px, 0); }
}
@-moz-keyframes what90 { 0% { -moz-transform: translate3d(1080px, 0px, 0); } 25% { -moz-transform: translate3d(1078px, 250px, 0); } 50% { -moz-transform: translate3d(1108px, 500px, 0); } 75% { -moz-transform: translate3d(1132px, 750px, 0); } 100% { -moz-transform: translate3d(1080px, 1000px, 0); }
}
@keyframes what90 { 0% { -webkit-transform: translate3d(1080px, 0px, 0); -moz-transform: translate3d(1080px, 0px, 0); -ms-transform: translate3d(1080px, 0px, 0); -o-transform: translate3d(1080px, 0px, 0); transform: translate3d(1080px, 0px, 0); } 25% { -webkit-transform: translate3d(1070px, 250px, 0); -moz-transform: translate3d(1070px, 250px, 0); -ms-transform: translate3d(1070px, 250px, 0); -o-transform: translate3d(1070px, 250px, 0); transform: translate3d(1070px, 250px, 0); } 50% { -webkit-transform: translate3d(1114px, 500px, 0); -moz-transform: translate3d(1114px, 500px, 0); -ms-transform: translate3d(1114px, 500px, 0); -o-transform: translate3d(1114px, 500px, 0); transform: translate3d(1114px, 500px, 0); } 75% { -webkit-transform: translate3d(1149px, 750px, 0); -moz-transform: translate3d(1149px, 750px, 0); -ms-transform: translate3d(1149px, 750px, 0); -o-transform: translate3d(1149px, 750px, 0); transform: translate3d(1149px, 750px, 0); } 100% { -webkit-transform: translate3d(1080px, 1000px, 0); -moz-transform: translate3d(1080px, 1000px, 0); -ms-transform: translate3d(1080px, 1000px, 0); -o-transform: translate3d(1080px, 1000px, 0); transform: translate3d(1080px, 1000px, 0); }
}
@-webkit-keyframes what91 { 0% { -webkit-transform: translate3d(1092px, 0px, 0); } 25% { -webkit-transform: translate3d(1090px, 250px, 0); } 50% { -webkit-transform: translate3d(1130px, 500px, 0); } 75% { -webkit-transform: translate3d(1132px, 750px, 0); } 100% { -webkit-transform: translate3d(1092px, 1000px, 0); }
}
@-moz-keyframes what91 { 0% { -moz-transform: translate3d(1092px, 0px, 0); } 25% { -moz-transform: translate3d(1088px, 250px, 0); } 50% { -moz-transform: translate3d(1125px, 500px, 0); } 75% { -moz-transform: translate3d(1133px, 750px, 0); } 100% { -moz-transform: translate3d(1092px, 1000px, 0); }
}
@keyframes what91 { 0% { -webkit-transform: translate3d(1092px, 0px, 0); -moz-transform: translate3d(1092px, 0px, 0); -ms-transform: translate3d(1092px, 0px, 0); -o-transform: translate3d(1092px, 0px, 0); transform: translate3d(1092px, 0px, 0); } 25% { -webkit-transform: translate3d(1092px, 250px, 0); -moz-transform: translate3d(1092px, 250px, 0); -ms-transform: translate3d(1092px, 250px, 0); -o-transform: translate3d(1092px, 250px, 0); transform: translate3d(1092px, 250px, 0); } 50% { -webkit-transform: translate3d(1130px, 500px, 0); -moz-transform: translate3d(1130px, 500px, 0); -ms-transform: translate3d(1130px, 500px, 0); -o-transform: translate3d(1130px, 500px, 0); transform: translate3d(1130px, 500px, 0); } 75% { -webkit-transform: translate3d(1135px, 750px, 0); -moz-transform: translate3d(1135px, 750px, 0); -ms-transform: translate3d(1135px, 750px, 0); -o-transform: translate3d(1135px, 750px, 0); transform: translate3d(1135px, 750px, 0); } 100% { -webkit-transform: translate3d(1092px, 1000px, 0); -moz-transform: translate3d(1092px, 1000px, 0); -ms-transform: translate3d(1092px, 1000px, 0); -o-transform: translate3d(1092px, 1000px, 0); transform: translate3d(1092px, 1000px, 0); }
}
@-webkit-keyframes what92 { 0% { -webkit-transform: translate3d(1104px, 0px, 0); } 25% { -webkit-transform: translate3d(1098px, 250px, 0); } 50% { -webkit-transform: translate3d(1129px, 500px, 0); } 75% { -webkit-transform: translate3d(1174px, 750px, 0); } 100% { -webkit-transform: translate3d(1104px, 1000px, 0); }
}
@-moz-keyframes what92 { 0% { -moz-transform: translate3d(1104px, 0px, 0); } 25% { -moz-transform: translate3d(1098px, 250px, 0); } 50% { -moz-transform: translate3d(1116px, 500px, 0); } 75% { -moz-transform: translate3d(1148px, 750px, 0); } 100% { -moz-transform: translate3d(1104px, 1000px, 0); }
}
@keyframes what92 { 0% { -webkit-transform: translate3d(1104px, 0px, 0); -moz-transform: translate3d(1104px, 0px, 0); -ms-transform: translate3d(1104px, 0px, 0); -o-transform: translate3d(1104px, 0px, 0); transform: translate3d(1104px, 0px, 0); } 25% { -webkit-transform: translate3d(1103px, 250px, 0); -moz-transform: translate3d(1103px, 250px, 0); -ms-transform: translate3d(1103px, 250px, 0); -o-transform: translate3d(1103px, 250px, 0); transform: translate3d(1103px, 250px, 0); } 50% { -webkit-transform: translate3d(1104px, 500px, 0); -moz-transform: translate3d(1104px, 500px, 0); -ms-transform: translate3d(1104px, 500px, 0); -o-transform: translate3d(1104px, 500px, 0); transform: translate3d(1104px, 500px, 0); } 75% { -webkit-transform: translate3d(1145px, 750px, 0); -moz-transform: translate3d(1145px, 750px, 0); -ms-transform: translate3d(1145px, 750px, 0); -o-transform: translate3d(1145px, 750px, 0); transform: translate3d(1145px, 750px, 0); } 100% { -webkit-transform: translate3d(1104px, 1000px, 0); -moz-transform: translate3d(1104px, 1000px, 0); -ms-transform: translate3d(1104px, 1000px, 0); -o-transform: translate3d(1104px, 1000px, 0); transform: translate3d(1104px, 1000px, 0); }
}
@-webkit-keyframes what93 { 0% { -webkit-transform: translate3d(1116px, 0px, 0); } 25% { -webkit-transform: translate3d(1106px, 250px, 0); } 50% { -webkit-transform: translate3d(1140px, 500px, 0); } 75% { -webkit-transform: translate3d(1174px, 750px, 0); } 100% { -webkit-transform: translate3d(1116px, 1000px, 0); }
}
@-moz-keyframes what93 { 0% { -moz-transform: translate3d(1116px, 0px, 0); } 25% { -moz-transform: translate3d(1112px, 250px, 0); } 50% { -moz-transform: translate3d(1151px, 500px, 0); } 75% { -moz-transform: translate3d(1181px, 750px, 0); } 100% { -moz-transform: translate3d(1116px, 1000px, 0); }
}
@keyframes what93 { 0% { -webkit-transform: translate3d(1116px, 0px, 0); -moz-transform: translate3d(1116px, 0px, 0); -ms-transform: translate3d(1116px, 0px, 0); -o-transform: translate3d(1116px, 0px, 0); transform: translate3d(1116px, 0px, 0); } 25% { -webkit-transform: translate3d(1115px, 250px, 0); -moz-transform: translate3d(1115px, 250px, 0); -ms-transform: translate3d(1115px, 250px, 0); -o-transform: translate3d(1115px, 250px, 0); transform: translate3d(1115px, 250px, 0); } 50% { -webkit-transform: translate3d(1118px, 500px, 0); -moz-transform: translate3d(1118px, 500px, 0); -ms-transform: translate3d(1118px, 500px, 0); -o-transform: translate3d(1118px, 500px, 0); transform: translate3d(1118px, 500px, 0); } 75% { -webkit-transform: translate3d(1174px, 750px, 0); -moz-transform: translate3d(1174px, 750px, 0); -ms-transform: translate3d(1174px, 750px, 0); -o-transform: translate3d(1174px, 750px, 0); transform: translate3d(1174px, 750px, 0); } 100% { -webkit-transform: translate3d(1116px, 1000px, 0); -moz-transform: translate3d(1116px, 1000px, 0); -ms-transform: translate3d(1116px, 1000px, 0); -o-transform: translate3d(1116px, 1000px, 0); transform: translate3d(1116px, 1000px, 0); }
}
@-webkit-keyframes what94 { 0% { -webkit-transform: translate3d(1128px, 0px, 0); } 25% { -webkit-transform: translate3d(1125px, 250px, 0); } 50% { -webkit-transform: translate3d(1130px, 500px, 0); } 75% { -webkit-transform: translate3d(1192px, 750px, 0); } 100% { -webkit-transform: translate3d(1128px, 1000px, 0); }
}
@-moz-keyframes what94 { 0% { -moz-transform: translate3d(1128px, 0px, 0); } 25% { -moz-transform: translate3d(1124px, 250px, 0); } 50% { -moz-transform: translate3d(1151px, 500px, 0); } 75% { -moz-transform: translate3d(1158px, 750px, 0); } 100% { -moz-transform: translate3d(1128px, 1000px, 0); }
}
@keyframes what94 { 0% { -webkit-transform: translate3d(1128px, 0px, 0); -moz-transform: translate3d(1128px, 0px, 0); -ms-transform: translate3d(1128px, 0px, 0); -o-transform: translate3d(1128px, 0px, 0); transform: translate3d(1128px, 0px, 0); } 25% { -webkit-transform: translate3d(1125px, 250px, 0); -moz-transform: translate3d(1125px, 250px, 0); -ms-transform: translate3d(1125px, 250px, 0); -o-transform: translate3d(1125px, 250px, 0); transform: translate3d(1125px, 250px, 0); } 50% { -webkit-transform: translate3d(1148px, 500px, 0); -moz-transform: translate3d(1148px, 500px, 0); -ms-transform: translate3d(1148px, 500px, 0); -o-transform: translate3d(1148px, 500px, 0); transform: translate3d(1148px, 500px, 0); } 75% { -webkit-transform: translate3d(1187px, 750px, 0); -moz-transform: translate3d(1187px, 750px, 0); -ms-transform: translate3d(1187px, 750px, 0); -o-transform: translate3d(1187px, 750px, 0); transform: translate3d(1187px, 750px, 0); } 100% { -webkit-transform: translate3d(1128px, 1000px, 0); -moz-transform: translate3d(1128px, 1000px, 0); -ms-transform: translate3d(1128px, 1000px, 0); -o-transform: translate3d(1128px, 1000px, 0); transform: translate3d(1128px, 1000px, 0); }
}
@-webkit-keyframes what95 { 0% { -webkit-transform: translate3d(1140px, 0px, 0); } 25% { -webkit-transform: translate3d(1135px, 250px, 0); } 50% { -webkit-transform: translate3d(1150px, 500px, 0); } 75% { -webkit-transform: translate3d(1201px, 750px, 0); } 100% { -webkit-transform: translate3d(1140px, 1000px, 0); }
}
@-moz-keyframes what95 { 0% { -moz-transform: translate3d(1140px, 0px, 0); } 25% { -moz-transform: translate3d(1136px, 250px, 0); } 50% { -moz-transform: translate3d(1166px, 500px, 0); } 75% { -moz-transform: translate3d(1182px, 750px, 0); } 100% { -moz-transform: translate3d(1140px, 1000px, 0); }
}
@keyframes what95 { 0% { -webkit-transform: translate3d(1140px, 0px, 0); -moz-transform: translate3d(1140px, 0px, 0); -ms-transform: translate3d(1140px, 0px, 0); -o-transform: translate3d(1140px, 0px, 0); transform: translate3d(1140px, 0px, 0); } 25% { -webkit-transform: translate3d(1135px, 250px, 0); -moz-transform: translate3d(1135px, 250px, 0); -ms-transform: translate3d(1135px, 250px, 0); -o-transform: translate3d(1135px, 250px, 0); transform: translate3d(1135px, 250px, 0); } 50% { -webkit-transform: translate3d(1140px, 500px, 0); -moz-transform: translate3d(1140px, 500px, 0); -ms-transform: translate3d(1140px, 500px, 0); -o-transform: translate3d(1140px, 500px, 0); transform: translate3d(1140px, 500px, 0); } 75% { -webkit-transform: translate3d(1210px, 750px, 0); -moz-transform: translate3d(1210px, 750px, 0); -ms-transform: translate3d(1210px, 750px, 0); -o-transform: translate3d(1210px, 750px, 0); transform: translate3d(1210px, 750px, 0); } 100% { -webkit-transform: translate3d(1140px, 1000px, 0); -moz-transform: translate3d(1140px, 1000px, 0); -ms-transform: translate3d(1140px, 1000px, 0); -o-transform: translate3d(1140px, 1000px, 0); transform: translate3d(1140px, 1000px, 0); }
}
@-webkit-keyframes what96 { 0% { -webkit-transform: translate3d(1152px, 0px, 0); } 25% { -webkit-transform: translate3d(1144px, 250px, 0); } 50% { -webkit-transform: translate3d(1178px, 500px, 0); } 75% { -webkit-transform: translate3d(1205px, 750px, 0); } 100% { -webkit-transform: translate3d(1152px, 1000px, 0); }
}
@-moz-keyframes what96 { 0% { -moz-transform: translate3d(1152px, 0px, 0); } 25% { -moz-transform: translate3d(1144px, 250px, 0); } 50% { -moz-transform: translate3d(1170px, 500px, 0); } 75% { -moz-transform: translate3d(1209px, 750px, 0); } 100% { -moz-transform: translate3d(1152px, 1000px, 0); }
}
@keyframes what96 { 0% { -webkit-transform: translate3d(1152px, 0px, 0); -moz-transform: translate3d(1152px, 0px, 0); -ms-transform: translate3d(1152px, 0px, 0); -o-transform: translate3d(1152px, 0px, 0); transform: translate3d(1152px, 0px, 0); } 25% { -webkit-transform: translate3d(1143px, 250px, 0); -moz-transform: translate3d(1143px, 250px, 0); -ms-transform: translate3d(1143px, 250px, 0); -o-transform: translate3d(1143px, 250px, 0); transform: translate3d(1143px, 250px, 0); } 50% { -webkit-transform: translate3d(1190px, 500px, 0); -moz-transform: translate3d(1190px, 500px, 0); -ms-transform: translate3d(1190px, 500px, 0); -o-transform: translate3d(1190px, 500px, 0); transform: translate3d(1190px, 500px, 0); } 75% { -webkit-transform: translate3d(1217px, 750px, 0); -moz-transform: translate3d(1217px, 750px, 0); -ms-transform: translate3d(1217px, 750px, 0); -o-transform: translate3d(1217px, 750px, 0); transform: translate3d(1217px, 750px, 0); } 100% { -webkit-transform: translate3d(1152px, 1000px, 0); -moz-transform: translate3d(1152px, 1000px, 0); -ms-transform: translate3d(1152px, 1000px, 0); -o-transform: translate3d(1152px, 1000px, 0); transform: translate3d(1152px, 1000px, 0); }
}
@-webkit-keyframes what97 { 0% { -webkit-transform: translate3d(1164px, 0px, 0); } 25% { -webkit-transform: translate3d(1162px, 250px, 0); } 50% { -webkit-transform: translate3d(1193px, 500px, 0); } 75% { -webkit-transform: translate3d(1218px, 750px, 0); } 100% { -webkit-transform: translate3d(1164px, 1000px, 0); }
}
@-moz-keyframes what97 { 0% { -moz-transform: translate3d(1164px, 0px, 0); } 25% { -moz-transform: translate3d(1155px, 250px, 0); } 50% { -moz-transform: translate3d(1197px, 500px, 0); } 75% { -moz-transform: translate3d(1203px, 750px, 0); } 100% { -moz-transform: translate3d(1164px, 1000px, 0); }
}
@keyframes what97 { 0% { -webkit-transform: translate3d(1164px, 0px, 0); -moz-transform: translate3d(1164px, 0px, 0); -ms-transform: translate3d(1164px, 0px, 0); -o-transform: translate3d(1164px, 0px, 0); transform: translate3d(1164px, 0px, 0); } 25% { -webkit-transform: translate3d(1160px, 250px, 0); -moz-transform: translate3d(1160px, 250px, 0); -ms-transform: translate3d(1160px, 250px, 0); -o-transform: translate3d(1160px, 250px, 0); transform: translate3d(1160px, 250px, 0); } 50% { -webkit-transform: translate3d(1171px, 500px, 0); -moz-transform: translate3d(1171px, 500px, 0); -ms-transform: translate3d(1171px, 500px, 0); -o-transform: translate3d(1171px, 500px, 0); transform: translate3d(1171px, 500px, 0); } 75% { -webkit-transform: translate3d(1208px, 750px, 0); -moz-transform: translate3d(1208px, 750px, 0); -ms-transform: translate3d(1208px, 750px, 0); -o-transform: translate3d(1208px, 750px, 0); transform: translate3d(1208px, 750px, 0); } 100% { -webkit-transform: translate3d(1164px, 1000px, 0); -moz-transform: translate3d(1164px, 1000px, 0); -ms-transform: translate3d(1164px, 1000px, 0); -o-transform: translate3d(1164px, 1000px, 0); transform: translate3d(1164px, 1000px, 0); }
}
@-webkit-keyframes what98 { 0% { -webkit-transform: translate3d(1176px, 0px, 0); } 25% { -webkit-transform: translate3d(1169px, 250px, 0); } 50% { -webkit-transform: translate3d(1213px, 500px, 0); } 75% { -webkit-transform: translate3d(1222px, 750px, 0); } 100% { -webkit-transform: translate3d(1176px, 1000px, 0); }
}
@-moz-keyframes what98 { 0% { -moz-transform: translate3d(1176px, 0px, 0); } 25% { -moz-transform: translate3d(1170px, 250px, 0); } 50% { -moz-transform: translate3d(1181px, 500px, 0); } 75% { -moz-transform: translate3d(1235px, 750px, 0); } 100% { -moz-transform: translate3d(1176px, 1000px, 0); }
}
@keyframes what98 { 0% { -webkit-transform: translate3d(1176px, 0px, 0); -moz-transform: translate3d(1176px, 0px, 0); -ms-transform: translate3d(1176px, 0px, 0); -o-transform: translate3d(1176px, 0px, 0); transform: translate3d(1176px, 0px, 0); } 25% { -webkit-transform: translate3d(1174px, 250px, 0); -moz-transform: translate3d(1174px, 250px, 0); -ms-transform: translate3d(1174px, 250px, 0); -o-transform: translate3d(1174px, 250px, 0); transform: translate3d(1174px, 250px, 0); } 50% { -webkit-transform: translate3d(1203px, 500px, 0); -moz-transform: translate3d(1203px, 500px, 0); -ms-transform: translate3d(1203px, 500px, 0); -o-transform: translate3d(1203px, 500px, 0); transform: translate3d(1203px, 500px, 0); } 75% { -webkit-transform: translate3d(1216px, 750px, 0); -moz-transform: translate3d(1216px, 750px, 0); -ms-transform: translate3d(1216px, 750px, 0); -o-transform: translate3d(1216px, 750px, 0); transform: translate3d(1216px, 750px, 0); } 100% { -webkit-transform: translate3d(1176px, 1000px, 0); -moz-transform: translate3d(1176px, 1000px, 0); -ms-transform: translate3d(1176px, 1000px, 0); -o-transform: translate3d(1176px, 1000px, 0); transform: translate3d(1176px, 1000px, 0); }
}
@-webkit-keyframes what99 { 0% { -webkit-transform: translate3d(1188px, 0px, 0); } 25% { -webkit-transform: translate3d(1178px, 250px, 0); } 50% { -webkit-transform: translate3d(1215px, 500px, 0); } 75% { -webkit-transform: translate3d(1249px, 750px, 0); } 100% { -webkit-transform: translate3d(1188px, 1000px, 0); }
}
@-moz-keyframes what99 { 0% { -moz-transform: translate3d(1188px, 0px, 0); } 25% { -moz-transform: translate3d(1186px, 250px, 0); } 50% { -moz-transform: translate3d(1206px, 500px, 0); } 75% { -moz-transform: translate3d(1257px, 750px, 0); } 100% { -moz-transform: translate3d(1188px, 1000px, 0); }
}
@keyframes what99 { 0% { -webkit-transform: translate3d(1188px, 0px, 0); -moz-transform: translate3d(1188px, 0px, 0); -ms-transform: translate3d(1188px, 0px, 0); -o-transform: translate3d(1188px, 0px, 0); transform: translate3d(1188px, 0px, 0); } 25% { -webkit-transform: translate3d(1180px, 250px, 0); -moz-transform: translate3d(1180px, 250px, 0); -ms-transform: translate3d(1180px, 250px, 0); -o-transform: translate3d(1180px, 250px, 0); transform: translate3d(1180px, 250px, 0); } 50% { -webkit-transform: translate3d(1215px, 500px, 0); -moz-transform: translate3d(1215px, 500px, 0); -ms-transform: translate3d(1215px, 500px, 0); -o-transform: translate3d(1215px, 500px, 0); transform: translate3d(1215px, 500px, 0); } 75% { -webkit-transform: translate3d(1222px, 750px, 0); -moz-transform: translate3d(1222px, 750px, 0); -ms-transform: translate3d(1222px, 750px, 0); -o-transform: translate3d(1222px, 750px, 0); transform: translate3d(1222px, 750px, 0); } 100% { -webkit-transform: translate3d(1188px, 1000px, 0); -moz-transform: translate3d(1188px, 1000px, 0); -ms-transform: translate3d(1188px, 1000px, 0); -o-transform: translate3d(1188px, 1000px, 0); transform: translate3d(1188px, 1000px, 0); }
}
@-webkit-keyframes what100 { 0% { -webkit-transform: translate3d(1200px, 0px, 0); } 25% { -webkit-transform: translate3d(1195px, 250px, 0); } 50% { -webkit-transform: translate3d(1200px, 500px, 0); } 75% { -webkit-transform: translate3d(1251px, 750px, 0); } 100% { -webkit-transform: translate3d(1200px, 1000px, 0); }
}
@-moz-keyframes what100 { 0% { -moz-transform: translate3d(1200px, 0px, 0); } 25% { -moz-transform: translate3d(1194px, 250px, 0); } 50% { -moz-transform: translate3d(1215px, 500px, 0); } 75% { -moz-transform: translate3d(1236px, 750px, 0); } 100% { -moz-transform: translate3d(1200px, 1000px, 0); }
}
@keyframes what100 { 0% { -webkit-transform: translate3d(1200px, 0px, 0); -moz-transform: translate3d(1200px, 0px, 0); -ms-transform: translate3d(1200px, 0px, 0); -o-transform: translate3d(1200px, 0px, 0); transform: translate3d(1200px, 0px, 0); } 25% { -webkit-transform: translate3d(1197px, 250px, 0); -moz-transform: translate3d(1197px, 250px, 0); -ms-transform: translate3d(1197px, 250px, 0); -o-transform: translate3d(1197px, 250px, 0); transform: translate3d(1197px, 250px, 0); } 50% { -webkit-transform: translate3d(1209px, 500px, 0); -moz-transform: translate3d(1209px, 500px, 0); -ms-transform: translate3d(1209px, 500px, 0); -o-transform: translate3d(1209px, 500px, 0); transform: translate3d(1209px, 500px, 0); } 75% { -webkit-transform: translate3d(1246px, 750px, 0); -moz-transform: translate3d(1246px, 750px, 0); -ms-transform: translate3d(1246px, 750px, 0); -o-transform: translate3d(1246px, 750px, 0); transform: translate3d(1246px, 750px, 0); } 100% { -webkit-transform: translate3d(1200px, 1000px, 0); -moz-transform: translate3d(1200px, 1000px, 0); -ms-transform: translate3d(1200px, 1000px, 0); -o-transform: translate3d(1200px, 1000px, 0); transform: translate3d(1200px, 1000px, 0); }
}
Happy Holidays CSS - Script Codes
Happy Holidays CSS - Script Codes
Home Page Home
Developer Michael Hobizal
Username mikehobizal
Uploaded January 05, 2023
Rating 3.5
Size 19,478 Kb
Views 6,072
Do you need developer help for Happy Holidays CSS?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Michael Hobizal (mikehobizal) Script Codes
Create amazing marketing copy with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!