Datasets:

Modalities:
Image
Size:
< 1K
Libraries:
Datasets
License:
File size: 95,651 Bytes
0369da0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="356.236469" height="157.68" viewBox="0 0 356.236469 157.68">
<defs>
<g>
<g id="glyph-0-0">
<path d="M 4.578125 -3.1875 C 4.578125 -3.984375 4.53125 -4.78125 4.1875 -5.515625 C 3.734375 -6.484375 2.90625 -6.640625 2.5 -6.640625 C 1.890625 -6.640625 1.171875 -6.375 0.75 -5.453125 C 0.4375 -4.765625 0.390625 -3.984375 0.390625 -3.1875 C 0.390625 -2.4375 0.421875 -1.546875 0.84375 -0.78125 C 1.265625 0.015625 2 0.21875 2.484375 0.21875 C 3.015625 0.21875 3.78125 0.015625 4.21875 -0.9375 C 4.53125 -1.625 4.578125 -2.40625 4.578125 -3.1875 Z M 2.484375 0 C 2.09375 0 1.5 -0.25 1.328125 -1.203125 C 1.21875 -1.796875 1.21875 -2.71875 1.21875 -3.3125 C 1.21875 -3.953125 1.21875 -4.609375 1.296875 -5.140625 C 1.484375 -6.328125 2.234375 -6.421875 2.484375 -6.421875 C 2.8125 -6.421875 3.46875 -6.234375 3.65625 -5.25 C 3.765625 -4.6875 3.765625 -3.9375 3.765625 -3.3125 C 3.765625 -2.5625 3.765625 -1.890625 3.65625 -1.25 C 3.5 -0.296875 2.9375 0 2.484375 0 Z M 2.484375 0 "/>
</g>
<g id="glyph-0-1">
<path d="M 2.9375 -6.375 C 2.9375 -6.625 2.9375 -6.640625 2.703125 -6.640625 C 2.078125 -6 1.203125 -6 0.890625 -6 L 0.890625 -5.6875 C 1.09375 -5.6875 1.671875 -5.6875 2.1875 -5.953125 L 2.1875 -0.78125 C 2.1875 -0.421875 2.15625 -0.3125 1.265625 -0.3125 L 0.953125 -0.3125 L 0.953125 0 C 1.296875 -0.03125 2.15625 -0.03125 2.5625 -0.03125 C 2.953125 -0.03125 3.828125 -0.03125 4.171875 0 L 4.171875 -0.3125 L 3.859375 -0.3125 C 2.953125 -0.3125 2.9375 -0.421875 2.9375 -0.78125 Z M 2.9375 -6.375 "/>
</g>
<g id="glyph-0-2">
<path d="M 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.609375 -0.015625 1.078125 -0.03125 1.359375 -0.03125 C 1.671875 -0.03125 2.0625 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.6875 -0.3125 1.6875 -0.75 L 1.6875 -1.78125 L 2.328125 -2.328125 C 3.09375 -1.28125 3.515625 -0.71875 3.515625 -0.53125 C 3.515625 -0.34375 3.34375 -0.3125 3.15625 -0.3125 L 3.15625 0 C 3.421875 -0.015625 4.015625 -0.03125 4.234375 -0.03125 C 4.515625 -0.03125 4.8125 -0.015625 5.09375 0 L 5.09375 -0.3125 C 4.71875 -0.3125 4.5 -0.3125 4.125 -0.84375 L 2.859375 -2.625 C 2.84375 -2.640625 2.796875 -2.703125 2.796875 -2.734375 C 2.796875 -2.765625 3.515625 -3.375 3.609375 -3.453125 C 4.234375 -3.953125 4.65625 -3.984375 4.859375 -3.984375 L 4.859375 -4.296875 C 4.578125 -4.265625 4.453125 -4.265625 4.171875 -4.265625 C 3.8125 -4.265625 3.1875 -4.28125 3.046875 -4.296875 L 3.046875 -3.984375 C 3.234375 -3.984375 3.34375 -3.875 3.34375 -3.734375 C 3.34375 -3.53125 3.203125 -3.421875 3.125 -3.34375 L 1.71875 -2.140625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 Z M 1.0625 -0.75 "/>
</g>
<g id="glyph-0-3">
<path d="M 1.265625 -0.765625 L 2.328125 -1.796875 C 3.875 -3.171875 4.46875 -3.703125 4.46875 -4.703125 C 4.46875 -5.84375 3.578125 -6.640625 2.359375 -6.640625 C 1.234375 -6.640625 0.5 -5.71875 0.5 -4.828125 C 0.5 -4.28125 1 -4.28125 1.03125 -4.28125 C 1.203125 -4.28125 1.546875 -4.390625 1.546875 -4.8125 C 1.546875 -5.0625 1.359375 -5.328125 1.015625 -5.328125 C 0.9375 -5.328125 0.921875 -5.328125 0.890625 -5.3125 C 1.109375 -5.96875 1.65625 -6.328125 2.234375 -6.328125 C 3.140625 -6.328125 3.5625 -5.515625 3.5625 -4.703125 C 3.5625 -3.90625 3.078125 -3.125 2.515625 -2.5 L 0.609375 -0.375 C 0.5 -0.265625 0.5 -0.234375 0.5 0 L 4.203125 0 L 4.46875 -1.734375 L 4.234375 -1.734375 C 4.171875 -1.4375 4.109375 -1 4 -0.84375 C 3.9375 -0.765625 3.28125 -0.765625 3.0625 -0.765625 Z M 1.265625 -0.765625 "/>
</g>
<g id="glyph-0-4">
<path d="M 5.796875 -2.578125 L 5.546875 -2.578125 C 5.4375 -1.5625 5.296875 -0.3125 3.546875 -0.3125 L 2.734375 -0.3125 C 2.265625 -0.3125 2.25 -0.375 2.25 -0.703125 L 2.25 -6.015625 C 2.25 -6.359375 2.25 -6.5 3.1875 -6.5 L 3.515625 -6.5 L 3.515625 -6.8125 C 3.15625 -6.78125 2.25 -6.78125 1.84375 -6.78125 C 1.453125 -6.78125 0.671875 -6.78125 0.328125 -6.8125 L 0.328125 -6.5 L 0.5625 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.5625 -0.3125 L 0.328125 -0.3125 L 0.328125 0 L 5.515625 0 Z M 5.796875 -2.578125 "/>
</g>
<g id="glyph-0-5">
<path d="M 1.109375 -2.515625 C 1.171875 -4 2.015625 -4.25 2.359375 -4.25 C 3.375 -4.25 3.484375 -2.90625 3.484375 -2.515625 Z M 1.109375 -2.296875 L 3.890625 -2.296875 C 4.109375 -2.296875 4.140625 -2.296875 4.140625 -2.515625 C 4.140625 -3.5 3.59375 -4.46875 2.359375 -4.46875 C 1.203125 -4.46875 0.28125 -3.4375 0.28125 -2.1875 C 0.28125 -0.859375 1.328125 0.109375 2.46875 0.109375 C 3.6875 0.109375 4.140625 -1 4.140625 -1.1875 C 4.140625 -1.28125 4.0625 -1.3125 4 -1.3125 C 3.921875 -1.3125 3.890625 -1.25 3.875 -1.171875 C 3.53125 -0.140625 2.625 -0.140625 2.53125 -0.140625 C 2.03125 -0.140625 1.640625 -0.4375 1.40625 -0.8125 C 1.109375 -1.28125 1.109375 -1.9375 1.109375 -2.296875 Z M 1.109375 -2.296875 "/>
</g>
<g id="glyph-0-6">
<path d="M 3.3125 -0.75 C 3.359375 -0.359375 3.625 0.0625 4.09375 0.0625 C 4.3125 0.0625 4.921875 -0.078125 4.921875 -0.890625 L 4.921875 -1.453125 L 4.671875 -1.453125 L 4.671875 -0.890625 C 4.671875 -0.3125 4.421875 -0.25 4.3125 -0.25 C 3.984375 -0.25 3.9375 -0.703125 3.9375 -0.75 L 3.9375 -2.734375 C 3.9375 -3.15625 3.9375 -3.546875 3.578125 -3.921875 C 3.1875 -4.3125 2.6875 -4.46875 2.21875 -4.46875 C 1.390625 -4.46875 0.703125 -4 0.703125 -3.34375 C 0.703125 -3.046875 0.90625 -2.875 1.171875 -2.875 C 1.453125 -2.875 1.625 -3.078125 1.625 -3.328125 C 1.625 -3.453125 1.578125 -3.78125 1.109375 -3.78125 C 1.390625 -4.140625 1.875 -4.25 2.1875 -4.25 C 2.6875 -4.25 3.25 -3.859375 3.25 -2.96875 L 3.25 -2.609375 C 2.734375 -2.578125 2.046875 -2.546875 1.421875 -2.25 C 0.671875 -1.90625 0.421875 -1.390625 0.421875 -0.953125 C 0.421875 -0.140625 1.390625 0.109375 2.015625 0.109375 C 2.671875 0.109375 3.125 -0.296875 3.3125 -0.75 Z M 3.25 -2.390625 L 3.25 -1.390625 C 3.25 -0.453125 2.53125 -0.109375 2.078125 -0.109375 C 1.59375 -0.109375 1.1875 -0.453125 1.1875 -0.953125 C 1.1875 -1.5 1.609375 -2.328125 3.25 -2.390625 Z M 3.25 -2.390625 "/>
</g>
<g id="glyph-0-7">
<path d="M 1.671875 -3.3125 L 1.671875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.421875 L 1.0625 -0.75 C 1.0625 -0.3125 0.953125 -0.3125 0.28125 -0.3125 L 0.28125 0 C 0.671875 -0.015625 1.140625 -0.03125 1.421875 -0.03125 C 1.8125 -0.03125 2.28125 -0.03125 2.6875 0 L 2.6875 -0.3125 L 2.46875 -0.3125 C 1.734375 -0.3125 1.71875 -0.421875 1.71875 -0.78125 L 1.71875 -2.3125 C 1.71875 -3.296875 2.140625 -4.1875 2.890625 -4.1875 C 2.953125 -4.1875 2.984375 -4.1875 3 -4.171875 C 2.96875 -4.171875 2.765625 -4.046875 2.765625 -3.78125 C 2.765625 -3.515625 2.984375 -3.359375 3.203125 -3.359375 C 3.375 -3.359375 3.625 -3.484375 3.625 -3.796875 C 3.625 -4.109375 3.3125 -4.40625 2.890625 -4.40625 C 2.15625 -4.40625 1.796875 -3.734375 1.671875 -3.3125 Z M 1.671875 -3.3125 "/>
</g>
<g id="glyph-0-8">
<path d="M 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.8125 -0.3125 4.5625 -0.3125 4.5625 -0.609375 L 4.5625 -2.515625 C 4.5625 -3.375 4.5625 -3.671875 4.25 -4.03125 C 4.109375 -4.203125 3.78125 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 Z M 1.09375 -3.421875 "/>
</g>
<g id="glyph-0-9">
<path d="M 1.765625 -4.40625 L 0.375 -4.296875 L 0.375 -3.984375 C 1.015625 -3.984375 1.109375 -3.921875 1.109375 -3.4375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.640625 -0.015625 1.1875 -0.03125 1.421875 -0.03125 C 1.78125 -0.03125 2.125 -0.015625 2.46875 0 L 2.46875 -0.3125 C 1.796875 -0.3125 1.765625 -0.359375 1.765625 -0.75 Z M 1.796875 -6.140625 C 1.796875 -6.453125 1.5625 -6.671875 1.28125 -6.671875 C 0.96875 -6.671875 0.75 -6.40625 0.75 -6.140625 C 0.75 -5.875 0.96875 -5.609375 1.28125 -5.609375 C 1.5625 -5.609375 1.796875 -5.828125 1.796875 -6.140625 Z M 1.796875 -6.140625 "/>
</g>
<g id="glyph-0-10">
<path d="M 2.21875 -1.71875 C 1.34375 -1.71875 1.34375 -2.71875 1.34375 -2.9375 C 1.34375 -3.203125 1.359375 -3.53125 1.5 -3.78125 C 1.578125 -3.890625 1.8125 -4.171875 2.21875 -4.171875 C 3.078125 -4.171875 3.078125 -3.1875 3.078125 -2.953125 C 3.078125 -2.6875 3.078125 -2.359375 2.921875 -2.109375 C 2.84375 -2 2.609375 -1.71875 2.21875 -1.71875 Z M 1.0625 -1.328125 C 1.0625 -1.359375 1.0625 -1.59375 1.21875 -1.796875 C 1.609375 -1.515625 2.03125 -1.484375 2.21875 -1.484375 C 3.140625 -1.484375 3.828125 -2.171875 3.828125 -2.9375 C 3.828125 -3.3125 3.671875 -3.671875 3.421875 -3.90625 C 3.78125 -4.25 4.140625 -4.296875 4.3125 -4.296875 C 4.34375 -4.296875 4.390625 -4.296875 4.421875 -4.28125 C 4.3125 -4.25 4.25 -4.140625 4.25 -4.015625 C 4.25 -3.84375 4.390625 -3.734375 4.546875 -3.734375 C 4.640625 -3.734375 4.828125 -3.796875 4.828125 -4.03125 C 4.828125 -4.203125 4.71875 -4.515625 4.328125 -4.515625 C 4.125 -4.515625 3.6875 -4.453125 3.265625 -4.046875 C 2.84375 -4.375 2.4375 -4.40625 2.21875 -4.40625 C 1.28125 -4.40625 0.59375 -3.71875 0.59375 -2.953125 C 0.59375 -2.515625 0.8125 -2.140625 1.0625 -1.921875 C 0.9375 -1.78125 0.75 -1.453125 0.75 -1.09375 C 0.75 -0.78125 0.890625 -0.40625 1.203125 -0.203125 C 0.59375 -0.046875 0.28125 0.390625 0.28125 0.78125 C 0.28125 1.5 1.265625 2.046875 2.484375 2.046875 C 3.65625 2.046875 4.6875 1.546875 4.6875 0.765625 C 4.6875 0.421875 4.5625 -0.09375 4.046875 -0.375 C 3.515625 -0.640625 2.9375 -0.640625 2.328125 -0.640625 C 2.078125 -0.640625 1.65625 -0.640625 1.578125 -0.65625 C 1.265625 -0.703125 1.0625 -1 1.0625 -1.328125 Z M 2.5 1.828125 C 1.484375 1.828125 0.796875 1.3125 0.796875 0.78125 C 0.796875 0.328125 1.171875 -0.046875 1.609375 -0.0625 L 2.203125 -0.0625 C 3.0625 -0.0625 4.171875 -0.0625 4.171875 0.78125 C 4.171875 1.328125 3.46875 1.828125 2.5 1.828125 Z M 2.5 1.828125 "/>
</g>
<g id="glyph-0-11">
<path d="M 2.078125 -1.9375 C 2.296875 -1.890625 3.109375 -1.734375 3.109375 -1.015625 C 3.109375 -0.515625 2.765625 -0.109375 1.984375 -0.109375 C 1.140625 -0.109375 0.78125 -0.671875 0.59375 -1.53125 C 0.5625 -1.65625 0.5625 -1.6875 0.453125 -1.6875 C 0.328125 -1.6875 0.328125 -1.625 0.328125 -1.453125 L 0.328125 -0.125 C 0.328125 0.046875 0.328125 0.109375 0.4375 0.109375 C 0.484375 0.109375 0.5 0.09375 0.6875 -0.09375 C 0.703125 -0.109375 0.703125 -0.125 0.890625 -0.3125 C 1.328125 0.09375 1.78125 0.109375 1.984375 0.109375 C 3.125 0.109375 3.59375 -0.5625 3.59375 -1.28125 C 3.59375 -1.796875 3.296875 -2.109375 3.171875 -2.21875 C 2.84375 -2.546875 2.453125 -2.625 2.03125 -2.703125 C 1.46875 -2.8125 0.8125 -2.9375 0.8125 -3.515625 C 0.8125 -3.875 1.0625 -4.28125 1.921875 -4.28125 C 3.015625 -4.28125 3.078125 -3.375 3.09375 -3.078125 C 3.09375 -2.984375 3.1875 -2.984375 3.203125 -2.984375 C 3.34375 -2.984375 3.34375 -3.03125 3.34375 -3.21875 L 3.34375 -4.234375 C 3.34375 -4.390625 3.34375 -4.46875 3.234375 -4.46875 C 3.1875 -4.46875 3.15625 -4.46875 3.03125 -4.34375 C 3 -4.3125 2.90625 -4.21875 2.859375 -4.1875 C 2.484375 -4.46875 2.078125 -4.46875 1.921875 -4.46875 C 0.703125 -4.46875 0.328125 -3.796875 0.328125 -3.234375 C 0.328125 -2.890625 0.484375 -2.609375 0.75 -2.390625 C 1.078125 -2.140625 1.359375 -2.078125 2.078125 -1.9375 Z M 2.078125 -1.9375 "/>
</g>
<g id="glyph-0-12">
<path d="M 1.71875 -3.984375 L 3.15625 -3.984375 L 3.15625 -4.296875 L 1.71875 -4.296875 L 1.71875 -6.125 L 1.46875 -6.125 C 1.46875 -5.3125 1.171875 -4.25 0.1875 -4.203125 L 0.1875 -3.984375 L 1.03125 -3.984375 L 1.03125 -1.234375 C 1.03125 -0.015625 1.96875 0.109375 2.328125 0.109375 C 3.03125 0.109375 3.3125 -0.59375 3.3125 -1.234375 L 3.3125 -1.796875 L 3.0625 -1.796875 L 3.0625 -1.25 C 3.0625 -0.515625 2.765625 -0.140625 2.390625 -0.140625 C 1.71875 -0.140625 1.71875 -1.046875 1.71875 -1.21875 Z M 1.71875 -3.984375 "/>
</g>
<g id="glyph-0-13">
<path d="M 1.71875 -3.75 L 1.71875 -4.40625 L 0.28125 -4.296875 L 0.28125 -3.984375 C 0.984375 -3.984375 1.0625 -3.921875 1.0625 -3.484375 L 1.0625 1.171875 C 1.0625 1.625 0.953125 1.625 0.28125 1.625 L 0.28125 1.9375 C 0.625 1.921875 1.140625 1.90625 1.390625 1.90625 C 1.671875 1.90625 2.171875 1.921875 2.515625 1.9375 L 2.515625 1.625 C 1.859375 1.625 1.75 1.625 1.75 1.171875 L 1.75 -0.59375 C 1.796875 -0.421875 2.21875 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.234375 -4.40625 3.109375 -4.40625 C 2.328125 -4.40625 1.90625 -3.96875 1.71875 -3.75 Z M 1.75 -1.140625 L 1.75 -3.359375 C 2.03125 -3.875 2.515625 -4.15625 3.03125 -4.15625 C 3.765625 -4.15625 4.359375 -3.28125 4.359375 -2.15625 C 4.359375 -0.953125 3.671875 -0.109375 2.9375 -0.109375 C 2.53125 -0.109375 2.15625 -0.3125 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.9375 1.75 -1.140625 Z M 1.75 -1.140625 "/>
</g>
<g id="glyph-0-14">
<path d="M 4.46875 -2 C 4.46875 -3.1875 3.65625 -4.1875 2.578125 -4.1875 C 2.109375 -4.1875 1.671875 -4.03125 1.3125 -3.671875 L 1.3125 -5.625 C 1.515625 -5.5625 1.84375 -5.5 2.15625 -5.5 C 3.390625 -5.5 4.09375 -6.40625 4.09375 -6.53125 C 4.09375 -6.59375 4.0625 -6.640625 3.984375 -6.640625 C 3.984375 -6.640625 3.953125 -6.640625 3.90625 -6.609375 C 3.703125 -6.515625 3.21875 -6.3125 2.546875 -6.3125 C 2.15625 -6.3125 1.6875 -6.390625 1.21875 -6.59375 C 1.140625 -6.625 1.125 -6.625 1.109375 -6.625 C 1 -6.625 1 -6.546875 1 -6.390625 L 1 -3.4375 C 1 -3.265625 1 -3.1875 1.140625 -3.1875 C 1.21875 -3.1875 1.234375 -3.203125 1.28125 -3.265625 C 1.390625 -3.421875 1.75 -3.96875 2.5625 -3.96875 C 3.078125 -3.96875 3.328125 -3.515625 3.40625 -3.328125 C 3.5625 -2.953125 3.59375 -2.578125 3.59375 -2.078125 C 3.59375 -1.71875 3.59375 -1.125 3.34375 -0.703125 C 3.109375 -0.3125 2.734375 -0.0625 2.28125 -0.0625 C 1.5625 -0.0625 0.984375 -0.59375 0.8125 -1.171875 C 0.84375 -1.171875 0.875 -1.15625 0.984375 -1.15625 C 1.3125 -1.15625 1.484375 -1.40625 1.484375 -1.640625 C 1.484375 -1.890625 1.3125 -2.140625 0.984375 -2.140625 C 0.84375 -2.140625 0.5 -2.0625 0.5 -1.609375 C 0.5 -0.75 1.1875 0.21875 2.296875 0.21875 C 3.453125 0.21875 4.46875 -0.734375 4.46875 -2 Z M 4.46875 -2 "/>
</g>
<g id="glyph-0-15">
<path d="M 4.75 -6.078125 C 4.828125 -6.1875 4.828125 -6.203125 4.828125 -6.421875 L 2.40625 -6.421875 C 1.203125 -6.421875 1.171875 -6.546875 1.140625 -6.734375 L 0.890625 -6.734375 L 0.5625 -4.6875 L 0.8125 -4.6875 C 0.84375 -4.84375 0.921875 -5.46875 1.0625 -5.59375 C 1.125 -5.65625 1.90625 -5.65625 2.03125 -5.65625 L 4.09375 -5.65625 C 3.984375 -5.5 3.203125 -4.40625 2.984375 -4.078125 C 2.078125 -2.734375 1.75 -1.34375 1.75 -0.328125 C 1.75 -0.234375 1.75 0.21875 2.21875 0.21875 C 2.671875 0.21875 2.671875 -0.234375 2.671875 -0.328125 L 2.671875 -0.84375 C 2.671875 -1.390625 2.703125 -1.9375 2.78125 -2.46875 C 2.828125 -2.703125 2.953125 -3.5625 3.40625 -4.171875 Z M 4.75 -6.078125 "/>
</g>
<g id="glyph-0-16">
<path d="M 3.78125 -0.546875 L 3.78125 0.109375 L 5.25 0 L 5.25 -0.3125 C 4.5625 -0.3125 4.46875 -0.375 4.46875 -0.875 L 4.46875 -6.921875 L 3.046875 -6.8125 L 3.046875 -6.5 C 3.734375 -6.5 3.8125 -6.4375 3.8125 -5.9375 L 3.8125 -3.78125 C 3.53125 -4.140625 3.09375 -4.40625 2.5625 -4.40625 C 1.390625 -4.40625 0.34375 -3.421875 0.34375 -2.140625 C 0.34375 -0.875 1.3125 0.109375 2.453125 0.109375 C 3.09375 0.109375 3.53125 -0.234375 3.78125 -0.546875 Z M 3.78125 -3.21875 L 3.78125 -1.171875 C 3.78125 -1 3.78125 -0.984375 3.671875 -0.8125 C 3.375 -0.328125 2.9375 -0.109375 2.5 -0.109375 C 2.046875 -0.109375 1.6875 -0.375 1.453125 -0.75 C 1.203125 -1.15625 1.171875 -1.71875 1.171875 -2.140625 C 1.171875 -2.5 1.1875 -3.09375 1.46875 -3.546875 C 1.6875 -3.859375 2.0625 -4.1875 2.609375 -4.1875 C 2.953125 -4.1875 3.375 -4.03125 3.671875 -3.59375 C 3.78125 -3.421875 3.78125 -3.40625 3.78125 -3.21875 Z M 3.78125 -3.21875 "/>
</g>
<g id="glyph-0-17">
<path d="M 4.6875 -2.140625 C 4.6875 -3.40625 3.703125 -4.46875 2.5 -4.46875 C 1.25 -4.46875 0.28125 -3.375 0.28125 -2.140625 C 0.28125 -0.84375 1.3125 0.109375 2.484375 0.109375 C 3.6875 0.109375 4.6875 -0.875 4.6875 -2.140625 Z M 2.5 -0.140625 C 2.0625 -0.140625 1.625 -0.34375 1.359375 -0.8125 C 1.109375 -1.25 1.109375 -1.859375 1.109375 -2.21875 C 1.109375 -2.609375 1.109375 -3.140625 1.34375 -3.578125 C 1.609375 -4.03125 2.078125 -4.25 2.484375 -4.25 C 2.921875 -4.25 3.34375 -4.03125 3.609375 -3.59375 C 3.875 -3.171875 3.875 -2.59375 3.875 -2.21875 C 3.875 -1.859375 3.875 -1.3125 3.65625 -0.875 C 3.421875 -0.421875 2.984375 -0.140625 2.5 -0.140625 Z M 2.5 -0.140625 "/>
</g>
<g id="glyph-0-18">
<path d="M 1.09375 -3.421875 L 1.09375 -0.75 C 1.09375 -0.3125 0.984375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.671875 -0.015625 1.171875 -0.03125 1.453125 -0.03125 C 1.703125 -0.03125 2.21875 -0.015625 2.5625 0 L 2.5625 -0.3125 C 1.890625 -0.3125 1.78125 -0.3125 1.78125 -0.75 L 1.78125 -2.59375 C 1.78125 -3.625 2.5 -4.1875 3.125 -4.1875 C 3.765625 -4.1875 3.875 -3.65625 3.875 -3.078125 L 3.875 -0.75 C 3.875 -0.3125 3.765625 -0.3125 3.09375 -0.3125 L 3.09375 0 C 3.4375 -0.015625 3.953125 -0.03125 4.21875 -0.03125 C 4.46875 -0.03125 5 -0.015625 5.328125 0 L 5.328125 -0.3125 C 4.671875 -0.3125 4.5625 -0.3125 4.5625 -0.75 L 4.5625 -2.59375 C 4.5625 -3.625 5.265625 -4.1875 5.90625 -4.1875 C 6.53125 -4.1875 6.640625 -3.65625 6.640625 -3.078125 L 6.640625 -0.75 C 6.640625 -0.3125 6.53125 -0.3125 5.859375 -0.3125 L 5.859375 0 C 6.203125 -0.015625 6.71875 -0.03125 6.984375 -0.03125 C 7.25 -0.03125 7.765625 -0.015625 8.109375 0 L 8.109375 -0.3125 C 7.59375 -0.3125 7.34375 -0.3125 7.328125 -0.609375 L 7.328125 -2.515625 C 7.328125 -3.375 7.328125 -3.671875 7.015625 -4.03125 C 6.875 -4.203125 6.546875 -4.40625 5.96875 -4.40625 C 5.140625 -4.40625 4.6875 -3.8125 4.53125 -3.421875 C 4.390625 -4.296875 3.65625 -4.40625 3.203125 -4.40625 C 2.46875 -4.40625 2 -3.984375 1.71875 -3.359375 L 1.71875 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.015625 -3.984375 1.09375 -3.921875 1.09375 -3.421875 Z M 1.09375 -3.421875 "/>
</g>
<g id="glyph-0-19">
<path d="M 2.859375 -2.34375 C 3.15625 -2.71875 3.53125 -3.203125 3.78125 -3.46875 C 4.09375 -3.828125 4.5 -3.984375 4.96875 -3.984375 L 4.96875 -4.296875 C 4.703125 -4.28125 4.40625 -4.265625 4.140625 -4.265625 C 3.84375 -4.265625 3.3125 -4.28125 3.1875 -4.296875 L 3.1875 -3.984375 C 3.40625 -3.96875 3.484375 -3.84375 3.484375 -3.671875 C 3.484375 -3.515625 3.375 -3.390625 3.328125 -3.328125 L 2.71875 -2.546875 L 1.9375 -3.5625 C 1.84375 -3.65625 1.84375 -3.671875 1.84375 -3.734375 C 1.84375 -3.890625 2 -3.984375 2.1875 -3.984375 L 2.1875 -4.296875 C 1.9375 -4.28125 1.28125 -4.265625 1.109375 -4.265625 C 0.90625 -4.265625 0.4375 -4.28125 0.171875 -4.296875 L 0.171875 -3.984375 C 0.875 -3.984375 0.875 -3.984375 1.34375 -3.375 L 2.328125 -2.09375 L 1.390625 -0.90625 C 0.921875 -0.328125 0.328125 -0.3125 0.125 -0.3125 L 0.125 0 C 0.375 -0.015625 0.6875 -0.03125 0.953125 -0.03125 C 1.234375 -0.03125 1.65625 -0.015625 1.890625 0 L 1.890625 -0.3125 C 1.671875 -0.34375 1.609375 -0.46875 1.609375 -0.625 C 1.609375 -0.84375 1.890625 -1.171875 2.5 -1.890625 L 3.265625 -0.890625 C 3.34375 -0.78125 3.46875 -0.625 3.46875 -0.5625 C 3.46875 -0.46875 3.375 -0.3125 3.109375 -0.3125 L 3.109375 0 C 3.40625 -0.015625 3.96875 -0.03125 4.1875 -0.03125 C 4.453125 -0.03125 4.84375 -0.015625 5.140625 0 L 5.140625 -0.3125 C 4.609375 -0.3125 4.421875 -0.328125 4.203125 -0.625 Z M 2.859375 -2.34375 "/>
</g>
<g id="glyph-0-20">
<path d="M 3.96875 -6.9375 C 3.921875 -7.0625 3.890625 -7.140625 3.734375 -7.140625 C 3.578125 -7.140625 3.546875 -7.078125 3.5 -6.9375 L 1.4375 -0.984375 C 1.25 -0.46875 0.859375 -0.3125 0.3125 -0.3125 L 0.3125 0 C 0.546875 -0.015625 0.984375 -0.03125 1.328125 -0.03125 C 1.640625 -0.03125 2.15625 -0.015625 2.484375 0 L 2.484375 -0.3125 C 1.984375 -0.3125 1.734375 -0.5625 1.734375 -0.8125 C 1.734375 -0.84375 1.75 -0.953125 1.75 -0.96875 L 2.21875 -2.265625 L 4.671875 -2.265625 L 5.203125 -0.75 C 5.21875 -0.703125 5.234375 -0.640625 5.234375 -0.609375 C 5.234375 -0.3125 4.671875 -0.3125 4.40625 -0.3125 L 4.40625 0 C 4.765625 -0.03125 5.46875 -0.03125 5.84375 -0.03125 C 6.265625 -0.03125 6.734375 -0.015625 7.140625 0 L 7.140625 -0.3125 L 6.96875 -0.3125 C 6.375 -0.3125 6.234375 -0.375 6.125 -0.703125 Z M 3.4375 -5.828125 L 4.5625 -2.578125 L 2.328125 -2.578125 Z M 3.4375 -5.828125 "/>
</g>
<g id="glyph-0-21">
<path d="M 2.21875 -3.65625 L 2.21875 -6.09375 C 2.21875 -6.4375 2.234375 -6.5 2.703125 -6.5 L 3.9375 -6.5 C 4.90625 -6.5 5.25 -5.65625 5.25 -5.125 C 5.25 -4.484375 4.765625 -3.65625 3.65625 -3.65625 Z M 4.5625 -3.5625 C 5.53125 -3.75 6.21875 -4.390625 6.21875 -5.125 C 6.21875 -5.984375 5.296875 -6.8125 4 -6.8125 L 0.359375 -6.8125 L 0.359375 -6.5 L 0.59375 -6.5 C 1.359375 -6.5 1.390625 -6.390625 1.390625 -6.03125 L 1.390625 -0.78125 C 1.390625 -0.421875 1.359375 -0.3125 0.59375 -0.3125 L 0.359375 -0.3125 L 0.359375 0 L 4.265625 0 C 5.59375 0 6.484375 -0.890625 6.484375 -1.828125 C 6.484375 -2.6875 5.671875 -3.4375 4.5625 -3.5625 Z M 3.953125 -0.3125 L 2.703125 -0.3125 C 2.234375 -0.3125 2.21875 -0.375 2.21875 -0.703125 L 2.21875 -3.421875 L 4.09375 -3.421875 C 5.078125 -3.421875 5.5 -2.5 5.5 -1.828125 C 5.5 -1.125 4.96875 -0.3125 3.953125 -0.3125 Z M 3.953125 -0.3125 "/>
</g>
<g id="glyph-0-22">
<path d="M 1.71875 -3.765625 L 1.71875 -6.921875 L 0.28125 -6.8125 L 0.28125 -6.5 C 0.984375 -6.5 1.0625 -6.4375 1.0625 -5.9375 L 1.0625 0 L 1.3125 0 C 1.3125 -0.015625 1.390625 -0.15625 1.671875 -0.625 C 1.8125 -0.390625 2.234375 0.109375 2.96875 0.109375 C 4.15625 0.109375 5.1875 -0.875 5.1875 -2.15625 C 5.1875 -3.421875 4.21875 -4.40625 3.078125 -4.40625 C 2.296875 -4.40625 1.875 -3.9375 1.71875 -3.765625 Z M 1.75 -1.140625 L 1.75 -3.1875 C 1.75 -3.375 1.75 -3.390625 1.859375 -3.546875 C 2.25 -4.109375 2.796875 -4.1875 3.03125 -4.1875 C 3.484375 -4.1875 3.84375 -3.921875 4.078125 -3.546875 C 4.34375 -3.140625 4.359375 -2.578125 4.359375 -2.15625 C 4.359375 -1.796875 4.34375 -1.203125 4.0625 -0.75 C 3.84375 -0.4375 3.46875 -0.109375 2.9375 -0.109375 C 2.484375 -0.109375 2.125 -0.34375 1.890625 -0.71875 C 1.75 -0.921875 1.75 -0.953125 1.75 -1.140625 Z M 1.75 -1.140625 "/>
</g>
<g id="glyph-0-23">
<path d="M 4.140625 -3.34375 C 4.390625 -3.984375 4.90625 -3.984375 5.0625 -3.984375 L 5.0625 -4.296875 C 4.828125 -4.28125 4.546875 -4.265625 4.3125 -4.265625 C 4.140625 -4.265625 3.671875 -4.28125 3.453125 -4.296875 L 3.453125 -3.984375 C 3.765625 -3.984375 3.921875 -3.8125 3.921875 -3.5625 C 3.921875 -3.453125 3.90625 -3.4375 3.859375 -3.3125 L 2.84375 -0.875 L 1.75 -3.546875 C 1.703125 -3.65625 1.6875 -3.6875 1.6875 -3.734375 C 1.6875 -3.984375 2.046875 -3.984375 2.25 -3.984375 L 2.25 -4.296875 C 1.984375 -4.28125 1.328125 -4.265625 1.15625 -4.265625 C 0.890625 -4.265625 0.484375 -4.28125 0.1875 -4.296875 L 0.1875 -3.984375 C 0.671875 -3.984375 0.859375 -3.984375 1 -3.640625 L 2.5 0 C 2.4375 0.125 2.296875 0.453125 2.25 0.59375 C 2.03125 1.140625 1.75 1.828125 1.109375 1.828125 C 1.0625 1.828125 0.828125 1.828125 0.640625 1.640625 C 0.953125 1.609375 1.03125 1.390625 1.03125 1.21875 C 1.03125 0.96875 0.84375 0.8125 0.609375 0.8125 C 0.40625 0.8125 0.1875 0.9375 0.1875 1.234375 C 0.1875 1.6875 0.609375 2.046875 1.109375 2.046875 C 1.734375 2.046875 2.140625 1.46875 2.375 0.90625 Z M 4.140625 -3.34375 "/>
</g>
<g id="glyph-0-24">
<path d="M 2.25 -6.03125 C 2.25 -6.390625 2.265625 -6.5 3.0625 -6.5 L 3.3125 -6.5 L 3.3125 -6.8125 C 2.96875 -6.78125 2.1875 -6.78125 1.796875 -6.78125 C 1.421875 -6.78125 0.625 -6.78125 0.28125 -6.8125 L 0.28125 -6.5 L 0.53125 -6.5 C 1.328125 -6.5 1.359375 -6.390625 1.359375 -6.03125 L 1.359375 -0.78125 C 1.359375 -0.421875 1.328125 -0.3125 0.53125 -0.3125 L 0.28125 -0.3125 L 0.28125 0 C 0.625 -0.03125 1.421875 -0.03125 1.796875 -0.03125 C 2.1875 -0.03125 2.96875 -0.03125 3.3125 0 L 3.3125 -0.3125 L 3.0625 -0.3125 C 2.265625 -0.3125 2.25 -0.421875 2.25 -0.78125 Z M 2.25 -6.03125 "/>
</g>
<g id="glyph-0-25">
<path d="M 2.40625 -6.59375 C 2.3125 -6.8125 2.28125 -6.8125 2.046875 -6.8125 L 0.375 -6.8125 L 0.375 -6.5 L 0.609375 -6.5 C 1.375 -6.5 1.390625 -6.390625 1.390625 -6.03125 L 1.390625 -1.046875 C 1.390625 -0.78125 1.390625 -0.3125 0.375 -0.3125 L 0.375 0 C 0.71875 -0.015625 1.203125 -0.03125 1.53125 -0.03125 C 1.859375 -0.03125 2.359375 -0.015625 2.703125 0 L 2.703125 -0.3125 C 1.671875 -0.3125 1.671875 -0.78125 1.671875 -1.046875 L 1.671875 -6.421875 L 1.6875 -6.421875 L 4.09375 -0.21875 C 4.140625 -0.09375 4.1875 0 4.28125 0 C 4.390625 0 4.421875 -0.078125 4.46875 -0.1875 L 6.921875 -6.5 L 6.921875 -0.78125 C 6.921875 -0.421875 6.90625 -0.3125 6.140625 -0.3125 L 5.90625 -0.3125 L 5.90625 0 C 6.265625 -0.03125 6.953125 -0.03125 7.34375 -0.03125 C 7.71875 -0.03125 8.390625 -0.03125 8.765625 0 L 8.765625 -0.3125 L 8.515625 -0.3125 C 7.75 -0.3125 7.734375 -0.421875 7.734375 -0.78125 L 7.734375 -6.03125 C 7.734375 -6.390625 7.75 -6.5 8.515625 -6.5 L 8.765625 -6.5 L 8.765625 -6.8125 L 7.078125 -6.8125 C 6.8125 -6.8125 6.8125 -6.796875 6.75 -6.625 L 4.5625 -1 Z M 2.40625 -6.59375 "/>
</g>
<g id="glyph-0-26">
<path d="M 2.75 -1.859375 L 2.75 -2.4375 L 0.109375 -2.4375 L 0.109375 -1.859375 Z M 2.75 -1.859375 "/>
</g>
<g id="glyph-0-27">
<path d="M 9.0625 -5.828125 C 9.234375 -6.40625 9.671875 -6.5 10.0625 -6.5 L 10.0625 -6.8125 C 9.765625 -6.78125 9.453125 -6.78125 9.15625 -6.78125 C 8.859375 -6.78125 8.21875 -6.796875 7.96875 -6.8125 L 7.96875 -6.5 C 8.640625 -6.484375 8.828125 -6.15625 8.828125 -5.96875 C 8.828125 -5.90625 8.796875 -5.828125 8.78125 -5.765625 L 7.28125 -1.171875 L 5.6875 -6.046875 C 5.6875 -6.09375 5.65625 -6.15625 5.65625 -6.203125 C 5.65625 -6.5 6.234375 -6.5 6.5 -6.5 L 6.5 -6.8125 C 6.140625 -6.78125 5.46875 -6.78125 5.078125 -6.78125 C 4.703125 -6.78125 4.28125 -6.796875 3.875 -6.8125 L 3.875 -6.5 C 4.4375 -6.5 4.640625 -6.5 4.765625 -6.140625 L 4.984375 -5.4375 L 3.59375 -1.171875 L 2 -6.078125 C 1.984375 -6.09375 1.96875 -6.171875 1.96875 -6.203125 C 1.96875 -6.5 2.546875 -6.5 2.8125 -6.5 L 2.8125 -6.8125 C 2.453125 -6.78125 1.78125 -6.78125 1.390625 -6.78125 C 1.015625 -6.78125 0.59375 -6.796875 0.171875 -6.8125 L 0.171875 -6.5 C 0.921875 -6.5 0.96875 -6.453125 1.09375 -6.078125 L 3.078125 0.03125 C 3.109375 0.125 3.140625 0.21875 3.265625 0.21875 C 3.40625 0.21875 3.421875 0.15625 3.46875 0.015625 L 5.109375 -5.046875 L 6.765625 0.03125 C 6.796875 0.125 6.828125 0.21875 6.953125 0.21875 C 7.09375 0.21875 7.125 0.15625 7.15625 0.015625 Z M 9.0625 -5.828125 "/>
</g>
<g id="glyph-0-28">
<path d="M 1.765625 -6.921875 L 0.328125 -6.8125 L 0.328125 -6.5 C 1.03125 -6.5 1.109375 -6.4375 1.109375 -5.9375 L 1.109375 -0.75 C 1.109375 -0.3125 1 -0.3125 0.328125 -0.3125 L 0.328125 0 C 0.65625 -0.015625 1.1875 -0.03125 1.4375 -0.03125 C 1.6875 -0.03125 2.171875 -0.015625 2.546875 0 L 2.546875 -0.3125 C 1.875 -0.3125 1.765625 -0.3125 1.765625 -0.75 Z M 1.765625 -6.921875 "/>
</g>
<g id="glyph-0-29">
<path d="M 3.890625 -0.78125 L 3.890625 0.109375 L 5.328125 0 L 5.328125 -0.3125 C 4.640625 -0.3125 4.5625 -0.375 4.5625 -0.875 L 4.5625 -4.40625 L 3.09375 -4.296875 L 3.09375 -3.984375 C 3.78125 -3.984375 3.875 -3.921875 3.875 -3.421875 L 3.875 -1.65625 C 3.875 -0.78125 3.390625 -0.109375 2.65625 -0.109375 C 1.828125 -0.109375 1.78125 -0.578125 1.78125 -1.09375 L 1.78125 -4.40625 L 0.3125 -4.296875 L 0.3125 -3.984375 C 1.09375 -3.984375 1.09375 -3.953125 1.09375 -3.078125 L 1.09375 -1.578125 C 1.09375 -0.796875 1.09375 0.109375 2.609375 0.109375 C 3.171875 0.109375 3.609375 -0.171875 3.890625 -0.78125 Z M 3.890625 -0.78125 "/>
</g>
<g id="glyph-0-30">
<path d="M 3.015625 -1.46875 C 3.015625 -0.5625 2.515625 0 1.984375 0 C 1.921875 0 1.25 0 0.890625 -0.578125 C 1.40625 -0.578125 1.53125 -0.875 1.53125 -1.140625 C 1.53125 -1.5 1.25 -1.6875 0.96875 -1.6875 C 0.75 -1.6875 0.40625 -1.5625 0.40625 -1.109375 C 0.40625 -0.375 1.109375 0.21875 2 0.21875 C 3.015625 0.21875 3.75 -0.484375 3.859375 -1.21875 C 3.875 -1.3125 3.875 -1.328125 3.875 -1.671875 L 3.875 -6.09375 C 3.875 -6.5 4 -6.5 4.640625 -6.5 L 4.640625 -6.8125 C 4.203125 -6.78125 3.8125 -6.78125 3.34375 -6.78125 C 2.9375 -6.78125 2.046875 -6.78125 1.671875 -6.8125 L 1.671875 -6.5 L 2.03125 -6.5 C 3.015625 -6.5 3.015625 -6.375 3.015625 -6.015625 Z M 3.015625 -1.46875 "/>
</g>
<g id="glyph-0-31">
<path d="M 0.5625 -3.40625 C 0.5625 -1.34375 2.171875 0.21875 4.03125 0.21875 C 5.65625 0.21875 6.625 -1.171875 6.625 -2.328125 C 6.625 -2.421875 6.625 -2.5 6.5 -2.5 C 6.390625 -2.5 6.390625 -2.4375 6.375 -2.328125 C 6.296875 -0.90625 5.234375 -0.09375 4.140625 -0.09375 C 3.53125 -0.09375 1.578125 -0.421875 1.578125 -3.40625 C 1.578125 -6.375 3.53125 -6.71875 4.140625 -6.71875 C 5.21875 -6.71875 6.109375 -5.8125 6.3125 -4.359375 C 6.328125 -4.21875 6.328125 -4.1875 6.46875 -4.1875 C 6.625 -4.1875 6.625 -4.21875 6.625 -4.421875 L 6.625 -6.78125 C 6.625 -6.953125 6.625 -7.03125 6.515625 -7.03125 C 6.484375 -7.03125 6.4375 -7.03125 6.359375 -6.90625 L 5.859375 -6.171875 C 5.5 -6.53125 4.984375 -7.03125 4.03125 -7.03125 C 2.15625 -7.03125 0.5625 -5.4375 0.5625 -3.40625 Z M 0.5625 -3.40625 "/>
</g>
<g id="glyph-1-0">
<path d="M 1.90625 -0.53125 C 1.90625 -0.8125 1.671875 -1.0625 1.390625 -1.0625 C 1.09375 -1.0625 0.859375 -0.8125 0.859375 -0.53125 C 0.859375 -0.234375 1.09375 0 1.390625 0 C 1.671875 0 1.90625 -0.234375 1.90625 -0.53125 Z M 1.90625 -0.53125 "/>
</g>
<g id="glyph-2-0">
<path d="M -0.78125 -1.359375 C -0.421875 -1.359375 -0.3125 -1.328125 -0.3125 -0.5625 L -0.3125 -0.328125 L 0 -0.328125 L 0 -6.078125 L -2.578125 -6.5 L -2.578125 -6.25 C -1.03125 -6 -0.3125 -5.765625 -0.3125 -4.0625 L -0.3125 -2.734375 C -0.3125 -2.265625 -0.375 -2.25 -0.703125 -2.25 L -3.375 -2.25 L -3.375 -3.140625 C -3.375 -4.109375 -3.046875 -4.21875 -2.203125 -4.21875 L -2.203125 -4.46875 L -4.84375 -4.46875 L -4.84375 -4.21875 C -3.984375 -4.21875 -3.671875 -4.109375 -3.671875 -3.140625 L -3.671875 -2.25 L -6.078125 -2.25 C -6.40625 -2.25 -6.46875 -2.265625 -6.46875 -2.734375 L -6.46875 -4.015625 C -6.46875 -5.546875 -5.921875 -5.8125 -4.53125 -5.96875 L -4.53125 -6.21875 L -6.78125 -5.9375 L -6.78125 -0.328125 L -6.46875 -0.328125 L -6.46875 -0.5625 C -6.46875 -1.328125 -6.359375 -1.359375 -6 -1.359375 Z M -0.78125 -1.359375 "/>
</g>
<g id="glyph-2-1">
<path d="M -2.34375 -2.859375 C -2.71875 -3.15625 -3.203125 -3.53125 -3.46875 -3.78125 C -3.828125 -4.09375 -3.984375 -4.5 -3.984375 -4.96875 L -4.296875 -4.96875 C -4.28125 -4.703125 -4.265625 -4.40625 -4.265625 -4.140625 C -4.265625 -3.84375 -4.28125 -3.3125 -4.296875 -3.1875 L -3.984375 -3.1875 C -3.96875 -3.40625 -3.84375 -3.484375 -3.671875 -3.484375 C -3.515625 -3.484375 -3.390625 -3.375 -3.328125 -3.328125 L -2.546875 -2.71875 L -3.5625 -1.9375 C -3.65625 -1.84375 -3.671875 -1.84375 -3.734375 -1.84375 C -3.890625 -1.84375 -3.984375 -2 -3.984375 -2.1875 L -4.296875 -2.1875 C -4.28125 -1.9375 -4.265625 -1.28125 -4.265625 -1.109375 C -4.265625 -0.90625 -4.28125 -0.4375 -4.296875 -0.171875 L -3.984375 -0.171875 C -3.984375 -0.875 -3.984375 -0.875 -3.375 -1.34375 L -2.09375 -2.328125 L -0.90625 -1.390625 C -0.328125 -0.921875 -0.3125 -0.328125 -0.3125 -0.125 L 0 -0.125 C -0.015625 -0.375 -0.03125 -0.6875 -0.03125 -0.953125 C -0.03125 -1.234375 -0.015625 -1.65625 0 -1.890625 L -0.3125 -1.890625 C -0.34375 -1.671875 -0.46875 -1.609375 -0.625 -1.609375 C -0.84375 -1.609375 -1.171875 -1.890625 -1.890625 -2.5 L -0.890625 -3.265625 C -0.78125 -3.34375 -0.625 -3.46875 -0.5625 -3.46875 C -0.46875 -3.46875 -0.3125 -3.375 -0.3125 -3.109375 L 0 -3.109375 C -0.015625 -3.40625 -0.03125 -3.96875 -0.03125 -4.1875 C -0.03125 -4.453125 -0.015625 -4.84375 0 -5.140625 L -0.3125 -5.140625 C -0.3125 -4.609375 -0.328125 -4.421875 -0.625 -4.203125 Z M -2.34375 -2.859375 "/>
</g>
<g id="glyph-2-2">
<path d="M -3.75 -1.71875 L -4.40625 -1.71875 L -4.296875 -0.28125 L -3.984375 -0.28125 C -3.984375 -0.984375 -3.921875 -1.0625 -3.484375 -1.0625 L 1.171875 -1.0625 C 1.625 -1.0625 1.625 -0.953125 1.625 -0.28125 L 1.9375 -0.28125 C 1.921875 -0.625 1.90625 -1.140625 1.90625 -1.390625 C 1.90625 -1.671875 1.921875 -2.171875 1.9375 -2.515625 L 1.625 -2.515625 C 1.625 -1.859375 1.625 -1.75 1.171875 -1.75 L -0.59375 -1.75 C -0.421875 -1.796875 0.109375 -2.21875 0.109375 -2.96875 C 0.109375 -4.15625 -0.875 -5.1875 -2.15625 -5.1875 C -3.421875 -5.1875 -4.40625 -4.234375 -4.40625 -3.109375 C -4.40625 -2.328125 -3.96875 -1.90625 -3.75 -1.71875 Z M -1.140625 -1.75 L -3.359375 -1.75 C -3.875 -2.03125 -4.15625 -2.515625 -4.15625 -3.03125 C -4.15625 -3.765625 -3.28125 -4.359375 -2.15625 -4.359375 C -0.953125 -4.359375 -0.109375 -3.671875 -0.109375 -2.9375 C -0.109375 -2.53125 -0.3125 -2.15625 -0.71875 -1.890625 C -0.921875 -1.75 -0.9375 -1.75 -1.140625 -1.75 Z M -1.140625 -1.75 "/>
</g>
<g id="glyph-2-3">
<path d="M -2.515625 -1.109375 C -4 -1.171875 -4.25 -2.015625 -4.25 -2.359375 C -4.25 -3.375 -2.90625 -3.484375 -2.515625 -3.484375 Z M -2.296875 -1.109375 L -2.296875 -3.890625 C -2.296875 -4.109375 -2.296875 -4.140625 -2.515625 -4.140625 C -3.5 -4.140625 -4.46875 -3.59375 -4.46875 -2.359375 C -4.46875 -1.203125 -3.4375 -0.28125 -2.1875 -0.28125 C -0.859375 -0.28125 0.109375 -1.328125 0.109375 -2.46875 C 0.109375 -3.6875 -1 -4.140625 -1.1875 -4.140625 C -1.28125 -4.140625 -1.3125 -4.0625 -1.3125 -4 C -1.3125 -3.921875 -1.25 -3.890625 -1.171875 -3.875 C -0.140625 -3.53125 -0.140625 -2.625 -0.140625 -2.53125 C -0.140625 -2.03125 -0.4375 -1.640625 -0.8125 -1.40625 C -1.28125 -1.109375 -1.9375 -1.109375 -2.296875 -1.109375 Z M -2.296875 -1.109375 "/>
</g>
<g id="glyph-2-4">
<path d="M -3.3125 -1.671875 L -4.40625 -1.671875 L -4.296875 -0.28125 L -3.984375 -0.28125 C -3.984375 -0.984375 -3.921875 -1.0625 -3.421875 -1.0625 L -0.75 -1.0625 C -0.3125 -1.0625 -0.3125 -0.953125 -0.3125 -0.28125 L 0 -0.28125 C -0.015625 -0.671875 -0.03125 -1.140625 -0.03125 -1.421875 C -0.03125 -1.8125 -0.03125 -2.28125 0 -2.6875 L -0.3125 -2.6875 L -0.3125 -2.46875 C -0.3125 -1.734375 -0.421875 -1.71875 -0.78125 -1.71875 L -2.3125 -1.71875 C -3.296875 -1.71875 -4.1875 -2.140625 -4.1875 -2.890625 C -4.1875 -2.953125 -4.1875 -2.984375 -4.171875 -3 C -4.171875 -2.96875 -4.046875 -2.765625 -3.78125 -2.765625 C -3.515625 -2.765625 -3.359375 -2.984375 -3.359375 -3.203125 C -3.359375 -3.375 -3.484375 -3.625 -3.796875 -3.625 C -4.109375 -3.625 -4.40625 -3.3125 -4.40625 -2.890625 C -4.40625 -2.15625 -3.734375 -1.796875 -3.3125 -1.671875 Z M -3.3125 -1.671875 "/>
</g>
<g id="glyph-2-5">
<path d="M -3.984375 -1.71875 L -3.984375 -3.15625 L -4.296875 -3.15625 L -4.296875 -1.71875 L -6.125 -1.71875 L -6.125 -1.46875 C -5.3125 -1.46875 -4.25 -1.171875 -4.203125 -0.1875 L -3.984375 -0.1875 L -3.984375 -1.03125 L -1.234375 -1.03125 C -0.015625 -1.03125 0.109375 -1.96875 0.109375 -2.328125 C 0.109375 -3.03125 -0.59375 -3.3125 -1.234375 -3.3125 L -1.796875 -3.3125 L -1.796875 -3.0625 L -1.25 -3.0625 C -0.515625 -3.0625 -0.140625 -2.765625 -0.140625 -2.390625 C -0.140625 -1.71875 -1.046875 -1.71875 -1.21875 -1.71875 Z M -3.984375 -1.71875 "/>
</g>
<g id="glyph-2-6">
<path d="M -3.421875 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 C -0.015625 -0.671875 -0.03125 -1.171875 -0.03125 -1.453125 C -0.03125 -1.703125 -0.015625 -2.21875 0 -2.5625 L -0.3125 -2.5625 C -0.3125 -1.890625 -0.3125 -1.78125 -0.75 -1.78125 L -2.59375 -1.78125 C -3.625 -1.78125 -4.1875 -2.5 -4.1875 -3.125 C -4.1875 -3.765625 -3.65625 -3.875 -3.078125 -3.875 L -0.75 -3.875 C -0.3125 -3.875 -0.3125 -3.765625 -0.3125 -3.09375 L 0 -3.09375 C -0.015625 -3.4375 -0.03125 -3.953125 -0.03125 -4.21875 C -0.03125 -4.46875 -0.015625 -5 0 -5.328125 L -0.3125 -5.328125 C -0.3125 -4.8125 -0.3125 -4.5625 -0.609375 -4.5625 L -2.515625 -4.5625 C -3.375 -4.5625 -3.671875 -4.5625 -4.03125 -4.25 C -4.203125 -4.109375 -4.40625 -3.78125 -4.40625 -3.203125 C -4.40625 -2.46875 -3.984375 -2 -3.359375 -1.71875 L -4.40625 -1.71875 L -4.296875 -0.3125 L -3.984375 -0.3125 C -3.984375 -1.015625 -3.921875 -1.09375 -3.421875 -1.09375 Z M -3.421875 -1.09375 "/>
</g>
<g id="glyph-2-7">
<path d="M -2.140625 -4.6875 C -3.40625 -4.6875 -4.46875 -3.703125 -4.46875 -2.5 C -4.46875 -1.25 -3.375 -0.28125 -2.140625 -0.28125 C -0.84375 -0.28125 0.109375 -1.3125 0.109375 -2.484375 C 0.109375 -3.6875 -0.875 -4.6875 -2.140625 -4.6875 Z M -0.140625 -2.5 C -0.140625 -2.0625 -0.34375 -1.625 -0.8125 -1.359375 C -1.25 -1.109375 -1.859375 -1.109375 -2.21875 -1.109375 C -2.609375 -1.109375 -3.140625 -1.109375 -3.578125 -1.34375 C -4.03125 -1.609375 -4.25 -2.078125 -4.25 -2.484375 C -4.25 -2.921875 -4.03125 -3.34375 -3.59375 -3.609375 C -3.171875 -3.875 -2.59375 -3.875 -2.21875 -3.875 C -1.859375 -3.875 -1.3125 -3.875 -0.875 -3.65625 C -0.421875 -3.421875 -0.140625 -2.984375 -0.140625 -2.5 Z M -0.140625 -2.5 "/>
</g>
<g id="glyph-2-8">
<path d="M -3.421875 -1.09375 L -0.75 -1.09375 C -0.3125 -1.09375 -0.3125 -0.984375 -0.3125 -0.3125 L 0 -0.3125 C -0.015625 -0.671875 -0.03125 -1.171875 -0.03125 -1.453125 C -0.03125 -1.703125 -0.015625 -2.21875 0 -2.5625 L -0.3125 -2.5625 C -0.3125 -1.890625 -0.3125 -1.78125 -0.75 -1.78125 L -2.59375 -1.78125 C -3.625 -1.78125 -4.1875 -2.5 -4.1875 -3.125 C -4.1875 -3.765625 -3.65625 -3.875 -3.078125 -3.875 L -0.75 -3.875 C -0.3125 -3.875 -0.3125 -3.765625 -0.3125 -3.09375 L 0 -3.09375 C -0.015625 -3.4375 -0.03125 -3.953125 -0.03125 -4.21875 C -0.03125 -4.46875 -0.015625 -5 0 -5.328125 L -0.3125 -5.328125 C -0.3125 -4.671875 -0.3125 -4.5625 -0.75 -4.5625 L -2.59375 -4.5625 C -3.625 -4.5625 -4.1875 -5.265625 -4.1875 -5.90625 C -4.1875 -6.53125 -3.65625 -6.640625 -3.078125 -6.640625 L -0.75 -6.640625 C -0.3125 -6.640625 -0.3125 -6.53125 -0.3125 -5.859375 L 0 -5.859375 C -0.015625 -6.203125 -0.03125 -6.71875 -0.03125 -6.984375 C -0.03125 -7.25 -0.015625 -7.765625 0 -8.109375 L -0.3125 -8.109375 C -0.3125 -7.59375 -0.3125 -7.34375 -0.609375 -7.328125 L -2.515625 -7.328125 C -3.375 -7.328125 -3.671875 -7.328125 -4.03125 -7.015625 C -4.203125 -6.875 -4.40625 -6.546875 -4.40625 -5.96875 C -4.40625 -5.140625 -3.8125 -4.6875 -3.421875 -4.53125 C -4.296875 -4.390625 -4.40625 -3.65625 -4.40625 -3.203125 C -4.40625 -2.46875 -3.984375 -2 -3.359375 -1.71875 L -4.40625 -1.71875 L -4.296875 -0.3125 L -3.984375 -0.3125 C -3.984375 -1.015625 -3.921875 -1.09375 -3.421875 -1.09375 Z M -3.421875 -1.09375 "/>
</g>
<g id="glyph-2-9">
<path d="M -0.75 -3.3125 C -0.359375 -3.359375 0.0625 -3.625 0.0625 -4.09375 C 0.0625 -4.3125 -0.078125 -4.921875 -0.890625 -4.921875 L -1.453125 -4.921875 L -1.453125 -4.671875 L -0.890625 -4.671875 C -0.3125 -4.671875 -0.25 -4.421875 -0.25 -4.3125 C -0.25 -3.984375 -0.703125 -3.9375 -0.75 -3.9375 L -2.734375 -3.9375 C -3.15625 -3.9375 -3.546875 -3.9375 -3.921875 -3.578125 C -4.3125 -3.1875 -4.46875 -2.6875 -4.46875 -2.21875 C -4.46875 -1.390625 -4 -0.703125 -3.34375 -0.703125 C -3.046875 -0.703125 -2.875 -0.90625 -2.875 -1.171875 C -2.875 -1.453125 -3.078125 -1.625 -3.328125 -1.625 C -3.453125 -1.625 -3.78125 -1.578125 -3.78125 -1.109375 C -4.140625 -1.390625 -4.25 -1.875 -4.25 -2.1875 C -4.25 -2.6875 -3.859375 -3.25 -2.96875 -3.25 L -2.609375 -3.25 C -2.578125 -2.734375 -2.546875 -2.046875 -2.25 -1.421875 C -1.90625 -0.671875 -1.390625 -0.421875 -0.953125 -0.421875 C -0.140625 -0.421875 0.109375 -1.390625 0.109375 -2.015625 C 0.109375 -2.671875 -0.296875 -3.125 -0.75 -3.3125 Z M -2.390625 -3.25 L -1.390625 -3.25 C -0.453125 -3.25 -0.109375 -2.53125 -0.109375 -2.078125 C -0.109375 -1.59375 -0.453125 -1.1875 -0.953125 -1.1875 C -1.5 -1.1875 -2.328125 -1.609375 -2.390625 -3.25 Z M -2.390625 -3.25 "/>
</g>
<g id="glyph-2-10">
<path d="M -6.921875 -1.765625 L -6.8125 -0.328125 L -6.5 -0.328125 C -6.5 -1.03125 -6.4375 -1.109375 -5.9375 -1.109375 L -0.75 -1.109375 C -0.3125 -1.109375 -0.3125 -1 -0.3125 -0.328125 L 0 -0.328125 C -0.015625 -0.65625 -0.03125 -1.1875 -0.03125 -1.4375 C -0.03125 -1.6875 -0.015625 -2.171875 0 -2.546875 L -0.3125 -2.546875 C -0.3125 -1.875 -0.3125 -1.765625 -0.75 -1.765625 Z M -6.921875 -1.765625 "/>
</g>
<g id="glyph-2-11">
<path d="M -4.40625 -1.765625 L -4.296875 -0.375 L -3.984375 -0.375 C -3.984375 -1.015625 -3.921875 -1.109375 -3.4375 -1.109375 L -0.75 -1.109375 C -0.3125 -1.109375 -0.3125 -1 -0.3125 -0.328125 L 0 -0.328125 C -0.015625 -0.640625 -0.03125 -1.1875 -0.03125 -1.421875 C -0.03125 -1.78125 -0.015625 -2.125 0 -2.46875 L -0.3125 -2.46875 C -0.3125 -1.796875 -0.359375 -1.765625 -0.75 -1.765625 Z M -6.140625 -1.796875 C -6.453125 -1.796875 -6.671875 -1.5625 -6.671875 -1.28125 C -6.671875 -0.96875 -6.40625 -0.75 -6.140625 -0.75 C -5.875 -0.75 -5.609375 -0.96875 -5.609375 -1.28125 C -5.609375 -1.5625 -5.828125 -1.796875 -6.140625 -1.796875 Z M -6.140625 -1.796875 "/>
</g>
<g id="glyph-2-12">
<path d="M -4 -3.890625 C -4.109375 -3.984375 -4.125 -3.984375 -4.171875 -3.984375 C -4.296875 -3.984375 -4.296875 -3.890625 -4.296875 -3.71875 L -4.296875 -0.53125 L -2.6875 -0.421875 L -2.6875 -0.671875 C -3.703125 -0.734375 -4.078125 -0.921875 -4.078125 -2.015625 L -4.078125 -3.15625 L -0.3125 -0.375 C -0.203125 -0.28125 -0.1875 -0.28125 -0.140625 -0.28125 C 0 -0.28125 0 -0.34375 0 -0.53125 L 0 -3.828125 L -1.859375 -4 L -1.859375 -3.75 C -0.6875 -3.65625 -0.25 -3.453125 -0.25 -2.296875 L -0.25 -1.109375 Z M -4 -3.890625 "/>
</g>
<g id="glyph-2-13">
<path d="M -0.546875 -3.78125 L 0.109375 -3.78125 L 0 -5.25 L -0.3125 -5.25 C -0.3125 -4.5625 -0.375 -4.46875 -0.875 -4.46875 L -6.921875 -4.46875 L -6.8125 -3.046875 L -6.5 -3.046875 C -6.5 -3.734375 -6.4375 -3.8125 -5.9375 -3.8125 L -3.78125 -3.8125 C -4.140625 -3.53125 -4.40625 -3.09375 -4.40625 -2.5625 C -4.40625 -1.390625 -3.421875 -0.34375 -2.140625 -0.34375 C -0.875 -0.34375 0.109375 -1.3125 0.109375 -2.453125 C 0.109375 -3.09375 -0.234375 -3.53125 -0.546875 -3.78125 Z M -3.21875 -3.78125 L -1.171875 -3.78125 C -1 -3.78125 -0.984375 -3.78125 -0.8125 -3.671875 C -0.328125 -3.375 -0.109375 -2.9375 -0.109375 -2.5 C -0.109375 -2.046875 -0.375 -1.6875 -0.75 -1.453125 C -1.15625 -1.203125 -1.71875 -1.171875 -2.140625 -1.171875 C -2.5 -1.171875 -3.09375 -1.1875 -3.546875 -1.46875 C -3.859375 -1.6875 -4.1875 -2.0625 -4.1875 -2.609375 C -4.1875 -2.953125 -4.03125 -3.375 -3.59375 -3.671875 C -3.421875 -3.78125 -3.40625 -3.78125 -3.21875 -3.78125 Z M -3.21875 -3.78125 "/>
</g>
<g id="glyph-2-14">
<path d="M -0.78125 -3.890625 L 0.109375 -3.890625 L 0 -5.328125 L -0.3125 -5.328125 C -0.3125 -4.640625 -0.375 -4.5625 -0.875 -4.5625 L -4.40625 -4.5625 L -4.296875 -3.09375 L -3.984375 -3.09375 C -3.984375 -3.78125 -3.921875 -3.875 -3.421875 -3.875 L -1.65625 -3.875 C -0.78125 -3.875 -0.109375 -3.390625 -0.109375 -2.65625 C -0.109375 -1.828125 -0.578125 -1.78125 -1.09375 -1.78125 L -4.40625 -1.78125 L -4.296875 -0.3125 L -3.984375 -0.3125 C -3.984375 -1.09375 -3.953125 -1.09375 -3.078125 -1.09375 L -1.578125 -1.09375 C -0.796875 -1.09375 0.109375 -1.09375 0.109375 -2.609375 C 0.109375 -3.171875 -0.171875 -3.609375 -0.78125 -3.890625 Z M -0.78125 -3.890625 "/>
</g>
<g id="glyph-3-0">
<path d="M 2.59375 -7.25 C 2.59375 -7.703125 2.625 -7.8125 3.53125 -7.8125 L 3.796875 -7.8125 L 3.796875 -8.15625 C 3.5 -8.140625 2.46875 -8.140625 2.109375 -8.140625 C 1.75 -8.140625 0.71875 -8.140625 0.4375 -8.15625 L 0.4375 -7.8125 L 0.6875 -7.8125 C 1.59375 -7.8125 1.625 -7.703125 1.625 -7.25 L 1.625 -0.90625 C 1.625 -0.46875 1.59375 -0.34375 0.6875 -0.34375 L 0.4375 -0.34375 L 0.4375 0 C 0.71875 -0.03125 1.75 -0.03125 2.109375 -0.03125 C 2.46875 -0.03125 3.5 -0.03125 3.796875 0 L 3.796875 -0.34375 L 3.53125 -0.34375 C 2.625 -0.34375 2.59375 -0.46875 2.59375 -0.90625 Z M 2.59375 -7.25 "/>
</g>
<g id="glyph-3-1">
<path d="M 6.03125 -0.078125 C 7.3125 -0.640625 8.453125 -2.125 8.453125 -4.046875 C 8.453125 -6.53125 6.640625 -8.421875 4.546875 -8.421875 C 2.421875 -8.421875 0.640625 -6.5 0.640625 -4.046875 C 0.640625 -1.65625 2.421875 0.25 4.546875 0.25 C 4.953125 0.25 5.359375 0.171875 5.671875 0.078125 C 5.875 1.296875 6.03125 2.3125 7.09375 2.3125 C 8.5 2.3125 8.515625 0.234375 8.515625 0.125 C 8.515625 0 8.515625 -0.109375 8.390625 -0.109375 C 8.296875 -0.109375 8.296875 -0.03125 8.28125 0.0625 C 8.203125 0.921875 7.609375 1.203125 7.203125 1.203125 C 6.59375 1.203125 6.3125 0.765625 6.03125 -0.078125 Z M 3.8125 -0.140625 C 2.921875 -0.453125 1.734375 -1.484375 1.734375 -4.0625 C 1.734375 -7.046875 3.34375 -8.15625 4.546875 -8.15625 C 5.796875 -8.15625 7.359375 -7 7.359375 -4.0625 C 7.359375 -2.359375 6.84375 -1.125 5.875 -0.453125 C 5.671875 -1.046875 5.34375 -1.75 4.5625 -1.75 C 3.96875 -1.75 3.625 -1.25 3.625 -0.75 C 3.625 -0.4375 3.796875 -0.171875 3.8125 -0.140625 Z M 5.625 -0.28125 C 5.265625 -0.09375 4.875 -0.015625 4.546875 -0.015625 C 4.046875 -0.015625 3.859375 -0.484375 3.859375 -0.765625 C 3.859375 -1.109375 4.109375 -1.515625 4.5625 -1.515625 C 5.25 -1.515625 5.484375 -0.953125 5.625 -0.28125 Z M 5.625 -0.28125 "/>
</g>
<g id="glyph-3-2">
<path d="M 2.75 -7.9375 C 2.671875 -8.15625 2.65625 -8.15625 2.375 -8.15625 L 0.53125 -8.15625 L 0.53125 -7.8125 L 0.765625 -7.8125 C 1.625 -7.8125 1.65625 -7.703125 1.65625 -7.25 L 1.65625 -1.234375 C 1.65625 -0.90625 1.65625 -0.34375 0.53125 -0.34375 L 0.53125 0 C 0.84375 -0.03125 1.46875 -0.03125 1.8125 -0.03125 C 2.140625 -0.03125 2.765625 -0.03125 3.078125 0 L 3.078125 -0.34375 C 1.953125 -0.34375 1.953125 -0.90625 1.953125 -1.234375 L 1.953125 -7.75 L 4.84375 -0.234375 C 4.890625 -0.09375 4.921875 0 5.046875 0 C 5.15625 0 5.171875 -0.0625 5.25 -0.234375 L 8.15625 -7.8125 L 8.15625 -0.90625 C 8.15625 -0.46875 8.125 -0.34375 7.265625 -0.34375 L 7.03125 -0.34375 L 7.03125 0 C 7.296875 -0.03125 8.265625 -0.03125 8.609375 -0.03125 C 8.953125 -0.03125 9.90625 -0.03125 10.1875 0 L 10.1875 -0.34375 L 9.9375 -0.34375 C 9.078125 -0.34375 9.046875 -0.46875 9.046875 -0.90625 L 9.046875 -7.25 C 9.046875 -7.703125 9.078125 -7.8125 9.9375 -7.8125 L 10.1875 -7.8125 L 10.1875 -8.15625 L 8.328125 -8.15625 C 8.0625 -8.15625 8.0625 -8.15625 7.953125 -7.921875 L 5.359375 -1.125 Z M 2.75 -7.9375 "/>
</g>
<g id="glyph-3-3">
<path d="M 4.578125 -2.765625 C 4.84375 -2.765625 4.859375 -2.765625 4.859375 -3 C 4.859375 -4.203125 4.21875 -5.328125 2.765625 -5.328125 C 1.40625 -5.328125 0.359375 -4.09375 0.359375 -2.625 C 0.359375 -1.046875 1.578125 0.125 2.90625 0.125 C 4.328125 0.125 4.859375 -1.171875 4.859375 -1.421875 C 4.859375 -1.5 4.8125 -1.546875 4.734375 -1.546875 C 4.640625 -1.546875 4.609375 -1.484375 4.59375 -1.421875 C 4.28125 -0.421875 3.484375 -0.140625 2.96875 -0.140625 C 2.46875 -0.140625 1.265625 -0.484375 1.265625 -2.546875 L 1.265625 -2.765625 Z M 1.28125 -3 C 1.375 -4.875 2.421875 -5.09375 2.765625 -5.09375 C 4.046875 -5.09375 4.109375 -3.40625 4.125 -3 Z M 1.28125 -3 "/>
</g>
<g id="glyph-3-4">
<path d="M 4.609375 -3.1875 C 4.609375 -3.84375 4.609375 -4.3125 4.09375 -4.78125 C 3.671875 -5.15625 3.125 -5.328125 2.609375 -5.328125 C 1.625 -5.328125 0.875 -4.6875 0.875 -3.90625 C 0.875 -3.5625 1.09375 -3.390625 1.375 -3.390625 C 1.65625 -3.390625 1.859375 -3.59375 1.859375 -3.890625 C 1.859375 -4.375 1.4375 -4.375 1.25 -4.375 C 1.53125 -4.875 2.109375 -5.09375 2.578125 -5.09375 C 3.125 -5.09375 3.84375 -4.640625 3.84375 -3.5625 L 3.84375 -3.078125 C 1.4375 -3.046875 0.53125 -2.046875 0.53125 -1.125 C 0.53125 -0.171875 1.625 0.125 2.359375 0.125 C 3.140625 0.125 3.6875 -0.359375 3.90625 -0.9375 C 3.953125 -0.375 4.328125 0.0625 4.84375 0.0625 C 5.09375 0.0625 5.78125 -0.109375 5.78125 -1.0625 L 5.78125 -1.734375 L 5.515625 -1.734375 L 5.515625 -1.0625 C 5.515625 -0.375 5.234375 -0.28125 5.0625 -0.28125 C 4.609375 -0.28125 4.609375 -0.921875 4.609375 -1.09375 Z M 3.84375 -1.6875 C 3.84375 -0.515625 2.96875 -0.125 2.453125 -0.125 C 1.859375 -0.125 1.375 -0.546875 1.375 -1.125 C 1.375 -2.703125 3.40625 -2.84375 3.84375 -2.875 Z M 3.84375 -1.6875 "/>
</g>
<g id="glyph-3-5">
<path d="M 5.3125 -2.90625 C 5.3125 -4.015625 5.3125 -4.34375 5.046875 -4.734375 C 4.703125 -5.203125 4.140625 -5.265625 3.734375 -5.265625 C 2.5625 -5.265625 2.109375 -4.28125 2.015625 -4.046875 L 2.015625 -5.265625 L 0.375 -5.140625 L 0.375 -4.796875 C 1.1875 -4.796875 1.296875 -4.703125 1.296875 -4.125 L 1.296875 -0.890625 C 1.296875 -0.34375 1.15625 -0.34375 0.375 -0.34375 L 0.375 0 C 0.6875 -0.03125 1.34375 -0.03125 1.671875 -0.03125 C 2.015625 -0.03125 2.671875 -0.03125 2.96875 0 L 2.96875 -0.34375 C 2.21875 -0.34375 2.0625 -0.34375 2.0625 -0.890625 L 2.0625 -3.109375 C 2.0625 -4.359375 2.890625 -5.03125 3.640625 -5.03125 C 4.375 -5.03125 4.546875 -4.421875 4.546875 -3.6875 L 4.546875 -0.890625 C 4.546875 -0.34375 4.40625 -0.34375 3.640625 -0.34375 L 3.640625 0 C 3.9375 -0.03125 4.59375 -0.03125 4.921875 -0.03125 C 5.265625 -0.03125 5.921875 -0.03125 6.234375 0 L 6.234375 -0.34375 C 5.625 -0.34375 5.328125 -0.34375 5.3125 -0.703125 Z M 5.3125 -2.90625 "/>
</g>
</g>
<clipPath id="clip-0">
<path clip-rule="nonzero" d="M 0 0 L 356.238281 0 L 356.238281 157.679688 L 0 157.679688 Z M 0 0 "/>
</clipPath>
<clipPath id="clip-1">
<path clip-rule="nonzero" d="M 48 21.503906 L 50 21.503906 L 50 121.769531 L 48 121.769531 Z M 48 21.503906 "/>
</clipPath>
<clipPath id="clip-2">
<path clip-rule="nonzero" d="M 83 21.503906 L 85 21.503906 L 85 121.769531 L 83 121.769531 Z M 83 21.503906 "/>
</clipPath>
<clipPath id="clip-3">
<path clip-rule="nonzero" d="M 118 21.503906 L 120 21.503906 L 120 121.769531 L 118 121.769531 Z M 118 21.503906 "/>
</clipPath>
<clipPath id="clip-4">
<path clip-rule="nonzero" d="M 44.765625 116 L 140.6875 116 L 140.6875 118 L 44.765625 118 Z M 44.765625 116 "/>
</clipPath>
<clipPath id="clip-5">
<path clip-rule="nonzero" d="M 44.765625 93 L 140.6875 93 L 140.6875 95 L 44.765625 95 Z M 44.765625 93 "/>
</clipPath>
<clipPath id="clip-6">
<path clip-rule="nonzero" d="M 44.765625 71 L 140.6875 71 L 140.6875 73 L 44.765625 73 Z M 44.765625 71 "/>
</clipPath>
<clipPath id="clip-7">
<path clip-rule="nonzero" d="M 44.765625 48 L 140.6875 48 L 140.6875 50 L 44.765625 50 Z M 44.765625 48 "/>
</clipPath>
<clipPath id="clip-8">
<path clip-rule="nonzero" d="M 44.765625 25 L 140.6875 25 L 140.6875 27 L 44.765625 27 Z M 44.765625 25 "/>
</clipPath>
<clipPath id="clip-9">
<path clip-rule="nonzero" d="M 44.765625 116 L 140.6875 116 L 140.6875 118 L 44.765625 118 Z M 44.765625 116 "/>
</clipPath>
<clipPath id="clip-10">
<path clip-rule="nonzero" d="M 44.765625 25 L 140.6875 25 L 140.6875 27 L 44.765625 27 Z M 44.765625 25 "/>
</clipPath>
<clipPath id="clip-11">
<path clip-rule="nonzero" d="M 158 21.503906 L 160 21.503906 L 160 121.769531 L 158 121.769531 Z M 158 21.503906 "/>
</clipPath>
<clipPath id="clip-12">
<path clip-rule="nonzero" d="M 193 21.503906 L 195 21.503906 L 195 121.769531 L 193 121.769531 Z M 193 21.503906 "/>
</clipPath>
<clipPath id="clip-13">
<path clip-rule="nonzero" d="M 228 21.503906 L 230 21.503906 L 230 121.769531 L 228 121.769531 Z M 228 21.503906 "/>
</clipPath>
<clipPath id="clip-14">
<path clip-rule="nonzero" d="M 154.988281 116 L 250.910156 116 L 250.910156 118 L 154.988281 118 Z M 154.988281 116 "/>
</clipPath>
<clipPath id="clip-15">
<path clip-rule="nonzero" d="M 154.988281 93 L 250.910156 93 L 250.910156 95 L 154.988281 95 Z M 154.988281 93 "/>
</clipPath>
<clipPath id="clip-16">
<path clip-rule="nonzero" d="M 154.988281 71 L 250.910156 71 L 250.910156 73 L 154.988281 73 Z M 154.988281 71 "/>
</clipPath>
<clipPath id="clip-17">
<path clip-rule="nonzero" d="M 154.988281 48 L 250.910156 48 L 250.910156 50 L 154.988281 50 Z M 154.988281 48 "/>
</clipPath>
<clipPath id="clip-18">
<path clip-rule="nonzero" d="M 154.988281 25 L 250.910156 25 L 250.910156 27 L 154.988281 27 Z M 154.988281 25 "/>
</clipPath>
<clipPath id="clip-19">
<path clip-rule="nonzero" d="M 154.988281 116 L 250.910156 116 L 250.910156 118 L 154.988281 118 Z M 154.988281 116 "/>
</clipPath>
<clipPath id="clip-20">
<path clip-rule="nonzero" d="M 154.988281 25 L 250.910156 25 L 250.910156 27 L 154.988281 27 Z M 154.988281 25 "/>
</clipPath>
<clipPath id="clip-21">
<path clip-rule="nonzero" d="M 246 12 L 356.238281 12 L 356.238281 100 L 246 100 Z M 246 12 "/>
</clipPath>
</defs>
<g clip-path="url(#clip-0)">
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 0 157.679688 L 356.238281 157.679688 L 356.238281 0 L 0 0 Z M 0 157.679688 "/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 44.765625 121.769531 L 140.6875 121.769531 L 140.6875 21.503906 L 44.765625 21.503906 Z M 44.765625 121.769531 "/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 41.015938 L 56.101562 42.027656 L 59.589844 42.832344 L 63.078125 43.812813 L 66.566406 45.379219 L 70.054688 45.824531 L 73.542969 45.914375 L 77.03125 47.672188 L 80.519531 47.601875 L 84.007812 48.894844 L 87.496094 49.746406 L 90.984375 51.582344 L 94.472656 51.597969 L 97.960938 52.410469 L 101.449219 51.488594 L 104.9375 51.1175 L 108.421875 52.074531 L 111.910156 51.508125 L 115.398438 51.293281 L 118.886719 50.789375 L 122.375 51.676094 L 125.863281 51.781563 L 129.351562 52.277656 L 132.839844 50.926094 L 136.328125 52.851875 L 136.328125 53.734688 L 132.839844 53.301094 L 129.351562 55.172188 L 125.863281 54.234688 L 122.375 54.113594 L 118.886719 52.812813 L 115.398438 53.902656 L 111.910156 53.719063 L 108.421875 54.469063 L 104.9375 53.289375 L 101.449219 54.000313 L 97.960938 54.738594 L 94.472656 54.062813 L 90.984375 53.832344 L 87.496094 51.687813 L 84.007812 50.785469 L 80.519531 49.508125 L 77.03125 49.293281 L 73.542969 47.394844 L 70.054688 47.101875 L 66.566406 46.504219 L 63.078125 44.785469 L 59.589844 43.605781 L 56.101562 42.613594 L 52.613281 41.285469 Z M 49.128906 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill-rule="nonzero" fill="rgb(87.057495%, 56.077576%, 1.960754%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(87.057495%, 56.077576%, 1.960754%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 108.301094 L 56.101562 114.734688 L 59.589844 115.953438 L 63.078125 119.558906 L 66.566406 124.340156 L 70.054688 120.844063 L 73.542969 126.176094 L 77.03125 124.965156 L 80.519531 125.519844 L 84.007812 126.574531 L 87.496094 127.08625 L 90.984375 126.512031 L 94.472656 128.547188 L 97.960938 127.254219 L 101.449219 128.308906 L 104.9375 129.121406 L 108.421875 129.762031 L 111.910156 128.894844 L 115.398438 129.074531 L 118.886719 129.808906 L 122.375 129.707344 L 125.863281 129.344063 L 129.351562 128.816719 L 132.839844 129.012031 L 136.328125 130.519844 L 136.328125 130.93 L 132.839844 130.414375 L 129.351562 130.281563 L 125.863281 130.812813 L 122.375 130.972969 L 118.886719 130.984688 L 115.398438 130.570625 L 111.910156 130.629219 L 108.421875 131.281563 L 104.9375 130.512031 L 101.449219 130.226875 L 97.960938 129.574531 L 94.472656 130.254219 L 90.984375 129.18 L 87.496094 129.594063 L 84.007812 129.301094 L 80.519531 128.441719 L 77.03125 128.703438 L 73.542969 128.875313 L 70.054688 125.555 L 66.566406 128.191719 L 63.078125 125.195625 L 59.589844 123.996406 L 56.101562 121.926094 L 52.613281 117.851875 Z M 49.128906 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill-rule="nonzero" fill="rgb(0.784302%, 61.959839%, 45.097351%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.784302%, 61.959839%, 45.097351%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 41.738594 L 56.101562 43.570625 L 59.589844 49.453438 L 63.078125 45.027656 L 66.566406 52.71125 L 70.054688 50.269844 L 73.542969 53.629219 L 77.03125 52.71125 L 80.519531 51.344063 L 84.007812 54.77375 L 87.496094 54.484688 L 90.984375 62.047188 L 94.472656 58.633125 L 97.960938 61.226875 L 101.449219 66.707344 L 104.9375 64.328438 L 108.421875 58.097969 L 111.910156 61.14875 L 115.398438 69.08625 L 118.886719 59.719063 L 122.375 67.058906 L 125.863281 73.390938 L 129.351562 74.379219 L 132.839844 74.949531 L 136.328125 98.789375 L 136.328125 101.527656 L 132.839844 83.129219 L 129.351562 82.496406 L 125.863281 81.109688 L 122.375 75.762031 L 118.886719 67.375313 L 115.398438 77.558906 L 111.910156 68.359688 L 108.421875 65.066719 L 104.9375 72.058906 L 101.449219 74.590156 L 97.960938 68.187813 L 94.472656 66.062813 L 90.984375 69.558906 L 87.496094 59.68 L 84.007812 61.578438 L 80.519531 56.199531 L 77.03125 58.019844 L 73.542969 59.535469 L 70.054688 55.140938 L 66.566406 58.449531 L 63.078125 47.277656 L 59.589844 54.14875 L 56.101562 45.941719 L 52.613281 42.660469 Z M 49.128906 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill-rule="nonzero" fill="rgb(83.528137%, 36.862183%, 0%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(83.528137%, 36.862183%, 0%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 57.246406 L 56.101562 60.750313 L 59.589844 58.957344 L 63.078125 59.859688 L 66.566406 63.351875 L 70.054688 63.414375 L 73.542969 66.621406 L 77.03125 77.488594 L 80.519531 79.582344 L 84.007812 78.484688 L 87.496094 74.582344 L 90.984375 76.855781 L 94.472656 82.254219 L 97.960938 86.695625 L 101.449219 96.406563 L 104.9375 84.633125 L 108.421875 97.347969 L 111.910156 97.633125 L 115.398438 101.570625 L 118.886719 103.543281 L 122.375 101.215156 L 125.863281 107.746406 L 129.351562 113.14875 L 132.839844 111.879219 L 136.328125 116.512031 L 136.328125 118.910469 L 132.839844 120.605781 L 129.351562 119.988594 L 125.863281 113.508125 L 122.375 108.68 L 118.886719 110.496406 L 115.398438 108.52375 L 111.910156 105.96125 L 108.421875 106.090156 L 104.9375 91.4925 L 101.449219 103.851875 L 97.960938 96.738594 L 94.472656 91.058906 L 90.984375 84.394844 L 87.496094 82.187813 L 84.007812 87.855781 L 80.519531 85.953438 L 77.03125 84.863594 L 73.542969 76.027656 L 70.054688 68.910469 L 66.566406 69.406563 L 63.078125 64.777656 L 59.589844 62.7425 L 56.101562 65.33625 L 52.613281 59.941719 Z M 49.128906 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-1)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.128906 35.910469 L 49.128906 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.128906 35.910469 L 49.128906 32.410469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="46.636462" y="135.687145"/>
</g>
<g clip-path="url(#clip-2)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 84.007812 35.910469 L 84.007812 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 84.007812 35.910469 L 84.007812 32.410469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="73.906394" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="78.887714" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="83.869034" y="135.687145"/>
<use xlink:href="#glyph-0-2" x="88.850354" y="135.687145"/>
</g>
<g clip-path="url(#clip-3)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 118.886719 35.910469 L 118.886719 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 118.886719 35.910469 L 118.886719 32.410469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3" x="108.786703" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="113.768023" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="118.749344" y="135.687145"/>
<use xlink:href="#glyph-0-2" x="123.730664" y="135.687145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4" x="63.005584" y="148.542822"/>
<use xlink:href="#glyph-0-5" x="69.232234" y="148.542822"/>
<use xlink:href="#glyph-0-6" x="73.655646" y="148.542822"/>
<use xlink:href="#glyph-0-7" x="78.636966" y="148.542822"/>
<use xlink:href="#glyph-0-8" x="82.532359" y="148.542822"/>
<use xlink:href="#glyph-0-9" x="88.061624" y="148.542822"/>
<use xlink:href="#glyph-0-8" x="90.821275" y="148.542822"/>
<use xlink:href="#glyph-0-10" x="96.350541" y="148.542822"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-11" x="104.652736" y="148.542822"/>
<use xlink:href="#glyph-0-12" x="108.578016" y="148.542822"/>
<use xlink:href="#glyph-0-5" x="112.44352" y="148.542822"/>
<use xlink:href="#glyph-0-13" x="116.866932" y="148.542822"/>
</g>
<g clip-path="url(#clip-4)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 40.469063 L 140.6875 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 40.469063 L 41.265625 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="20.055677" y="120.670329"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="25.037012" y="120.670329"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="27.80442" y="120.670329"/>
<use xlink:href="#glyph-0-0" x="32.78574" y="120.670329"/>
</g>
<g clip-path="url(#clip-5)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 63.258125 L 140.6875 63.258125 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 63.258125 L 41.265625 63.258125 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="20.055677" y="97.882496"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="25.037012" y="97.882496"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3" x="27.80442" y="97.882496"/>
<use xlink:href="#glyph-0-14" x="32.78574" y="97.882496"/>
</g>
<g clip-path="url(#clip-6)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 86.043281 L 140.6875 86.043281 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 86.043281 L 41.265625 86.043281 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="20.055677" y="75.094662"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="25.037012" y="75.094662"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-14" x="27.80442" y="75.094662"/>
<use xlink:href="#glyph-0-0" x="32.78574" y="75.094662"/>
</g>
<g clip-path="url(#clip-7)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 108.832344 L 140.6875 108.832344 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 108.832344 L 41.265625 108.832344 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="20.055677" y="52.306829"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="25.037012" y="52.306829"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-15" x="27.80442" y="52.306829"/>
<use xlink:href="#glyph-0-14" x="32.78574" y="52.306829"/>
</g>
<g clip-path="url(#clip-8)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 131.621406 L 140.6875 131.621406 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 131.621406 L 41.265625 131.621406 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="20.055677" y="29.518996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-1-0" x="25.037012" y="29.518996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="27.80442" y="29.518996"/>
<use xlink:href="#glyph-0-0" x="32.78574" y="29.518996"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-0" x="14.118498" y="127.384803"/>
<use xlink:href="#glyph-2-1" x="14.118498" y="120.610208"/>
<use xlink:href="#glyph-2-2" x="14.118498" y="115.359897"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-3" x="14.118498" y="109.553883"/>
<use xlink:href="#glyph-2-4" x="14.118498" y="105.130471"/>
<use xlink:href="#glyph-2-5" x="14.118498" y="101.235079"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-6" x="14.118498" y="94.048699"/>
<use xlink:href="#glyph-2-7" x="14.118498" y="88.519434"/>
<use xlink:href="#glyph-2-4" x="14.118498" y="83.538114"/>
<use xlink:href="#glyph-2-8" x="14.118498" y="79.642722"/>
<use xlink:href="#glyph-2-9" x="14.118498" y="71.343842"/>
<use xlink:href="#glyph-2-10" x="14.118498" y="66.362522"/>
<use xlink:href="#glyph-2-11" x="14.118498" y="63.602871"/>
<use xlink:href="#glyph-2-12" x="14.118498" y="60.84322"/>
<use xlink:href="#glyph-2-3" x="14.118498" y="56.419808"/>
<use xlink:href="#glyph-2-13" x="14.118498" y="51.996395"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-2-4" x="14.118498" y="43.146255"/>
<use xlink:href="#glyph-2-3" x="14.118498" y="39.250863"/>
<use xlink:href="#glyph-2-5" x="14.118498" y="34.827451"/>
<use xlink:href="#glyph-2-14" x="14.118498" y="30.961946"/>
<use xlink:href="#glyph-2-4" x="14.118498" y="25.432681"/>
<use xlink:href="#glyph-2-6" x="14.118498" y="21.537289"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 41.137031 L 56.101562 42.301094 L 59.589844 43.203438 L 63.078125 44.285469 L 66.566406 45.914375 L 70.054688 46.422188 L 73.542969 46.613594 L 77.03125 48.433906 L 80.519531 48.488594 L 84.007812 49.769844 L 87.496094 50.668281 L 90.984375 52.660469 L 94.472656 52.746406 L 97.960938 53.4925 L 101.449219 52.660469 L 104.9375 52.137031 L 108.421875 53.226875 L 111.910156 52.578438 L 115.398438 52.504219 L 118.886719 51.754219 L 122.375 52.844063 L 125.863281 52.957344 L 129.351562 53.664375 L 132.839844 52.043281 L 136.328125 53.285469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(87.057495%, 56.077576%, 1.960754%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 113.629219 L 56.101562 118.656563 L 59.589844 120.894844 L 63.078125 122.769844 L 66.566406 126.515938 L 70.054688 123.594063 L 73.542969 127.640938 L 77.03125 127.289375 L 80.519531 127.250313 L 84.007812 128.062813 L 87.496094 128.512031 L 90.984375 128.125313 L 94.472656 129.472969 L 97.960938 128.582344 L 101.449219 129.418281 L 104.9375 129.875313 L 108.421875 130.574531 L 111.910156 129.89875 L 115.398438 129.875313 L 118.886719 130.449531 L 122.375 130.410469 L 125.863281 130.172188 L 129.351562 129.613594 L 132.839844 129.77375 L 136.328125 130.730781 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(0.784302%, 61.959839%, 45.097351%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 42.133125 L 56.101562 44.621406 L 59.589844 51.58625 L 63.078125 45.972969 L 66.566406 55.387031 L 70.054688 52.488594 L 73.542969 56.418281 L 77.03125 55.129219 L 80.519531 53.582344 L 84.007812 58.039375 L 87.496094 56.972969 L 90.984375 65.7425 L 94.472656 62.230781 L 97.960938 64.644844 L 101.449219 70.640938 L 104.9375 68.133125 L 108.421875 61.515938 L 111.910156 64.660469 L 115.398438 73.289375 L 118.886719 63.496406 L 122.375 71.33625 L 125.863281 77.250313 L 129.351562 78.453438 L 132.839844 79.031563 L 136.328125 100.168281 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(83.528137%, 36.862183%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 49.128906 40.469063 L 52.613281 58.488594 L 56.101562 62.969063 L 59.589844 60.887031 L 63.078125 62.312813 L 66.566406 66.277656 L 70.054688 66.152656 L 73.542969 70.918281 L 77.03125 80.984688 L 80.519531 82.664375 L 84.007812 83.133125 L 87.496094 78.355781 L 90.984375 80.3675 L 94.472656 86.762031 L 97.960938 91.793281 L 101.449219 100.172188 L 104.9375 88.125313 L 108.421875 101.855781 L 111.910156 101.906563 L 115.398438 105.187813 L 118.886719 107.160469 L 122.375 105.164375 L 125.863281 110.691719 L 129.351562 117.137031 L 132.839844 116.437813 L 136.328125 117.738594 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-9)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 44.765625 40.469063 L 140.6875 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<g clip-path="url(#clip-10)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 44.765625 131.621406 L 140.6875 131.621406 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 35.910469 L 44.765625 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 140.6875 35.910469 L 140.6875 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 35.910469 L 140.6875 35.910469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 44.765625 136.176094 L 140.6875 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-0" x="80.70052" y="15.50218"/>
<use xlink:href="#glyph-3-1" x="84.920694" y="15.50218"/>
<use xlink:href="#glyph-3-2" x="94.018577" y="15.50218"/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="1" d="M 154.988281 121.769531 L 250.910156 121.769531 L 250.910156 21.503906 L 154.988281 21.503906 Z M 154.988281 121.769531 "/>
<path fill-rule="nonzero" fill="rgb(0.392151%, 45.097351%, 69.802856%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 49.176094 L 166.324219 51.613594 L 169.8125 53.551094 L 173.300781 58.238594 L 176.789062 58.183906 L 180.277344 58.777656 L 183.765625 58.43 L 187.253906 60.941719 L 190.742188 61.078438 L 194.226562 62.137031 L 197.714844 62.652656 L 201.203125 66.043281 L 204.691406 65.168281 L 208.179688 66.43 L 211.667969 66.871406 L 215.15625 64.14875 L 218.644531 65.820625 L 222.132812 66.074531 L 225.621094 65.551094 L 229.109375 64.027656 L 232.597656 65.902656 L 236.085938 64.972969 L 239.574219 66.328438 L 243.0625 65.71125 L 246.546875 68.051094 L 246.546875 69.6175 L 243.0625 69.922188 L 239.574219 70.187813 L 236.085938 67.394844 L 232.597656 69.558906 L 229.109375 67.254219 L 225.621094 68.457344 L 222.132812 71.066719 L 218.644531 70.152656 L 215.15625 67.015938 L 211.667969 70.781563 L 208.179688 71.312813 L 204.691406 69.250313 L 201.203125 69.754219 L 197.714844 66.7425 L 194.226562 64.855781 L 190.742188 66.105781 L 187.253906 64.953438 L 183.765625 61.109688 L 180.277344 69.730781 L 176.789062 59.758125 L 173.300781 65.879219 L 169.8125 55.535469 L 166.324219 52.937813 L 162.835938 50.297188 Z M 159.347656 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill-rule="nonzero" fill="rgb(87.057495%, 56.077576%, 1.960754%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(87.057495%, 56.077576%, 1.960754%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 97.840156 L 166.324219 101.605781 L 169.8125 102.000313 L 173.300781 104.508125 L 176.789062 108.051094 L 180.277344 105.914375 L 183.765625 111.058906 L 187.253906 108.21125 L 190.742188 109.394844 L 194.226562 110.902656 L 197.714844 110.965156 L 201.203125 111.387031 L 204.691406 113.3675 L 208.179688 111.664375 L 211.667969 113.957344 L 215.15625 114.215156 L 218.644531 117.676094 L 222.132812 114.387031 L 225.621094 113.656563 L 229.109375 116.570625 L 232.597656 117.316719 L 236.085938 115.855781 L 239.574219 114.515938 L 243.0625 115.801094 L 246.546875 118.285469 L 246.546875 119.789375 L 243.0625 120.433906 L 239.574219 119.305 L 236.085938 120.488594 L 232.597656 121.758125 L 229.109375 120.734688 L 225.621094 118.570625 L 222.132812 119.168281 L 218.644531 121.851875 L 215.15625 118.933906 L 211.667969 118.754219 L 208.179688 116.512031 L 204.691406 118.406563 L 201.203125 116.406563 L 197.714844 116.305 L 194.226562 115.996406 L 190.742188 114.476875 L 187.253906 113.566719 L 183.765625 116.297188 L 180.277344 111.27375 L 176.789062 113.476875 L 173.300781 109.812813 L 169.8125 107.668281 L 166.324219 107.125313 L 162.835938 103.6175 Z M 159.347656 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill-rule="nonzero" fill="rgb(0.784302%, 61.959839%, 45.097351%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0.784302%, 61.959839%, 45.097351%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 52.476875 L 166.324219 58.340156 L 169.8125 64.68 L 173.300781 57.9925 L 176.789062 68.8675 L 180.277344 66.297188 L 183.765625 68.207344 L 187.253906 66.379219 L 190.742188 66.793281 L 194.226562 69.945625 L 197.714844 69.254219 L 201.203125 74.683906 L 204.691406 73.113594 L 208.179688 75.015938 L 211.667969 78.215156 L 215.15625 77.902656 L 218.644531 72.496406 L 222.132812 75.164375 L 225.621094 79.472969 L 229.109375 74.207344 L 232.597656 77.597969 L 236.085938 81.43 L 239.574219 82.812813 L 243.0625 83.070625 L 246.546875 96.605781 L 246.546875 98.844063 L 243.0625 88.633125 L 239.574219 88.801094 L 236.085938 86.027656 L 232.597656 83.101875 L 229.109375 79.340156 L 225.621094 84.953438 L 222.132812 81.012031 L 218.644531 77.629219 L 215.15625 86.535469 L 211.667969 88.031563 L 208.179688 81.926094 L 204.691406 78.469063 L 201.203125 79.699531 L 197.714844 75.644844 L 194.226562 75.355781 L 190.742188 71.207344 L 187.253906 71.074531 L 183.765625 73.480781 L 180.277344 70.89875 L 176.789062 74.133125 L 173.300781 63.894844 L 169.8125 68.922188 L 166.324219 63.062813 L 162.835938 57.402656 Z M 159.347656 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill-rule="nonzero" fill="rgb(83.528137%, 36.862183%, 0%)" fill-opacity="0.2" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(83.528137%, 36.862183%, 0%)" stroke-opacity="0.2" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 66.199531 L 166.324219 70.1175 L 169.8125 71.316719 L 173.300781 72.562813 L 176.789062 73.301094 L 180.277344 73.375313 L 183.765625 75.203438 L 187.253906 81.808906 L 190.742188 83.738594 L 194.226562 83.105781 L 197.714844 81.195625 L 201.203125 81.699531 L 204.691406 85.164375 L 208.179688 88.031563 L 211.667969 93.7425 L 215.15625 88.019844 L 218.644531 94.488594 L 222.132812 95.769844 L 225.621094 97.512031 L 229.109375 98.469063 L 232.597656 97.222969 L 236.085938 101.222969 L 239.574219 104.465156 L 243.0625 103.863594 L 246.546875 106.785469 L 246.546875 108.246406 L 243.0625 109.109688 L 239.574219 109.035469 L 236.085938 104.863594 L 232.597656 101.33625 L 229.109375 102.426094 L 225.621094 101.496406 L 222.132812 100.601875 L 218.644531 99.578438 L 215.15625 92.004219 L 211.667969 98.094063 L 208.179688 93.672188 L 204.691406 90.078438 L 201.203125 86.152656 L 197.714844 85.547188 L 194.226562 88.390938 L 190.742188 87.683906 L 187.253906 85.9925 L 183.765625 80.96125 L 180.277344 76.687813 L 176.789062 77.199531 L 173.300781 75.355781 L 169.8125 73.590156 L 166.324219 72.832344 L 162.835938 68.758125 Z M 159.347656 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-11)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 159.347656 35.910469 L 159.347656 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 159.347656 35.910469 L 159.347656 32.410469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-0" x="156.857312" y="135.687145"/>
</g>
<g clip-path="url(#clip-12)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 194.226562 35.910469 L 194.226562 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 194.226562 35.910469 L 194.226562 32.410469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-1" x="184.127245" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="189.108565" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="194.089885" y="135.687145"/>
<use xlink:href="#glyph-0-2" x="199.071205" y="135.687145"/>
</g>
<g clip-path="url(#clip-13)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 229.109375 35.910469 L 229.109375 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 229.109375 35.910469 L 229.109375 32.410469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-3" x="219.007554" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="223.988874" y="135.687145"/>
<use xlink:href="#glyph-0-0" x="228.970194" y="135.687145"/>
<use xlink:href="#glyph-0-2" x="233.951514" y="135.687145"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-4" x="173.226435" y="148.542822"/>
<use xlink:href="#glyph-0-5" x="179.453085" y="148.542822"/>
<use xlink:href="#glyph-0-6" x="183.876497" y="148.542822"/>
<use xlink:href="#glyph-0-7" x="188.857817" y="148.542822"/>
<use xlink:href="#glyph-0-8" x="192.753209" y="148.542822"/>
<use xlink:href="#glyph-0-9" x="198.282475" y="148.542822"/>
<use xlink:href="#glyph-0-8" x="201.042126" y="148.542822"/>
<use xlink:href="#glyph-0-10" x="206.571391" y="148.542822"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-11" x="214.873586" y="148.542822"/>
<use xlink:href="#glyph-0-12" x="218.798866" y="148.542822"/>
<use xlink:href="#glyph-0-5" x="222.664371" y="148.542822"/>
<use xlink:href="#glyph-0-13" x="227.087783" y="148.542822"/>
</g>
<g clip-path="url(#clip-14)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 40.469063 L 250.910156 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 40.469063 L 151.488281 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-15)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 63.258125 L 250.910156 63.258125 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 63.258125 L 151.488281 63.258125 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-16)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 86.043281 L 250.910156 86.043281 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 86.043281 L 151.488281 86.043281 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-17)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 108.832344 L 250.910156 108.832344 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 108.832344 L 151.488281 108.832344 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-18)">
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(69.018555%, 69.018555%, 69.018555%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 131.621406 L 250.910156 131.621406 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 131.621406 L 151.488281 131.621406 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 49.738594 L 166.324219 52.27375 L 169.8125 54.547188 L 173.300781 62.129219 L 176.789062 58.957344 L 180.277344 62.980781 L 183.765625 59.68 L 187.253906 62.7425 L 190.742188 63.297188 L 194.226562 63.418281 L 197.714844 64.52375 L 201.203125 67.918281 L 204.691406 67.078438 L 208.179688 68.754219 L 211.667969 68.781563 L 215.15625 65.52375 L 218.644531 67.797188 L 222.132812 68.465156 L 225.621094 66.941719 L 229.109375 65.531563 L 232.597656 67.691719 L 236.085938 66.164375 L 239.574219 68.176094 L 243.0625 67.746406 L 246.546875 68.816719 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(87.057495%, 56.077576%, 1.960754%)" stroke-opacity="1" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 100.722969 L 166.324219 104.3675 L 169.8125 104.847969 L 173.300781 107.168281 L 176.789062 110.77375 L 180.277344 108.609688 L 183.765625 113.699531 L 187.253906 110.890938 L 190.742188 111.96125 L 194.226562 113.476875 L 197.714844 113.660469 L 201.203125 113.93 L 204.691406 115.918281 L 208.179688 114.113594 L 211.667969 116.394844 L 215.15625 116.597969 L 218.644531 119.785469 L 222.132812 116.797188 L 225.621094 116.133125 L 229.109375 118.68 L 232.597656 119.558906 L 236.085938 118.199531 L 239.574219 116.941719 L 243.0625 118.156563 L 246.546875 119.047188 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(0.784302%, 61.959839%, 45.097351%)" stroke-opacity="1" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 54.847969 L 166.324219 60.672188 L 169.8125 66.793281 L 173.300781 60.715156 L 176.789062 71.43 L 180.277344 68.551094 L 183.765625 70.769844 L 187.253906 68.715156 L 190.742188 68.984688 L 194.226562 72.590156 L 197.714844 72.137031 L 201.203125 77.121406 L 204.691406 75.719063 L 208.179688 78.176094 L 211.667969 82.465156 L 215.15625 82.012031 L 218.644531 75.047188 L 222.132812 78.066719 L 225.621094 82.18 L 229.109375 76.754219 L 232.597656 80.297188 L 236.085938 83.734688 L 239.574219 85.762031 L 243.0625 85.832344 L 246.546875 97.703438 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(83.528137%, 36.862183%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 159.347656 40.469063 L 162.835938 67.488594 L 166.324219 71.46125 L 169.8125 72.472969 L 173.300781 73.965156 L 176.789062 75.234688 L 180.277344 75.066719 L 183.765625 78.051094 L 187.253906 83.824531 L 190.742188 85.691719 L 194.226562 85.7425 L 197.714844 83.375313 L 201.203125 83.863594 L 204.691406 87.707344 L 208.179688 90.890938 L 211.667969 95.949531 L 215.15625 90.019844 L 218.644531 97.094063 L 222.132812 98.262031 L 225.621094 99.543281 L 229.109375 100.52375 L 232.597656 99.390938 L 236.085938 103.058906 L 239.574219 106.976875 L 243.0625 106.551094 L 246.546875 107.535469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g clip-path="url(#clip-19)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 154.988281 40.469063 L 250.910156 40.469063 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<g clip-path="url(#clip-20)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="round" stroke="rgb(100%, 0%, 0%)" stroke-opacity="1" stroke-dasharray="3.7 1.6" stroke-miterlimit="10" d="M 154.988281 131.621406 L 250.910156 131.621406 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 35.910469 L 154.988281 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 250.910156 35.910469 L 250.910156 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 35.910469 L 250.910156 35.910469 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<path fill="none" stroke-width="0.8" stroke-linecap="square" stroke-linejoin="miter" stroke="rgb(0%, 0%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 154.988281 136.176094 L 250.910156 136.176094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-7" x="213.312184" y="115.144173"/>
<use xlink:href="#glyph-0-6" x="217.207577" y="115.144173"/>
<use xlink:href="#glyph-0-8" x="222.188897" y="115.144173"/>
<use xlink:href="#glyph-0-16" x="227.718162" y="115.144173"/>
<use xlink:href="#glyph-0-17" x="233.247427" y="115.144173"/>
<use xlink:href="#glyph-0-18" x="238.228747" y="115.144173"/>
</g>
<g fill="rgb(100%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5" x="159.34798" y="33.107973"/>
<use xlink:href="#glyph-0-19" x="163.771392" y="33.107973"/>
<use xlink:href="#glyph-0-13" x="169.021704" y="33.107973"/>
</g>
<g fill="rgb(100%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-5" x="174.827717" y="33.107973"/>
<use xlink:href="#glyph-0-7" x="179.25113" y="33.107973"/>
<use xlink:href="#glyph-0-12" x="183.146522" y="33.107973"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-3-2" x="188.805715" y="15.50218"/>
<use xlink:href="#glyph-3-3" x="199.529501" y="15.50218"/>
<use xlink:href="#glyph-3-4" x="204.729999" y="15.50218"/>
<use xlink:href="#glyph-3-5" x="210.576076" y="15.50218"/>
</g>
<path fill-rule="nonzero" fill="rgb(100%, 100%, 100%)" fill-opacity="0.8" d="M 262.703125 85.25 L 347.035156 85.25 C 348.371094 85.25 349.035156 84.585938 349.035156 83.25 L 349.035156 28.503906 C 349.035156 27.167969 348.371094 26.503906 347.035156 26.503906 L 262.703125 26.503906 C 261.371094 26.503906 260.703125 27.167969 260.703125 28.503906 L 260.703125 83.25 C 260.703125 84.585938 261.371094 85.25 262.703125 85.25 Z M 262.703125 85.25 "/>
<g clip-path="url(#clip-21)">
<path fill="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke="rgb(79.998779%, 79.998779%, 79.998779%)" stroke-opacity="0.8" stroke-miterlimit="10" d="M 262.703125 72.43 L 347.035156 72.43 C 348.371094 72.43 349.035156 73.094063 349.035156 74.43 L 349.035156 129.176094 C 349.035156 130.512031 348.371094 131.176094 347.035156 131.176094 L 262.703125 131.176094 C 261.371094 131.176094 260.703125 130.512031 260.703125 129.176094 L 260.703125 74.43 C 260.703125 73.094063 261.371094 72.43 262.703125 72.43 Z M 262.703125 72.43 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(0.392151%, 45.097351%, 69.802856%)" stroke-opacity="1" stroke-miterlimit="10" d="M 264.703125 123.676094 L 284.703125 123.676094 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-20" x="292.704835" y="37.50218"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-12" x="299.900066" y="37.50218"/>
<use xlink:href="#glyph-0-6" x="303.76557" y="37.50218"/>
<use xlink:href="#glyph-0-7" x="308.746891" y="37.50218"/>
<use xlink:href="#glyph-0-9" x="312.642283" y="37.50218"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-14" x="318.722809" y="37.50218"/>
<use xlink:href="#glyph-0-15" x="323.704129" y="37.50218"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(87.057495%, 56.077576%, 1.960754%)" stroke-opacity="1" stroke-miterlimit="10" d="M 264.703125 109.7425 L 284.703125 109.7425 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-21" x="292.704835" y="51.439358"/>
<use xlink:href="#glyph-0-6" x="299.758384" y="51.439358"/>
<use xlink:href="#glyph-0-22" x="304.739704" y="51.439358"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-23" x="309.992221" y="51.439358"/>
<use xlink:href="#glyph-0-20" x="315.242532" y="51.439358"/>
<use xlink:href="#glyph-0-24" x="322.714512" y="51.439358"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(0.784302%, 61.959839%, 45.097351%)" stroke-opacity="1" stroke-miterlimit="10" d="M 264.703125 95.805 L 284.703125 95.805 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-25" x="292.704835" y="65.376536"/>
<use xlink:href="#glyph-0-5" x="301.830613" y="65.376536"/>
<use xlink:href="#glyph-0-12" x="306.254025" y="65.376536"/>
<use xlink:href="#glyph-0-6" x="310.119529" y="65.376536"/>
<use xlink:href="#glyph-0-26" x="315.100849" y="65.376536"/>
<use xlink:href="#glyph-0-27" x="318.418409" y="65.376536"/>
</g>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-17" x="327.81981" y="65.376536"/>
<use xlink:href="#glyph-0-7" x="332.80113" y="65.376536"/>
<use xlink:href="#glyph-0-28" x="336.696522" y="65.376536"/>
<use xlink:href="#glyph-0-16" x="339.456173" y="65.376536"/>
</g>
<path fill="none" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round" stroke="rgb(83.528137%, 36.862183%, 0%)" stroke-opacity="1" stroke-miterlimit="10" d="M 264.703125 81.8675 L 284.703125 81.8675 " transform="matrix(1, 0, 0, -1, 0, 157.68)"/>
<g fill="rgb(0%, 0%, 0%)" fill-opacity="1">
<use xlink:href="#glyph-0-25" x="292.704835" y="79.313715"/>
<use xlink:href="#glyph-0-29" x="301.830613" y="79.313715"/>
<use xlink:href="#glyph-0-30" x="307.359878" y="79.313715"/>
<use xlink:href="#glyph-0-17" x="312.470712" y="79.313715"/>
<use xlink:href="#glyph-0-31" x="317.452033" y="79.313715"/>
<use xlink:href="#glyph-0-17" x="324.645059" y="79.313715"/>
</g>
</svg>