public
Description: An extendable, cloneable, dynamic UML 2 StateMachine for Ruby
Homepage: http://kurtstephens.com
Clone URL: git://github.com/kstephens/red_steak.git
Conditional logging.
kstephens (author)
Wed Dec 31 01:49:23 -0800 2008
commit  733c1fd41ce914cd274fffb48fa4c25b1b83fd90
tree    bc52c88496183023b3f8e4210c302131a6392cfb
parent  2c87da86fc26f6aa65513c2ff297bd8a0e68bcf8
...
1
2
 
3
4
5
...
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
...
1
 
2
3
4
5
...
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
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="539pt" height="660pt" viewBox="0 0 539 660" version="1.1">
0
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="538pt" height="654pt" viewBox="0 0 538 654" version="1.1">
0
 <defs>
0
 <g>
0
 <symbol overflow="visible" id="glyph0-0">
0
@@ -79,391 +79,391 @@
0
 </symbol>
0
 </g>
0
 <clipPath id="clip1">
0
-  <path d="M 0 660 L 539 660 L 539 0 L 0 0 Z M 0 660 "/>
0
+  <path d="M 0 654 L 538 654 L 538 0 L 0 0 Z M 0 654 "/>
0
 </clipPath>
0
 </defs>
0
 <g id="surface0">
0
 <g clip-path="url(#clip1)" clip-rule="nonzero">
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M -4 4 L -4 -656 L 535 -656 L 535 4 Z M -4 4 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M -4 4 L -4 -650 L 534 -650 L 534 4 Z M -4 4 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-1" x="227" y="648.101562"/>
0
-  <use xlink:href="#glyph0-2" x="230.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-3" x="236.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-1" x="242.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-4" x="246.5" y="648.101562"/>
0
-  <use xlink:href="#glyph0-5" x="251" y="648.101562"/>
0
-  <use xlink:href="#glyph0-6" x="257" y="648.101562"/>
0
-  <use xlink:href="#glyph0-7" x="263.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-8" x="270.5" y="648.101562"/>
0
-  <use xlink:href="#glyph0-2" x="281" y="648.101562"/>
0
-  <use xlink:href="#glyph0-9" x="287" y="648.101562"/>
0
-  <use xlink:href="#glyph0-1" x="293.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-2" x="297.5" y="648.101562"/>
0
-  <use xlink:href="#glyph0-10" x="303.5" y="648.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 L 292 -141 L 292 -486 L 280 -498 L 20 -498 L 8 -486 L 8 -141 Z M 20 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -486 C 292 -492 286 -498 280 -498 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -498 C 14 -498 8 -492 8 -486 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -141 L 292 -486 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -486 C 292 -492 286 -498 280 -498 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -498 L 20 -498 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -498 C 14 -498 8 -492 8 -486 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -486 L 8 -141 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-1" x="227" y="642.351562"/>
0
+  <use xlink:href="#glyph0-2" x="230.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-3" x="236.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-1" x="242.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-4" x="246.5" y="642.351562"/>
0
+  <use xlink:href="#glyph0-5" x="251" y="642.351562"/>
0
+  <use xlink:href="#glyph0-6" x="257" y="642.351562"/>
0
+  <use xlink:href="#glyph0-7" x="263.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-8" x="270.5" y="642.351562"/>
0
+  <use xlink:href="#glyph0-2" x="281" y="642.351562"/>
0
+  <use xlink:href="#glyph0-9" x="287" y="642.351562"/>
0
+  <use xlink:href="#glyph0-1" x="293.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-2" x="297.5" y="642.351562"/>
0
+  <use xlink:href="#glyph0-10" x="303.5" y="642.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 L 292 -141 L 292 -482 L 280 -494 L 20 -494 L 8 -482 L 8 -141 Z M 20 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -482 C 292 -488 286 -494 280 -494 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -494 C 14 -494 8 -488 8 -482 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -141 L 292 -482 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -482 C 292 -488 286 -494 280 -494 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -494 L 20 -494 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -494 C 14 -494 8 -488 8 -482 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -482 L 8 -141 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="150" y="174.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -634 L 389 -634 C 389 -624.058594 380.941406 -616 371 -616 C 361.058594 -616 353 -624.058594 353 -634 C 353 -643.941406 361.058594 -652 371 -652 C 380.941406 -652 389 -643.941406 389 -634 Z M 389 -634 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -578 L 356 -578 L 344 -566 L 344 -554 L 356 -542 L 386 -542 L 398 -554 L 398 -566 Z M 386 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 356 -578 C 350 -578 344 -572 344 -566 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -554 C 344 -548 350 -542 356 -542 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -542 C 392 -542 398 -548 398 -554 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -566 C 398 -572 392 -578 386 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -578 L 356 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 356 -578 C 350 -578 344 -572 344 -566 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -566 L 344 -554 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -554 C 344 -548 350 -542 356 -542 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 356 -542 L 386 -542 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -542 C 392 -542 398 -548 398 -554 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -554 L 398 -566 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -566 C 398 -572 392 -578 386 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="150.25" y="172.351563"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -628 L 388 -628 C 388 -618.058594 379.941406 -610 370 -610 C 360.058594 -610 352 -618.058594 352 -628 C 352 -637.941406 360.058594 -646 370 -646 C 379.941406 -646 388 -637.941406 388 -628 Z M 388 -628 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -572 L 355 -572 L 343 -560 L 343 -548 L 355 -536 L 385 -536 L 397 -548 L 397 -560 Z M 385 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 355 -572 C 349 -572 343 -566 343 -560 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -548 C 343 -542 349 -536 355 -536 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -536 C 391 -536 397 -542 397 -548 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -560 C 397 -566 391 -572 385 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -572 L 355 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 355 -572 C 349 -572 343 -566 343 -560 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -560 L 343 -548 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -548 C 343 -542 349 -536 355 -536 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 355 -536 L 385 -536 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -536 C 391 -536 397 -542 397 -548 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -548 L 397 -560 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -560 C 397 -566 391 -572 385 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="372" y="100.101562"/>
0
+  <use xlink:href="#glyph0-5" x="371" y="100.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -616 C 371 -607 371 -598 371 -588 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 374.5 -588 L 371 -578 L 367.5 -588 Z M 374.5 -588 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -563 C 408 -563 416 -562 416 -560 C 416 -559 413 -558 408 -557 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 408 -553.5 L 398 -557 L 408 -560.5 Z M 408 -553.5 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 370 -610 C 370 -601 370 -592 370 -582 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 373.5 -582 L 370 -572 L 366.5 -582 Z M 373.5 -582 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -557 C 407 -557 415 -556 415 -554 C 415 -553 412 -552 407 -551 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 407 -547.5 L 397 -551 L 407 -554.5 Z M 407 -547.5 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-11" x="420" y="100.101562"/>
0
-  <use xlink:href="#glyph0-12" x="424.5" y="100.101562"/>
0
-  <use xlink:href="#glyph0-12" x="432" y="100.101562"/>
0
+  <use xlink:href="#glyph0-11" x="418.25" y="100.351562"/>
0
+  <use xlink:href="#glyph0-12" x="422.75" y="100.351562"/>
0
+  <use xlink:href="#glyph0-12" x="430.25" y="100.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -574 C 417 -579 436 -574 436 -560 C 436 -549 423 -543 408 -544 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 407.121094 -540.605469 L 398 -546 L 408.492188 -547.472656 Z M 407.121094 -540.605469 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -568 C 416 -572 434 -567 434 -554 C 434 -543 422 -538 407 -539 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 406.601562 -535.523438 L 397 -540 L 407.296875 -542.488281 Z M 406.601562 -535.523438 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-13" x="440" y="100.101562"/>
0
-  <use xlink:href="#glyph0-5" x="447.5" y="100.101562"/>
0
-  <use xlink:href="#glyph0-14" x="453.5" y="100.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -465 L 401 -465 L 389 -453 L 389 -441 L 401 -429 L 431 -429 L 443 -441 L 443 -453 Z M 431 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -465 C 395 -465 389 -459 389 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -441 C 389 -435 395 -429 401 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -429 C 437 -429 443 -435 443 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 443 -453 C 443 -459 437 -465 431 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -465 L 401 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -465 C 395 -465 389 -459 389 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -453 L 389 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -441 C 389 -435 395 -429 401 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -429 L 431 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -429 C 437 -429 443 -435 443 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 443 -441 L 443 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 443 -453 C 443 -459 437 -465 431 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-13" x="438" y="100.351562"/>
0
+  <use xlink:href="#glyph0-5" x="445.5" y="100.351562"/>
0
+  <use xlink:href="#glyph0-14" x="451.5" y="100.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -461 L 400 -461 L 388 -449 L 388 -437 L 400 -425 L 430 -425 L 442 -437 L 442 -449 Z M 430 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 400 -461 C 394 -461 388 -455 388 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -437 C 388 -431 394 -425 400 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -425 C 436 -425 442 -431 442 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 442 -449 C 442 -455 436 -461 430 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -461 L 400 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 400 -461 C 394 -461 388 -455 388 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -449 L 388 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -437 C 388 -431 394 -425 400 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 400 -425 L 430 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -425 C 436 -425 442 -431 442 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 442 -437 L 442 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 442 -449 C 442 -455 436 -461 430 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-13" x="416" y="213.101562"/>
0
+  <use xlink:href="#glyph0-13" x="415.25" y="211.351563"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 378 -542 C 386 -524 397 -495 405 -474 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 408.136719 -475.558594 L 409 -465 L 401.738281 -472.714844 Z M 408.136719 -475.558594 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 377 -536 C 384 -518 395 -491 403 -471 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 406.535156 -471.585938 L 407 -461 L 400.035156 -468.984375 Z M 406.535156 -471.585938 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="398" y="145.101562"/>
0
-  <use xlink:href="#glyph0-15" x="404" y="145.101562"/>
0
-  <use xlink:href="#glyph0-1" x="411.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-12" x="415.25" y="145.101562"/>
0
-  <use xlink:href="#glyph0-15" x="422.75" y="145.101562"/>
0
-  <use xlink:href="#glyph0-13" x="430.25" y="145.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 284 -447 L 284 -447 C 284 -437.058594 275.941406 -429 266 -429 C 256.058594 -429 248 -437.058594 248 -447 C 248 -456.941406 256.058594 -465 266 -465 C 275.941406 -465 284 -456.941406 284 -447 Z M 284 -447 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -549 C 331 -542 316 -534 305 -524 C 291 -510 281 -490 275 -474 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 278.261719 -472.714844 L 271 -465 L 271.863281 -475.558594 Z M 278.261719 -472.714844 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-5" x="395.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-15" x="401.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-1" x="408.625" y="144.351562"/>
0
+  <use xlink:href="#glyph0-12" x="412.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-15" x="419.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-13" x="427.375" y="144.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 284 -443 L 284 -443 C 284 -433.058594 275.941406 -425 266 -425 C 256.058594 -425 248 -433.058594 248 -443 C 248 -452.941406 256.058594 -461 266 -461 C 275.941406 -461 284 -452.941406 284 -443 Z M 284 -443 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -542 C 330 -536 316 -528 305 -518 C 291 -505 281 -486 275 -470 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 278.261719 -468.714844 L 271 -461 L 271.863281 -471.558594 Z M 278.261719 -468.714844 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="314" y="145.101562"/>
0
-  <use xlink:href="#glyph0-4" x="320" y="145.101562"/>
0
-  <use xlink:href="#glyph0-16" x="324.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-10" x="332.75" y="145.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -465 L 473 -465 L 461 -453 L 461 -441 L 473 -429 L 503 -429 L 515 -441 L 515 -453 Z M 503 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 473 -465 C 467 -465 461 -459 461 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 461 -441 C 461 -435 467 -429 473 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -429 C 509 -429 515 -435 515 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 515 -453 C 515 -459 509 -465 503 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -465 L 473 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 473 -465 C 467 -465 461 -459 461 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 461 -453 L 461 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 461 -441 C 461 -435 467 -429 473 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 473 -429 L 503 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -429 C 509 -429 515 -435 515 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 515 -441 L 515 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 515 -453 C 515 -459 509 -465 503 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-5" x="314.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-4" x="320.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-16" x="325.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-10" x="333.625" y="144.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -461 L 472 -461 L 460 -449 L 460 -437 L 472 -425 L 502 -425 L 514 -437 L 514 -449 Z M 502 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 472 -461 C 466 -461 460 -455 460 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 460 -437 C 460 -431 466 -425 472 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -425 C 508 -425 514 -431 514 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 514 -449 C 514 -455 508 -461 502 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -461 L 472 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 472 -461 C 466 -461 460 -455 460 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 460 -449 L 460 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 460 -437 C 460 -431 466 -425 472 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 472 -425 L 502 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -425 C 508 -425 514 -431 514 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 514 -437 L 514 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 514 -449 C 514 -455 508 -461 502 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-11" x="489.5" y="213.101562"/>
0
+  <use xlink:href="#glyph0-11" x="488.75" y="211.351563"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -549 C 411 -543 427 -534 438 -524 C 453 -510 466 -490 475 -474 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 478.136719 -475.558594 L 479 -465 L 471.738281 -472.714844 Z M 478.136719 -475.558594 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -542 C 409 -536 423 -527 434 -518 C 449 -504 462 -485 472 -470 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 475.203125 -471.441406 L 477 -461 L 469.082031 -468.042969 Z M 475.203125 -471.441406 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-17" x="455.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-18" x="460" y="145.101562"/>
0
-  <use xlink:href="#glyph0-19" x="466.75" y="145.101562"/>
0
-  <use xlink:href="#glyph0-20" x="471.25" y="145.101562"/>
0
-  <use xlink:href="#glyph0-5" x="475" y="145.101562"/>
0
-  <use xlink:href="#glyph0-4" x="481" y="145.101562"/>
0
-  <use xlink:href="#glyph0-16" x="485.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-11" x="493.75" y="145.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -375 L 372 -375 L 360 -363 L 360 -351 L 372 -339 L 402 -339 L 414 -351 L 414 -363 Z M 402 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 372 -375 C 366 -375 360 -369 360 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 360 -351 C 360 -345 366 -339 372 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -339 C 408 -339 414 -345 414 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 414 -363 C 414 -369 408 -375 402 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -375 L 372 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 372 -375 C 366 -375 360 -369 360 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 360 -363 L 360 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 360 -351 C 360 -345 366 -339 372 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 372 -339 L 402 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -339 C 408 -339 414 -345 414 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 414 -351 L 414 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 414 -363 C 414 -369 408 -375 402 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-17" x="449.625" y="144.351562"/>
0
+  <use xlink:href="#glyph0-18" x="454.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-19" x="460.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-20" x="465.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-5" x="469.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-4" x="475.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-16" x="479.625" y="144.351562"/>
0
+  <use xlink:href="#glyph0-11" x="487.875" y="144.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -373 L 371 -373 L 359 -361 L 359 -349 L 371 -337 L 401 -337 L 413 -349 L 413 -361 Z M 401 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -373 C 365 -373 359 -367 359 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 359 -349 C 359 -343 365 -337 371 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -337 C 407 -337 413 -343 413 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 413 -361 C 413 -367 407 -373 401 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -373 L 371 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -373 C 365 -373 359 -367 359 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 359 -361 L 359 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 359 -349 C 359 -343 365 -337 371 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -337 L 401 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -337 C 407 -337 413 -343 413 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 413 -349 L 413 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 413 -361 C 413 -367 407 -373 401 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-21" x="387.5" y="303.101562"/>
0
+  <use xlink:href="#glyph0-21" x="386.625" y="299.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 410 -429 C 407 -418 403 -405 399 -393 C 398 -390 397 -387 396 -385 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 399.226562 -383.574219 L 393 -375 L 392.519531 -385.585938 Z M 399.226562 -383.574219 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 409 -425 C 405 -413 400 -397 395 -383 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398.226562 -381.574219 L 392 -373 L 391.519531 -383.585938 Z M 398.226562 -381.574219 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-13" x="411.5" y="258.101562"/>
0
-  <use xlink:href="#glyph0-4" x="419" y="258.101562"/>
0
-  <use xlink:href="#glyph0-16" x="423.5" y="258.101562"/>
0
-  <use xlink:href="#glyph0-21" x="431.75" y="258.101562"/>
0
+  <use xlink:href="#glyph0-13" x="408.5" y="255.351562"/>
0
+  <use xlink:href="#glyph0-4" x="416" y="255.351562"/>
0
+  <use xlink:href="#glyph0-16" x="420.5" y="255.351562"/>
0
+  <use xlink:href="#glyph0-21" x="428.75" y="255.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 394 -429 C 389 -424 384 -418 381 -411 C 377 -403 377 -394 379 -385 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 382.472656 -385.492188 L 381 -375 L 375.605469 -384.121094 Z M 382.472656 -385.492188 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 395 -425 C 390 -420 386 -414 383 -407 C 380 -399 380 -391 380 -383 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 383.488281 -383.296875 L 381 -373 L 376.523438 -382.601562 Z M 383.488281 -383.296875 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-21" x="388" y="258.101562"/>
0
-  <use xlink:href="#glyph0-22" x="394.75" y="258.101562"/>
0
+  <use xlink:href="#glyph0-21" x="390.25" y="255.351562"/>
0
+  <use xlink:href="#glyph0-22" x="397" y="255.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 376 -375 C 368 -389 358 -409 354 -429 C 348 -458 350 -467 354 -498 C 355 -509 359 -522 362 -532 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 358.773438 -533.425781 L 365 -542 L 365.480469 -531.414062 Z M 358.773438 -533.425781 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 375 -373 C 368 -387 358 -406 354 -425 C 348 -454 351 -463 354 -494 C 355 -505 358 -516 361 -526 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 357.773438 -527.425781 L 364 -536 L 364.480469 -525.414062 Z M 357.773438 -527.425781 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-21" x="361" y="213.101562"/>
0
-  <use xlink:href="#glyph0-4" x="367.75" y="213.101562"/>
0
-  <use xlink:href="#glyph0-16" x="372.25" y="213.101562"/>
0
-  <use xlink:href="#glyph0-5" x="380.5" y="213.101562"/>
0
+  <use xlink:href="#glyph0-21" x="361.25" y="211.351563"/>
0
+  <use xlink:href="#glyph0-4" x="368" y="211.351563"/>
0
+  <use xlink:href="#glyph0-16" x="372.5" y="211.351563"/>
0
+  <use xlink:href="#glyph0-5" x="380.75" y="211.351563"/>
0
 </g>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 379.015625 -54 L 379.015625 -54 C 379.015625 -40.183594 367.816406 -28.984375 354 -28.984375 C 340.183594 -28.984375 328.984375 -40.183594 328.984375 -54 C 328.984375 -67.816406 340.183594 -79.015625 354 -79.015625 C 367.816406 -79.015625 379.015625 -67.816406 379.015625 -54 Z M 379.015625 -54 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 383.015625 -54 L 383.015625 -54 C 383.015625 -37.976562 370.023438 -24.984375 354 -24.984375 C 337.976562 -24.984375 324.984375 -37.976562 324.984375 -54 C 324.984375 -70.023438 337.976562 -83.015625 354 -83.015625 C 370.023438 -83.015625 383.015625 -70.023438 383.015625 -54 Z M 383.015625 -54 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 379.199219 -55 L 379.199219 -55 C 379.199219 -40.84375 367.917969 -29.367188 354 -29.367188 C 340.082031 -29.367188 328.800781 -40.84375 328.800781 -55 C 328.800781 -69.15625 340.082031 -80.632812 354 -80.632812 C 367.917969 -80.632812 379.199219 -69.15625 379.199219 -55 Z M 379.199219 -55 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 383.128906 -55 L 383.128906 -55 C 383.128906 -38.632812 370.089844 -25.367188 354 -25.367188 C 337.910156 -25.367188 324.871094 -38.632812 324.871094 -55 C 324.871094 -71.367188 337.910156 -84.632812 354 -84.632812 C 370.089844 -84.632812 383.128906 -71.367188 383.128906 -55 Z M 383.128906 -55 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-2" x="348" y="606.101562"/>
0
-  <use xlink:href="#glyph0-9" x="354" y="606.101562"/>
0
-  <use xlink:href="#glyph0-10" x="360.75" y="606.101562"/>
0
+  <use xlink:href="#glyph0-2" x="347.875" y="599.351562"/>
0
+  <use xlink:href="#glyph0-9" x="353.875" y="599.351562"/>
0
+  <use xlink:href="#glyph0-10" x="360.625" y="599.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -339 C 380 -292 366 -159 358 -93 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 361.476562 -92.601562 L 357 -83 L 354.511719 -93.296875 Z M 361.476562 -92.601562 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 384 -337 C 379 -290 366 -161 358 -95 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 361.476562 -94.601562 L 357 -85 L 354.511719 -95.296875 Z M 361.476562 -94.601562 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-21" x="378" y="438.101562"/>
0
-  <use xlink:href="#glyph0-4" x="384.75" y="438.101562"/>
0
-  <use xlink:href="#glyph0-16" x="389.25" y="438.101562"/>
0
-  <use xlink:href="#glyph0-2" x="397.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-9" x="403.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="410.25" y="438.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -375 L 134 -375 L 122 -363 L 122 -351 L 134 -339 L 164 -339 L 176 -351 L 176 -363 Z M 164 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -375 C 128 -375 122 -369 122 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -351 C 122 -345 128 -339 134 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -339 C 170 -339 176 -345 176 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -363 C 176 -369 170 -375 164 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -375 L 134 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -375 C 128 -375 122 -369 122 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -363 L 122 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -351 C 122 -345 128 -339 134 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -339 L 164 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -339 C 170 -339 176 -345 176 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -351 L 176 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -363 C 176 -369 170 -375 164 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-21" x="377.125" y="431.351562"/>
0
+  <use xlink:href="#glyph0-4" x="383.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-16" x="388.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-2" x="396.625" y="431.351562"/>
0
+  <use xlink:href="#glyph0-9" x="402.625" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="409.375" y="431.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -373 L 134 -373 L 122 -361 L 122 -349 L 134 -337 L 164 -337 L 176 -349 L 176 -361 Z M 164 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -373 C 128 -373 122 -367 122 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -349 C 122 -343 128 -337 134 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -337 C 170 -337 176 -343 176 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -361 C 176 -367 170 -373 164 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -373 L 134 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -373 C 128 -373 122 -367 122 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -361 L 122 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -349 C 122 -343 128 -337 134 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -337 L 164 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -337 C 170 -337 176 -343 176 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -349 L 176 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -361 C 176 -367 170 -373 164 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="146" y="303.101562"/>
0
-  <use xlink:href="#glyph0-18" x="153.5" y="303.101562"/>
0
+  <use xlink:href="#glyph0-10" x="145.875" y="299.351562"/>
0
+  <use xlink:href="#glyph0-18" x="153.375" y="299.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 251 -437 C 240 -430 225 -420 212 -411 C 200 -401 188 -391 177 -382 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 178.832031 -378.949219 L 169 -375 L 174.222656 -384.21875 Z M 178.832031 -378.949219 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 279 -435 C 295 -418 320 -388 320 -357 C 320 -357 320 -357 320 -166 C 320 -139 329 -111 337 -89 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 340.136719 -90.558594 L 341 -80 L 333.738281 -87.714844 Z M 340.136719 -90.558594 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 250 -433 C 240 -426 225 -416 212 -407 C 201 -398 188 -388 178 -379 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180.101562 -376.199219 L 170 -373 L 175.898438 -381.800781 Z M 180.101562 -376.199219 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 279 -431 C 295 -415 320 -385 320 -355 C 320 -355 320 -355 320 -167 C 320 -140 328 -112 337 -91 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 340.136719 -92.558594 L 341 -82 L 333.738281 -89.714844 Z M 340.136719 -92.558594 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="324.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-4" x="332" y="393.101562"/>
0
-  <use xlink:href="#glyph0-16" x="336.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-2" x="344.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-9" x="350.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="357.5" y="393.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 L 126 -273 L 126 -261 L 138 -249 L 168 -249 L 180 -261 L 180 -273 Z M 168 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -273 L 126 -261 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -249 L 168 -249 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -261 L 180 -273 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="324.75" y="387.351562"/>
0
+  <use xlink:href="#glyph0-4" x="332.25" y="387.351562"/>
0
+  <use xlink:href="#glyph0-16" x="336.75" y="387.351562"/>
0
+  <use xlink:href="#glyph0-2" x="345" y="387.351562"/>
0
+  <use xlink:href="#glyph0-9" x="351" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="357.75" y="387.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 L 126 -273 L 126 -261 L 138 -249 L 168 -249 L 180 -261 L 180 -273 Z M 168 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -273 L 126 -261 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -249 L 168 -249 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -261 L 180 -273 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="150" y="393.101562"/>
0
-  <use xlink:href="#glyph0-22" x="157.5" y="393.101562"/>
0
+  <use xlink:href="#glyph0-10" x="149.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-22" x="157.375" y="387.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -352 C 89 -344 41 -328 59 -303 C 74 -282 89 -294 112 -285 C 114 -284 115 -284 116 -283 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 118.015625 -285.964844 L 126 -279 L 115.414062 -279.464844 Z M 118.015625 -285.964844 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -350 C 89 -343 41 -328 59 -303 C 74 -282 89 -294 112 -285 C 114 -284 115 -284 116 -283 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 118.015625 -285.964844 L 126 -279 L 115.414062 -279.464844 Z M 118.015625 -285.964844 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="63" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="70.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="73.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="76.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-18" x="84" y="348.101562"/>
0
-  <use xlink:href="#glyph0-4" x="90.75" y="348.101562"/>
0
-  <use xlink:href="#glyph0-16" x="95.25" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="103.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="111" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="114" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="117" y="348.101562"/>
0
-  <use xlink:href="#glyph0-22" x="124.5" y="348.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 83.015625 -166 L 83.015625 -166 C 83.015625 -152.183594 71.816406 -140.984375 58 -140.984375 C 44.183594 -140.984375 32.984375 -152.183594 32.984375 -166 C 32.984375 -179.816406 44.183594 -191.015625 58 -191.015625 C 71.816406 -191.015625 83.015625 -179.816406 83.015625 -166 Z M 83.015625 -166 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 87.015625 -166 L 87.015625 -166 C 87.015625 -149.976562 74.023438 -136.984375 58 -136.984375 C 41.976562 -136.984375 28.984375 -149.976562 28.984375 -166 C 28.984375 -182.023438 41.976562 -195.015625 58 -195.015625 C 74.023438 -195.015625 87.015625 -182.023438 87.015625 -166 Z M 87.015625 -166 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="63.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="71.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="74.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="77.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-18" x="84.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-4" x="91.625" y="343.351562"/>
0
+  <use xlink:href="#glyph0-16" x="96.125" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="104.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="111.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="114.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="117.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-22" x="125.375" y="343.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 83.199219 -167 L 83.199219 -167 C 83.199219 -152.84375 71.917969 -141.367188 58 -141.367188 C 44.082031 -141.367188 32.800781 -152.84375 32.800781 -167 C 32.800781 -181.15625 44.082031 -192.632812 58 -192.632812 C 71.917969 -192.632812 83.199219 -181.15625 83.199219 -167 Z M 83.199219 -167 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 87.128906 -167 L 87.128906 -167 C 87.128906 -150.632812 74.089844 -137.367188 58 -137.367188 C 41.910156 -137.367188 28.871094 -150.632812 28.871094 -167 C 28.871094 -183.367188 41.910156 -196.632812 58 -196.632812 C 74.089844 -196.632812 87.128906 -183.367188 87.128906 -167 Z M 87.128906 -167 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(100%,100%,100%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-2" x="52" y="494.101562"/>
0
-  <use xlink:href="#glyph0-9" x="58" y="494.101562"/>
0
-  <use xlink:href="#glyph0-10" x="64.75" y="494.101562"/>
0
+  <use xlink:href="#glyph0-2" x="51.875" y="487.351562"/>
0
+  <use xlink:href="#glyph0-9" x="57.875" y="487.351562"/>
0
+  <use xlink:href="#glyph0-10" x="64.625" y="487.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -354 C 100 -350 70 -341 52 -321 C 25 -289 33 -237 44 -203 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 47.480469 -203.585938 L 47 -193 L 40.773438 -201.574219 Z M 47.480469 -203.585938 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -352 C 100 -348 70 -339 52 -319 C 25 -288 33 -238 44 -204 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 47.480469 -204.585938 L 47 -194 L 40.773438 -202.574219 Z M 47.480469 -204.585938 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="40" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="47.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="50.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="53.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-18" x="61" y="393.101562"/>
0
-  <use xlink:href="#glyph0-4" x="67.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-16" x="72.25" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="80.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="88" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="91" y="393.101562"/>
0
-  <use xlink:href="#glyph0-2" x="94" y="393.101562"/>
0
-  <use xlink:href="#glyph0-9" x="100" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="106.75" y="393.101562"/>
0
-</g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 151 -285 C 151 -291 150 -297 150 -303 C 149 -311 149 -320 149 -329 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 145.5 -329 L 149 -339 L 152.5 -329 Z M 145.5 -329 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="41.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="49.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="52.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="55.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-18" x="62.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-4" x="69.625" y="387.351562"/>
0
+  <use xlink:href="#glyph0-16" x="74.125" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="82.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="89.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="92.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-2" x="95.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-9" x="101.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="108.625" y="387.351562"/>
0
+</g>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 151 -285 C 151 -291 150 -297 150 -303 C 150 -311 150 -319 149 -327 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 145.5 -327 L 149 -337 L 152.5 -327 Z M 145.5 -327 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="154" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="161.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="164.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="167.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-22" x="175" y="348.101562"/>
0
-  <use xlink:href="#glyph0-4" x="181.75" y="348.101562"/>
0
-  <use xlink:href="#glyph0-16" x="186.25" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="194.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="202" y="348.101562"/>
0
-  <use xlink:href="#glyph0-23" x="205" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="208" y="348.101562"/>
0
-  <use xlink:href="#glyph0-18" x="215.5" y="348.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -184 L 177 -184 L 165 -172 L 165 -160 L 177 -148 L 207 -148 L 219 -160 L 219 -172 Z M 207 -184 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 177 -184 C 171 -184 165 -178 165 -172 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 165 -160 C 165 -154 171 -148 177 -148 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -148 C 213 -148 219 -154 219 -160 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 219 -172 C 219 -178 213 -184 207 -184 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -184 L 177 -184 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 177 -184 C 171 -184 165 -178 165 -172 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 165 -172 L 165 -160 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 165 -160 C 165 -154 171 -148 177 -148 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 177 -148 L 207 -148 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -148 C 213 -148 219 -154 219 -160 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 219 -160 L 219 -172 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 219 -172 C 219 -178 213 -184 207 -184 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="154.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="162.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="165.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="168.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-22" x="175.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-4" x="182.625" y="343.351562"/>
0
+  <use xlink:href="#glyph0-16" x="187.125" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="195.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="202.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-23" x="205.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="208.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-18" x="216.375" y="343.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -185 L 177 -185 L 165 -173 L 165 -161 L 177 -149 L 207 -149 L 219 -161 L 219 -173 Z M 207 -185 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 177 -185 C 171 -185 165 -179 165 -173 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 165 -161 C 165 -155 171 -149 177 -149 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -149 C 213 -149 219 -155 219 -161 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 219 -173 C 219 -179 213 -185 207 -185 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -185 L 177 -185 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 177 -185 C 171 -185 165 -179 165 -173 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 165 -173 L 165 -161 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 165 -161 C 165 -155 171 -149 177 -149 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 177 -149 L 207 -149 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -149 C 213 -149 219 -155 219 -161 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 219 -161 L 219 -173 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 219 -173 C 219 -179 213 -185 207 -185 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="189" y="494.101562"/>
0
-  <use xlink:href="#glyph0-24" x="196.5" y="494.101562"/>
0
+  <use xlink:href="#glyph0-10" x="188.875" y="487.351562"/>
0
+  <use xlink:href="#glyph0-24" x="196.375" y="487.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 152 -249 C 151 -238 152 -224 156 -213 C 159 -205 163 -198 168 -192 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 170.800781 -194.101562 L 174 -184 L 165.199219 -189.898438 Z M 170.800781 -194.101562 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 152 -249 C 152 -239 152 -226 156 -215 C 159 -207 163 -200 168 -193 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 170.800781 -195.101562 L 174 -185 L 165.199219 -190.898438 Z M 170.800781 -195.101562 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="160" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="167.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="170.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="173.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-22" x="181" y="438.101562"/>
0
-  <use xlink:href="#glyph0-4" x="187.75" y="438.101562"/>
0
-  <use xlink:href="#glyph0-16" x="192.25" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="200.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="208" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="211" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="214" y="438.101562"/>
0
-  <use xlink:href="#glyph0-24" x="221.5" y="438.101562"/>
0
-</g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -255 C 104 -245 77 -233 75 -231 C 69 -224 65 -214 62 -205 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 65.394531 -204.121094 L 60 -195 L 58.527344 -205.492188 Z M 65.394531 -204.121094 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="160.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="168.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="171.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="174.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-22" x="181.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-4" x="188.625" y="431.351562"/>
0
+  <use xlink:href="#glyph0-16" x="193.125" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="201.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="208.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="211.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="214.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-24" x="222.375" y="431.351562"/>
0
+</g>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -255 C 105 -245 78 -233 76 -231 C 70 -224 66 -215 63 -206 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 66.394531 -205.121094 L 61 -196 L 59.527344 -206.492188 Z M 66.394531 -205.121094 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="84" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="91.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="94.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="97.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-22" x="105" y="438.101562"/>
0
-  <use xlink:href="#glyph0-4" x="111.75" y="438.101562"/>
0
-  <use xlink:href="#glyph0-16" x="116.25" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="124.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="132" y="438.101562"/>
0
-  <use xlink:href="#glyph0-23" x="135" y="438.101562"/>
0
-  <use xlink:href="#glyph0-2" x="138" y="438.101562"/>
0
-  <use xlink:href="#glyph0-9" x="144" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="150.75" y="438.101562"/>
0
-</g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -184 C 213 -193 218 -203 221 -213 C 235 -259 245 -280 218 -321 C 210 -334 200 -331 185 -337 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 183.714844 -333.738281 L 176 -341 L 186.558594 -340.136719 Z M 183.714844 -333.738281 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="85.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="93.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="96.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="99.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-22" x="106.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-4" x="113.625" y="431.351562"/>
0
+  <use xlink:href="#glyph0-16" x="118.125" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="126.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="133.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-23" x="136.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-2" x="139.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-9" x="145.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="152.625" y="431.351562"/>
0
+</g>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 207 -185 C 212 -194 218 -204 221 -215 C 234 -259 244 -280 218 -319 C 210 -332 200 -329 185 -335 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 183.714844 -331.738281 L 176 -339 L 186.558594 -338.136719 Z M 183.714844 -331.738281 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="241" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="248.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="251.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="254.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-24" x="262" y="393.101562"/>
0
-  <use xlink:href="#glyph0-4" x="268.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-16" x="273.25" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="281.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="289" y="393.101562"/>
0
-  <use xlink:href="#glyph0-23" x="292" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="295" y="393.101562"/>
0
-  <use xlink:href="#glyph0-18" x="302.5" y="393.101562"/>
0
-</g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 85 -156 C 139 -135 258 -91 318 -68 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 319.285156 -71.261719 L 327 -64 L 316.441406 -64.863281 Z M 319.285156 -71.261719 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="240.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="248.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="251.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="254.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-24" x="261.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-4" x="268.625" y="387.351562"/>
0
+  <use xlink:href="#glyph0-16" x="273.125" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="281.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="288.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-23" x="291.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="294.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-18" x="302.375" y="387.351562"/>
0
+</g>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 85 -156 C 105 -148 132 -138 156 -129 C 212 -107 277 -83 317 -68 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(75.294118%,75.294118%,75.294118%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 317.621094 -71.484375 L 326 -65 L 315.40625 -64.84375 Z M 317.621094 -71.484375 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(75.294118%,75.294118%,75.294118%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="229.5" y="550.101562"/>
0
-  <use xlink:href="#glyph0-23" x="237" y="550.101562"/>
0
-  <use xlink:href="#glyph0-23" x="240" y="550.101562"/>
0
-  <use xlink:href="#glyph0-2" x="243" y="550.101562"/>
0
-  <use xlink:href="#glyph0-9" x="249" y="550.101562"/>
0
-  <use xlink:href="#glyph0-10" x="255.75" y="550.101562"/>
0
-  <use xlink:href="#glyph0-4" x="263.25" y="550.101562"/>
0
-  <use xlink:href="#glyph0-16" x="267.75" y="550.101562"/>
0
-  <use xlink:href="#glyph0-2" x="276" y="550.101562"/>
0
-  <use xlink:href="#glyph0-9" x="282" y="550.101562"/>
0
-  <use xlink:href="#glyph0-10" x="288.75" y="550.101562"/>
0
-</g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 484 -429 C 480 -411 475 -382 475 -357 C 475 -357 475 -357 475 -166 C 475 -119 426 -87 390 -69 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 391.558594 -65.863281 L 381 -65 L 388.714844 -72.261719 Z M 391.558594 -65.863281 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="222.625" y="543.351562"/>
0
+  <use xlink:href="#glyph0-23" x="230.125" y="543.351562"/>
0
+  <use xlink:href="#glyph0-23" x="233.125" y="543.351562"/>
0
+  <use xlink:href="#glyph0-2" x="236.125" y="543.351562"/>
0
+  <use xlink:href="#glyph0-9" x="242.125" y="543.351562"/>
0
+  <use xlink:href="#glyph0-10" x="248.875" y="543.351562"/>
0
+  <use xlink:href="#glyph0-4" x="256.375" y="543.351562"/>
0
+  <use xlink:href="#glyph0-16" x="260.875" y="543.351562"/>
0
+  <use xlink:href="#glyph0-2" x="269.125" y="543.351562"/>
0
+  <use xlink:href="#glyph0-9" x="275.125" y="543.351562"/>
0
+  <use xlink:href="#glyph0-10" x="281.875" y="543.351562"/>
0
+</g>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 483 -425 C 479 -407 474 -379 474 -355 C 474 -355 474 -355 474 -167 C 474 -121 426 -88 390 -70 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 391.558594 -66.863281 L 381 -66 L 388.714844 -73.261719 Z M 391.558594 -66.863281 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-17" x="478.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-22" x="483" y="393.101562"/>
0
-  <use xlink:href="#glyph0-19" x="489.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-20" x="494.25" y="393.101562"/>
0
-  <use xlink:href="#glyph0-11" x="498" y="393.101562"/>
0
-  <use xlink:href="#glyph0-4" x="502.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-16" x="507" y="393.101562"/>
0
-  <use xlink:href="#glyph0-2" x="515.25" y="393.101562"/>
0
-  <use xlink:href="#glyph0-9" x="521.25" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="528" y="393.101562"/>
0
+  <use xlink:href="#glyph0-17" x="477.5" y="387.351562"/>
0
+  <use xlink:href="#glyph0-22" x="482" y="387.351562"/>
0
+  <use xlink:href="#glyph0-19" x="488.75" y="387.351562"/>
0
+  <use xlink:href="#glyph0-20" x="493.25" y="387.351562"/>
0
+  <use xlink:href="#glyph0-11" x="497" y="387.351562"/>
0
+  <use xlink:href="#glyph0-4" x="501.5" y="387.351562"/>
0
+  <use xlink:href="#glyph0-16" x="506" y="387.351562"/>
0
+  <use xlink:href="#glyph0-2" x="514.25" y="387.351562"/>
0
+  <use xlink:href="#glyph0-9" x="520.25" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="527" y="387.351562"/>
0
 </g>
0
 </g>
0
 </g>
...
1
2
 
3
4
5
...
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
...
1
 
2
3
4
5
...
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
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="523pt" height="660pt" viewBox="0 0 523 660" version="1.1">
0
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="522pt" height="654pt" viewBox="0 0 522 654" version="1.1">
0
 <defs>
0
 <g>
0
 <symbol overflow="visible" id="glyph0-0">
0
@@ -70,383 +70,383 @@
0
 </symbol>
0
 </g>
0
 <clipPath id="clip1">
0
-  <path d="M 0 660 L 523 660 L 523 0 L 0 0 Z M 0 660 "/>
0
+  <path d="M 0 654 L 522 654 L 522 0 L 0 0 Z M 0 654 "/>
0
 </clipPath>
0
 </defs>
0
 <g id="surface0">
0
 <g clip-path="url(#clip1)" clip-rule="nonzero">
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M -4 4 L -4 -656 L 519 -656 L 519 4 Z M -4 4 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M -4 4 L -4 -650 L 518 -650 L 518 4 Z M -4 4 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-1" x="219" y="648.101562"/>
0
-  <use xlink:href="#glyph0-2" x="222.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-3" x="228.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-1" x="234.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-4" x="238.5" y="648.101562"/>
0
-  <use xlink:href="#glyph0-5" x="243" y="648.101562"/>
0
-  <use xlink:href="#glyph0-6" x="249" y="648.101562"/>
0
-  <use xlink:href="#glyph0-7" x="255.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-8" x="262.5" y="648.101562"/>
0
-  <use xlink:href="#glyph0-2" x="273" y="648.101562"/>
0
-  <use xlink:href="#glyph0-9" x="279" y="648.101562"/>
0
-  <use xlink:href="#glyph0-1" x="285.75" y="648.101562"/>
0
-  <use xlink:href="#glyph0-2" x="289.5" y="648.101562"/>
0
-  <use xlink:href="#glyph0-10" x="295.5" y="648.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 L 292 -141 L 292 -486 L 280 -498 L 20 -498 L 8 -486 L 8 -141 Z M 20 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -486 C 292 -492 286 -498 280 -498 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -498 C 14 -498 8 -492 8 -486 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -141 L 292 -486 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -486 C 292 -492 286 -498 280 -498 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -498 L 20 -498 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -498 C 14 -498 8 -492 8 -486 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -486 L 8 -141 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-1" x="219" y="642.351562"/>
0
+  <use xlink:href="#glyph0-2" x="222.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-3" x="228.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-1" x="234.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-4" x="238.5" y="642.351562"/>
0
+  <use xlink:href="#glyph0-5" x="243" y="642.351562"/>
0
+  <use xlink:href="#glyph0-6" x="249" y="642.351562"/>
0
+  <use xlink:href="#glyph0-7" x="255.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-8" x="262.5" y="642.351562"/>
0
+  <use xlink:href="#glyph0-2" x="273" y="642.351562"/>
0
+  <use xlink:href="#glyph0-9" x="279" y="642.351562"/>
0
+  <use xlink:href="#glyph0-1" x="285.75" y="642.351562"/>
0
+  <use xlink:href="#glyph0-2" x="289.5" y="642.351562"/>
0
+  <use xlink:href="#glyph0-10" x="295.5" y="642.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 L 292 -141 L 292 -482 L 280 -494 L 20 -494 L 8 -482 L 8 -141 Z M 20 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -482 C 292 -488 286 -494 280 -494 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -494 C 14 -494 8 -488 8 -482 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -129 L 280 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -129 C 286 -129 292 -135 292 -141 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -141 L 292 -482 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 292 -482 C 292 -488 286 -494 280 -494 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 280 -494 L 20 -494 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 20 -494 C 14 -494 8 -488 8 -482 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -482 L 8 -141 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 8 -141 C 8 -135 14 -129 20 -129 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="150" y="174.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -634 L 389 -634 C 389 -624.058594 380.941406 -616 371 -616 C 361.058594 -616 353 -624.058594 353 -634 C 353 -643.941406 361.058594 -652 371 -652 C 380.941406 -652 389 -643.941406 389 -634 Z M 389 -634 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -578 L 356 -578 L 344 -566 L 344 -554 L 356 -542 L 386 -542 L 398 -554 L 398 -566 Z M 386 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 356 -578 C 350 -578 344 -572 344 -566 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -554 C 344 -548 350 -542 356 -542 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -542 C 392 -542 398 -548 398 -554 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -566 C 398 -572 392 -578 386 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -578 L 356 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 356 -578 C 350 -578 344 -572 344 -566 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -566 L 344 -554 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -554 C 344 -548 350 -542 356 -542 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 356 -542 L 386 -542 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 386 -542 C 392 -542 398 -548 398 -554 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -554 L 398 -566 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -566 C 398 -572 392 -578 386 -578 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="150.25" y="172.351563"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -628 L 388 -628 C 388 -618.058594 379.941406 -610 370 -610 C 360.058594 -610 352 -618.058594 352 -628 C 352 -637.941406 360.058594 -646 370 -646 C 379.941406 -646 388 -637.941406 388 -628 Z M 388 -628 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -572 L 355 -572 L 343 -560 L 343 -548 L 355 -536 L 385 -536 L 397 -548 L 397 -560 Z M 385 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 355 -572 C 349 -572 343 -566 343 -560 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -548 C 343 -542 349 -536 355 -536 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -536 C 391 -536 397 -542 397 -548 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -560 C 397 -566 391 -572 385 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -572 L 355 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 355 -572 C 349 -572 343 -566 343 -560 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -560 L 343 -548 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -548 C 343 -542 349 -536 355 -536 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 355 -536 L 385 -536 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -536 C 391 -536 397 -542 397 -548 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -548 L 397 -560 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -560 C 397 -566 391 -572 385 -572 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="372" y="100.101562"/>
0
+  <use xlink:href="#glyph0-5" x="371" y="100.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -616 C 371 -607 371 -598 371 -588 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 374.5 -588 L 371 -578 L 367.5 -588 Z M 374.5 -588 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -563 C 408 -563 416 -562 416 -560 C 416 -559 413 -558 408 -557 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 408 -553.5 L 398 -557 L 408 -560.5 Z M 408 -553.5 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 370 -610 C 370 -601 370 -592 370 -582 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 373.5 -582 L 370 -572 L 366.5 -582 Z M 373.5 -582 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -557 C 407 -557 415 -556 415 -554 C 415 -553 412 -552 407 -551 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 407 -547.5 L 397 -551 L 407 -554.5 Z M 407 -547.5 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-11" x="420" y="100.101562"/>
0
-  <use xlink:href="#glyph0-12" x="424.5" y="100.101562"/>
0
-  <use xlink:href="#glyph0-12" x="432" y="100.101562"/>
0
+  <use xlink:href="#glyph0-11" x="418.25" y="100.351562"/>
0
+  <use xlink:href="#glyph0-12" x="422.75" y="100.351562"/>
0
+  <use xlink:href="#glyph0-12" x="430.25" y="100.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -574 C 417 -579 436 -574 436 -560 C 436 -549 423 -543 408 -544 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 407.121094 -540.605469 L 398 -546 L 408.492188 -547.472656 Z M 407.121094 -540.605469 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -568 C 416 -572 434 -567 434 -554 C 434 -543 422 -538 407 -539 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 406.601562 -535.523438 L 397 -540 L 407.296875 -542.488281 Z M 406.601562 -535.523438 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-13" x="440" y="100.101562"/>
0
-  <use xlink:href="#glyph0-5" x="447.5" y="100.101562"/>
0
-  <use xlink:href="#glyph0-14" x="453.5" y="100.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -465 L 401 -465 L 389 -453 L 389 -441 L 401 -429 L 431 -429 L 443 -441 L 443 -453 Z M 431 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -465 C 395 -465 389 -459 389 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -441 C 389 -435 395 -429 401 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -429 C 437 -429 443 -435 443 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 443 -453 C 443 -459 437 -465 431 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -465 L 401 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -465 C 395 -465 389 -459 389 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -453 L 389 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 389 -441 C 389 -435 395 -429 401 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -429 L 431 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 431 -429 C 437 -429 443 -435 443 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 443 -441 L 443 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 443 -453 C 443 -459 437 -465 431 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-13" x="438" y="100.351562"/>
0
+  <use xlink:href="#glyph0-5" x="445.5" y="100.351562"/>
0
+  <use xlink:href="#glyph0-14" x="451.5" y="100.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -461 L 400 -461 L 388 -449 L 388 -437 L 400 -425 L 430 -425 L 442 -437 L 442 -449 Z M 430 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 400 -461 C 394 -461 388 -455 388 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -437 C 388 -431 394 -425 400 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -425 C 436 -425 442 -431 442 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 442 -449 C 442 -455 436 -461 430 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -461 L 400 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 400 -461 C 394 -461 388 -455 388 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -449 L 388 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 388 -437 C 388 -431 394 -425 400 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 400 -425 L 430 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 430 -425 C 436 -425 442 -431 442 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 442 -437 L 442 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 442 -449 C 442 -455 436 -461 430 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-13" x="416" y="213.101562"/>
0
+  <use xlink:href="#glyph0-13" x="415.25" y="211.351563"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 378 -542 C 386 -524 397 -495 405 -474 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 408.136719 -475.558594 L 409 -465 L 401.738281 -472.714844 Z M 408.136719 -475.558594 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 377 -536 C 384 -518 395 -491 403 -471 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 406.535156 -471.585938 L 407 -461 L 400.035156 -468.984375 Z M 406.535156 -471.585938 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="398" y="145.101562"/>
0
-  <use xlink:href="#glyph0-15" x="404" y="145.101562"/>
0
-  <use xlink:href="#glyph0-1" x="411.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-12" x="415.25" y="145.101562"/>
0
-  <use xlink:href="#glyph0-15" x="422.75" y="145.101562"/>
0
-  <use xlink:href="#glyph0-13" x="430.25" y="145.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 284 -447 L 284 -447 C 284 -437.058594 275.941406 -429 266 -429 C 256.058594 -429 248 -437.058594 248 -447 C 248 -456.941406 256.058594 -465 266 -465 C 275.941406 -465 284 -456.941406 284 -447 Z M 284 -447 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 344 -549 C 331 -542 316 -534 305 -524 C 291 -510 281 -490 275 -474 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 278.261719 -472.714844 L 271 -465 L 271.863281 -475.558594 Z M 278.261719 -472.714844 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-5" x="395.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-15" x="401.125" y="144.351562"/>
0
+  <use xlink:href="#glyph0-1" x="408.625" y="144.351562"/>
0
+  <use xlink:href="#glyph0-12" x="412.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-15" x="419.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-13" x="427.375" y="144.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 284 -443 L 284 -443 C 284 -433.058594 275.941406 -425 266 -425 C 256.058594 -425 248 -433.058594 248 -443 C 248 -452.941406 256.058594 -461 266 -461 C 275.941406 -461 284 -452.941406 284 -443 Z M 284 -443 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 343 -542 C 330 -536 316 -528 305 -518 C 291 -505 281 -486 275 -470 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 278.261719 -468.714844 L 271 -461 L 271.863281 -471.558594 Z M 278.261719 -468.714844 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="314" y="145.101562"/>
0
-  <use xlink:href="#glyph0-4" x="320" y="145.101562"/>
0
-  <use xlink:href="#glyph0-16" x="324.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-10" x="332.75" y="145.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -465 L 473 -465 L 461 -453 L 461 -441 L 473 -429 L 503 -429 L 515 -441 L 515 -453 Z M 503 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 473 -465 C 467 -465 461 -459 461 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 461 -441 C 461 -435 467 -429 473 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -429 C 509 -429 515 -435 515 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 515 -453 C 515 -459 509 -465 503 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -465 L 473 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 473 -465 C 467 -465 461 -459 461 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 461 -453 L 461 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 461 -441 C 461 -435 467 -429 473 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 473 -429 L 503 -429 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 503 -429 C 509 -429 515 -435 515 -441 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 515 -441 L 515 -453 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 515 -453 C 515 -459 509 -465 503 -465 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-5" x="314.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-4" x="320.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-16" x="325.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-10" x="333.625" y="144.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -461 L 472 -461 L 460 -449 L 460 -437 L 472 -425 L 502 -425 L 514 -437 L 514 -449 Z M 502 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 472 -461 C 466 -461 460 -455 460 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 460 -437 C 460 -431 466 -425 472 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -425 C 508 -425 514 -431 514 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 514 -449 C 514 -455 508 -461 502 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -461 L 472 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 472 -461 C 466 -461 460 -455 460 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 460 -449 L 460 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 460 -437 C 460 -431 466 -425 472 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 472 -425 L 502 -425 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 502 -425 C 508 -425 514 -431 514 -437 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 514 -437 L 514 -449 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 514 -449 C 514 -455 508 -461 502 -461 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-11" x="489.5" y="213.101562"/>
0
+  <use xlink:href="#glyph0-11" x="488.75" y="211.351563"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398 -549 C 411 -543 427 -534 438 -524 C 453 -510 466 -490 475 -474 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 478.136719 -475.558594 L 479 -465 L 471.738281 -472.714844 Z M 478.136719 -475.558594 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 397 -542 C 409 -536 423 -527 434 -518 C 449 -504 462 -485 472 -470 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 475.203125 -471.441406 L 477 -461 L 469.082031 -468.042969 Z M 475.203125 -471.441406 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-5" x="455.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-4" x="461.5" y="145.101562"/>
0
-  <use xlink:href="#glyph0-16" x="466" y="145.101562"/>
0
-  <use xlink:href="#glyph0-11" x="474.25" y="145.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -375 L 372 -375 L 360 -363 L 360 -351 L 372 -339 L 402 -339 L 414 -351 L 414 -363 Z M 402 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 372 -375 C 366 -375 360 -369 360 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 360 -351 C 360 -345 366 -339 372 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -339 C 408 -339 414 -345 414 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 414 -363 C 414 -369 408 -375 402 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -375 L 372 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 372 -375 C 366 -375 360 -369 360 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 360 -363 L 360 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 360 -351 C 360 -345 366 -339 372 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 372 -339 L 402 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 402 -339 C 408 -339 414 -345 414 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 414 -351 L 414 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 414 -363 C 414 -369 408 -375 402 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-5" x="449.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-4" x="455.375" y="144.351562"/>
0
+  <use xlink:href="#glyph0-16" x="459.875" y="144.351562"/>
0
+  <use xlink:href="#glyph0-11" x="468.125" y="144.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -373 L 371 -373 L 359 -361 L 359 -349 L 371 -337 L 401 -337 L 413 -349 L 413 -361 Z M 401 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -373 C 365 -373 359 -367 359 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 359 -349 C 359 -343 365 -337 371 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -337 C 407 -337 413 -343 413 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 413 -361 C 413 -367 407 -373 401 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -373 L 371 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -373 C 365 -373 359 -367 359 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 359 -361 L 359 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 359 -349 C 359 -343 365 -337 371 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 371 -337 L 401 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 401 -337 C 407 -337 413 -343 413 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 413 -349 L 413 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 413 -361 C 413 -367 407 -373 401 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-17" x="387.5" y="303.101562"/>
0
+  <use xlink:href="#glyph0-17" x="386.625" y="299.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 410 -429 C 407 -418 403 -405 399 -393 C 398 -390 397 -387 396 -385 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 399.226562 -383.574219 L 393 -375 L 392.519531 -385.585938 Z M 399.226562 -383.574219 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 409 -425 C 405 -413 400 -397 395 -383 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 398.226562 -381.574219 L 392 -373 L 391.519531 -383.585938 Z M 398.226562 -381.574219 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-13" x="411.5" y="258.101562"/>
0
-  <use xlink:href="#glyph0-4" x="419" y="258.101562"/>
0
-  <use xlink:href="#glyph0-16" x="423.5" y="258.101562"/>
0
-  <use xlink:href="#glyph0-17" x="431.75" y="258.101562"/>
0
+  <use xlink:href="#glyph0-13" x="408.5" y="255.351562"/>
0
+  <use xlink:href="#glyph0-4" x="416" y="255.351562"/>
0
+  <use xlink:href="#glyph0-16" x="420.5" y="255.351562"/>
0
+  <use xlink:href="#glyph0-17" x="428.75" y="255.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 394 -429 C 389 -424 384 -418 381 -411 C 377 -403 377 -394 379 -385 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 382.472656 -385.492188 L 381 -375 L 375.605469 -384.121094 Z M 382.472656 -385.492188 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 395 -425 C 390 -420 386 -414 383 -407 C 380 -399 380 -391 380 -383 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 383.488281 -383.296875 L 381 -373 L 376.523438 -382.601562 Z M 383.488281 -383.296875 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-17" x="388" y="258.101562"/>
0
-  <use xlink:href="#glyph0-18" x="394.75" y="258.101562"/>
0
+  <use xlink:href="#glyph0-17" x="390.25" y="255.351562"/>
0
+  <use xlink:href="#glyph0-18" x="397" y="255.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 376 -375 C 368 -389 358 -409 354 -429 C 348 -458 350 -467 354 -498 C 355 -509 359 -522 362 -532 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 358.773438 -533.425781 L 365 -542 L 365.480469 -531.414062 Z M 358.773438 -533.425781 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 375 -373 C 368 -387 358 -406 354 -425 C 348 -454 351 -463 354 -494 C 355 -505 358 -516 361 -526 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 357.773438 -527.425781 L 364 -536 L 364.480469 -525.414062 Z M 357.773438 -527.425781 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-17" x="361" y="213.101562"/>
0
-  <use xlink:href="#glyph0-4" x="367.75" y="213.101562"/>
0
-  <use xlink:href="#glyph0-16" x="372.25" y="213.101562"/>
0
-  <use xlink:href="#glyph0-5" x="380.5" y="213.101562"/>
0
+  <use xlink:href="#glyph0-17" x="361.25" y="211.351563"/>
0
+  <use xlink:href="#glyph0-4" x="368" y="211.351563"/>
0
+  <use xlink:href="#glyph0-16" x="372.5" y="211.351563"/>
0
+  <use xlink:href="#glyph0-5" x="380.75" y="211.351563"/>
0
 </g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 379.015625 -54 L 379.015625 -54 C 379.015625 -40.183594 367.816406 -28.984375 354 -28.984375 C 340.183594 -28.984375 328.984375 -40.183594 328.984375 -54 C 328.984375 -67.816406 340.183594 -79.015625 354 -79.015625 C 367.816406 -79.015625 379.015625 -67.816406 379.015625 -54 Z M 379.015625 -54 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 383.015625 -54 L 383.015625 -54 C 383.015625 -37.976562 370.023438 -24.984375 354 -24.984375 C 337.976562 -24.984375 324.984375 -37.976562 324.984375 -54 C 324.984375 -70.023438 337.976562 -83.015625 354 -83.015625 C 370.023438 -83.015625 383.015625 -70.023438 383.015625 -54 Z M 383.015625 -54 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 379.199219 -55 L 379.199219 -55 C 379.199219 -40.84375 367.917969 -29.367188 354 -29.367188 C 340.082031 -29.367188 328.800781 -40.84375 328.800781 -55 C 328.800781 -69.15625 340.082031 -80.632812 354 -80.632812 C 367.917969 -80.632812 379.199219 -69.15625 379.199219 -55 Z M 379.199219 -55 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 383.128906 -55 L 383.128906 -55 C 383.128906 -38.632812 370.089844 -25.367188 354 -25.367188 C 337.910156 -25.367188 324.871094 -38.632812 324.871094 -55 C 324.871094 -71.367188 337.910156 -84.632812 354 -84.632812 C 370.089844 -84.632812 383.128906 -71.367188 383.128906 -55 Z M 383.128906 -55 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(100%,100%,100%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-2" x="348" y="606.101562"/>
0
-  <use xlink:href="#glyph0-9" x="354" y="606.101562"/>
0
-  <use xlink:href="#glyph0-10" x="360.75" y="606.101562"/>
0
+  <use xlink:href="#glyph0-2" x="347.875" y="599.351562"/>
0
+  <use xlink:href="#glyph0-9" x="353.875" y="599.351562"/>
0
+  <use xlink:href="#glyph0-10" x="360.625" y="599.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 385 -339 C 380 -292 366 -159 358 -93 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 361.476562 -92.601562 L 357 -83 L 354.511719 -93.296875 Z M 361.476562 -92.601562 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 384 -337 C 379 -290 366 -161 358 -95 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 361.476562 -94.601562 L 357 -85 L 354.511719 -95.296875 Z M 361.476562 -94.601562 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-17" x="378" y="438.101562"/>
0
-  <use xlink:href="#glyph0-4" x="384.75" y="438.101562"/>
0
-  <use xlink:href="#glyph0-16" x="389.25" y="438.101562"/>
0
-  <use xlink:href="#glyph0-2" x="397.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-9" x="403.5" y="438.101562"/>
0
-  <use xlink:href="#glyph0-10" x="410.25" y="438.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -375 L 134 -375 L 122 -363 L 122 -351 L 134 -339 L 164 -339 L 176 -351 L 176 -363 Z M 164 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -375 C 128 -375 122 -369 122 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -351 C 122 -345 128 -339 134 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -339 C 170 -339 176 -345 176 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -363 C 176 -369 170 -375 164 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -375 L 134 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -375 C 128 -375 122 -369 122 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -363 L 122 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -351 C 122 -345 128 -339 134 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -339 L 164 -339 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -339 C 170 -339 176 -345 176 -351 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -351 L 176 -363 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -363 C 176 -369 170 -375 164 -375 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-17" x="377.125" y="431.351562"/>
0
+  <use xlink:href="#glyph0-4" x="383.875" y="431.351562"/>
0
+  <use xlink:href="#glyph0-16" x="388.375" y="431.351562"/>
0
+  <use xlink:href="#glyph0-2" x="396.625" y="431.351562"/>
0
+  <use xlink:href="#glyph0-9" x="402.625" y="431.351562"/>
0
+  <use xlink:href="#glyph0-10" x="409.375" y="431.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -373 L 134 -373 L 122 -361 L 122 -349 L 134 -337 L 164 -337 L 176 -349 L 176 -361 Z M 164 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -373 C 128 -373 122 -367 122 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -349 C 122 -343 128 -337 134 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -337 C 170 -337 176 -343 176 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -361 C 176 -367 170 -373 164 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -373 L 134 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -373 C 128 -373 122 -367 122 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -361 L 122 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -349 C 122 -343 128 -337 134 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 134 -337 L 164 -337 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 164 -337 C 170 -337 176 -343 176 -349 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -349 L 176 -361 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 176 -361 C 176 -367 170 -373 164 -373 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="146" y="303.101562"/>
0
-  <use xlink:href="#glyph0-19" x="153.5" y="303.101562"/>
0
+  <use xlink:href="#glyph0-10" x="145.875" y="299.351562"/>
0
+  <use xlink:href="#glyph0-19" x="153.375" y="299.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 251 -437 C 240 -430 225 -420 212 -411 C 200 -401 188 -391 177 -382 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 178.832031 -378.949219 L 169 -375 L 174.222656 -384.21875 Z M 178.832031 -378.949219 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 279 -435 C 295 -418 320 -388 320 -357 C 320 -357 320 -357 320 -166 C 320 -139 329 -111 337 -89 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 340.136719 -90.558594 L 341 -80 L 333.738281 -87.714844 Z M 340.136719 -90.558594 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 250 -433 C 240 -426 225 -416 212 -407 C 201 -398 188 -388 178 -379 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180.101562 -376.199219 L 170 -373 L 175.898438 -381.800781 Z M 180.101562 -376.199219 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 279 -431 C 295 -415 320 -385 320 -355 C 320 -355 320 -355 320 -167 C 320 -140 328 -112 337 -91 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 340.136719 -92.558594 L 341 -82 L 333.738281 -89.714844 Z M 340.136719 -92.558594 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="324.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-4" x="332" y="393.101562"/>
0
-  <use xlink:href="#glyph0-16" x="336.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-2" x="344.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-9" x="350.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="357.5" y="393.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 L 126 -273 L 126 -261 L 138 -249 L 168 -249 L 180 -261 L 180 -273 Z M 168 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -273 L 126 -261 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -249 L 168 -249 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -261 L 180 -273 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="324.75" y="387.351562"/>
0
+  <use xlink:href="#glyph0-4" x="332.25" y="387.351562"/>
0
+  <use xlink:href="#glyph0-16" x="336.75" y="387.351562"/>
0
+  <use xlink:href="#glyph0-2" x="345" y="387.351562"/>
0
+  <use xlink:href="#glyph0-9" x="351" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="357.75" y="387.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(100%,100%,100%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 L 126 -273 L 126 -261 L 138 -249 L 168 -249 L 180 -261 L 180 -273 Z M 168 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(100%,100%,100%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -285 L 138 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -285 C 132 -285 126 -279 126 -273 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -273 L 126 -261 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 126 -261 C 126 -255 132 -249 138 -249 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 138 -249 L 168 -249 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 168 -249 C 174 -249 180 -255 180 -261 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -261 L 180 -273 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 180 -273 C 180 -279 174 -285 168 -285 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="150" y="393.101562"/>
0
-  <use xlink:href="#glyph0-18" x="157.5" y="393.101562"/>
0
+  <use xlink:href="#glyph0-10" x="149.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-18" x="157.375" y="387.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -352 C 89 -344 41 -328 59 -303 C 74 -282 89 -294 112 -285 C 114 -284 115 -284 116 -283 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 118.015625 -285.964844 L 126 -279 L 115.414062 -279.464844 Z M 118.015625 -285.964844 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -350 C 89 -343 41 -328 59 -303 C 74 -282 89 -294 112 -285 C 114 -284 115 -284 116 -283 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 118.015625 -285.964844 L 126 -279 L 115.414062 -279.464844 Z M 118.015625 -285.964844 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="63" y="348.101562"/>
0
-  <use xlink:href="#glyph0-20" x="70.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-20" x="73.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="76.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-19" x="84" y="348.101562"/>
0
-  <use xlink:href="#glyph0-4" x="90.75" y="348.101562"/>
0
-  <use xlink:href="#glyph0-16" x="95.25" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="103.5" y="348.101562"/>
0
-  <use xlink:href="#glyph0-20" x="111" y="348.101562"/>
0
-  <use xlink:href="#glyph0-20" x="114" y="348.101562"/>
0
-  <use xlink:href="#glyph0-10" x="117" y="348.101562"/>
0
-  <use xlink:href="#glyph0-18" x="124.5" y="348.101562"/>
0
-</g>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 83.015625 -166 L 83.015625 -166 C 83.015625 -152.183594 71.816406 -140.984375 58 -140.984375 C 44.183594 -140.984375 32.984375 -152.183594 32.984375 -166 C 32.984375 -179.816406 44.183594 -191.015625 58 -191.015625 C 71.816406 -191.015625 83.015625 -179.816406 83.015625 -166 Z M 83.015625 -166 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 87.015625 -166 L 87.015625 -166 C 87.015625 -149.976562 74.023438 -136.984375 58 -136.984375 C 41.976562 -136.984375 28.984375 -149.976562 28.984375 -166 C 28.984375 -182.023438 41.976562 -195.015625 58 -195.015625 C 74.023438 -195.015625 87.015625 -182.023438 87.015625 -166 Z M 87.015625 -166 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="63.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-20" x="71.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-20" x="74.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="77.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-19" x="84.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-4" x="91.625" y="343.351562"/>
0
+  <use xlink:href="#glyph0-16" x="96.125" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="104.375" y="343.351562"/>
0
+  <use xlink:href="#glyph0-20" x="111.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-20" x="114.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-10" x="117.875" y="343.351562"/>
0
+  <use xlink:href="#glyph0-18" x="125.375" y="343.351562"/>
0
+</g>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 83.199219 -167 L 83.199219 -167 C 83.199219 -152.84375 71.917969 -141.367188 58 -141.367188 C 44.082031 -141.367188 32.800781 -152.84375 32.800781 -167 C 32.800781 -181.15625 44.082031 -192.632812 58 -192.632812 C 71.917969 -192.632812 83.199219 -181.15625 83.199219 -167 Z M 83.199219 -167 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 87.128906 -167 L 87.128906 -167 C 87.128906 -150.632812 74.089844 -137.367188 58 -137.367188 C 41.910156 -137.367188 28.871094 -150.632812 28.871094 -167 C 28.871094 -183.367188 41.910156 -196.632812 58 -196.632812 C 74.089844 -196.632812 87.128906 -183.367188 87.128906 -167 Z M 87.128906 -167 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(100%,100%,100%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-2" x="52" y="494.101562"/>
0
-  <use xlink:href="#glyph0-9" x="58" y="494.101562"/>
0
-  <use xlink:href="#glyph0-10" x="64.75" y="494.101562"/>
0
+  <use xlink:href="#glyph0-2" x="51.875" y="487.351562"/>
0
+  <use xlink:href="#glyph0-9" x="57.875" y="487.351562"/>
0
+  <use xlink:href="#glyph0-10" x="64.625" y="487.351562"/>
0
 </g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -354 C 100 -350 70 -341 52 -321 C 25 -289 33 -237 44 -203 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 47.480469 -203.585938 L 47 -193 L 40.773438 -201.574219 Z M 47.480469 -203.585938 " transform="matrix(1,0,0,1,4,656)"/>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 122 -352 C 100 -348 70 -339 52 -319 C 25 -288 33 -238 44 -204 " transform="matrix(1,0,0,1,4,650)"/>
0
+<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 47.480469 -204.585938 L 47 -194 L 40.773438 -202.574219 Z M 47.480469 -204.585938 " transform="matrix(1,0,0,1,4,650)"/>
0
 <g style="fill: rgb(0%,0%,0%); fill-opacity: 1;">
0
-  <use xlink:href="#glyph0-10" x="40" y="393.101562"/>
0
-  <use xlink:href="#glyph0-20" x="47.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-20" x="50.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="53.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-19" x="61" y="393.101562"/>
0
-  <use xlink:href="#glyph0-4" x="67.75" y="393.101562"/>
0
-  <use xlink:href="#glyph0-16" x="72.25" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="80.5" y="393.101562"/>
0
-  <use xlink:href="#glyph0-20" x="88" y="393.101562"/>
0
-  <use xlink:href="#glyph0-20" x="91" y="393.101562"/>
0
-  <use xlink:href="#glyph0-2" x="94" y="393.101562"/>
0
-  <use xlink:href="#glyph0-9" x="100" y="393.101562"/>
0
-  <use xlink:href="#glyph0-10" x="106.75" y="393.101562"/>
0
-</g>
0
-<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 151 -285 C 151 -291 150 -297 150 -303 C 149 -311 149 -320 149 -329 " transform="matrix(1,0,0,1,4,656)"/>
0
-<path style="fill-rule: nonzero; fill: rgb(0%,0%,0%); fill-opacity: 1;stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: 10; " d="M 145.5 -329 L 149 -339 L 152.5 -329 Z M 145.5 -329 " transform="matrix(1,0,0,1,4,656)"/>
0
+  <use xlink:href="#glyph0-10" x="41.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-20" x="49.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-20" x="52.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="55.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-19" x="62.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-4" x="69.625" y="387.351562"/>
0
+  <use xlink:href="#glyph0-16" x="74.125" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="82.375" y="387.351562"/>
0
+  <use xlink:href="#glyph0-20" x="89.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-20" x="92.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-2" x="95.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-9" x="101.875" y="387.351562"/>
0
+  <use xlink:href="#glyph0-10" x="108.625" y="387.351562"/>
0
+</g>
0
+<path style="fill: none; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke: rgb(0%,0%,0%); stroke-opacity: 1;stroke-miterlimit: