Video-to-Video
weather
precipitation
nowcasting
File size: 41,365 Bytes
d45ce1f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 2205 1109" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:10;">
    <rect x="0" y="0" width="2204.578" height="1108.053" style="fill:white;"/>
    <rect x="178.828" y="99.336" width="814.18" height="752.302" style="fill:white;"/>
    <path d="M368.223,851.638L368.223,866.221" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <path d="M803.613,851.638L803.613,866.221" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip1">
            <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip1)">
            <path d="M178.828,851.638L993.008,851.638" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M178.828,851.638L164.245,851.638" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip2">
            <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip2)">
            <path d="M178.828,706.86L993.008,706.86" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M178.828,706.86L164.245,706.86" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip3">
            <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip3)">
            <path d="M178.828,562.081L993.008,562.081" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M178.828,562.081L164.245,562.081" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip4">
            <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip4)">
            <path d="M178.828,417.302L993.008,417.302" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M178.828,417.302L164.245,417.302" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip5">
            <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip5)">
            <path d="M178.828,272.524L993.008,272.524" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M178.828,272.524L164.245,272.524" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip6">
            <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip6)">
            <path d="M178.828,127.745L993.008,127.745" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M178.828,127.745L164.245,127.745" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <path d="M65.972,246.813L65.972,249.013L56.422,258.613L53.472,255.713L59.222,250.013L29.422,250.013L29.422,245.863L59.222,245.863L53.472,240.163L56.422,237.263L65.972,246.813Z" style="fill-rule:nonzero;"/>
    <g>
        <g>
            <clipPath id="_clip7">
                <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
            </clipPath>
            <g clip-path="url(#_clip7)">
                <g id="_Image8_" serif:id="_Image8" transform="matrix(1,0,0,1,212.899,354.119)">
                    <use xlink:href="#_Image8" x="0" y="0" width="158px" height="498px"/>
                </g>
                <g>
                    <clipPath id="_clip9">
                        <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
                    </clipPath>
                    <g clip-path="url(#_clip9)">
                        <g id="_Image10_" serif:id="_Image10" transform="matrix(1,0,0,1,648.289,132.223)">
                            <use xlink:href="#_Image10" x="0" y="0" width="158px" height="720px"/>
                        </g>
                    </g>
                </g>
                <g>
                    <clipPath id="_clip11">
                        <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
                    </clipPath>
                    <g clip-path="url(#_clip11)">
                        <g id="_Image12_" serif:id="_Image12" transform="matrix(1,0,0,1,365.286,731.984)">
                            <use xlink:href="#_Image12" x="0" y="0" width="158px" height="120px"/>
                        </g>
                    </g>
                </g>
                <g>
                    <clipPath id="_clip13">
                        <rect x="178.828" y="99.336" width="814.18" height="752.302"/>
                    </clipPath>
                    <g clip-path="url(#_clip13)">
                        <g id="_Image14_" serif:id="_Image14" transform="matrix(1,0,0,1,800.676,275.91)">
                            <use xlink:href="#_Image14" x="0" y="0" width="158px" height="576px"/>
                        </g>
                    </g>
                </g>
            </g>
        </g>
    </g>
    <path d="M178.828,851.638L178.828,99.336" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;stroke-linecap:square;stroke-linejoin:miter;"/>
    <path d="M178.828,851.638L993.008,851.638" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;stroke-linecap:square;stroke-linejoin:miter;"/>
    <path d="M444.416,365.393L444.416,717.27" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M452.75,700.604L444.417,717.271L436.084,700.604L452.751,700.604L452.75,700.604Z" style="fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M457.863,359.952L430.987,359.952" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M879.807,143.491L879.807,261.186" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M888.14,244.519L879.807,261.186L871.474,244.519L888.141,244.519L888.14,244.519Z" style="fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M893.253,138.055L866.377,138.055" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <rect x="1283.585" y="99.336" width="814.18" height="752.302" style="fill:white;"/>
    <path d="M1472.98,851.638L1472.98,866.221" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <path d="M1908.37,851.638L1908.37,866.221" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip15">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip15)">
            <path d="M1283.585,851.638L2097.765,851.638" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,851.638L1269.002,851.638" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip16">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip16)">
            <path d="M1283.585,731.433L2097.765,731.433" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,731.433L1269.002,731.433" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip17">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip17)">
            <path d="M1283.585,611.227L2097.765,611.227" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,611.227L1269.002,611.227" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip18">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip18)">
            <path d="M1283.585,491.021L2097.765,491.021" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,491.021L1269.002,491.021" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip19">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip19)">
            <path d="M1283.585,370.816L2097.765,370.816" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,370.816L1269.002,370.816" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip20">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip20)">
            <path d="M1283.585,250.61L2097.765,250.61" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,250.61L1269.002,250.61" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <g>
        <clipPath id="_clip21">
            <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
        </clipPath>
        <g clip-path="url(#_clip21)">
            <path d="M1283.585,130.404L2097.765,130.404" style="fill:none;fill-rule:nonzero;stroke:rgb(177,177,177);stroke-opacity:0.8;stroke-width:2.08px;stroke-dasharray:7.708,3.333;"/>
        </g>
    </g>
    <path d="M1283.585,130.404L1269.002,130.404" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;"/>
    <path d="M1174.05,363.089L1174.05,365.289L1164.5,374.889L1161.55,371.989L1167.3,366.289L1137.5,366.289L1137.5,362.139L1167.3,362.139L1161.55,356.439L1164.5,353.539L1174.05,363.089Z" style="fill-rule:nonzero;"/>
    <g>
        <g>
            <clipPath id="_clip22">
                <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
            </clipPath>
            <g clip-path="url(#_clip22)">
                <g id="_Image23_" serif:id="_Image23" transform="matrix(1,0,0,1,1317.656,492.726)">
                    <use xlink:href="#_Image23" x="0" y="0" width="158px" height="359px"/>
                </g>
                <g>
                    <clipPath id="_clip24">
                        <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
                    </clipPath>
                    <g clip-path="url(#_clip24)">
                        <g id="_Image10_1" serif:id="_Image10" transform="matrix(1,0,0,1,1753.046,132.223)">
                            <use xlink:href="#_Image10" x="0" y="0" width="158px" height="720px"/>
                        </g>
                    </g>
                </g>
                <g>
                    <clipPath id="_clip25">
                        <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
                    </clipPath>
                    <g clip-path="url(#_clip25)">
                        <g id="_Image26_" serif:id="_Image26" transform="matrix(1,0,0,1,1905.433,802.897)">
                            <use xlink:href="#_Image26" x="0" y="0" width="158px" height="49px"/>
                        </g>
                    </g>
                </g>
                <g id="_Image27_" serif:id="_Image27" transform="matrix(1,0,0,1,1905.433,757.093)">
                    <use xlink:href="#_Image27" x="0" y="0" width="158px" height="51px"/>
                </g>
                <g id="_Image27_1" serif:id="_Image27" transform="matrix(1,0,0,1,1905.433,711.289)">
                    <use xlink:href="#_Image27" x="0" y="0" width="158px" height="51px"/>
                </g>
                <g id="_Image27_2" serif:id="_Image27" transform="matrix(1,0,0,1,1905.433,665.484)">
                    <use xlink:href="#_Image27" x="0" y="0" width="158px" height="51px"/>
                </g>
                <g id="_Image27_3" serif:id="_Image27" transform="matrix(1,0,0,1,1905.433,619.68)">
                    <use xlink:href="#_Image27" x="0" y="0" width="158px" height="51px"/>
                </g>
                <g>
                    <clipPath id="_clip28">
                        <rect x="1283.585" y="99.336" width="814.18" height="752.302"/>
                    </clipPath>
                    <g clip-path="url(#_clip28)">
                        <g id="_Image29_" serif:id="_Image29" transform="matrix(1,0,0,1,1470.043,836.515)">
                            <clipPath id="_clip29">
                                <rect x="0" y="0" width="158" height="16"/>
                            </clipPath>
                            <g clip-path="url(#_clip29)">
                                <g transform="matrix(1,-0,-0,1,-1470.043,-836.515)">
                                    <use xlink:href="#_Image30" x="1470.043" y="836.515" width="158px" height="16px"/>
                                </g>
                            </g>
                        </g>
                    </g>
                </g>
            </g>
        </g>
    </g>
    <path d="M1283.585,851.638L1283.585,99.336" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;stroke-linecap:square;stroke-linejoin:miter;"/>
    <path d="M1283.585,851.638L2097.765,851.638" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:3.33px;stroke-linecap:square;stroke-linejoin:miter;"/>
    <path d="M1549.173,504.004L1549.173,821.802" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M1557.506,805.136L1549.173,821.803L1540.84,805.136L1557.507,805.136L1557.506,805.136Z" style="fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M1562.62,500.472L1535.744,500.472" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <g>
        <g transform="matrix(1,0,0,1,265.977,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">E</text>
        </g>
        <g transform="matrix(1,0,0,1,301.713,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">n<tspan x="30.194px 57.581px 87.775px 117.97px 148.164px " y="0px 0px 0px 0px 0px ">coder</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,698.372,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">D</text>
        </g>
        <g transform="matrix(1,0,0,1,737.399,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">e<tspan x="30.726px 58.645px 89.371px 120.097px 150.823px " y="0px 0px 0px 0px 0px ">coder</tspan></text>
        </g>
    </g>
    <g transform="matrix(1,0,0,1,123.164,867.458)">
        <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,96.667,722.68)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">1</text>
        </g>
        <g transform="matrix(1,0,0,1,123.167,722.68)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,96.667,577.901)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">2</text>
        </g>
        <g transform="matrix(1,0,0,1,123.167,577.901)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,96.667,433.123)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">3</text>
        </g>
        <g transform="matrix(1,0,0,1,123.167,433.123)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,96.667,288.344)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">4</text>
        </g>
        <g transform="matrix(1,0,0,1,123.167,288.344)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,96.667,143.566)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">5</text>
        </g>
        <g transform="matrix(1,0,0,1,123.167,143.566)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g transform="matrix(0,-1,1,0,-456.443534,488.130123)">
        <g>
            <g transform="matrix(1,0,0,1,-160.774,515.292)">
                <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:50px;">P</text>
            </g>
            <g transform="matrix(1,0,0,1,-126.174,515.292)">
                <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:50px;">a<tspan x="29.058px 49.766px 78.823px 124.531px 153.589px 171.489px 200.547px 221.255px 250.313px 269.718px 287.619px 330.519px " y="0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px ">rameters (M)</tspan></text>
            </g>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,457.478,559.791)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">-</text>
        </g>
        <g transform="matrix(1,0,0,1,477.205,559.791)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">7<tspan x="30.885px 61.77px 78.738px 109.623px " y="0px 0px 0px 0px ">6.4%</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,892.868,220.805)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">-</text>
        </g>
        <g transform="matrix(1,0,0,1,912.596,220.805)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">2<tspan x="30.884px 61.769px 78.738px 109.622px " y="0px 0px 0px 0px ">0.1%</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,432.854,74.307)">
            <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:58.333px;">M</text>
        </g>
        <g transform="matrix(1,0,0,1,482.321,74.307)">
            <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:58.333px;">o<tspan x="36.508px 73.015px 106.332px 123.414px 147.926px 181.244px 198.325px 228.367px " y="0px 0px 0px 0px 0px 0px 0px 0px ">del size</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1370.734,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">E</text>
        </g>
        <g transform="matrix(1,0,0,1,1406.47,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">n<tspan x="30.194px 57.581px 87.775px 117.969px 148.164px " y="0px 0px 0px 0px 0px ">coder</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1803.129,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">D</text>
        </g>
        <g transform="matrix(1,0,0,1,1842.156,918.826)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;">e<tspan x="30.726px 58.645px 89.371px 120.097px 150.823px " y="0px 0px 0px 0px 0px ">coder</tspan></text>
        </g>
    </g>
    <g transform="matrix(1,0,0,1,1227.921,867.458)">
        <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
    </g>
    <g transform="matrix(1,0,0,1,1227.921,747.253)">
        <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">5</text>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1201.424,627.047)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">1</text>
        </g>
        <g transform="matrix(1,0,0,1,1227.924,627.047)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1201.424,506.842)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">1</text>
        </g>
        <g transform="matrix(1,0,0,1,1227.924,506.842)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">5</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1201.424,386.636)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">2</text>
        </g>
        <g transform="matrix(1,0,0,1,1227.924,386.636)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1201.424,266.43)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">2</text>
        </g>
        <g transform="matrix(1,0,0,1,1227.924,266.43)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">5</text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1201.424,146.225)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">3</text>
        </g>
        <g transform="matrix(1,0,0,1,1227.924,146.225)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:41.667px;">0</text>
        </g>
    </g>
    <g transform="matrix(0,-1,1,0,419.778489,1304.18548)">
        <g>
            <g transform="matrix(1,0,0,1,712.865,751.147)">
                <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:50px;">T</text>
            </g>
            <g transform="matrix(1,0,0,1,744.657,751.147)">
                <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:50px;">F<tspan x="31.792px 63.584px 103.726px 138.325px " y="0px 0px 0px 0px ">LOPs</tspan></text>
            </g>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1562.235,681.36)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">-</text>
        </g>
        <g transform="matrix(1,0,0,1,1581.962,681.36)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">9<tspan x="30.885px 61.77px 78.738px 109.623px " y="0px 0px 0px 0px ">6.6%</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1997.625,392.691)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">-</text>
        </g>
        <g transform="matrix(1,0,0,1,2017.353,392.691)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:50px;fill:rgb(0,128,0);">6<tspan x="30.884px 61.769px 78.738px 109.622px " y="0px 0px 0px 0px ">8.0%</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1329.423,74.307)">
            <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:58.333px;">P</text>
        </g>
        <g transform="matrix(1,0,0,1,1369.206,74.307)">
            <text x="0px" y="0px" style="font-family:'Arial-BoldMT', 'Arial', sans-serif;font-weight:700;font-size:58.333px;">e<tspan x="33.317px 56.893px 81.235px 114.552px 147.869px 200.612px 237.119px 254.201px 287.518px 311.86px 328.942px 365.449px 385.749px 419.067px 442.643px 475.96px 512.467px 545.784px 579.102px 603.443px 636.761px 673.268px 706.585px " y="0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px 0px ">r sample inference cost</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,777.427,1037.519)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:66.667px;">C</text>
        </g>
        <g transform="matrix(1,0,0,1,826.765,1037.519)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:66.667px;">a<tspan x="38.27px 72.796px 122.133px 160.403px 194.929px " y="0px 0px 0px 0px 0px ">sCast</tspan></text>
        </g>
    </g>
    <g>
        <g transform="matrix(1,0,0,1,1368,1037.519)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:66.667px;">F</text>
        </g>
        <g transform="matrix(1,0,0,1,1410.385,1037.519)">
            <text x="0px" y="0px" style="font-family:'ArialMT', 'Arial', sans-serif;font-size:66.667px;">R<tspan x="49.807px 95.936px 145.742px 195.549px 205.749px 229.612px 268.351px 307.09px 330.953px 365.948px " y="0px 0px 0px 0px 0px 0px 0px 0px 0px 0px ">EUD (ours)</tspan></text>
        </g>
    </g>
    <path d="M1984.563,143.505L1984.563,604.981" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M1992.897,588.314L1984.564,604.981L1976.231,588.314L1992.898,588.314L1992.897,588.314Z" style="fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <path d="M1998.01,139.968L1971.134,139.968" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:8.33px;stroke-linecap:round;"/>
    <g id="_Image30_" serif:id="_Image30" transform="matrix(1,0,0,1,587.824,987.916)">
        <use xlink:href="#_Image31" x="0" y="0" width="139px" height="52px"/>
    </g>
    <g id="_Image30_1" serif:id="_Image30" transform="matrix(1,0,0,1,1178.396,987.916)">
        <clipPath id="_clip32">
            <rect x="0" y="0" width="139" height="52"/>
        </clipPath>
        <g clip-path="url(#_clip32)">
            <g transform="matrix(1,-0,-0,1,-1178.396,-987.916)">
                <use xlink:href="#_Image33" x="1178.396" y="987.916" width="139px" height="52px"/>
            </g>
        </g>
    </g>
    <g transform="matrix(1.017463,0,0,1.017806,-33.938,-15.164629)">
        <rect x="1911" y="627" width="147" height="224.638" style="fill:rgb(2,0,255);"/>
    </g>
    <g transform="matrix(0.77765,0,0,3.522059,428.672827,-2811.007795)">
        <rect x="1905.433" y="975" width="192.332" height="64.916" style="fill:rgb(29,28,137);"/>
    </g>
    <g transform="matrix(0.673663,0,0,0.656818,-100.187185,352.602409)">
        <rect x="1905.433" y="975" width="192.332" height="64.916" style="fill:rgb(29,28,137);"/>
    </g>
    <defs>
        <image id="_Image8" width="158px" height="498px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAHyCAYAAAAaxHfuAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFgUlEQVR4nO3VIW4bURhG0WfHiRoUYlLJqAsIC4qUNWQhhQXdSvfTLRQVlbcwIYn9CoyiGLa+kn2ONNLoRx+4mlnMOS/HGJsBx/NnNfbRfa+XcFa+LusFnCfhkRAeidWh45dvT2O7278vjrmGk/T58cP49PHize1geLvd/oF/Yc73N79aEsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjsTp0fLy/Gru5f18ccw0naX3z/vt2MLyH28v/PobztphzXo8x7l5e5/LHr+2mHsTp2qyXv9c3y+cxxs+/9BgjgRqKZEgAAAAASUVORK5CYII="/>
        <image id="_Image10" width="158px" height="720px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAALQCAYAAABhSMlOAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAHsElEQVR4nO3VvWlcQRSA0dnVCju1Av2AcSAX4C4cqwM1oFCBWlE/LsAFqAEHBiUGY+QdB+tE6IViP1idAw/m3egGHzOrOefxGOPjgP35uRm76L7Vm/Cm3K3rDXibhEdCeCQ2S8Pb+1/j73Z3Xu1zGw7SzdX7cXlx9Gy2GN52u/vgNcz5cuapJSE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8Epul4fXXd2PO/z+rPW7DQTo/eXm/LYb35fPiGF7Nas55PMa4/PM0198fnk7rhThcn86OHs8/rH+PMX78AxPOJTypZSmtAAAAAElFTkSuQmCC"/>
        <image id="_Image12" width="158px" height="120px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAB4CAYAAAADmEvkAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAB3UlEQVR4nO3VIW5UARSG0fuaCa4hQTFJa6BLIOleCA420G2wGtgCDkw3gUAgUe3MPASKdPR8yfQcedUvvuQu67q+mJnrgdP5vZl/0d3XS3hW7i7qBTxPwiMhPBKbY8frq8/z+HiYmZllOekeztCXrx/m9vbqv9vR8Ha7w+x2h5OM4vyth/XJzaslITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSwiMhPBLCIyE8EsIjITwSm2PHj5/ezX5/mJmZZZaTDuL8bLeXT27Luq5vZ+b+9HN4xu6WdV1fzsz7h4f9xY/vP9/UizhfNzevfr3eXv6ZmW9/AZRUKgPulvX/AAAAAElFTkSuQmCC"/>
        <image id="_Image14" width="158px" height="576px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAJACAYAAAB8Lt8NAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGT0lEQVR4nO3VMWpUYRiG0W/CYKGNELRKCGLpArIPbd1EtmHlUnQlgaxCwcLCLtd7LVJJpp4HZs7p/q96iwf+3bZtL2bmeuB4fu3nKbr7egln5e6iXsB5Eh4J4ZHYHzpeX32Zx8d1ZmZ2u6Pu4QR9+/55bm+v/rsdDG9Z1lmW9SijOH3buj27+WpJCI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI+E8EgIj4TwSAiPhPBICI/E/tDx46cP83dZnx673TH3cILevH317Lbbtu39zNwffw5n7G4/M79n5uuyrBcPDz/e1Ys4XTc3r39eXr78MzMP/wBa5yuLSTMSpwAAAABJRU5ErkJggg=="/>
        <image id="_Image23" width="158px" height="359px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAFnCAYAAABXb/AeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAEH0lEQVR4nO3VMYrUABiG4T9rhl0rwUrByhPZeQlLEa/ifTyFd7CwWBHFxGK2kZ1S54WZ54FA8ldf8UKWfd8PM/Nq4Hy+rnOM7nO9hKvy8aZewHUSHgnhkVhPHd9/up/f2/F9OecaLtK7N3fz+uWTv24nw9u24wP/wr4/vvnVkhAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkRAeCeGREB4J4ZEQHgnhkVhPHV88v5lt2x++ljPO4RLdHh43dDK8D2+f/vcxXLd1Zn7NzJd935f7H/OsHsTluj3M98O6/JyZb38AK40hBEc7DkUAAAAASUVORK5CYII="/>
        <image id="_Image26" width="158px" height="49px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAAxCAYAAAArzxBAAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABIUlEQVR4nO3dIU4DYRCG4dmmQdQgCq6bkOC4QK/RA3CJXgPNQeAkCHqJJhgEqpv9EQhCWkeyX9I+jxw14k1GTtdau6qqvmA6H/P6ie4tvQkXZTtLb8BlEh4RwiNifmrYr57qcBirqqrrJt2HM/Ty+ljr9erP7GR4wzDWMIyTLMX5a2M7mjm1RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhEn/1xsNg+/fy48WOGfbm4XR7OutXZfvjcyre28qj6r6nkYxtlut78LL8QZ6/vr/XK5+Kqq928/yCdoDHrlGAAAAABJRU5ErkJggg=="/>
        <image id="_Image27" width="158px" height="51px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAAzCAYAAABmB7FLAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABEUlEQVR4nO3dsW3CYBCG4TOyUqSGDiq6LMAaDMASWSPTkEnSZYpI6YPlP0UKFOEOyZ+En6e86opXuvK61tpTVe0K5vPV1190H+lNWJTXVXoDlkl4RAiPiH5quNu+1eUyVlVV1826Dw/o/H6qw2H7bzYZ3jCMNQzjLEvx+NrYbmZOLRHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEeE8IgQHhHCI0J4RAiPCOERITwihEfE5J+L4/Hl+ufCgxXutN4838y61tq+fG9kXr43kiE8Ivqq+qmqz/QiLMr3L/AnH9PxvxnKAAAAAElFTkSuQmCC"/>
        <image id="_Image30" width="158px" height="16px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ4AAAAQCAYAAADnP8bTAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAu0lEQVRoge3YMQ6CQBSE4QE3JlDgCfAuGi24jImtJ5BTcCRrvYCNXEBkxwIbw3bGfQnMV8GrpvgTEhKSSwAlROJ5OAzRXayXyKwcU+sFMk8KT0woPDHhQsd1WYN8ft6SiHNkiprmgN2++LoFwyM7kF2UUTJ9vefopk+tmFB4YkLhiQmFJyYUnphQeGIi+DvlejvB++E5VZryoywbRxQML89Vm/xXQhIAXNu+UJ/vC+tBMl2bbeGrakUA/RuziCTTMW9DdwAAAABJRU5ErkJggg=="/>
        <image id="_Image31" width="139px" height="52px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAAA0CAYAAAC6hctfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABD0lEQVR4nO3csU3DUBSG0WvkIJEiDR1iChoWoGIApkiZZTJKenahoIYOPwrToFjR34Ad5RzJkvWqK/mTX3e71tqqqu4LTnvvawzlde5JWLzt1dwTcD7EQkwsxPqpw93+o76G8b37z2lYjN3LTd3d/v6XTMYyDOPD5Wrt+Mw1REwsxMRCTCzExEJMLMTEQkwsxMRCTCzExEJMLMTEQkwsxMRCTCzExEJMLMTEQkwsxMRCTCzExEJMLMTEQkwsxMRCTCzExEJMLMTEQkwsxMRCTCzExEJMLMTEQkwsxMRCTCzEJpcmPz2savhZmttZsX2RNuvjDz8Zy/Pj9Z8Pw/lxDRETC7G+qj6r6jD3ICze2zeKQRZv5TckOQAAAABJRU5ErkJggg=="/>
        <image id="_Image33" width="139px" height="52px" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIsAAAA0CAYAAAC6hctfAAAACXBIWXMAAA7EAAAOxAGVKw4bAAABCUlEQVR4nO3cMUoDURSG0Ts66YZ0ksalaJPNaJFd6KbssxYt7O2SZzEgSAb5mzgTcg4MDLe6xQevu11rbVVV9wV/++xrDGU/9yYs3u5m7g24HGIhJhZi/dTw9eW9Dofxv+v+cx2W4un5rjab1a/ZZCzH4/hxvVo7nXmGiImFmFiIiYWYWIiJhZhYiImFmFiIiYWYWIiJhZhYiImFmFiIiYWYWIiJhZhYiImFmFiIiYWYWIiJhZhYiImFmFiIiYWYWIiJhZhYiImFmFiIiYWYWIiJhZhYiImFmFiIiYXY5NHkh8fh52iyC9vXaRhuT2aTsWy367Mvw+XxDBETC7G+qr6q6m3uRVi8j28xQBaFuRwwZAAAAABJRU5ErkJggg=="/>
    </defs>
</svg>