-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
360 lines (351 loc) · 66.8 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
body {
background-color: black;
}
.scene {
position: fixed;
display: flex;
min-height: 100%;
min-width: 100%;
overflow: hidden;
top: 50%;
left: 50%;
background-color: black;
transform: translateX(-50%) translateY(-50%);
}
.scene::after {
content: "";
position: fixed;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
width: 111.5%;
height: 111.5%;
transition: none;
animation-timing-function: step-start;
animation-iteration-count: infinite;
background-size: 90%;
background-repeat: no-repeat;
}
@keyframes specialLetter {
100% {
transform: rotateY(180deg);
}
}
#special-letter {
perspective: 1em;
}
#special-letter > span {
animation: specialLetter 3s 3s infinite alternate;
}
#cmd-play:checked ~ figure::after {
animation-play-state: running;
}
#cmd-play:checked ~ nav [for=cmd-play] {
color: var(--cin-color-primary);
}
#cmd-pause:checked ~ figure::after {
animation-play-state: paused;
}
#cmd-pause:checked ~ nav [for=cmd-pause] {
color: var(--cin-color-primary);
}
#cmd-normal:checked ~ figure::after {
animation-direction: normal;
}
#cmd-normal:checked ~ nav [for=cmd-normal] {
color: var(--cin-color-primary);
}
#cmd-reverse:checked ~ figure::after {
animation-direction: reverse;
}
#cmd-reverse:checked ~ nav [for=cmd-reverse] {
color: var(--cin-color-primary);
}
#cmd-alternate:checked ~ figure::after {
animation-direction: alternate;
}
#cmd-alternate:checked ~ nav [for=cmd-alternate] {
color: var(--cin-color-primary);
}
#cmd-alternate-reverse:checked ~ figure::after {
animation-direction: alternate-reverse;
}
#cmd-alternate-reverse:checked ~ nav [for=cmd-alternate-reverse] {
color: var(--cin-color-primary);
}
@keyframes the_scene {
1.1363636364% {
background-position: 50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
2.2727272727% {
background-position: -1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
3.4090909091% {
background-position: -1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
4.5454545455% {
background-position: -1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
5.6818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
6.8181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
7.9545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
9.0909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
10.2272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
11.3636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
12.5% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
13.6363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
14.7727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
15.9090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
17.0454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
18.1818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
19.3181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
20.4545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
21.5909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
22.7272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
23.8636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
25% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
26.1363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
27.2727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
28.4090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
29.5454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
30.6818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
31.8181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
32.9545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
34.0909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
35.2272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
36.3636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
37.5% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
38.6363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
39.7727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
40.9090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
42.0454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
43.1818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
44.3181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
45.4545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
46.5909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
47.7272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
48.8636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
50% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
51.1363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
52.2727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
53.4090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
54.5454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
55.6818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
56.8181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
57.9545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
59.0909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
60.2272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
61.3636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
62.5% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
63.6363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
64.7727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
65.9090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
67.0454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
68.1818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
69.3181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
70.4545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
71.5909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
72.7272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
73.8636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
75% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
76.1363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
77.2727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
78.4090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
79.5454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
80.6818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
81.8181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
82.9545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
84.0909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
85.2272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
86.3636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
87.5% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
88.6363636364% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
89.7727272727% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
90.9090909091% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
92.0454545455% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
93.1818181818% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
94.3181818182% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%,-1000%;
}
95.4545454545% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%,-1000%;
}
96.5909090909% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%,-1000%;
}
97.7272727273% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%,-1000%;
}
98.8636363636% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%,-1000%;
}
100% {
background-position: -1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,-1000%,50%;
}
}
#the_scene {
aspect-ratio: 2;
}
#the_scene::after {
content: "";
animation-name: the_scene;
animation-duration: 3s;
animation-direction: normal;
background-image: url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_1.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_2.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_3.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_4.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_5.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_6.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_7.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_8.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_9.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_10.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_11.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_12.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_13.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_14.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_15.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_16.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_17.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_18.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_19.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_20.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_21.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_22.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_23.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_24.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_25.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_26.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_27.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_28.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_29.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_30.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_31.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_32.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_33.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_34.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_35.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_36.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_37.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_38.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_39.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_40.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_41.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_42.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_43.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_44.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_45.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_46.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_47.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_48.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_49.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_50.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_51.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_52.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_53.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_54.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_55.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_56.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_57.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_58.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_59.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_60.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_61.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_62.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_63.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_64.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_65.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_66.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_67.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_68.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_69.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_70.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_71.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_72.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_73.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_74.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_75.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_76.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_77.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_78.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_79.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_80.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_81.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_82.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_83.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_84.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_85.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_86.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_87.webp"), url("https://olivier3lanc.github.io/cinematics-resources/wormhole_c/wormhole_c_88.webp");
}