File size: 91,856 Bytes
cf4a7ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
566
567
568
569
570
571
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="504pt" height="288pt" viewBox="0 0 504 288" version="1.1">
<defs>
<g>
<symbol overflow="visible" id="glyph0-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph0-1">
<path style="stroke:none;" d="M 4.890625 -2.40625 L 0.359375 -2.40625 L 0.359375 -1.765625 L 4.890625 -1.765625 Z M 4.890625 -2.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-2">
<path style="stroke:none;" d="M 2.328125 -4.640625 L 2.328125 0 L 3.125 0 L 3.125 -6.5 L 2.59375 -6.5 C 2.328125 -5.515625 2.140625 -5.375 0.921875 -5.21875 L 0.921875 -4.640625 Z M 2.328125 -4.640625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-3">
<path style="stroke:none;" d="M 2.46875 -6.5 C 1.875 -6.5 1.34375 -6.234375 1.015625 -5.796875 C 0.59375 -5.21875 0.390625 -4.359375 0.390625 -3.15625 C 0.390625 -0.953125 1.109375 0.203125 2.46875 0.203125 C 3.828125 0.203125 4.5625 -0.953125 4.5625 -3.09375 C 4.5625 -4.359375 4.359375 -5.203125 3.9375 -5.796875 C 3.609375 -6.25 3.078125 -6.5 2.46875 -6.5 Z M 2.46875 -5.8125 C 3.328125 -5.8125 3.75 -4.9375 3.75 -3.171875 C 3.75 -1.3125 3.34375 -0.453125 2.453125 -0.453125 C 1.625 -0.453125 1.203125 -1.34375 1.203125 -3.140625 C 1.203125 -4.9375 1.625 -5.8125 2.46875 -5.8125 Z M 2.46875 -5.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-4">
<path style="stroke:none;" d="M 4.546875 -0.78125 L 1.203125 -0.78125 C 1.28125 -1.328125 1.5625 -1.671875 2.34375 -2.140625 L 3.25 -2.640625 C 4.140625 -3.140625 4.59375 -3.8125 4.59375 -4.609375 C 4.59375 -5.140625 4.390625 -5.65625 4 -6 C 3.625 -6.34375 3.15625 -6.5 2.5625 -6.5 C 1.75 -6.5 1.140625 -6.21875 0.796875 -5.65625 C 0.5625 -5.3125 0.46875 -4.90625 0.453125 -4.25 L 1.234375 -4.25 C 1.265625 -4.703125 1.328125 -4.953125 1.4375 -5.171875 C 1.640625 -5.578125 2.046875 -5.8125 2.53125 -5.8125 C 3.25 -5.8125 3.78125 -5.296875 3.78125 -4.59375 C 3.78125 -4.0625 3.484375 -3.625 2.921875 -3.296875 L 2.09375 -2.8125 C 0.765625 -2.046875 0.375 -1.4375 0.3125 -0.015625 L 4.546875 -0.015625 Z M 4.546875 -0.78125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-5">
<path style="stroke:none;" d="M 4.265625 -1.96875 L 4.9375 0 L 5.875 0 L 3.578125 -6.5625 L 2.5 -6.5625 L 0.15625 0 L 1.046875 0 L 1.734375 -1.96875 Z M 4.03125 -2.671875 L 1.9375 -2.671875 L 3.03125 -5.65625 Z M 4.03125 -2.671875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-6">
<path style="stroke:none;" d="M 0.71875 0 L 3.671875 0 C 4.296875 0 4.75 -0.171875 5.109375 -0.546875 C 5.421875 -0.890625 5.609375 -1.359375 5.609375 -1.875 C 5.609375 -2.65625 5.25 -3.140625 4.40625 -3.46875 C 5.015625 -3.75 5.3125 -4.21875 5.3125 -4.890625 C 5.3125 -5.375 5.140625 -5.796875 4.796875 -6.109375 C 4.453125 -6.421875 4 -6.5625 3.375 -6.5625 L 0.71875 -6.5625 Z M 1.546875 -3.734375 L 1.546875 -5.828125 L 3.171875 -5.828125 C 3.640625 -5.828125 3.890625 -5.765625 4.125 -5.59375 C 4.359375 -5.40625 4.484375 -5.140625 4.484375 -4.78125 C 4.484375 -4.421875 4.359375 -4.15625 4.125 -3.96875 C 3.890625 -3.796875 3.640625 -3.734375 3.171875 -3.734375 Z M 1.546875 -0.734375 L 1.546875 -3 L 3.59375 -3 C 4.328125 -3 4.765625 -2.578125 4.765625 -1.859375 C 4.765625 -1.15625 4.328125 -0.734375 3.59375 -0.734375 Z M 1.546875 -0.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-7">
<path style="stroke:none;" d="M 5.953125 -4.53125 C 5.703125 -5.96875 4.875 -6.671875 3.421875 -6.671875 C 2.546875 -6.671875 1.84375 -6.390625 1.34375 -5.84375 C 0.75 -5.203125 0.4375 -4.265625 0.4375 -3.203125 C 0.4375 -2.125 0.765625 -1.203125 1.375 -0.5625 C 1.890625 -0.03125 2.53125 0.203125 3.390625 0.203125 C 5 0.203125 5.890625 -0.65625 6.09375 -2.390625 L 5.234375 -2.390625 C 5.15625 -1.9375 5.0625 -1.640625 4.9375 -1.375 C 4.65625 -0.84375 4.109375 -0.53125 3.40625 -0.53125 C 2.09375 -0.53125 1.265625 -1.578125 1.265625 -3.21875 C 1.265625 -4.890625 2.046875 -5.9375 3.328125 -5.9375 C 3.859375 -5.9375 4.359375 -5.78125 4.625 -5.515625 C 4.875 -5.296875 5 -5.015625 5.109375 -4.53125 Z M 5.953125 -4.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-8">
<path style="stroke:none;" d="M 0.796875 0 L 3.328125 0 C 4.984375 0 6 -1.234375 6 -3.28125 C 6 -5.3125 5 -6.5625 3.328125 -6.5625 L 0.796875 -6.5625 Z M 1.640625 -0.734375 L 1.640625 -5.828125 L 3.1875 -5.828125 C 4.484375 -5.828125 5.171875 -4.953125 5.171875 -3.28125 C 5.171875 -1.609375 4.484375 -0.734375 3.1875 -0.734375 Z M 1.640625 -0.734375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-9">
<path style="stroke:none;" d="M 1.640625 -2.984375 L 5.21875 -2.984375 L 5.21875 -3.71875 L 1.640625 -3.71875 L 1.640625 -5.828125 L 5.359375 -5.828125 L 5.359375 -6.5625 L 0.8125 -6.5625 L 0.8125 0 L 5.515625 0 L 5.515625 -0.734375 L 1.640625 -0.734375 Z M 1.640625 -2.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-10">
<path style="stroke:none;" d="M 1.640625 -2.984375 L 4.78125 -2.984375 L 4.78125 -3.71875 L 1.640625 -3.71875 L 1.640625 -5.828125 L 5.21875 -5.828125 L 5.21875 -6.5625 L 0.8125 -6.5625 L 0.8125 0 L 1.640625 0 Z M 1.640625 -2.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-11">
<path style="stroke:none;" d="M 6.375 -3.46875 L 3.640625 -3.46875 L 3.640625 -2.734375 L 5.640625 -2.734375 L 5.640625 -2.546875 C 5.640625 -1.375 4.78125 -0.53125 3.578125 -0.53125 C 2.921875 -0.53125 2.3125 -0.78125 1.921875 -1.203125 C 1.5 -1.671875 1.234375 -2.453125 1.234375 -3.265625 C 1.234375 -4.875 2.15625 -5.9375 3.53125 -5.9375 C 4.53125 -5.9375 5.25 -5.421875 5.4375 -4.578125 L 6.296875 -4.578125 C 6.0625 -5.90625 5.046875 -6.671875 3.546875 -6.671875 C 2.75 -6.671875 2.09375 -6.46875 1.578125 -6.03125 C 0.8125 -5.40625 0.390625 -4.390625 0.390625 -3.21875 C 0.390625 -1.203125 1.625 0.203125 3.40625 0.203125 C 4.296875 0.203125 5 -0.125 5.640625 -0.84375 L 5.84375 0.03125 L 6.375 0.03125 Z M 6.375 -3.46875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-12">
<path style="stroke:none;" d="M 4.953125 -2.984375 L 4.953125 0 L 5.796875 0 L 5.796875 -6.5625 L 4.953125 -6.5625 L 4.953125 -3.71875 L 1.578125 -3.71875 L 1.578125 -6.5625 L 0.75 -6.5625 L 0.75 0 L 1.578125 0 L 1.578125 -2.984375 Z M 4.953125 -2.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-13">
<path style="stroke:none;" d="M 1.75 -6.5625 L 0.90625 -6.5625 L 0.90625 0 L 1.75 0 Z M 1.75 -6.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-14">
<path style="stroke:none;" d="M 3 -6.5625 L 3 -1.9375 C 3 -1.421875 2.9375 -1.125 2.796875 -0.90625 C 2.625 -0.640625 2.328125 -0.5 1.984375 -0.5 C 1.359375 -0.5 1.015625 -0.921875 1.015625 -1.6875 L 1.015625 -2.109375 L 0.15625 -2.109375 L 0.15625 -1.53125 C 0.15625 -0.46875 0.859375 0.203125 1.984375 0.203125 C 3.125 0.203125 3.828125 -0.5 3.828125 -1.640625 L 3.828125 -6.5625 Z M 3 -6.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-15">
<path style="stroke:none;" d="M 0.625 -4.71875 L 0.625 0 L 1.375 0 L 1.375 -2.453125 C 1.390625 -3.578125 1.859375 -4.09375 2.890625 -4.0625 L 2.890625 -4.828125 C 2.765625 -4.84375 2.6875 -4.84375 2.59375 -4.84375 C 2.109375 -4.84375 1.75 -4.5625 1.3125 -3.859375 L 1.3125 -4.71875 Z M 0.625 -4.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-16">
<path style="stroke:none;" d="M 4.8125 -0.4375 C 4.734375 -0.421875 4.703125 -0.421875 4.65625 -0.421875 C 4.390625 -0.421875 4.25 -0.5625 4.25 -0.796875 L 4.25 -3.5625 C 4.25 -4.40625 3.640625 -4.84375 2.46875 -4.84375 C 1.78125 -4.84375 1.234375 -4.65625 0.90625 -4.296875 C 0.6875 -4.0625 0.609375 -3.78125 0.578125 -3.328125 L 1.34375 -3.328125 C 1.40625 -3.890625 1.75 -4.15625 2.453125 -4.15625 C 3.125 -4.15625 3.5 -3.90625 3.5 -3.453125 L 3.5 -3.265625 C 3.484375 -2.9375 3.328125 -2.8125 2.71875 -2.734375 C 1.65625 -2.59375 1.5 -2.5625 1.203125 -2.453125 C 0.65625 -2.21875 0.375 -1.796875 0.375 -1.1875 C 0.375 -0.328125 0.96875 0.203125 1.921875 0.203125 C 2.515625 0.203125 3 0 3.53125 -0.484375 C 3.578125 0 3.8125 0.203125 4.296875 0.203125 C 4.46875 0.203125 4.5625 0.1875 4.8125 0.125 Z M 3.5 -1.484375 C 3.5 -1.234375 3.421875 -1.078125 3.203125 -0.875 C 2.890625 -0.59375 2.53125 -0.453125 2.09375 -0.453125 C 1.5 -0.453125 1.15625 -0.734375 1.15625 -1.203125 C 1.15625 -1.703125 1.484375 -1.953125 2.296875 -2.0625 C 3.09375 -2.171875 3.25 -2.21875 3.5 -2.328125 Z M 3.5 -1.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph0-17">
<path style="stroke:none;" d="M 0.484375 -6.5625 L 0.484375 0 L 1.15625 0 L 1.15625 -0.609375 C 1.515625 -0.046875 2 0.203125 2.65625 0.203125 C 3.890625 0.203125 4.703125 -0.8125 4.703125 -2.375 C 4.703125 -3.90625 3.9375 -4.84375 2.6875 -4.84375 C 2.046875 -4.84375 1.578125 -4.609375 1.234375 -4.078125 L 1.234375 -6.5625 Z M 2.546875 -4.15625 C 3.390625 -4.15625 3.921875 -3.421875 3.921875 -2.296875 C 3.921875 -1.21875 3.359375 -0.5 2.546875 -0.5 C 1.75 -0.5 1.234375 -1.21875 1.234375 -2.328125 C 1.234375 -3.421875 1.75 -4.15625 2.546875 -4.15625 Z M 2.546875 -4.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-18">
<path style="stroke:none;" d="M 1.34375 -4.71875 L 0.609375 -4.71875 L 0.609375 0 L 1.34375 0 Z M 1.34375 -6.5625 L 0.59375 -6.5625 L 0.59375 -5.609375 L 1.34375 -5.609375 Z M 1.34375 -6.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-19">
<path style="stroke:none;" d="M 4.234375 -3.125 C 4.203125 -3.59375 4.109375 -3.890625 3.921875 -4.15625 C 3.59375 -4.59375 3.03125 -4.84375 2.375 -4.84375 C 1.09375 -4.84375 0.28125 -3.84375 0.28125 -2.28125 C 0.28125 -0.75 1.09375 0.203125 2.359375 0.203125 C 3.484375 0.203125 4.203125 -0.46875 4.296875 -1.625 L 3.53125 -1.625 C 3.40625 -0.859375 3.03125 -0.484375 2.390625 -0.484375 C 1.5625 -0.484375 1.0625 -1.15625 1.0625 -2.28125 C 1.0625 -3.453125 1.546875 -4.15625 2.359375 -4.15625 C 3 -4.15625 3.390625 -3.78125 3.484375 -3.125 Z M 4.234375 -3.125 "/>
</symbol>
<symbol overflow="visible" id="glyph0-20">
<path style="stroke:none;" d="M 0.625 -6.5625 L 0.625 0 L 1.375 0 L 1.375 -2.59375 C 1.375 -3.5625 1.875 -4.1875 2.65625 -4.1875 C 2.90625 -4.1875 3.140625 -4.125 3.328125 -3.984375 C 3.53125 -3.828125 3.625 -3.59375 3.625 -3.265625 L 3.625 0 L 4.375 0 L 4.375 -3.5625 C 4.375 -4.359375 3.8125 -4.84375 2.890625 -4.84375 C 2.21875 -4.84375 1.8125 -4.640625 1.375 -4.0625 L 1.375 -6.5625 Z M 0.625 -6.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-21">
<path style="stroke:none;" d="M 0.625 -4.71875 L 0.625 0 L 1.390625 0 L 1.390625 -2.59375 C 1.390625 -3.5625 1.890625 -4.1875 2.65625 -4.1875 C 3.265625 -4.1875 3.640625 -3.828125 3.640625 -3.265625 L 3.640625 0 L 4.390625 0 L 4.390625 -3.5625 C 4.390625 -4.34375 3.796875 -4.84375 2.890625 -4.84375 C 2.1875 -4.84375 1.734375 -4.578125 1.328125 -3.921875 L 1.328125 -4.71875 Z M 0.625 -4.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-22">
<path style="stroke:none;" d="M 4.609375 -2.109375 C 4.609375 -2.828125 4.5625 -3.265625 4.421875 -3.609375 C 4.125 -4.390625 3.40625 -4.84375 2.515625 -4.84375 C 1.203125 -4.84375 0.359375 -3.859375 0.359375 -2.296875 C 0.359375 -0.734375 1.171875 0.203125 2.5 0.203125 C 3.578125 0.203125 4.328125 -0.40625 4.515625 -1.4375 L 3.765625 -1.4375 C 3.5625 -0.8125 3.125 -0.484375 2.53125 -0.484375 C 2.046875 -0.484375 1.640625 -0.703125 1.390625 -1.09375 C 1.21875 -1.375 1.15625 -1.640625 1.140625 -2.109375 Z M 1.15625 -2.71875 C 1.21875 -3.59375 1.75 -4.15625 2.515625 -4.15625 C 3.28125 -4.15625 3.8125 -3.5625 3.8125 -2.71875 Z M 1.15625 -2.71875 "/>
</symbol>
<symbol overflow="visible" id="glyph0-23">
<path style="stroke:none;" d="M 3.9375 -3.40625 C 3.9375 -4.328125 3.328125 -4.84375 2.234375 -4.84375 C 1.140625 -4.84375 0.421875 -4.28125 0.421875 -3.40625 C 0.421875 -2.671875 0.796875 -2.328125 1.921875 -2.046875 L 2.625 -1.875 C 3.140625 -1.75 3.34375 -1.5625 3.34375 -1.234375 C 3.34375 -0.78125 2.90625 -0.484375 2.25 -0.484375 C 1.84375 -0.484375 1.5 -0.609375 1.3125 -0.796875 C 1.203125 -0.9375 1.140625 -1.078125 1.09375 -1.40625 L 0.3125 -1.40625 C 0.34375 -0.3125 0.953125 0.203125 2.1875 0.203125 C 3.375 0.203125 4.125 -0.375 4.125 -1.28125 C 4.125 -1.984375 3.734375 -2.375 2.796875 -2.59375 L 2.078125 -2.765625 C 1.46875 -2.921875 1.203125 -3.109375 1.203125 -3.453125 C 1.203125 -3.890625 1.59375 -4.15625 2.203125 -4.15625 C 2.8125 -4.15625 3.125 -3.890625 3.15625 -3.40625 Z M 3.9375 -3.40625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-24">
<path style="stroke:none;" d="M 3.640625 -4.71875 L 3.640625 -4.03125 C 3.265625 -4.59375 2.84375 -4.84375 2.25 -4.84375 C 1.109375 -4.84375 0.3125 -3.78125 0.3125 -2.28125 C 0.3125 -1.484375 0.5 -0.90625 0.90625 -0.4375 C 1.265625 -0.015625 1.703125 0.203125 2.203125 0.203125 C 2.765625 0.203125 3.171875 -0.046875 3.5625 -0.640625 L 3.5625 -0.390625 C 3.5625 0.859375 3.21875 1.328125 2.28125 1.328125 C 1.640625 1.328125 1.3125 1.078125 1.234375 0.546875 L 0.46875 0.546875 C 0.546875 1.40625 1.234375 1.96875 2.265625 1.96875 C 2.953125 1.96875 3.53125 1.734375 3.828125 1.359375 C 4.1875 0.921875 4.328125 0.328125 4.328125 -0.78125 L 4.328125 -4.71875 Z M 2.328125 -4.15625 C 3.109375 -4.15625 3.5625 -3.484375 3.5625 -2.296875 C 3.5625 -1.15625 3.109375 -0.484375 2.328125 -0.484375 C 1.546875 -0.484375 1.09375 -1.15625 1.09375 -2.328125 C 1.09375 -3.46875 1.546875 -4.15625 2.328125 -4.15625 Z M 2.328125 -4.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-25">
<path style="stroke:none;" d="M 1.375 -6.5625 L 0.609375 -6.5625 L 0.609375 0 L 1.375 0 Z M 1.375 -6.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-26">
<path style="stroke:none;" d="M 1.671875 -2.828125 L 3.828125 -2.828125 C 4.578125 -2.828125 4.90625 -2.46875 4.90625 -1.65625 L 4.90625 -1.078125 C 4.90625 -0.671875 4.984375 -0.265625 5.09375 0 L 6.109375 0 L 6.109375 -0.203125 C 5.796875 -0.421875 5.734375 -0.65625 5.71875 -1.53125 C 5.703125 -2.609375 5.53125 -2.9375 4.828125 -3.234375 C 5.5625 -3.609375 5.859375 -4.046875 5.859375 -4.8125 C 5.859375 -5.9375 5.15625 -6.5625 3.859375 -6.5625 L 0.84375 -6.5625 L 0.84375 0 L 1.671875 0 Z M 1.671875 -3.5625 L 1.671875 -5.828125 L 3.703125 -5.828125 C 4.171875 -5.828125 4.4375 -5.75 4.640625 -5.578125 C 4.875 -5.375 4.984375 -5.078125 4.984375 -4.703125 C 4.984375 -3.921875 4.59375 -3.5625 3.703125 -3.5625 Z M 1.671875 -3.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-27">
<path style="stroke:none;" d="M 4.34375 0 L 4.34375 -4.71875 L 3.59375 -4.71875 L 3.59375 -2.046875 C 3.59375 -1.078125 3.09375 -0.453125 2.296875 -0.453125 C 1.703125 -0.453125 1.328125 -0.8125 1.328125 -1.375 L 1.328125 -4.71875 L 0.578125 -4.71875 L 0.578125 -1.078125 C 0.578125 -0.296875 1.171875 0.203125 2.09375 0.203125 C 2.78125 0.203125 3.21875 -0.03125 3.65625 -0.65625 L 3.65625 0 Z M 4.34375 0 "/>
</symbol>
<symbol overflow="visible" id="glyph0-28">
<path style="stroke:none;" d="M 5.359375 -4.640625 C 5.359375 -5.078125 5.34375 -5.21875 5.1875 -5.515625 C 4.828125 -6.265625 4.0625 -6.671875 2.96875 -6.671875 C 1.515625 -6.671875 0.625 -5.9375 0.625 -4.75 C 0.625 -3.9375 1.046875 -3.4375 1.921875 -3.21875 L 3.546875 -2.78125 C 4.390625 -2.5625 4.75 -2.234375 4.75 -1.71875 C 4.75 -1.375 4.5625 -1.015625 4.28125 -0.8125 C 4.015625 -0.625 3.609375 -0.53125 3.078125 -0.53125 C 2.359375 -0.53125 1.875 -0.703125 1.5625 -1.078125 C 1.328125 -1.375 1.21875 -1.6875 1.21875 -2.09375 L 0.4375 -2.09375 C 0.4375 -1.484375 0.5625 -1.09375 0.8125 -0.734375 C 1.265625 -0.109375 2.03125 0.203125 3.03125 0.203125 C 3.8125 0.203125 4.453125 0.03125 4.875 -0.296875 C 5.3125 -0.640625 5.59375 -1.234375 5.59375 -1.796875 C 5.59375 -2.609375 5.078125 -3.203125 4.1875 -3.453125 L 2.546875 -3.890625 C 1.75 -4.109375 1.46875 -4.359375 1.46875 -4.859375 C 1.46875 -5.53125 2.046875 -5.96875 2.9375 -5.96875 C 3.984375 -5.96875 4.5625 -5.5 4.578125 -4.640625 Z M 5.359375 -4.640625 "/>
</symbol>
<symbol overflow="visible" id="glyph0-29">
<path style="stroke:none;" d="M 0.484375 1.96875 L 1.234375 1.96875 L 1.234375 -0.5 C 1.640625 -0.015625 2.078125 0.203125 2.6875 0.203125 C 3.921875 0.203125 4.703125 -0.78125 4.703125 -2.28125 C 4.703125 -3.859375 3.9375 -4.84375 2.6875 -4.84375 C 2.046875 -4.84375 1.53125 -4.5625 1.171875 -4 L 1.171875 -4.71875 L 0.484375 -4.71875 Z M 2.5625 -4.15625 C 3.390625 -4.15625 3.921875 -3.421875 3.921875 -2.296875 C 3.921875 -1.21875 3.375 -0.5 2.5625 -0.5 C 1.75 -0.5 1.234375 -1.21875 1.234375 -2.328125 C 1.234375 -3.421875 1.75 -4.15625 2.5625 -4.15625 Z M 2.5625 -4.15625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph1-1">
<path style="stroke:none;" d="M 3.890625 -7.109375 L 6.515625 -7.109375 L 6.515625 -8.015625 L 0.234375 -8.015625 L 0.234375 -7.109375 L 2.875 -7.109375 L 2.875 0 L 3.890625 0 Z M 3.890625 -7.109375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-2">
<path style="stroke:none;" d="M 5.640625 -2.578125 C 5.640625 -3.453125 5.578125 -3.984375 5.40625 -4.40625 C 5.03125 -5.359375 4.15625 -5.921875 3.078125 -5.921875 C 1.46875 -5.921875 0.4375 -4.703125 0.4375 -2.8125 C 0.4375 -0.90625 1.4375 0.25 3.0625 0.25 C 4.375 0.25 5.296875 -0.5 5.515625 -1.75 L 4.59375 -1.75 C 4.34375 -0.984375 3.828125 -0.59375 3.09375 -0.59375 C 2.515625 -0.59375 2.015625 -0.859375 1.703125 -1.34375 C 1.484375 -1.671875 1.40625 -2 1.390625 -2.578125 Z M 1.421875 -3.328125 C 1.5 -4.390625 2.140625 -5.078125 3.0625 -5.078125 C 4 -5.078125 4.65625 -4.359375 4.65625 -3.328125 Z M 1.421875 -3.328125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-3">
<path style="stroke:none;" d="M 3.21875 -2.984375 L 5.140625 -5.765625 L 4.109375 -5.765625 L 2.734375 -3.671875 L 1.34375 -5.765625 L 0.296875 -5.765625 L 2.21875 -2.9375 L 0.1875 0 L 1.234375 0 L 2.6875 -2.21875 L 4.140625 0 L 5.203125 0 Z M 3.21875 -2.984375 "/>
</symbol>
<symbol overflow="visible" id="glyph1-4">
<path style="stroke:none;" d="M 2.796875 -5.765625 L 1.84375 -5.765625 L 1.84375 -7.34375 L 0.9375 -7.34375 L 0.9375 -5.765625 L 0.15625 -5.765625 L 0.15625 -5.015625 L 0.9375 -5.015625 L 0.9375 -0.65625 C 0.9375 -0.0625 1.328125 0.25 2.046875 0.25 C 2.28125 0.25 2.484375 0.234375 2.796875 0.171875 L 2.796875 -0.59375 C 2.65625 -0.5625 2.546875 -0.546875 2.359375 -0.546875 C 1.953125 -0.546875 1.84375 -0.65625 1.84375 -1.0625 L 1.84375 -5.015625 L 2.796875 -5.015625 Z M 2.796875 -5.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-5">
<path style="stroke:none;" d="M 1.90625 -8.015625 L 0.875 -8.015625 L 0.875 0 L 5.859375 0 L 5.859375 -0.90625 L 1.90625 -0.90625 Z M 1.90625 -8.015625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-6">
<path style="stroke:none;" d="M 5.890625 -0.53125 C 5.78125 -0.515625 5.734375 -0.515625 5.6875 -0.515625 C 5.375 -0.515625 5.1875 -0.6875 5.1875 -0.96875 L 5.1875 -4.359375 C 5.1875 -5.375 4.4375 -5.921875 3.03125 -5.921875 C 2.171875 -5.921875 1.5 -5.6875 1.109375 -5.265625 C 0.84375 -4.96875 0.734375 -4.625 0.71875 -4.0625 L 1.640625 -4.0625 C 1.71875 -4.765625 2.140625 -5.078125 2.984375 -5.078125 C 3.828125 -5.078125 4.28125 -4.78125 4.28125 -4.21875 L 4.28125 -3.984375 C 4.265625 -3.59375 4.0625 -3.4375 3.328125 -3.34375 C 2.03125 -3.171875 1.828125 -3.140625 1.46875 -2.984375 C 0.796875 -2.703125 0.46875 -2.203125 0.46875 -1.453125 C 0.46875 -0.40625 1.1875 0.25 2.359375 0.25 C 3.078125 0.25 3.65625 0 4.3125 -0.59375 C 4.375 0 4.65625 0.25 5.265625 0.25 C 5.453125 0.25 5.578125 0.234375 5.890625 0.15625 Z M 4.28125 -1.8125 C 4.28125 -1.5 4.1875 -1.3125 3.921875 -1.0625 C 3.546875 -0.71875 3.09375 -0.546875 2.546875 -0.546875 C 1.84375 -0.546875 1.421875 -0.890625 1.421875 -1.46875 C 1.421875 -2.078125 1.8125 -2.390625 2.8125 -2.53125 C 3.78125 -2.65625 3.96875 -2.703125 4.28125 -2.84375 Z M 4.28125 -1.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-7">
<path style="stroke:none;" d="M 0.765625 -5.765625 L 0.765625 0 L 1.6875 0 L 1.6875 -3.171875 C 1.6875 -4.359375 2.3125 -5.125 3.25 -5.125 C 3.984375 -5.125 4.4375 -4.6875 4.4375 -4 L 4.4375 0 L 5.359375 0 L 5.359375 -4.359375 C 5.359375 -5.3125 4.640625 -5.921875 3.53125 -5.921875 C 2.671875 -5.921875 2.125 -5.59375 1.609375 -4.796875 L 1.609375 -5.765625 Z M 0.765625 -5.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph1-8">
<path style="stroke:none;" d="M 4.4375 -5.765625 L 4.4375 -4.921875 C 3.984375 -5.625 3.46875 -5.921875 2.75 -5.921875 C 1.359375 -5.921875 0.390625 -4.625 0.390625 -2.78125 C 0.390625 -1.8125 0.609375 -1.109375 1.109375 -0.53125 C 1.546875 -0.015625 2.09375 0.25 2.6875 0.25 C 3.375 0.25 3.875 -0.0625 4.359375 -0.78125 L 4.359375 -0.484375 C 4.359375 1.0625 3.921875 1.625 2.78125 1.625 C 2 1.625 1.59375 1.3125 1.5 0.65625 L 0.578125 0.65625 C 0.65625 1.734375 1.5 2.390625 2.765625 2.390625 C 3.609375 2.390625 4.3125 2.125 4.6875 1.65625 C 5.125 1.125 5.296875 0.40625 5.296875 -0.953125 L 5.296875 -5.765625 Z M 2.84375 -5.078125 C 3.8125 -5.078125 4.359375 -4.265625 4.359375 -2.8125 C 4.359375 -1.40625 3.796875 -0.59375 2.84375 -0.59375 C 1.890625 -0.59375 1.34375 -1.421875 1.34375 -2.84375 C 1.34375 -4.25 1.890625 -5.078125 2.84375 -5.078125 Z M 2.84375 -5.078125 "/>
</symbol>
<symbol overflow="visible" id="glyph1-9">
<path style="stroke:none;" d="M 5.296875 0 L 5.296875 -5.765625 L 4.390625 -5.765625 L 4.390625 -2.5 C 4.390625 -1.3125 3.765625 -0.546875 2.8125 -0.546875 C 2.09375 -0.546875 1.625 -0.984375 1.625 -1.6875 L 1.625 -5.765625 L 0.71875 -5.765625 L 0.71875 -1.3125 C 0.71875 -0.359375 1.4375 0.25 2.546875 0.25 C 3.40625 0.25 3.9375 -0.046875 4.484375 -0.796875 L 4.484375 0 Z M 5.296875 0 "/>
</symbol>
<symbol overflow="visible" id="glyph2-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-1">
<path style="stroke:none;" d="M 0.015625 -8.0625 L -0.84375 -7.03125 C -1.671875 -7.78125 -2.6875 -8.15625 -3.96875 -8.15625 C -6.46875 -8.15625 -8.15625 -6.59375 -8.15625 -4.296875 C -8.15625 -1.96875 -6.46875 -0.421875 -3.953125 -0.421875 C -1.4375 -0.421875 0.25 -1.96875 0.25 -4.296875 C 0.25 -5.09375 0.078125 -5.734375 -0.3125 -6.390625 L 0.65625 -7.546875 Z M -2.25 -5.296875 L -1.640625 -4.78125 L -0.953125 -5.59375 C -0.71875 -5.125 -0.65625 -4.765625 -0.65625 -4.28125 C -0.65625 -2.578125 -1.96875 -1.4375 -3.953125 -1.4375 C -5.921875 -1.4375 -7.25 -2.578125 -7.25 -4.296875 C -7.25 -6 -5.921875 -7.140625 -3.953125 -7.140625 C -2.921875 -7.140625 -2.125 -6.859375 -1.453125 -6.265625 Z M -2.25 -5.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-2">
<path style="stroke:none;" d="M 0 -5.296875 L -5.765625 -5.296875 L -5.765625 -4.390625 L -2.5 -4.390625 C -1.3125 -4.390625 -0.546875 -3.765625 -0.546875 -2.8125 C -0.546875 -2.09375 -0.984375 -1.625 -1.6875 -1.625 L -5.765625 -1.625 L -5.765625 -0.71875 L -1.3125 -0.71875 C -0.359375 -0.71875 0.25 -1.4375 0.25 -2.546875 C 0.25 -3.40625 -0.046875 -3.9375 -0.796875 -4.484375 L 0 -4.484375 Z M 0 -5.296875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-3">
<path style="stroke:none;" d="M -0.53125 -5.890625 C -0.515625 -5.78125 -0.515625 -5.734375 -0.515625 -5.6875 C -0.515625 -5.375 -0.6875 -5.1875 -0.96875 -5.1875 L -4.359375 -5.1875 C -5.375 -5.1875 -5.921875 -4.4375 -5.921875 -3.03125 C -5.921875 -2.171875 -5.6875 -1.5 -5.265625 -1.109375 C -4.96875 -0.84375 -4.625 -0.734375 -4.0625 -0.71875 L -4.0625 -1.640625 C -4.765625 -1.71875 -5.078125 -2.140625 -5.078125 -2.984375 C -5.078125 -3.828125 -4.78125 -4.28125 -4.21875 -4.28125 L -3.984375 -4.28125 C -3.59375 -4.265625 -3.4375 -4.0625 -3.34375 -3.328125 C -3.171875 -2.03125 -3.140625 -1.828125 -2.984375 -1.46875 C -2.703125 -0.796875 -2.203125 -0.46875 -1.453125 -0.46875 C -0.40625 -0.46875 0.25 -1.1875 0.25 -2.359375 C 0.25 -3.078125 0 -3.65625 -0.59375 -4.3125 C 0 -4.375 0.25 -4.65625 0.25 -5.265625 C 0.25 -5.453125 0.234375 -5.578125 0.15625 -5.890625 Z M -1.8125 -4.28125 C -1.5 -4.28125 -1.3125 -4.1875 -1.0625 -3.921875 C -0.71875 -3.546875 -0.546875 -3.09375 -0.546875 -2.546875 C -0.546875 -1.84375 -0.890625 -1.421875 -1.46875 -1.421875 C -2.078125 -1.421875 -2.390625 -1.8125 -2.53125 -2.8125 C -2.65625 -3.78125 -2.703125 -3.96875 -2.84375 -4.28125 Z M -1.8125 -4.28125 "/>
</symbol>
<symbol overflow="visible" id="glyph2-4">
<path style="stroke:none;" d="M -8.015625 -1.671875 L -8.015625 -0.75 L 0 -0.75 L 0 -1.671875 Z M -8.015625 -1.671875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-5">
<path style="stroke:none;" d="M -5.765625 -1.65625 L -5.765625 -0.734375 L 0 -0.734375 L 0 -1.65625 Z M -8.015625 -1.65625 L -8.015625 -0.71875 L -6.859375 -0.71875 L -6.859375 -1.65625 Z M -8.015625 -1.65625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-6">
<path style="stroke:none;" d="M -5.765625 -2.796875 L -5.765625 -1.84375 L -7.34375 -1.84375 L -7.34375 -0.9375 L -5.765625 -0.9375 L -5.765625 -0.15625 L -5.015625 -0.15625 L -5.015625 -0.9375 L -0.65625 -0.9375 C -0.0625 -0.9375 0.25 -1.328125 0.25 -2.046875 C 0.25 -2.28125 0.234375 -2.484375 0.171875 -2.796875 L -0.59375 -2.796875 C -0.5625 -2.65625 -0.546875 -2.546875 -0.546875 -2.359375 C -0.546875 -1.953125 -0.65625 -1.84375 -1.0625 -1.84375 L -5.015625 -1.84375 L -5.015625 -2.796875 Z M -5.765625 -2.796875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-7">
<path style="stroke:none;" d="M -5.765625 -4.265625 L -1.28125 -2.671875 L -5.765625 -1.203125 L -5.765625 -0.21875 L 0.015625 -2.171875 L 0.9375 -1.8125 C 1.34375 -1.65625 1.5 -1.46875 1.5 -1.078125 C 1.5 -0.921875 1.46875 -0.796875 1.4375 -0.59375 L 2.25 -0.59375 C 2.359375 -0.78125 2.390625 -0.96875 2.390625 -1.203125 C 2.390625 -1.5 2.296875 -1.828125 2.125 -2.0625 C 1.90625 -2.359375 1.671875 -2.515625 1.203125 -2.6875 L -5.765625 -5.265625 Z M -5.765625 -4.265625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-8">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph2-9">
<path style="stroke:none;" d="M -5.671875 -6.5625 C -6.21875 -6.5625 -6.375 -6.515625 -6.75 -6.34375 C -7.671875 -5.90625 -8.15625 -4.96875 -8.15625 -3.625 C -8.15625 -1.859375 -7.25 -0.765625 -5.796875 -0.765625 C -4.8125 -0.765625 -4.203125 -1.28125 -3.921875 -2.34375 L -3.40625 -4.328125 C -3.140625 -5.359375 -2.734375 -5.8125 -2.09375 -5.8125 C -1.671875 -5.8125 -1.234375 -5.578125 -0.984375 -5.234375 C -0.765625 -4.921875 -0.65625 -4.40625 -0.65625 -3.765625 C -0.65625 -2.875 -0.859375 -2.296875 -1.3125 -1.90625 C -1.671875 -1.609375 -2.0625 -1.484375 -2.546875 -1.5 L -2.546875 -0.53125 C -1.8125 -0.53125 -1.328125 -0.6875 -0.890625 -1 C -0.125 -1.546875 0.25 -2.46875 0.25 -3.703125 C 0.25 -4.65625 0.03125 -5.4375 -0.359375 -5.953125 C -0.796875 -6.484375 -1.5 -6.828125 -2.203125 -6.828125 C -3.1875 -6.828125 -3.921875 -6.21875 -4.21875 -5.125 L -4.75 -3.109375 C -5.015625 -2.140625 -5.328125 -1.796875 -5.9375 -1.796875 C -6.75 -1.796875 -7.296875 -2.515625 -7.296875 -3.59375 C -7.296875 -4.859375 -6.71875 -5.578125 -5.671875 -5.59375 Z M -5.671875 -6.5625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-10">
<path style="stroke:none;" d="M -3.828125 -5.1875 C -4.390625 -5.140625 -4.75 -5.015625 -5.078125 -4.796875 C -5.609375 -4.40625 -5.921875 -3.703125 -5.921875 -2.90625 C -5.921875 -1.34375 -4.703125 -0.34375 -2.78125 -0.34375 C -0.921875 -0.34375 0.25 -1.328125 0.25 -2.890625 C 0.25 -4.265625 -0.578125 -5.140625 -1.984375 -5.25 L -1.984375 -4.328125 C -1.0625 -4.171875 -0.59375 -3.703125 -0.59375 -2.921875 C -0.59375 -1.90625 -1.421875 -1.296875 -2.78125 -1.296875 C -4.21875 -1.296875 -5.078125 -1.890625 -5.078125 -2.890625 C -5.078125 -3.65625 -4.625 -4.140625 -3.828125 -4.25 Z M -3.828125 -5.1875 "/>
</symbol>
<symbol overflow="visible" id="glyph2-11">
<path style="stroke:none;" d="M -5.921875 -2.984375 C -5.921875 -1.359375 -4.78125 -0.390625 -2.84375 -0.390625 C -0.890625 -0.390625 0.25 -1.359375 0.25 -3 C 0.25 -4.625 -0.90625 -5.609375 -2.796875 -5.609375 C -4.796875 -5.609375 -5.921875 -4.65625 -5.921875 -2.984375 Z M -5.078125 -3 C -5.078125 -4.03125 -4.234375 -4.65625 -2.8125 -4.65625 C -1.4375 -4.65625 -0.59375 -4.015625 -0.59375 -3 C -0.59375 -1.984375 -1.4375 -1.359375 -2.84375 -1.359375 C -4.234375 -1.359375 -5.078125 -1.984375 -5.078125 -3 Z M -5.078125 -3 "/>
</symbol>
<symbol overflow="visible" id="glyph2-12">
<path style="stroke:none;" d="M -5.765625 -0.765625 L 0 -0.765625 L 0 -1.6875 L -2.984375 -1.6875 C -4.375 -1.6875 -5 -2.265625 -4.96875 -3.53125 L -5.890625 -3.53125 C -5.921875 -3.375 -5.921875 -3.28125 -5.921875 -3.171875 C -5.921875 -2.578125 -5.578125 -2.140625 -4.71875 -1.609375 L -5.765625 -1.609375 Z M -5.765625 -0.765625 "/>
</symbol>
<symbol overflow="visible" id="glyph2-13">
<path style="stroke:none;" d="M -2.578125 -5.640625 C -3.453125 -5.640625 -3.984375 -5.578125 -4.40625 -5.40625 C -5.359375 -5.03125 -5.921875 -4.15625 -5.921875 -3.078125 C -5.921875 -1.46875 -4.703125 -0.4375 -2.8125 -0.4375 C -0.90625 -0.4375 0.25 -1.4375 0.25 -3.0625 C 0.25 -4.375 -0.5 -5.296875 -1.75 -5.515625 L -1.75 -4.59375 C -0.984375 -4.34375 -0.59375 -3.828125 -0.59375 -3.09375 C -0.59375 -2.515625 -0.859375 -2.015625 -1.34375 -1.703125 C -1.671875 -1.484375 -2 -1.40625 -2.578125 -1.390625 Z M -3.328125 -1.421875 C -4.390625 -1.5 -5.078125 -2.140625 -5.078125 -3.0625 C -5.078125 -4 -4.359375 -4.65625 -3.328125 -4.65625 Z M -3.328125 -1.421875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-0">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-1">
<path style="stroke:none;" d="M 9.53125 0.015625 L 8.3125 -0.984375 C 9.203125 -1.96875 9.640625 -3.1875 9.640625 -4.6875 C 9.640625 -7.640625 7.796875 -9.640625 5.0625 -9.640625 C 2.328125 -9.640625 0.5 -7.640625 0.5 -4.671875 C 0.5 -1.703125 2.328125 0.296875 5.0625 0.296875 C 6.015625 0.296875 6.78125 0.09375 7.546875 -0.359375 L 8.921875 0.765625 Z M 6.25 -2.671875 L 5.65625 -1.9375 L 6.609375 -1.125 C 6.0625 -0.859375 5.625 -0.765625 5.0625 -0.765625 C 3.046875 -0.765625 1.703125 -2.328125 1.703125 -4.671875 C 1.703125 -7 3.046875 -8.5625 5.0625 -8.5625 C 7.078125 -8.5625 8.4375 -7 8.4375 -4.6875 C 8.4375 -3.4375 8.109375 -2.515625 7.40625 -1.71875 Z M 6.25 -2.671875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-2">
<path style="stroke:none;" d="M 6.265625 0 L 6.265625 -6.8125 L 5.1875 -6.8125 L 5.1875 -2.953125 C 5.1875 -1.5625 4.453125 -0.65625 3.328125 -0.65625 C 2.46875 -0.65625 1.921875 -1.171875 1.921875 -1.984375 L 1.921875 -6.8125 L 0.84375 -6.8125 L 0.84375 -1.5625 C 0.84375 -0.421875 1.6875 0.296875 3.015625 0.296875 C 4.015625 0.296875 4.65625 -0.046875 5.296875 -0.953125 L 5.296875 0 Z M 6.265625 0 "/>
</symbol>
<symbol overflow="visible" id="glyph3-3">
<path style="stroke:none;" d="M 6.953125 -0.640625 C 6.84375 -0.609375 6.78125 -0.609375 6.71875 -0.609375 C 6.34375 -0.609375 6.140625 -0.8125 6.140625 -1.140625 L 6.140625 -5.140625 C 6.140625 -6.359375 5.25 -7 3.578125 -7 C 2.578125 -7 1.78125 -6.71875 1.3125 -6.21875 C 1 -5.859375 0.875 -5.46875 0.84375 -4.796875 L 1.9375 -4.796875 C 2.03125 -5.625 2.515625 -6 3.53125 -6 C 4.53125 -6 5.0625 -5.640625 5.0625 -4.984375 L 5.0625 -4.703125 C 5.046875 -4.234375 4.8125 -4.0625 3.921875 -3.953125 C 2.390625 -3.75 2.15625 -3.703125 1.734375 -3.53125 C 0.953125 -3.203125 0.546875 -2.59375 0.546875 -1.71875 C 0.546875 -0.484375 1.40625 0.296875 2.78125 0.296875 C 3.640625 0.296875 4.328125 0 5.09375 -0.703125 C 5.171875 0 5.515625 0.296875 6.21875 0.296875 C 6.453125 0.296875 6.59375 0.265625 6.953125 0.1875 Z M 5.0625 -2.140625 C 5.0625 -1.78125 4.953125 -1.5625 4.625 -1.265625 C 4.1875 -0.859375 3.65625 -0.65625 3.015625 -0.65625 C 2.171875 -0.65625 1.671875 -1.046875 1.671875 -1.734375 C 1.671875 -2.453125 2.140625 -2.828125 3.3125 -2.984375 C 4.46875 -3.140625 4.6875 -3.203125 5.0625 -3.359375 Z M 5.0625 -2.140625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-4">
<path style="stroke:none;" d="M 1.96875 -9.484375 L 0.890625 -9.484375 L 0.890625 0 L 1.96875 0 Z M 1.96875 -9.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-5">
<path style="stroke:none;" d="M 1.953125 -6.8125 L 0.875 -6.8125 L 0.875 0 L 1.953125 0 Z M 1.953125 -9.484375 L 0.859375 -9.484375 L 0.859375 -8.109375 L 1.953125 -8.109375 Z M 1.953125 -9.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-6">
<path style="stroke:none;" d="M 3.296875 -6.8125 L 2.1875 -6.8125 L 2.1875 -8.6875 L 1.109375 -8.6875 L 1.109375 -6.8125 L 0.1875 -6.8125 L 0.1875 -5.921875 L 1.109375 -5.921875 L 1.109375 -0.78125 C 1.109375 -0.078125 1.578125 0.296875 2.421875 0.296875 C 2.703125 0.296875 2.9375 0.265625 3.296875 0.203125 L 3.296875 -0.703125 C 3.140625 -0.65625 3 -0.65625 2.78125 -0.65625 C 2.3125 -0.65625 2.1875 -0.78125 2.1875 -1.265625 L 2.1875 -5.921875 L 3.296875 -5.921875 Z M 3.296875 -6.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-7">
<path style="stroke:none;" d="M 5.046875 -6.8125 L 3.15625 -1.515625 L 1.421875 -6.8125 L 0.265625 -6.8125 L 2.5625 0.03125 L 2.140625 1.109375 C 1.96875 1.59375 1.734375 1.765625 1.28125 1.765625 C 1.09375 1.765625 0.9375 1.734375 0.703125 1.6875 L 0.703125 2.671875 C 0.921875 2.78125 1.140625 2.828125 1.4375 2.828125 C 1.78125 2.828125 2.15625 2.71875 2.4375 2.515625 C 2.78125 2.265625 2.984375 1.96875 3.1875 1.4375 L 6.21875 -6.8125 Z M 5.046875 -6.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-8">
<path style="stroke:none;" d=""/>
</symbol>
<symbol overflow="visible" id="glyph3-9">
<path style="stroke:none;" d="M 7.75 -6.6875 C 7.75 -7.34375 7.703125 -7.53125 7.5 -7.96875 C 6.984375 -9.0625 5.875 -9.640625 4.28125 -9.640625 C 2.203125 -9.640625 0.90625 -8.5625 0.90625 -6.84375 C 0.90625 -5.6875 1.515625 -4.96875 2.765625 -4.640625 L 5.125 -4.015625 C 6.328125 -3.703125 6.859375 -3.21875 6.859375 -2.484375 C 6.859375 -1.96875 6.59375 -1.453125 6.1875 -1.171875 C 5.8125 -0.890625 5.21875 -0.765625 4.453125 -0.765625 C 3.40625 -0.765625 2.71875 -1.015625 2.265625 -1.5625 C 1.90625 -1.96875 1.75 -2.4375 1.765625 -3.015625 L 0.625 -3.015625 C 0.640625 -2.140625 0.8125 -1.578125 1.1875 -1.046875 C 1.828125 -0.15625 2.921875 0.296875 4.375 0.296875 C 5.5 0.296875 6.421875 0.03125 7.03125 -0.421875 C 7.671875 -0.9375 8.078125 -1.78125 8.078125 -2.59375 C 8.078125 -3.765625 7.34375 -4.625 6.0625 -4.984375 L 3.671875 -5.609375 C 2.53125 -5.921875 2.125 -6.296875 2.125 -7.015625 C 2.125 -7.984375 2.96875 -8.625 4.234375 -8.625 C 5.75 -8.625 6.59375 -7.9375 6.609375 -6.6875 Z M 7.75 -6.6875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-10">
<path style="stroke:none;" d="M 6.125 -4.53125 C 6.078125 -5.1875 5.921875 -5.609375 5.671875 -6 C 5.203125 -6.625 4.375 -7 3.4375 -7 C 1.59375 -7 0.40625 -5.546875 0.40625 -3.28125 C 0.40625 -1.09375 1.578125 0.296875 3.421875 0.296875 C 5.046875 0.296875 6.078125 -0.671875 6.203125 -2.34375 L 5.109375 -2.34375 C 4.921875 -1.25 4.375 -0.703125 3.4375 -0.703125 C 2.25 -0.703125 1.53125 -1.671875 1.53125 -3.28125 C 1.53125 -4.984375 2.234375 -6 3.421875 -6 C 4.328125 -6 4.90625 -5.46875 5.03125 -4.53125 Z M 6.125 -4.53125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-11">
<path style="stroke:none;" d="M 3.53125 -7 C 1.609375 -7 0.46875 -5.640625 0.46875 -3.359375 C 0.46875 -1.046875 1.609375 0.296875 3.546875 0.296875 C 5.46875 0.296875 6.625 -1.0625 6.625 -3.296875 C 6.625 -5.671875 5.515625 -7 3.53125 -7 Z M 3.546875 -6 C 4.765625 -6 5.5 -5 5.5 -3.3125 C 5.5 -1.703125 4.75 -0.703125 3.546875 -0.703125 C 2.34375 -0.703125 1.59375 -1.703125 1.59375 -3.359375 C 1.59375 -5 2.34375 -6 3.546875 -6 Z M 3.546875 -6 "/>
</symbol>
<symbol overflow="visible" id="glyph3-12">
<path style="stroke:none;" d="M 0.890625 -6.8125 L 0.890625 0 L 1.984375 0 L 1.984375 -3.53125 C 2 -5.171875 2.671875 -5.90625 4.171875 -5.859375 L 4.171875 -6.96875 C 3.984375 -7 3.890625 -7 3.75 -7 C 3.0625 -7 2.515625 -6.59375 1.890625 -5.578125 L 1.890625 -6.8125 Z M 0.890625 -6.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-13">
<path style="stroke:none;" d="M 6.671875 -3.046875 C 6.671875 -4.078125 6.59375 -4.703125 6.390625 -5.21875 C 5.953125 -6.328125 4.90625 -7 3.640625 -7 C 1.734375 -7 0.515625 -5.5625 0.515625 -3.3125 C 0.515625 -1.0625 1.6875 0.296875 3.609375 0.296875 C 5.171875 0.296875 6.25 -0.578125 6.53125 -2.0625 L 5.4375 -2.0625 C 5.140625 -1.171875 4.53125 -0.703125 3.65625 -0.703125 C 2.96875 -0.703125 2.375 -1.015625 2.015625 -1.59375 C 1.75 -1.96875 1.65625 -2.359375 1.65625 -3.046875 Z M 1.671875 -3.921875 C 1.765625 -5.1875 2.53125 -6 3.625 -6 C 4.734375 -6 5.5 -5.140625 5.5 -3.921875 Z M 1.671875 -3.921875 "/>
</symbol>
<symbol overflow="visible" id="glyph3-14">
<path style="stroke:none;" d="M 5.6875 -4.90625 C 5.6875 -6.25 4.796875 -7 3.21875 -7 C 1.640625 -7 0.609375 -6.1875 0.609375 -4.921875 C 0.609375 -3.859375 1.15625 -3.359375 2.765625 -2.96875 L 3.78125 -2.71875 C 4.53125 -2.53125 4.84375 -2.265625 4.84375 -1.78125 C 4.84375 -1.125 4.203125 -0.703125 3.25 -0.703125 C 2.671875 -0.703125 2.171875 -0.875 1.890625 -1.15625 C 1.734375 -1.359375 1.65625 -1.546875 1.59375 -2.03125 L 0.4375 -2.03125 C 0.5 -0.453125 1.375 0.296875 3.15625 0.296875 C 4.875 0.296875 5.96875 -0.546875 5.96875 -1.859375 C 5.96875 -2.875 5.390625 -3.4375 4.046875 -3.75 L 3 -4 C 2.125 -4.21875 1.734375 -4.5 1.734375 -4.984375 C 1.734375 -5.609375 2.296875 -6 3.1875 -6 C 4.0625 -6 4.53125 -5.625 4.546875 -4.90625 Z M 5.6875 -4.90625 "/>
</symbol>
<symbol overflow="visible" id="glyph3-15">
<path style="stroke:none;" d="M 0.703125 -9.484375 L 0.703125 0 L 1.671875 0 L 1.671875 -0.875 C 2.203125 -0.078125 2.890625 0.296875 3.828125 0.296875 C 5.625 0.296875 6.796875 -1.171875 6.796875 -3.4375 C 6.796875 -5.640625 5.6875 -7 3.890625 -7 C 2.953125 -7 2.28125 -6.65625 1.78125 -5.890625 L 1.78125 -9.484375 Z M 3.671875 -6 C 4.890625 -6 5.671875 -4.9375 5.671875 -3.3125 C 5.671875 -1.765625 4.859375 -0.71875 3.671875 -0.71875 C 2.515625 -0.71875 1.78125 -1.75 1.78125 -3.359375 C 1.78125 -4.953125 2.515625 -6 3.671875 -6 Z M 3.671875 -6 "/>
</symbol>
<symbol overflow="visible" id="glyph3-16">
<path style="stroke:none;" d="M 2.25 -9.484375 L 1.046875 -9.484375 L 1.046875 0 L 6.921875 0 L 6.921875 -1.0625 L 2.25 -1.0625 Z M 2.25 -9.484375 "/>
</symbol>
<symbol overflow="visible" id="glyph3-17">
<path style="stroke:none;" d="M 0.90625 -6.8125 L 0.90625 0 L 2 0 L 2 -3.75 C 2 -5.140625 2.734375 -6.0625 3.84375 -6.0625 C 4.703125 -6.0625 5.25 -5.53125 5.25 -4.71875 L 5.25 0 L 6.328125 0 L 6.328125 -5.140625 C 6.328125 -6.28125 5.484375 -7 4.171875 -7 C 3.15625 -7 2.515625 -6.609375 1.90625 -5.671875 L 1.90625 -6.8125 Z M 0.90625 -6.8125 "/>
</symbol>
<symbol overflow="visible" id="glyph3-18">
<path style="stroke:none;" d="M 5.25 -6.8125 L 5.25 -5.828125 C 4.703125 -6.640625 4.109375 -7 3.25 -7 C 1.59375 -7 0.453125 -5.46875 0.453125 -3.28125 C 0.453125 -2.140625 0.734375 -1.3125 1.3125 -0.625 C 1.8125 -0.03125 2.46875 0.296875 3.171875 0.296875 C 3.984375 0.296875 4.578125 -0.0625 5.140625 -0.921875 L 5.140625 -0.578125 C 5.140625 1.25 4.640625 1.921875 3.28125 1.921875 C 2.359375 1.921875 1.890625 1.5625 1.78125 0.78125 L 0.671875 0.78125 C 0.78125 2.046875 1.78125 2.828125 3.265625 2.828125 C 4.265625 2.828125 5.09375 2.515625 5.53125 1.96875 C 6.0625 1.328125 6.25 0.484375 6.25 -1.125 L 6.25 -6.8125 Z M 3.359375 -6 C 4.5 -6 5.140625 -5.046875 5.140625 -3.3125 C 5.140625 -1.65625 4.484375 -0.703125 3.359375 -0.703125 C 2.234375 -0.703125 1.59375 -1.671875 1.59375 -3.359375 C 1.59375 -5.015625 2.234375 -6 3.359375 -6 Z M 3.359375 -6 "/>
</symbol>
</g>
<clipPath id="clip1">
  <path d="M 33.730469 183 L 498.519531 183 L 498.519531 184 L 33.730469 184 Z M 33.730469 183 "/>
</clipPath>
<clipPath id="clip2">
  <path d="M 33.730469 145 L 498.519531 145 L 498.519531 146 L 33.730469 146 Z M 33.730469 145 "/>
</clipPath>
<clipPath id="clip3">
  <path d="M 33.730469 107 L 498.519531 107 L 498.519531 108 L 33.730469 108 Z M 33.730469 107 "/>
</clipPath>
<clipPath id="clip4">
  <path d="M 33.730469 69 L 498.519531 69 L 498.519531 71 L 33.730469 71 Z M 33.730469 69 "/>
</clipPath>
<clipPath id="clip5">
  <path d="M 33.730469 31 L 498.519531 31 L 498.519531 33 L 33.730469 33 Z M 33.730469 31 "/>
</clipPath>
<clipPath id="clip6">
  <path d="M 33.730469 163 L 498.519531 163 L 498.519531 166 L 33.730469 166 Z M 33.730469 163 "/>
</clipPath>
<clipPath id="clip7">
  <path d="M 33.730469 126 L 498.519531 126 L 498.519531 128 L 33.730469 128 Z M 33.730469 126 "/>
</clipPath>
<clipPath id="clip8">
  <path d="M 33.730469 88 L 498.519531 88 L 498.519531 90 L 33.730469 90 Z M 33.730469 88 "/>
</clipPath>
<clipPath id="clip9">
  <path d="M 33.730469 50 L 498.519531 50 L 498.519531 52 L 33.730469 52 Z M 33.730469 50 "/>
</clipPath>
<clipPath id="clip10">
  <path d="M 60 23.148438 L 62 23.148438 L 62 194.128906 L 60 194.128906 Z M 60 23.148438 "/>
</clipPath>
<clipPath id="clip11">
  <path d="M 106 23.148438 L 108 23.148438 L 108 194.128906 L 106 194.128906 Z M 106 23.148438 "/>
</clipPath>
<clipPath id="clip12">
  <path d="M 151 23.148438 L 153 23.148438 L 153 194.128906 L 151 194.128906 Z M 151 23.148438 "/>
</clipPath>
<clipPath id="clip13">
  <path d="M 197 23.148438 L 199 23.148438 L 199 194.128906 L 197 194.128906 Z M 197 23.148438 "/>
</clipPath>
<clipPath id="clip14">
  <path d="M 242 23.148438 L 244 23.148438 L 244 194.128906 L 242 194.128906 Z M 242 23.148438 "/>
</clipPath>
<clipPath id="clip15">
  <path d="M 288 23.148438 L 290 23.148438 L 290 194.128906 L 288 194.128906 Z M 288 23.148438 "/>
</clipPath>
<clipPath id="clip16">
  <path d="M 333 23.148438 L 336 23.148438 L 336 194.128906 L 333 194.128906 Z M 333 23.148438 "/>
</clipPath>
<clipPath id="clip17">
  <path d="M 379 23.148438 L 381 23.148438 L 381 194.128906 L 379 194.128906 Z M 379 23.148438 "/>
</clipPath>
<clipPath id="clip18">
  <path d="M 425 23.148438 L 427 23.148438 L 427 194.128906 L 425 194.128906 Z M 425 23.148438 "/>
</clipPath>
<clipPath id="clip19">
  <path d="M 470 23.148438 L 472 23.148438 L 472 194.128906 L 470 194.128906 Z M 470 23.148438 "/>
</clipPath>
</defs>
<g id="surface1">
<g clip-path="url(#clip1)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.53;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 104.558594 L 498.519531 104.558594 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip2)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.53;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 142.460938 L 498.519531 142.460938 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip3)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.53;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 180.351562 L 498.519531 180.351562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip4)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.53;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 218.25 L 498.519531 218.25 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip5)" clip-rule="nonzero">
<path style="fill:none;stroke-width:0.53;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 256.140625 L 498.519531 256.140625 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip6)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 123.511719 L 498.519531 123.511719 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip7)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 161.410156 L 498.519531 161.410156 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip8)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 199.300781 L 498.519531 199.300781 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip9)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 33.730469 237.199219 L 498.519531 237.199219 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip10)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 61.070312 93.871094 L 61.070312 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip11)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 106.640625 93.871094 L 106.640625 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip12)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 152.210938 93.871094 L 152.210938 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip13)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 197.769531 93.871094 L 197.769531 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip14)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 243.339844 93.871094 L 243.339844 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip15)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 288.910156 93.871094 L 288.910156 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip16)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 334.480469 93.871094 L 334.480469 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip17)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 380.039062 93.871094 L 380.039062 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip18)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 425.609375 93.871094 L 425.609375 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<g clip-path="url(#clip19)" clip-rule="nonzero">
<path style="fill:none;stroke-width:1.07;stroke-linecap:butt;stroke-linejoin:round;stroke:rgb(92.156982%,92.156982%,92.156982%);stroke-opacity:1;stroke-miterlimit:10;" d="M 471.179688 93.871094 L 471.179688 264.851562 " transform="matrix(1,0,0,-1,0,288)"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.109375 126.75 C 59.109375 127.828125 59.988281 128.710938 61.070312 128.710938 C 62.140625 128.710938 63.019531 127.828125 63.019531 126.75 C 63.019531 125.679688 62.140625 124.800781 61.070312 124.800781 C 59.988281 124.800781 59.109375 125.679688 59.109375 126.75 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.109375 129.96875 C 59.109375 131.039062 59.988281 131.921875 61.070312 131.921875 C 62.140625 131.921875 63.019531 131.039062 63.019531 129.96875 C 63.019531 128.890625 62.140625 128.011719 61.070312 128.011719 C 59.988281 128.011719 59.109375 128.890625 59.109375 129.96875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.109375 135.03125 C 59.109375 136.101562 59.988281 136.980469 61.070312 136.980469 C 62.140625 136.980469 63.019531 136.101562 63.019531 135.03125 C 63.019531 133.949219 62.140625 133.070312 61.070312 133.070312 C 59.988281 133.070312 59.109375 133.949219 59.109375 135.03125 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.109375 114.828125 C 59.109375 115.910156 59.988281 116.789062 61.070312 116.789062 C 62.140625 116.789062 63.019531 115.910156 63.019531 114.828125 C 63.019531 113.761719 62.140625 112.878906 61.070312 112.878906 C 59.988281 112.878906 59.109375 113.761719 59.109375 114.828125 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.109375 140.691406 C 59.109375 141.769531 59.988281 142.648438 61.070312 142.648438 C 62.140625 142.648438 63.019531 141.769531 63.019531 140.691406 C 63.019531 139.621094 62.140625 138.738281 61.070312 138.738281 C 59.988281 138.738281 59.109375 139.621094 59.109375 140.691406 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 59.109375 127.019531 C 59.109375 128.089844 59.988281 128.96875 61.070312 128.96875 C 62.140625 128.96875 63.019531 128.089844 63.019531 127.019531 C 63.019531 125.941406 62.140625 125.070312 61.070312 125.070312 C 59.988281 125.070312 59.109375 125.941406 59.109375 127.019531 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.679688 118.710938 C 104.679688 119.78125 105.558594 120.660156 106.640625 120.660156 C 107.710938 120.660156 108.589844 119.78125 108.589844 118.710938 C 108.589844 117.628906 107.710938 116.75 106.640625 116.75 C 105.558594 116.75 104.679688 117.628906 104.679688 118.710938 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.679688 128.171875 C 104.679688 129.238281 105.558594 130.121094 106.640625 130.121094 C 107.710938 130.121094 108.589844 129.238281 108.589844 128.171875 C 108.589844 127.089844 107.710938 126.210938 106.640625 126.210938 C 105.558594 126.210938 104.679688 127.089844 104.679688 128.171875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.679688 141.429688 C 104.679688 142.511719 105.558594 143.390625 106.640625 143.390625 C 107.710938 143.390625 108.589844 142.511719 108.589844 141.429688 C 108.589844 140.359375 107.710938 139.480469 106.640625 139.480469 C 105.558594 139.480469 104.679688 140.359375 104.679688 141.429688 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.679688 128.480469 C 104.679688 129.558594 105.558594 130.441406 106.640625 130.441406 C 107.710938 130.441406 108.589844 129.558594 108.589844 128.480469 C 108.589844 127.410156 107.710938 126.53125 106.640625 126.53125 C 105.558594 126.53125 104.679688 127.410156 104.679688 128.480469 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.679688 134.070312 C 104.679688 135.140625 105.558594 136.019531 106.640625 136.019531 C 107.710938 136.019531 108.589844 135.140625 108.589844 134.070312 C 108.589844 132.988281 107.710938 132.109375 106.640625 132.109375 C 105.558594 132.109375 104.679688 132.988281 104.679688 134.070312 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 104.679688 143.890625 C 104.679688 144.960938 105.558594 145.839844 106.640625 145.839844 C 107.710938 145.839844 108.589844 144.960938 108.589844 143.890625 C 108.589844 142.808594 107.710938 141.929688 106.640625 141.929688 C 105.558594 141.929688 104.679688 142.808594 104.679688 143.890625 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.25 116.148438 C 150.25 117.230469 151.128906 118.109375 152.210938 118.109375 C 153.28125 118.109375 154.160156 117.230469 154.160156 116.148438 C 154.160156 115.078125 153.28125 114.199219 152.210938 114.199219 C 151.128906 114.199219 150.25 115.078125 150.25 116.148438 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.25 125.210938 C 150.25 126.289062 151.128906 127.171875 152.210938 127.171875 C 153.28125 127.171875 154.160156 126.289062 154.160156 125.210938 C 154.160156 124.140625 153.28125 123.261719 152.210938 123.261719 C 151.128906 123.261719 150.25 124.140625 150.25 125.210938 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.25 142.921875 C 150.25 144 151.128906 144.878906 152.210938 144.878906 C 153.28125 144.878906 154.160156 144 154.160156 142.921875 C 154.160156 141.851562 153.28125 140.96875 152.210938 140.96875 C 151.128906 140.96875 150.25 141.851562 150.25 142.921875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.25 144.601562 C 150.25 145.679688 151.128906 146.558594 152.210938 146.558594 C 153.28125 146.558594 154.160156 145.679688 154.160156 144.601562 C 154.160156 143.53125 153.28125 142.648438 152.210938 142.648438 C 151.128906 142.648438 150.25 143.53125 150.25 144.601562 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.25 139.171875 C 150.25 140.238281 151.128906 141.121094 152.210938 141.121094 C 153.28125 141.121094 154.160156 140.238281 154.160156 139.171875 C 154.160156 138.089844 153.28125 137.210938 152.210938 137.210938 C 151.128906 137.210938 150.25 138.089844 150.25 139.171875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 150.25 101.640625 C 150.25 102.710938 151.128906 103.589844 152.210938 103.589844 C 153.28125 103.589844 154.160156 102.710938 154.160156 101.640625 C 154.160156 100.558594 153.28125 99.679688 152.210938 99.679688 C 151.128906 99.679688 150.25 100.558594 150.25 101.640625 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 195.820312 133.050781 C 195.820312 134.121094 196.699219 135 197.769531 135 C 198.851562 135 199.730469 134.121094 199.730469 133.050781 C 199.730469 131.96875 198.851562 131.089844 197.769531 131.089844 C 196.699219 131.089844 195.820312 131.96875 195.820312 133.050781 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 195.820312 136.039062 C 195.820312 137.121094 196.699219 138 197.769531 138 C 198.851562 138 199.730469 137.121094 199.730469 136.039062 C 199.730469 134.96875 198.851562 134.089844 197.769531 134.089844 C 196.699219 134.089844 195.820312 134.96875 195.820312 136.039062 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 195.820312 146.140625 C 195.820312 147.21875 196.699219 148.101562 197.769531 148.101562 C 198.851562 148.101562 199.730469 147.21875 199.730469 146.140625 C 199.730469 145.070312 198.851562 144.191406 197.769531 144.191406 C 196.699219 144.191406 195.820312 145.070312 195.820312 146.140625 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 195.820312 138.179688 C 195.820312 139.261719 196.699219 140.140625 197.769531 140.140625 C 198.851562 140.140625 199.730469 139.261719 199.730469 138.179688 C 199.730469 137.109375 198.851562 136.230469 197.769531 136.230469 C 196.699219 136.230469 195.820312 137.109375 195.820312 138.179688 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 195.820312 144.5 C 195.820312 145.578125 196.699219 146.460938 197.769531 146.460938 C 198.851562 146.460938 199.730469 145.578125 199.730469 144.5 C 199.730469 143.429688 198.851562 142.550781 197.769531 142.550781 C 196.699219 142.550781 195.820312 143.429688 195.820312 144.5 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 195.820312 145.988281 C 195.820312 147.058594 196.699219 147.941406 197.769531 147.941406 C 198.851562 147.941406 199.730469 147.058594 199.730469 145.988281 C 199.730469 144.910156 198.851562 144.03125 197.769531 144.03125 C 196.699219 144.03125 195.820312 144.910156 195.820312 145.988281 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.390625 154.109375 C 241.390625 155.179688 242.269531 156.058594 243.339844 156.058594 C 244.421875 156.058594 245.300781 155.179688 245.300781 154.109375 C 245.300781 153.03125 244.421875 152.148438 243.339844 152.148438 C 242.269531 152.148438 241.390625 153.03125 241.390625 154.109375 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.390625 125.109375 C 241.390625 126.191406 242.269531 127.070312 243.339844 127.070312 C 244.421875 127.070312 245.300781 126.191406 245.300781 125.109375 C 245.300781 124.039062 244.421875 123.160156 243.339844 123.160156 C 242.269531 123.160156 241.390625 124.039062 241.390625 125.109375 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.390625 145.050781 C 241.390625 146.121094 242.269531 147 243.339844 147 C 244.421875 147 245.300781 146.121094 245.300781 145.050781 C 245.300781 143.96875 244.421875 143.089844 243.339844 143.089844 C 242.269531 143.089844 241.390625 143.96875 241.390625 145.050781 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.390625 125.921875 C 241.390625 127 242.269531 127.878906 243.339844 127.878906 C 244.421875 127.878906 245.300781 127 245.300781 125.921875 C 245.300781 124.851562 244.421875 123.96875 243.339844 123.96875 C 242.269531 123.96875 241.390625 124.851562 241.390625 125.921875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.390625 141.980469 C 241.390625 143.050781 242.269531 143.929688 243.339844 143.929688 C 244.421875 143.929688 245.300781 143.050781 245.300781 141.980469 C 245.300781 140.898438 244.421875 140.019531 243.339844 140.019531 C 242.269531 140.019531 241.390625 140.898438 241.390625 141.980469 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 241.390625 141.46875 C 241.390625 142.550781 242.269531 143.429688 243.339844 143.429688 C 244.421875 143.429688 245.300781 142.550781 245.300781 141.46875 C 245.300781 140.398438 244.421875 139.519531 243.339844 139.519531 C 242.269531 139.519531 241.390625 140.398438 241.390625 141.46875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 286.949219 156.671875 C 286.949219 157.75 287.828125 158.628906 288.910156 158.628906 C 289.980469 158.628906 290.859375 157.75 290.859375 156.671875 C 290.859375 155.601562 289.980469 154.71875 288.910156 154.71875 C 287.828125 154.71875 286.949219 155.601562 286.949219 156.671875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 286.949219 176.078125 C 286.949219 177.160156 287.828125 178.039062 288.910156 178.039062 C 289.980469 178.039062 290.859375 177.160156 290.859375 176.078125 C 290.859375 175.011719 289.980469 174.128906 288.910156 174.128906 C 287.828125 174.128906 286.949219 175.011719 286.949219 176.078125 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 286.949219 164.800781 C 286.949219 165.871094 287.828125 166.75 288.910156 166.75 C 289.980469 166.75 290.859375 165.871094 290.859375 164.800781 C 290.859375 163.71875 289.980469 162.839844 288.910156 162.839844 C 287.828125 162.839844 286.949219 163.71875 286.949219 164.800781 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 286.949219 159.359375 C 286.949219 160.441406 287.828125 161.320312 288.910156 161.320312 C 289.980469 161.320312 290.859375 160.441406 290.859375 159.359375 C 290.859375 158.289062 289.980469 157.410156 288.910156 157.410156 C 287.828125 157.410156 286.949219 158.289062 286.949219 159.359375 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 286.949219 164.75 C 286.949219 165.820312 287.828125 166.699219 288.910156 166.699219 C 289.980469 166.699219 290.859375 165.820312 290.859375 164.75 C 290.859375 163.671875 289.980469 162.789062 288.910156 162.789062 C 287.828125 162.789062 286.949219 163.671875 286.949219 164.75 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 286.949219 159.300781 C 286.949219 160.371094 287.828125 161.25 288.910156 161.25 C 289.980469 161.25 290.859375 160.371094 290.859375 159.300781 C 290.859375 158.21875 289.980469 157.339844 288.910156 157.339844 C 287.828125 157.339844 286.949219 158.21875 286.949219 159.300781 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 332.519531 171.070312 C 332.519531 172.140625 333.398438 173.019531 334.480469 173.019531 C 335.550781 173.019531 336.429688 172.140625 336.429688 171.070312 C 336.429688 169.988281 335.550781 169.109375 334.480469 169.109375 C 333.398438 169.109375 332.519531 169.988281 332.519531 171.070312 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 332.519531 162.949219 C 332.519531 164.019531 333.398438 164.898438 334.480469 164.898438 C 335.550781 164.898438 336.429688 164.019531 336.429688 162.949219 C 336.429688 161.871094 335.550781 160.988281 334.480469 160.988281 C 333.398438 160.988281 332.519531 161.871094 332.519531 162.949219 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 332.519531 171.269531 C 332.519531 172.351562 333.398438 173.230469 334.480469 173.230469 C 335.550781 173.230469 336.429688 172.351562 336.429688 171.269531 C 336.429688 170.199219 335.550781 169.320312 334.480469 169.320312 C 333.398438 169.320312 332.519531 170.199219 332.519531 171.269531 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 332.519531 163.75 C 332.519531 164.828125 333.398438 165.710938 334.480469 165.710938 C 335.550781 165.710938 336.429688 164.828125 336.429688 163.75 C 336.429688 162.679688 335.550781 161.800781 334.480469 161.800781 C 333.398438 161.800781 332.519531 162.679688 332.519531 163.75 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 332.519531 169.890625 C 332.519531 170.960938 333.398438 171.839844 334.480469 171.839844 C 335.550781 171.839844 336.429688 170.960938 336.429688 169.890625 C 336.429688 168.808594 335.550781 167.929688 334.480469 167.929688 C 333.398438 167.929688 332.519531 168.808594 332.519531 169.890625 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 332.519531 174.199219 C 332.519531 175.28125 333.398438 176.160156 334.480469 176.160156 C 335.550781 176.160156 336.429688 175.28125 336.429688 174.199219 C 336.429688 173.128906 335.550781 172.25 334.480469 172.25 C 333.398438 172.25 332.519531 173.128906 332.519531 174.199219 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 378.089844 218.179688 C 378.089844 219.261719 378.96875 220.140625 380.039062 220.140625 C 381.121094 220.140625 382 219.261719 382 218.179688 C 382 217.109375 381.121094 216.230469 380.039062 216.230469 C 378.96875 216.230469 378.089844 217.109375 378.089844 218.179688 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 378.089844 225.070312 C 378.089844 226.148438 378.96875 227.03125 380.039062 227.03125 C 381.121094 227.03125 382 226.148438 382 225.070312 C 382 224 381.121094 223.121094 380.039062 223.121094 C 378.96875 223.121094 378.089844 224 378.089844 225.070312 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 378.089844 191.011719 C 378.089844 192.089844 378.96875 192.96875 380.039062 192.96875 C 381.121094 192.96875 382 192.089844 382 191.011719 C 382 189.941406 381.121094 189.058594 380.039062 189.058594 C 378.96875 189.058594 378.089844 189.941406 378.089844 191.011719 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 378.089844 224.980469 C 378.089844 226.058594 378.96875 226.929688 380.039062 226.929688 C 381.121094 226.929688 382 226.058594 382 224.980469 C 382 223.898438 381.121094 223.03125 380.039062 223.03125 C 378.96875 223.03125 378.089844 223.898438 378.089844 224.980469 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 378.089844 203.199219 C 378.089844 204.269531 378.96875 205.148438 380.039062 205.148438 C 381.121094 205.148438 382 204.269531 382 203.199219 C 382 202.121094 381.121094 201.238281 380.039062 201.238281 C 378.96875 201.238281 378.089844 202.121094 378.089844 203.199219 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 378.089844 195.558594 C 378.089844 196.628906 378.96875 197.511719 380.039062 197.511719 C 381.121094 197.511719 382 196.628906 382 195.558594 C 382 194.480469 381.121094 193.601562 380.039062 193.601562 C 378.96875 193.601562 378.089844 194.480469 378.089844 195.558594 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 423.660156 221.121094 C 423.660156 222.191406 424.539062 223.070312 425.609375 223.070312 C 426.691406 223.070312 427.570312 222.191406 427.570312 221.121094 C 427.570312 220.039062 426.691406 219.160156 425.609375 219.160156 C 424.539062 219.160156 423.660156 220.039062 423.660156 221.121094 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 423.660156 234.980469 C 423.660156 236.050781 424.539062 236.929688 425.609375 236.929688 C 426.691406 236.929688 427.570312 236.050781 427.570312 234.980469 C 427.570312 233.898438 426.691406 233.019531 425.609375 233.019531 C 424.539062 233.019531 423.660156 233.898438 423.660156 234.980469 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 423.660156 189.671875 C 423.660156 190.738281 424.539062 191.621094 425.609375 191.621094 C 426.691406 191.621094 427.570312 190.738281 427.570312 189.671875 C 427.570312 188.589844 426.691406 187.710938 425.609375 187.710938 C 424.539062 187.710938 423.660156 188.589844 423.660156 189.671875 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 423.660156 232.519531 C 423.660156 233.601562 424.539062 234.480469 425.609375 234.480469 C 426.691406 234.480469 427.570312 233.601562 427.570312 232.519531 C 427.570312 231.449219 426.691406 230.570312 425.609375 230.570312 C 424.539062 230.570312 423.660156 231.449219 423.660156 232.519531 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 423.660156 230.058594 C 423.660156 231.140625 424.539062 232.019531 425.609375 232.019531 C 426.691406 232.019531 427.570312 231.140625 427.570312 230.058594 C 427.570312 228.988281 426.691406 228.109375 425.609375 228.109375 C 424.539062 228.109375 423.660156 228.988281 423.660156 230.058594 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 423.660156 231.179688 C 423.660156 232.261719 424.539062 233.140625 425.609375 233.140625 C 426.691406 233.140625 427.570312 232.261719 427.570312 231.179688 C 427.570312 230.109375 426.691406 229.230469 425.609375 229.230469 C 424.539062 229.230469 423.660156 230.109375 423.660156 231.179688 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 469.230469 255.070312 C 469.230469 256.148438 470.101562 257.019531 471.179688 257.019531 C 472.25 257.019531 473.128906 256.148438 473.128906 255.070312 C 473.128906 253.988281 472.25 253.121094 471.179688 253.121094 C 470.101562 253.121094 469.230469 253.988281 469.230469 255.070312 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 469.230469 256.878906 C 469.230469 257.960938 470.101562 258.839844 471.179688 258.839844 C 472.25 258.839844 473.128906 257.960938 473.128906 256.878906 C 473.128906 255.808594 472.25 254.929688 471.179688 254.929688 C 470.101562 254.929688 469.230469 255.808594 469.230469 256.878906 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 469.230469 251.679688 C 469.230469 252.761719 470.101562 253.640625 471.179688 253.640625 C 472.25 253.640625 473.128906 252.761719 473.128906 251.679688 C 473.128906 250.609375 472.25 249.730469 471.179688 249.730469 C 470.101562 249.730469 469.230469 250.609375 469.230469 251.679688 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 469.230469 257.078125 C 469.230469 258.148438 470.101562 259.03125 471.179688 259.03125 C 472.25 259.03125 473.128906 258.148438 473.128906 257.078125 C 473.128906 256 472.25 255.121094 471.179688 255.121094 C 470.101562 255.121094 469.230469 256 469.230469 257.078125 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 469.230469 255.5 C 469.230469 256.570312 470.101562 257.449219 471.179688 257.449219 C 472.25 257.449219 473.128906 256.570312 473.128906 255.5 C 473.128906 254.421875 472.25 253.539062 471.179688 253.539062 C 470.101562 253.539062 469.230469 254.421875 469.230469 255.5 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 469.230469 253.441406 C 469.230469 254.519531 470.101562 255.398438 471.179688 255.398438 C 472.25 255.398438 473.128906 254.519531 473.128906 253.441406 C 473.128906 252.371094 472.25 251.488281 471.179688 251.488281 C 470.101562 251.488281 469.230469 252.371094 469.230469 253.441406 " transform="matrix(1,0,0,-1,0,288)"/>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-1" x="18.54" y="167.72"/>
  <use xlink:href="#glyph0-2" x="23.796" y="167.72"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-3" x="23.79" y="129.82"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-2" x="23.79" y="91.93"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-4" x="23.79" y="54.03"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-5" x="58.07" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-6" x="103.64" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-7" x="148.96" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-8" x="194.52" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-9" x="240.34" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-10" x="286.16" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-11" x="330.98" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-12" x="376.8" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-13" x="424.36" y="205.53"/>
</g>
<g style="fill:rgb(30.195618%,30.195618%,30.195618%);fill-opacity:1;">
  <use xlink:href="#glyph0-14" x="468.93" y="205.53"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-1" x="256.25" y="218.14"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-2" x="261.651" y="218.14"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-3" x="267.437" y="218.14"/>
  <use xlink:href="#glyph1-4" x="272.937" y="218.14"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph2-1" x="13.38" y="141.65"/>
  <use xlink:href="#glyph2-2" x="13.38" y="133.092"/>
  <use xlink:href="#glyph2-3" x="13.38" y="126.976"/>
  <use xlink:href="#glyph2-4" x="13.38" y="120.86"/>
  <use xlink:href="#glyph2-5" x="13.38" y="118.418"/>
  <use xlink:href="#glyph2-6" x="13.38" y="115.976"/>
  <use xlink:href="#glyph2-7" x="13.38" y="112.918"/>
  <use xlink:href="#glyph2-8" x="13.38" y="107.418"/>
  <use xlink:href="#glyph2-9" x="13.38" y="104.36"/>
  <use xlink:href="#glyph2-10" x="13.38" y="97.023"/>
  <use xlink:href="#glyph2-11" x="13.38" y="91.523"/>
  <use xlink:href="#glyph2-12" x="13.38" y="85.407"/>
  <use xlink:href="#glyph2-13" x="13.38" y="81.744"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph1-5" x="151.78" y="260.97"/>
  <use xlink:href="#glyph1-6" x="157.896" y="260.97"/>
  <use xlink:href="#glyph1-7" x="164.012" y="260.97"/>
  <use xlink:href="#glyph1-8" x="170.128" y="260.97"/>
  <use xlink:href="#glyph1-9" x="176.244" y="260.97"/>
  <use xlink:href="#glyph1-6" x="182.36" y="260.97"/>
  <use xlink:href="#glyph1-8" x="188.476" y="260.97"/>
  <use xlink:href="#glyph1-2" x="194.592" y="260.97"/>
</g>
<path style="fill-rule:nonzero;fill:rgb(97.254944%,46.273804%,42.744446%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(97.254944%,46.273804%,42.744446%);stroke-opacity:1;stroke-miterlimit:10;" d="M 212.871094 42.359375 C 212.871094 43.429688 213.75 44.308594 214.828125 44.308594 C 215.898438 44.308594 216.78125 43.429688 216.78125 42.359375 C 216.78125 41.28125 215.898438 40.398438 214.828125 40.398438 C 213.75 40.398438 212.871094 41.28125 212.871094 42.359375 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(71.765137%,62.353516%,0%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(71.765137%,62.353516%,0%);stroke-opacity:1;stroke-miterlimit:10;" d="M 212.871094 19.601562 C 212.871094 20.671875 213.75 21.550781 214.828125 21.550781 C 215.898438 21.550781 216.78125 20.671875 216.78125 19.601562 C 216.78125 18.519531 215.898438 17.640625 214.828125 17.640625 C 213.75 17.640625 212.871094 18.519531 212.871094 19.601562 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,72.941589%,21.960449%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,72.941589%,21.960449%);stroke-opacity:1;stroke-miterlimit:10;" d="M 274.128906 42.359375 C 274.128906 43.429688 275.011719 44.308594 276.078125 44.308594 C 277.160156 44.308594 278.039062 43.429688 278.039062 42.359375 C 278.039062 41.28125 277.160156 40.398438 276.078125 40.398438 C 275.011719 40.398438 274.128906 41.28125 274.128906 42.359375 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(0%,74.902344%,76.863098%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(0%,74.902344%,76.863098%);stroke-opacity:1;stroke-miterlimit:10;" d="M 274.128906 19.601562 C 274.128906 20.671875 275.011719 21.550781 276.078125 21.550781 C 277.160156 21.550781 278.039062 20.671875 278.039062 19.601562 C 278.039062 18.519531 277.160156 17.640625 276.078125 17.640625 C 275.011719 17.640625 274.128906 18.519531 274.128906 19.601562 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(38.038635%,61.177063%,100%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(38.038635%,61.177063%,100%);stroke-opacity:1;stroke-miterlimit:10;" d="M 331.878906 42.359375 C 331.878906 43.429688 332.761719 44.308594 333.828125 44.308594 C 334.910156 44.308594 335.789062 43.429688 335.789062 42.359375 C 335.789062 41.28125 334.910156 40.398438 333.828125 40.398438 C 332.761719 40.398438 331.878906 41.28125 331.878906 42.359375 " transform="matrix(1,0,0,-1,0,288)"/>
<path style="fill-rule:nonzero;fill:rgb(96.078491%,39.215088%,89.019775%);fill-opacity:1;stroke-width:0.71;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(96.078491%,39.215088%,89.019775%);stroke-opacity:1;stroke-miterlimit:10;" d="M 331.878906 19.601562 C 331.878906 20.671875 332.761719 21.550781 333.828125 21.550781 C 334.910156 21.550781 335.789062 20.671875 335.789062 19.601562 C 335.789062 18.519531 334.910156 17.640625 333.828125 17.640625 C 332.761719 17.640625 331.878906 18.519531 331.878906 19.601562 " transform="matrix(1,0,0,-1,0,288)"/>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-5" x="228.95" y="248.87"/>
  <use xlink:href="#glyph0-15" x="234.953" y="248.87"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-16" x="237.86" y="248.87"/>
  <use xlink:href="#glyph0-17" x="242.864" y="248.87"/>
  <use xlink:href="#glyph0-18" x="247.868" y="248.87"/>
  <use xlink:href="#glyph0-19" x="249.866" y="248.87"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-7" x="228.95" y="271.63"/>
  <use xlink:href="#glyph0-20" x="235.448" y="271.63"/>
  <use xlink:href="#glyph0-18" x="240.452" y="271.63"/>
  <use xlink:href="#glyph0-21" x="242.45" y="271.63"/>
  <use xlink:href="#glyph0-22" x="247.454" y="271.63"/>
  <use xlink:href="#glyph0-23" x="252.458" y="271.63"/>
  <use xlink:href="#glyph0-22" x="256.958" y="271.63"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-9" x="290.2" y="248.87"/>
  <use xlink:href="#glyph0-21" x="296.203" y="248.87"/>
  <use xlink:href="#glyph0-24" x="301.207" y="248.87"/>
  <use xlink:href="#glyph0-25" x="306.211" y="248.87"/>
  <use xlink:href="#glyph0-18" x="308.209" y="248.87"/>
  <use xlink:href="#glyph0-23" x="310.207" y="248.87"/>
  <use xlink:href="#glyph0-20" x="314.707" y="248.87"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-10" x="290.2" y="271.63"/>
  <use xlink:href="#glyph0-15" x="295.699" y="271.63"/>
  <use xlink:href="#glyph0-22" x="298.696" y="271.63"/>
  <use xlink:href="#glyph0-21" x="303.7" y="271.63"/>
  <use xlink:href="#glyph0-19" x="308.704" y="271.63"/>
  <use xlink:href="#glyph0-20" x="313.204" y="271.63"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-26" x="347.95" y="248.87"/>
  <use xlink:href="#glyph0-27" x="354.448" y="248.87"/>
  <use xlink:href="#glyph0-23" x="359.452" y="248.87"/>
  <use xlink:href="#glyph0-23" x="363.952" y="248.87"/>
  <use xlink:href="#glyph0-18" x="368.452" y="248.87"/>
  <use xlink:href="#glyph0-16" x="370.45" y="248.87"/>
  <use xlink:href="#glyph0-21" x="375.454" y="248.87"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph0-28" x="347.95" y="271.63"/>
  <use xlink:href="#glyph0-29" x="353.953" y="271.63"/>
  <use xlink:href="#glyph0-16" x="358.957" y="271.63"/>
  <use xlink:href="#glyph0-21" x="363.961" y="271.63"/>
  <use xlink:href="#glyph0-18" x="368.965" y="271.63"/>
  <use xlink:href="#glyph0-23" x="370.963" y="271.63"/>
  <use xlink:href="#glyph0-20" x="375.463" y="271.63"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph3-1" x="33.73" y="14.81"/>
  <use xlink:href="#glyph3-2" x="43.844" y="14.81"/>
  <use xlink:href="#glyph3-3" x="51.072" y="14.81"/>
  <use xlink:href="#glyph3-4" x="58.3" y="14.81"/>
  <use xlink:href="#glyph3-5" x="61.186" y="14.81"/>
  <use xlink:href="#glyph3-6" x="64.072" y="14.81"/>
  <use xlink:href="#glyph3-7" x="67.686" y="14.81"/>
  <use xlink:href="#glyph3-8" x="74.186" y="14.81"/>
  <use xlink:href="#glyph3-9" x="77.8" y="14.81"/>
  <use xlink:href="#glyph3-10" x="86.471" y="14.81"/>
  <use xlink:href="#glyph3-11" x="92.971" y="14.81"/>
  <use xlink:href="#glyph3-12" x="100.199" y="14.81"/>
  <use xlink:href="#glyph3-13" x="104.528" y="14.81"/>
  <use xlink:href="#glyph3-14" x="111.756" y="14.81"/>
  <use xlink:href="#glyph3-8" x="118.256" y="14.81"/>
  <use xlink:href="#glyph3-15" x="121.87" y="14.81"/>
</g>
<g style="fill:rgb(0%,0%,0%);fill-opacity:1;">
  <use xlink:href="#glyph3-7" x="128.838" y="14.81"/>
  <use xlink:href="#glyph3-8" x="135.338" y="14.81"/>
  <use xlink:href="#glyph3-16" x="138.952" y="14.81"/>
  <use xlink:href="#glyph3-3" x="146.18" y="14.81"/>
  <use xlink:href="#glyph3-17" x="153.408" y="14.81"/>
  <use xlink:href="#glyph3-18" x="160.636" y="14.81"/>
  <use xlink:href="#glyph3-2" x="167.864" y="14.81"/>
  <use xlink:href="#glyph3-3" x="175.092" y="14.81"/>
  <use xlink:href="#glyph3-18" x="182.32" y="14.81"/>
  <use xlink:href="#glyph3-13" x="189.548" y="14.81"/>
</g>
</g>
</svg>