-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
613 lines (605 loc) · 105 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>SVG Screen Website</title>
</head>
<body>
<div class="container">
<div class="image-container">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="100%" height="100%"
viewBox="0 0 417.72849 350.00001" version="1.1" id="svg8" sodipodi:docname="Desktop PC (refined).svg"
inkscape:version="1.0.2-2 (e86c870879, 2021-01-15)"
inkscape:export-filename="C:\Users\Lozzy\Websites\school-of-code\Job Stuff\pdf_cvs\images\website-hotlink.png"
inkscape:export-xdpi="162.59283" inkscape:export-ydpi="162.59283"
preserveAspectRatio="none">
<defs id="defs2" />
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0"
inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.5" inkscape:cx="559.14187"
inkscape:cy="726.07581" inkscape:document-units="mm" inkscape:current-layer="layer6"
inkscape:document-rotation="0" showgrid="false" inkscape:window-width="1920" inkscape:window-height="1001"
inkscape:window-x="-9" inkscape:window-y="-9" inkscape:window-maximized="1" fit-margin-top="0"
fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0">
<inkscape:grid type="xygrid" id="grid1997" originx="-41.882272" originy="-13.094055" />
</sodipodi:namedview>
<metadata id="metadata5">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g inkscape:label="Desktop PC" inkscape:groupmode="layer" id="layer1"
transform="translate(-41.88227,-13.094054)" style="display:inline" />
<g inkscape:groupmode="layer" id="layer3" inkscape:label="Boundary rectangle"
transform="translate(-41.88227,-13.094054)" style="display:inline" />
<g inkscape:groupmode="layer" id="layer4" inkscape:label="Outer Shape"
transform="translate(-41.88227,-13.094054)" style="display:inline">
<path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 42.77,341.41506 16.966393,-84.83197 c 3.862504,-8.89804 3.862502,-19.3125 3.862502,-19.3125 0.771585,-67.5971 4.462084,-136.06095 20.828894,-208.288952 118.290411,-22.8258559 228.090971,-18.747778 333.262321,0 16.68434,65.312906 19.94551,136.298492 20.82889,208.288952 2e-5,0 0.34721,2.16657 0.91286,6.57795 0.48279,3.76536 1.39572,7.06739 2.74937,11.73317 l 17.16668,85.83335 c -1.05919,11.04379 -3.6603,21.0129 -20.82891,20.8289 H 63.598895 C 36.952031,358.11585 42.77,341.41508 42.77,341.41506 Z"
id="path2003" sodipodi:nodetypes="ccccccsccccc" />
</g>
<foreignObject width="100%" height="100%">
<div>
<iframe id="iframe-inner-changes" class="iframe-cv"
src="https://lauro235.github.io/freecodecamptribute/" frameborder="0"></iframe>
</div>
</foreignObject>
<g inkscape:groupmode="layer" id="layer11" inkscape:label="Desktop Background-color">
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:20.0315"
d="m 95.186331,1230.0953 c -52.904518,-1.0304 -63.208841,-1.7238 -70.240147,-4.7265 l -8.240146,-3.519 27.556333,-136.3868 C 72.575439,945.33082 77.972449,920.03154 83.076137,903.51766 c 4.73038,-15.306 6.914928,-45.3938 9.10777,-125.44146 7.785526,-284.2034 24.795673,-454.39927 65.812953,-658.49484 5.47086,-27.222157 10.42972,-50.275853 11.01968,-51.230429 0.58996,-0.954576 4.01951,-2.243866 7.62122,-2.865092 3.60171,-0.621224 24.54857,-4.271268 46.54857,-8.11121 133.798,-23.353474 271.33714,-38.525272 412.00436,-45.447772 64.97592,-3.1975873 289.6676,-1.352703 348.99564,2.865511 144.94387,10.305488 250.08527,22.334011 379.99997,43.473251 34.9895,5.693366 49.6796,8.868686 51.3766,11.105314 4.7836,6.30461 23.7873,95.418347 35.6449,167.149337 23.4967,142.14096 35.2045,287.96839 40.9901,510.55593 2.2598,86.94014 4.6288,125.3722 8.8764,144 13.9472,61.1655 61.0102,295.9101 64.226,320.3518 l 1.362,10.3519 -10.738,3.2086 c -5.9059,1.7647 -16.588,4.0635 -23.738,5.1085 -14.201,2.0755 -1330.42795,2.0739 -1436.999969,0 z M 1096.1863,1186.5606 c 0,-0.8335 -2.7,-9.4538 -6,-19.1561 -3.3,-9.7022 -6,-18.0202 -6,-18.4844 0,-0.4641 86.9107,-0.8439 193.1348,-0.8439 185.9701,0 193.0918,-0.1352 191.9776,-3.6458 -0.9076,-2.8597 -41.1124,-221.74954 -41.1124,-223.8313 0,-0.2876 -277.2,-0.5229 -615.99997,-0.5229 -338.8,0 -616,0.6853 -616,1.5229 0,0.83758 -9,51.00228 -20,111.4771 -11,60.4748 -20,111.0895 -20,112.4771 0,1.9844 15.58009,2.5229 73,2.5229 57.16554,0 73,0.5437 73,2.5064 0,2.1978 -5.11248,21.2451 -8.93542,33.2901 l -1.33414,4.2035 h 402.13478 c 221.17414,0 402.13475,-0.682 402.13475,-1.5156 z M 942.18633,847.98092 c 129.64597,-6.01942 385.43467,-29.17996 398.29787,-36.06412 5.1237,-2.74214 7.3138,-11.97692 10.6342,-44.8406 11.0529,-109.3953 17.1975,-263.10912 14.7238,-368.33287 -2.82,-119.95238 -13.553,-262.93163 -20.7877,-276.9221 -1.5893,-3.07329 -5.6224,-6.33318 -9.3334,-7.54396 -25.5887,-8.34882 -171.023,-31.759215 -261.6478,-42.117159 C 990.98097,62.663085 922.85513,58.385487 829.18633,56.783745 651.81003,53.750599 477.77967,69.185711 297.66353,103.9256 c -56.89572,10.97376 -57.24428,11.08207 -60.40022,18.76843 -2.91434,7.09794 -9.93036,60.36402 -13.22196,100.38218 -1.17622,14.3 -2.6262,89.8641 -3.22218,167.92022 -1.3521,177.08519 1.05308,251.02603 12.42672,382.02769 2.38314,27.4491 3.63976,34.6403 6.56418,37.56472 2.70752,2.7075 12.13452,4.8442 37.49654,8.49888 57.58402,8.29788 170.88872,20.1181 259.87972,27.11128 70.79594,5.56334 301.67682,6.57918 405,1.78192 z"
id="path2259" transform="scale(0.26458333)" />
</g>
<g inkscape:groupmode="layer" id="layer6" inkscape:label="Screen Sides" style="display:inline">
<path id="path2248" style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:7.51147"
d="m 70.857963,1235.6881 c -34.32924,-1.1936 -39.961753,-1.8716 -49.327358,-5.937 -8.809058,-3.8239 -10.408225,-5.2848 -9.585736,-8.7568 0.542933,-2.2918 14.099516,-69.9007 30.125721,-150.2415 C 58.096792,990.4117 72.939557,919.50232 75.054486,913.17642 83.866794,886.81795 84.882096,877.04451 86.763371,800.46516 94.56415,482.92679 113.9539,298.20177 163.58644,68.57622 c 1.36251,-6.303617 -1.43302,-5.425553 42.4153,-13.322445 135.93697,-24.481632 272.73227,-39.969612 424.31181,-48.0406196 58.57791,-3.11904 240.74574,-3.1379565 300.09868,-0.03137 125.21587,6.5543626 226.95337,16.1361626 342.82797,32.2880476 57.1137,7.961144 139.1278,21.306236 144.1695,23.458859 3.3502,1.430396 5.3682,7.486401 11.5803,34.752903 43.3719,190.370465 61.9918,373.456665 68.8456,676.947095 1.9549,86.56452 3.1944,100.38912 11.8499,132.16259 6.0168,22.08767 63.9892,314.84042 62.7449,316.85382 -2.0325,3.2886 -25.6179,9.9049 -42.7624,11.9959 -18.9475,2.3107 -1392.43435,2.3551 -1458.810037,0.045 v 0 0"
transform="scale(0.26458333)" />
<path id="path2250" style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:7.51147"
d="m 1083.4428,1163.4653 -6.2604,-19.874 200.0704,0.6955 h 186.8543 l -1.0212,-4.4717 c -0.5616,-2.4594 -9.0885,-49.1884 -18.9487,-103.8421 -9.8602,-54.65374 -18.432,-101.82988 -19.0486,-104.83585 l -1.1211,-5.46539 H 812.2382 200.50888 l -3.4837,19.37726 c -1.91604,10.65751 -10.80111,59.62228 -19.74461,108.81068 l -16.2609,89.4333 69.19514,0.5222 80.46346,-0.6457 -4.86863,19.6744 -6.39969,21.1908 h 395.49436 395.49439 l -6.9559,-20.5694 v 0"
transform="scale(0.26458333)" />
</g>
<g inkscape:groupmode="layer" id="layer5" inkscape:label="Screen" style="display:inline"
transform="translate(-41.88227,-13.094054)">
<path style="display:inline;fill:none;fill-opacity:1;stroke:#000000;stroke-width:4.21121"
d="m 189.2423,234.95792 c -24.65754,-1.44014 -81.23825,-7.65344 -82.506,-9.06025 -0.14313,-0.15883 -1.19232,-12.573 -2.33152,-27.58705 -2.86567,-37.7681 -2.86777,-111.071572 -0.004,-135.35232 1.08261,-9.178612 2.13828,-16.858283 2.34593,-17.065932 0.20765,-0.207653 9.32754,-2.065424 20.26642,-4.128386 63.22118,-11.922864 131.14805,-14.611937 194.82067,-7.712511 27.64175,2.995199 71.99963,10.258776 73.83056,12.089714 1.22479,1.224786 3.51992,28.729347 4.81812,57.739685 1.02816,22.97628 1.03391,36.63424 0.025,59.61052 -1.24372,28.32593 -3.80413,61.15747 -4.85109,62.20443 -1.55307,1.55308 -66.19899,7.46396 -102.23517,9.34785 -24.91269,1.30239 -81.20525,1.25605 -104.17912,-0.0858 z"
id="path1781" />
</g>
<g inkscape:groupmode="layer" id="layer7" inkscape:label="keyboard draft shape" style="display:inline"
transform="translate(-41.88227,-13.094054)">
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 411.83986,311.1147 c -0.13698,-0.40759 -0.63656,-3.83095 -1.99394,-11.33843 -0.74766,-4.13516 -1.37077,-7.56817 -1.38473,-7.62891 -0.0138,-0.0616 1.03946,-1.60145 2.38741,-3.48896 l 2.41277,-3.37855 1.7416,9.79868 1.74159,9.7987 -0.73529,4.91563 -0.73532,4.91562 -1.11509,1.4e-4 -1.79846,0.05 z"
id="path2618" sodipodi:nodetypes="cssscccccccc" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 406.15845,279.50065 c -0.38062,-2.09625 -0.70457,-3.8926 -0.71986,-3.99193 -0.0256,-0.1663 0.18244,-0.33357 2.62989,-2.11378 1.46174,-1.06324 2.68159,-1.90611 2.7108,-1.87304 0.052,0.0588 1.12234,6.01053 1.11968,6.22574 -10e-4,0.0899 -4.87793,5.49184 -5.00781,5.54704 -0.0224,0.01 -0.35209,-1.6978 -0.7327,-3.79403 z"
id="path2620" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 404.21147,268.75465 c -0.0555,-0.17083 -1.01579,-5.54927 -1.01579,-5.68938 0,-0.10175 0.58978,-0.51042 2.38433,-1.65183 1.31138,-0.83409 2.54326,-1.61808 2.73749,-1.74219 l 0.35317,-0.22566 0.40689,2.30008 c 0.26195,1.48083 0.38411,2.33254 0.34297,2.39123 -0.0494,0.0703 -4.29745,3.9425 -5.02794,4.58296 -0.11887,0.1043 -0.15627,0.11139 -0.18106,0.0348 z"
id="path2622" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 415.58182,294.8633 c -0.94303,-5.31977 -1.73457,-9.74985 -1.759,-9.84461 -0.0417,-0.16178 0.17477,-0.17221 3.53594,-0.17221 l 3.58034,1.2e-4 1.75113,9.77114 c 0.9631,5.37413 1.74949,9.80437 1.7475,9.84499 -0.002,0.0405 -1.6096,0.0736 -3.57247,0.0734 l -3.56884,-4.9e-4 -1.7146,-9.67233 z"
id="path2630" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 412.47585,277.33952 c -0.052,-0.16178 -1.03728,-5.74634 -1.03728,-5.87881 0,-0.0687 1.16231,-0.10214 3.54424,-0.10214 1.94933,0 3.54423,0.0215 3.54423,0.0476 0,0.0646 0.96784,5.44532 1.04068,5.78564 l 0.0579,0.27075 h -3.55514 c -2.75743,0 -3.56401,-0.0276 -3.59465,-0.12301 z"
id="path2632" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 409.87817,262.76874 c -0.11651,-0.6633 -0.31682,-1.79304 -0.44518,-2.51051 l -0.23337,-1.30446 h 3.5249 c 3.27203,0 3.52853,0.0118 3.57569,0.17221 0.0622,0.21078 0.84852,4.61326 0.84852,4.75054 0,0.0634 -1.24899,0.0982 -3.52939,0.0982 h -3.52938 z"
id="path2636" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.7442"
d="m 391.23541,314.3277 c -0.0575,-0.248 -0.45842,-2.48841 -0.89077,-4.97869 l -0.78609,-4.52775 3.49195,-3.49601 c 1.92057,-1.9228 3.54102,-3.49599 3.60102,-3.49599 0.06,0 0.3613,1.55316 0.6696,3.45147 0.33143,2.04079 0.66219,3.50949 0.80926,3.59345 0.18441,0.10529 -0.25026,1.38982 -1.68031,4.96611 l -1.92902,4.82411 -1.59047,0.0571 c -1.51753,0.0545 -1.59529,0.0364 -1.69517,-0.39379 z"
id="path2578" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.7442"
d="m 387.58499,293.59521 c -0.002,-0.10786 -0.25469,-1.63035 -0.56289,-3.38312 l -0.56039,-3.18686 3.73268,-2.48754 c 2.05297,-1.36814 3.77172,-2.4485 3.81943,-2.40079 0.0476,0.0478 0.2541,1.05058 0.45862,2.22862 l 0.37191,2.14187 -3.62844,3.64203 c -1.99562,2.00312 -3.62954,3.55372 -3.63092,3.44579 z"
id="path2580" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.7442"
d="m 385.42144,281.17612 c -8e-5,-0.10018 -0.26583,-1.6883 -0.59057,-3.52933 -0.32475,-1.84104 -0.58924,-3.52456 -0.58779,-3.74115 0.002,-0.33835 0.53241,-0.56012 3.7657,-1.57521 2.06965,-0.64979 3.87055,-1.20731 4.002,-1.23897 0.2687,-0.0648 0.9789,3.70378 0.73848,3.91863 -0.0773,0.0693 -1.55846,1.34674 -3.29118,2.83902 -1.73275,1.49228 -3.3498,2.89228 -3.59347,3.11113 -0.24367,0.21883 -0.4431,0.31598 -0.44317,0.21588 z"
id="path2582" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.7442"
d="m 383.4689,269.80496 c -0.37701,-1.89883 -0.82431,-4.70673 -0.76004,-4.77101 0.13816,-0.13816 7.90564,-2.83613 7.9726,-2.76919 0.1106,0.1106 0.69945,3.68018 0.61955,3.75591 -0.039,0.037 -1.77161,1.13269 -3.85034,2.43507 l -3.77951,2.36798 z"
id="path2584" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 398.54984,304.482 c -0.0177,-0.0478 -0.27508,-1.55156 -0.5734,-3.34155 l -0.54239,-3.2545 h 5.72579 5.72581 l 0.0356,0.15665 c 0.0827,0.36274 1.15039,6.31921 1.15039,6.41815 0,0.0972 -0.59313,0.10824 -5.74547,0.10824 -4.53343,0 -5.75201,-0.0177 -5.77647,-0.087 z"
id="path2600" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 395.15066,284.36314 c -0.18047,-1.08166 -0.32741,-1.99033 -0.32644,-2.01926 10e-4,-0.0289 2.5307,-0.0447 5.62159,-0.0348 l 5.61985,0.0177 0.32841,1.81001 c 0.18067,0.9955 0.34505,1.89615 0.36536,2.00144 l 0.037,0.1915 h -5.65874 -5.65873 z"
id="path2602" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 393.5398,274.75621 c -0.0461,-0.20175 -0.66289,-3.82926 -0.66298,-3.8989 -4e-5,-0.0289 2.49753,-0.0447 5.55015,-0.0348 l 5.55022,0.0177 0.32878,1.81001 c 0.18087,0.9955 0.34745,1.91182 0.37026,2.03626 l 0.0415,0.22625 h -5.5711 -5.57106 z"
id="path2604" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.263113"
d="m 391.94361,265.32332 c -0.083,-0.40584 -0.52879,-3.14416 -0.52879,-3.24911 0,-0.10038 0.51009,-0.10904 5.47769,-0.0929 l 5.47772,0.0177 0.2991,1.63596 c 0.16454,0.89978 0.29969,1.69078 0.30039,1.75779 10e-4,0.11494 -0.30627,0.12182 -5.49282,0.12182 h -5.49409 z"
id="path2606" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 367.62845,310.84675 -0.69567,-3.84039 3.79688,-4.27444 3.79689,-4.27442 0.53215,3.19158 0.53217,3.19158 -1.71357,4.92195 -1.71357,4.92192 -1.91981,0.001 -1.91979,10e-4 z"
id="path2534" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 364.82911,295.51112 c 0,-0.0423 -0.33394,-1.91017 -0.74211,-4.15093 -0.40814,-2.24076 -0.70719,-4.10643 -0.66454,-4.14591 0.19327,-0.1789 8.22484,-5.81073 8.24876,-5.7841 0.0982,0.10943 1.01025,6.04161 0.93299,6.06818 -0.0522,0.0177 -1.8034,1.84547 -3.89148,4.06112 -2.08806,2.21563 -3.81609,4.02843 -3.84005,4.02843 -0.024,0 -0.0435,-0.0346 -0.0435,-0.0768 z"
id="path2536" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 361.65595,277.99603 c -0.31031,-1.71568 -0.55398,-3.12644 -0.54148,-3.13502 0.0118,-0.008 1.92166,-1.354 4.24256,-2.98984 2.3209,-1.63581 4.2301,-2.96072 4.24266,-2.94425 0.0118,0.0157 0.19208,1.06359 0.39903,2.3269 l 0.3762,2.29694 -0.2554,0.21357 c -0.14052,0.1175 -1.94541,1.80848 -4.01102,3.7578 -2.0656,1.94933 -3.78551,3.55529 -3.822,3.56879 -0.0364,0.0138 -0.32024,-1.37921 -0.63055,-3.09489 z"
id="path2538" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 359.91587,268.39081 c -0.25698,-1.28819 -0.90084,-4.92426 -0.87496,-4.94113 0.24403,-0.15882 9.00277,-3.47367 9.04631,-3.42362 0.076,0.0874 0.7248,4.04855 0.67029,4.09177 -0.111,0.088 -8.63322,4.78984 -8.68172,4.78984 -0.0313,0 -0.10313,-0.23259 -0.16,-0.51686 z"
id="path2540" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 375.6645,301.24647 -0.55585,-3.34295 6.27699,0.0362 6.27699,0.0362 0.49747,2.85423 c 0.27363,1.56982 0.53833,3.05785 0.58824,3.30674 l 0.0907,0.4525 h -6.30938 -6.30939 z"
id="path2556" />
<path style="display:inline;fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 373.32628,287.15075 c -0.0311,-0.0957 -0.26953,-1.47411 -0.52999,-3.06309 l -0.47352,-2.88903 h 6.2084 6.2084 l 0.46486,2.68018 c 0.25568,1.47412 0.49828,2.8525 0.53912,3.06309 l 0.0742,0.38289 h -6.21755 c -4.85112,0 -6.22996,-0.0382 -6.274,-0.17398 z"
id="path2558" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 370.95914,272.94919 c -0.13028,-0.5769 -0.63075,-3.68291 -0.63075,-3.91393 0,-0.20797 0.54274,-0.22818 6.12616,-0.22818 3.36938,0 6.12641,0.0158 6.12674,0.0348 3.2e-4,0.0197 0.15706,0.90874 0.34808,1.97686 0.1911,1.06812 0.34748,2.05492 0.34748,2.19288 0,0.23784 -0.31759,0.25085 -6.1235,0.25085 h -6.12351 z"
id="path2560" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 369.42835,263.75995 c -0.0555,-0.173 -0.6315,-3.62037 -0.6315,-3.78004 0,-0.0459 2.75677,-0.0837 6.12615,-0.0837 3.36938,0 6.12616,0.0492 6.12616,0.10943 0,0.123 0.52638,3.13069 0.6327,3.61508 l 0.0687,0.31328 h -6.13318 c -4.7839,0 -6.14548,-0.0382 -6.18909,-0.17398 z"
id="path2562" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.186049"
d="m 348.87727,308.09035 -1.11876,-6.15495 2.0034,-4.45214 c 1.10185,-2.44866 2.009,-4.43335 2.01585,-4.41042 0.006,0.023 0.45604,2.67809 0.99819,5.90033 l 0.98573,5.85864 -1.88282,4.70673 -1.88283,4.70675 z"
id="path2488" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.186049"
d="m 346.50736,295.00973 c -0.0138,-0.0405 -0.34423,-1.82759 -0.73271,-3.97105 l -0.70633,-3.89722 2.27946,-3.19127 c 1.25369,-1.75519 2.29604,-3.19676 2.31633,-3.20347 0.035,-0.0118 0.80383,4.43656 0.80115,4.63518 -5.1e-4,0.0518 -0.81337,2.07867 -1.80593,4.50414 -0.99259,2.42544 -1.87689,4.58713 -1.96514,4.80372 -0.0939,0.23056 -0.17142,0.36319 -0.18677,0.31997 z"
id="path2490" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.131557"
d="m 354.28163,304.54638 c 0,-0.0376 -2.04017,-12.16497 -2.07422,-12.32986 l -0.0199,-0.0958 5.7176,0.008 5.7176,0.008 1.12415,6.17837 c 0.61828,3.39812 1.12449,6.19795 1.12492,6.22188 5.1e-4,0.0346 -1.18114,0.0435 -5.79473,0.0435 -3.93613,0 -5.7955,-0.0118 -5.7955,-0.0356 z"
id="path2512" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.131557"
d="m 350.95783,284.76778 c -0.008,-0.024 -0.18008,-1.03032 -0.382,-2.2364 -0.20191,-1.2061 -0.37608,-2.23596 -0.38707,-2.2886 l -0.0201,-0.0956 h 5.64163 c 3.10289,0 5.64162,0.0118 5.64162,0.0264 0,0.0138 0.18795,1.05991 0.41768,2.32307 0.22974,1.26315 0.41769,2.30071 0.41769,2.30569 0,0.006 -2.5458,0.01 -5.65734,0.01 -4.49473,0 -5.66041,-0.01 -5.67224,-0.0435 z"
id="path2514" />
<path style="display:inline;fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.186049"
d="m 343.87505,280.60906 c 2e-5,-0.0258 -0.21287,-1.21725 -0.47307,-2.64785 -0.26083,-1.43414 -0.45409,-2.61889 -0.43075,-2.64079 0.0232,-0.0219 1.21181,-0.78334 2.64115,-1.69224 1.53827,-0.97814 2.60639,-1.62806 2.61735,-1.59259 0.064,0.20641 0.41025,2.42356 0.38502,2.46439 -0.0411,0.0665 -4.6397,6.04885 -4.69601,6.10908 -0.0276,0.0295 -0.0437,0.0295 -0.0437,0 z"
id="path2492" />
<path style="display:inline;fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.131557"
d="m 349.19935,274.37767 c -1.8e-4,-0.0138 -0.0941,-0.58216 -0.20874,-1.26178 -0.11454,-0.67962 -0.20842,-1.24747 -0.20847,-1.26188 -6e-5,-0.0138 2.50899,-0.0222 5.5757,-0.0177 l 5.57582,0.008 0.16433,0.90501 c 0.0903,0.49774 0.19484,1.07337 0.23233,1.27917 l 0.0681,0.37419 h -5.5993 c -3.0796,0 -5.59946,-0.0118 -5.59965,-0.026 z"
id="path2516" />
<path style="display:inline;fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.186049"
d="m 341.59481,268.01818 c -0.18185,-1.00637 -0.33031,-1.86345 -0.32975,-1.90464 10e-4,-0.0785 5.42917,-3.07375 5.45315,-3.00902 0.0516,0.13914 0.43075,2.51781 0.40146,2.51781 -0.0305,0 -3.38122,2.72184 -4.82239,3.91725 l -0.37173,0.30834 z"
id="path2494" />
<path style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1.98741"
d="m 61.211976,361.52069 c -8.317889,-1.85661 -13.77537,-4.99289 -16.260779,-9.34468 -1.996965,-3.49656 -2.42893,-6.29374 -1.579254,-10.22646 0.366278,-1.69533 0.703045,-3.13992 0.748368,-3.21022 0.04532,-0.0703 1.016092,0.32326 2.15727,0.87461 5.055161,2.4424 -3.182406,2.33736 198.713779,2.53415 131.53457,0.12832 193.00344,0.0118 197.71403,-0.37201 6.98698,-0.57037 11.04676,-1.38947 13.87163,-2.79869 l 1.07125,-0.79407 0.89524,3.62697 c 0.48295,1.95653 -2.2036,9.56564 -3.9305,12.79906 -1.70182,3.18641 -3.87297,5.19212 -7.59269,6.46087 -2.60051,0.887 -12.24383,0.93773 -192.82685,1.01484 -148.54852,0.0634 -190.721422,-0.06 -192.981494,-0.56437 z"
id="path2029" sodipodi:nodetypes="cssssscscssssc" />
<path style="display:inline;fill:#000000;fill-opacity:0.333333;stroke:#000000;stroke-width:0.0621063"
d="m 43.745369,337.79573 c 4.31e-4,-0.006 0.02873,-0.14682 0.06284,-0.31399 l 0.06205,-0.30399 0.0544,0.10687 c 0.07235,0.14209 0.142647,0.25067 0.238026,0.36775 l 0.0787,0.0966 -0.08819,-0.01 c -0.06455,-0.008 -0.131133,1.3e-4 -0.248411,0.0283 -0.08811,0.0213 -0.159868,0.034 -0.159435,0.0287 z"
id="path2057" />
<path style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.0155266"
d="m 43.788381,337.75261 c 0,-0.008 0.08953,-0.44939 0.09364,-0.46191 0.0026,-0.008 0.0067,-0.002 0.02968,0.0411 0.05924,0.11317 0.130464,0.22243 0.210057,0.32233 l 0.03966,0.0498 -0.07048,0.002 c -0.03879,10e-4 -0.08435,0.006 -0.101297,0.008 -0.02452,0.006 -0.103384,0.0222 -0.192046,0.0419 -0.0063,0.002 -0.0093,1.6e-4 -0.0093,-0.004 z"
id="path2077" />
<path style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.122964"
d="m 43.728201,337.88059 c 0,-0.0177 0.02196,-0.0315 0.04877,-0.0315 0.06249,0 0.06249,0.0203 0,0.0443 -0.02686,0.01 -0.04877,0.004 -0.04877,-0.0138 z"
id="path2121" />
<path style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.122964"
d="m 43.842061,337.58548 c 0.03737,-0.22657 0.05615,-0.23308 0.171066,-0.0592 0.07077,0.10706 0.09104,0.1602 0.06101,0.1602 -0.02472,0 -0.09238,0.01 -0.150322,0.0211 l -0.105351,0.0211 z"
id="path2129" />
<path style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.24593"
d="m 72.848074,362.81276 c -5.015516,-0.0577 -9.746111,-0.16906 -10.888017,-0.2562 -1.587615,-0.12124 -5.128382,-1.11038 -7.916861,-2.21174 -1.217386,-0.48084 -3.35644,-1.54492 -4.316393,-2.14722 -1.714953,-1.07597 -3.646595,-2.78332 -4.63676,-4.09834 -1.069693,-1.42064 -2.121288,-3.51862 -2.603142,-5.19334 -0.623417,-2.16678 -0.641942,-4.93348 -0.04867,-7.26733 0.09695,-0.38135 9.29502,-46.24298 9.29502,-46.34499 0,-0.01 0.498336,-0.0157 1.107411,-0.0157 h 1.10741 l -0.03478,0.14642 c -0.01909,0.0805 -1.80394,8.98927 -3.966244,19.79718 -2.162309,10.80794 -4.007457,20.00135 -4.100333,20.4298 l -0.168881,0.77905 0.148413,0.11494 c 0.458694,0.35545 2.423531,1.23011 3.401848,1.51436 1.752157,0.50906 4.989636,0.75876 12.232931,0.94344 2.516964,0.0642 17.977552,0.19563 23.050617,0.19602 l 2.488881,1.8e-4 v 11.84252 11.84253 l -4.92896,-0.01 c -2.710928,-0.006 -6.861505,-0.0329 -9.223501,-0.06 z M 43.794862,337.85692 c 0,-0.0537 -0.02931,-0.0795 -0.06507,-0.0575 -0.03576,0.022 -0.06506,0.0842 -0.06506,0.13776 0,0.0537 0.0293,0.0795 0.06506,0.0575 0.03576,-0.022 0.06507,-0.084 0.06507,-0.13776 z m 0.481317,-0.16591 c -0.0185,-0.0299 -0.06107,-0.0543 -0.09474,-0.0543 -0.03367,0 -0.06123,0.0244 -0.06123,0.0543 0,0.0297 0.04263,0.0541 0.09474,0.0541 0.05212,0 0.07967,-0.0244 0.06123,-0.0541 z m -0.33486,-0.51942 c -0.02629,-0.10057 -0.04731,-0.111 -0.08941,-0.0447 -0.08514,0.13442 -0.06695,0.24923 0.03336,0.21074 0.05391,-0.0207 0.07654,-0.0878 0.05605,-0.16611 z"
id="path2149" />
<path
style="fill:none;stroke:#000000;stroke-width:0.52055px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 329.07234,325.6901 -5.20549,-15.61652 h -15.61651 l -2.60275,7.80826 2.60275,7.80826 z"
id="path2156" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 124.46762,317.45855 c 0,-0.0315 0.15241,-0.70226 0.33868,-1.49043 0.18626,-0.78818 0.30691,-1.48447 0.26808,-1.54729 -0.0388,-0.0628 0.22122,-0.98981 0.57787,-2.05998 l 0.64846,-1.94572 h 8.74906 8.74905 l -1.18444,3.55038 -1.18444,3.55041 h -8.48116 c -4.66464,0 -8.48116,-0.0258 -8.48116,-0.0575 z"
id="path2358" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 326.15981,296.52685 c -0.0398,-0.13403 -0.45358,-1.68469 -0.91982,-3.44596 -0.46624,-1.76128 -0.87462,-3.28062 -0.90753,-3.37635 -0.0474,-0.13796 1.65111,-0.17398 8.19009,-0.17398 h 8.24987 l 0.935,3.52421 c 0.51424,1.93831 0.93498,3.56731 0.93498,3.62 0,0.0527 -3.69236,0.0958 -8.20524,0.0958 -7.69423,0 -8.20973,-0.0157 -8.27735,-0.24367 z"
id="path2360" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 306.93544,296.31801 c -0.0421,-0.24888 -0.23548,-1.67427 -0.42983,-3.16751 -0.19425,-1.49325 -0.38901,-2.91863 -0.43262,-3.1675 l -0.0793,-0.4525 h 6.19097 6.19098 l 0.65695,3.30674 c 0.36132,1.8187 0.69052,3.44769 0.73156,3.61999 l 0.0746,0.31328 h -6.4134 -6.4134 z"
id="path2362" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 288.76006,296.72493 c 0,-0.12123 -0.83822,-6.34778 -0.9076,-6.74193 l -0.0797,-0.4525 h 6.18252 6.18251 l 0.31056,2.33212 c 0.17083,1.28266 0.38923,2.91167 0.48537,3.62 l 0.17476,1.28789 h -6.17427 c -3.39585,0 -6.17426,-0.0205 -6.17426,-0.0457 z"
id="path2364" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 270.04133,296.59646 c -0.0291,-0.0956 -0.123,-1.39579 -0.20838,-2.88903 -0.0854,-1.49325 -0.19208,-3.04394 -0.23709,-3.44596 l -0.0817,-0.73097 h 6.21183 6.2118 l 0.002,0.31326 c 10e-4,0.17221 0.0943,1.59769 0.20683,3.16752 0.11257,1.56982 0.2057,3.05785 0.20681,3.30673 l 0.002,0.4525 h -6.13052 c -4.78331,0 -6.14218,-0.0382 -6.18357,-0.17398 z"
id="path2366" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 251.80605,296.31801 c -0.0388,-0.24888 -0.13679,-1.6116 -0.21783,-3.02827 -0.0811,-1.41669 -0.18126,-2.84205 -0.22285,-3.16751 l -0.0756,-0.59173 h 6.20431 c 4.86955,0 6.20474,0.0374 6.20633,0.17398 0.001,0.0957 0.0943,1.45845 0.20683,3.02827 0.11257,1.56982 0.2057,3.12052 0.20682,3.44596 l 0.002,0.59174 h -6.11984 -6.11985 z"
id="path2368" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 231.11847,296.6582 c 0,-0.0618 0.31328,-1.67156 0.69617,-3.57731 0.38287,-1.90576 0.69615,-3.48422 0.69615,-3.5077 0,-0.0234 2.79092,-0.0427 6.20206,-0.0427 h 6.20211 l -0.0766,0.4525 c -0.0421,0.24889 -0.23548,1.67425 -0.42983,3.1675 -0.19425,1.49326 -0.38901,2.91863 -0.43263,3.16751 l -0.0793,0.4525 h -6.38913 c -3.51402,0 -6.38913,-0.0506 -6.38913,-0.11237 z"
id="path2370" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 211.90461,296.58906 c 0,-0.16473 1.13885,-5.97078 1.3231,-6.7453 l 0.0746,-0.31326 h 6.40196 6.40199 l -0.01,0.31326 c -0.006,0.17221 -0.20921,1.78564 -0.4529,3.5852 l -0.44309,3.27192 -6.64788,0.0362 c -5.43823,0.0295 -6.64787,0.002 -6.64787,-0.148 z"
id="path2372" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 192.55153,296.72493 c 0,-0.12123 0.8382,-6.34778 0.90758,-6.74193 l 0.0797,-0.4525 h 6.1911 6.19112 l -0.0689,0.52211 c -0.038,0.28717 -0.13403,1.64989 -0.21366,3.02828 -0.0797,1.37838 -0.1785,2.77244 -0.21974,3.09788 l -0.075,0.59174 h -6.3961 c -3.51785,0 -6.39608,-0.0205 -6.39608,-0.0457 z"
id="path2374" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 175.07039,293.18531 0.71679,-3.5852 6.15448,-0.0362 c 3.38497,-0.0199 6.15713,0.0118 6.16038,0.0697 0.004,0.0583 -0.19947,1.68787 -0.45049,3.62145 l -0.4564,3.51557 h -6.42078 -6.42078 z"
id="path2376" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 156.32694,293.1505 1.2047,-3.62 h 6.16263 c 5.77538,0 6.16278,0.0157 6.16514,0.24365 0.002,0.13403 -0.19856,1.76301 -0.44433,3.62 l -0.44688,3.37636 h -6.92297 -6.92299 z"
id="path2378" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 136.9984,296.66398 c 0,-0.0587 0.52226,-1.67193 1.16058,-3.5852 l 1.16058,-3.47867 6.19735,-0.0362 6.19734,-0.0362 -0.17502,1.28931 c -0.0963,0.70912 -0.31477,2.33875 -0.48557,3.62141 l -0.31056,2.33212 h -6.87234 c -3.7798,0 -6.87236,-0.048 -6.87236,-0.10647 z"
id="path2380" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 118.75916,296.66398 c 0,-0.0587 0.52226,-1.67193 1.16058,-3.5852 l 1.16058,-3.47867 6.16449,-0.0362 c 4.91229,-0.0289 6.15138,-5.3e-4 6.09993,0.13914 -0.0355,0.0964 -0.58024,1.72619 -1.2105,3.62148 l -1.14594,3.44595 h -6.11457 c -3.36302,0 -6.11457,-0.048 -6.11457,-0.10647 z"
id="path2382" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 88.920537,295.64556 c 0.188286,-1.09022 0.248158,-1.20671 1.861135,-3.62077 l 1.666594,-2.49429 h 11.345444 c 6.23999,0 11.34544,0.048 11.34544,0.10647 0,0.0587 -0.52227,1.67193 -1.1606,3.58519 l -1.1606,3.47866 -12.04597,0.0356 -12.045977,0.0356 z"
id="path2384" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 91.251641,282.81262 c 0.144713,-0.7608 0.390416,-1.20714 1.954426,-3.5504 l 1.788912,-2.6802 h 8.749391 c 4.81217,0 8.7494,0.0457 8.7494,0.10136 0,0.0557 -0.51596,1.65344 -1.14657,3.55038 l -1.14657,3.44899 h -9.55725 -9.557255 z"
id="path2386" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 95.36837,270.62884 c 0,-0.0592 0.522268,-1.67297 1.160593,-3.58622 l 1.160593,-3.47867 8.724794,-0.0358 c 4.79864,-0.0197 8.7248,0.0118 8.7248,0.0716 0,0.0592 -0.52227,1.67297 -1.16059,3.58624 l -1.1606,3.47865 -8.72479,0.0358 c -4.798643,0.0197 -8.7248,-0.0118 -8.7248,-0.0716 z"
id="path2388" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 122.8534,269.2376 c 0.0433,-0.21058 0.2379,-1.448 0.4325,-2.74981 0.19461,-1.30181 0.38487,-2.5087 0.4228,-2.68197 l 0.069,-0.31505 4.90255,0.0366 4.90256,0.0366 0.36472,2.36691 c 0.2006,1.30181 0.40907,2.66453 0.46327,3.02828 l 0.0985,0.66133 h -5.86729 -5.86729 z"
id="path2390" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 118.81818,283.43916 c 0.0428,-0.13403 0.56928,-1.71603 1.16999,-3.51559 l 1.0922,-3.27192 6.14901,-0.0362 c 3.38196,-0.0199 6.14902,0.006 6.14902,0.0577 0,0.0516 -0.40725,1.61543 -0.905,3.47507 -0.49775,1.85964 -0.90501,3.41569 -0.90501,3.45792 0,0.0423 -2.8863,0.0768 -6.414,0.0768 -6.04538,0 -6.40953,-0.0138 -6.33621,-0.24365 z"
id="path2392" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 143.68099,269.44645 c -2.7e-4,-0.0957 0.1994,-1.47411 0.44372,-3.06308 l 0.44421,-2.88905 h 4.91667 c 2.70417,0 4.91667,0.027 4.91667,0.06 0,0.0604 0.78453,5.17239 0.88291,5.75295 l 0.0531,0.31328 h -5.82839 c -4.56963,0 -5.8285,-0.0376 -5.82888,-0.17398 z"
id="path2394" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 136.9984,283.58273 c 0,-0.0565 0.51595,-1.65478 1.14657,-3.55172 l 1.14657,-3.44899 h 6.16305 c 5.7793,0 6.16264,0.0157 6.15635,0.24367 -0.004,0.13402 -0.3042,1.71601 -0.66781,3.51557 l -0.6611,3.27192 -6.64182,0.0362 c -3.65299,0.0199 -6.64181,-0.01 -6.64181,-0.0667 z"
id="path2400" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 164.00918,269.53984 c 0,-0.10254 1.08268,-4.82708 1.26578,-5.52339 l 0.13717,-0.52213 h 4.37411 4.37409 l 0.0787,0.45252 c 0.0433,0.24886 0.23442,1.48628 0.42483,2.74979 0.19051,1.26353 0.37834,2.4383 0.41765,2.61058 l 0.0714,0.31328 h -5.57189 c -3.06454,0 -5.5719,-0.0362 -5.5719,-0.0807 z"
id="path2402" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 155.23764,283.58139 c 0,-0.0557 0.51596,-1.65344 1.14657,-3.55038 l 1.14657,-3.44899 h 6.16306 c 5.87603,0 6.16305,0.0118 6.16305,0.25441 0,0.13993 -0.18795,1.65445 -0.4177,3.36561 -0.22972,1.71115 -0.41769,3.19434 -0.41769,3.29597 0,0.15115 -1.25723,0.1848 -6.89194,0.1848 -3.79055,0 -6.89192,-0.0457 -6.89192,-0.10136 z"
id="path2404" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 182.15408,268.95914 c 0.0445,-0.36375 0.15685,-1.74213 0.25006,-3.06307 l 0.16926,-2.40175 h 3.59673 c 1.97818,0 3.59801,0.047 3.59961,0.1045 0.002,0.0575 0.0943,1.20087 0.20596,2.54098 0.11159,1.34008 0.20434,2.67147 0.20594,2.95866 l 0.004,0.52211 h -4.05565 -4.05563 z"
id="path2406" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 174.8758,283.50877 c 0.004,-0.0957 0.20982,-1.67773 0.45817,-3.51559 l 0.45156,-3.34153 6.1553,-0.0362 c 3.38542,-0.0199 6.15682,0.0118 6.15867,0.0697 0.002,0.0582 -0.19868,1.65655 -0.44565,3.55184 l -0.44902,3.44596 h -6.16782 c -4.84495,0 -6.16638,-0.0374 -6.16121,-0.17398 z"
id="path2408" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 195.55577,268.88953 c -0.1356,-1.25745 -0.35886,-4.27122 -0.35886,-4.84586 v -0.54935 h 3.80342 3.80342 l 0.16926,2.47136 c 0.0931,1.35924 0.20558,2.73762 0.25008,3.06307 l 0.0809,0.59174 h -3.83466 -3.83463 z"
id="path2410" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 193.58442,283.23031 c 0.039,-0.24889 0.13816,-1.64294 0.22018,-3.09789 0.0821,-1.45496 0.18127,-2.84901 0.22017,-3.0979 l 0.0709,-0.4525 h 6.11985 6.11986 l -0.002,0.52213 c -0.001,0.28717 -0.0943,1.80651 -0.20682,3.37635 -0.11258,1.56982 -0.20571,2.93254 -0.20683,3.02827 -0.002,0.13659 -1.33633,0.17398 -6.20411,0.17398 h -6.20201 z"
id="path2412" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 208.44119,267.35798 c -0.0907,-1.24438 -0.20255,-2.62277 -0.24841,-3.06307 l -0.0834,-0.80059 h 3.84684 c 2.98309,0 3.84747,0.0392 3.84973,0.17397 0.002,0.0956 0.0943,1.27048 0.20594,2.61057 0.11159,1.34011 0.20435,2.64017 0.20594,2.88905 l 0.004,0.4525 h -3.80726 -3.80728 z"
id="path2414" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 211.81012,283.02145 c 0.0443,-0.36374 0.15784,-1.96141 0.25203,-3.55038 l 0.17142,-2.88905 h 6.17052 6.17051 l -0.002,0.38289 c -0.001,0.21059 -0.0941,1.66728 -0.20683,3.23713 -0.11257,1.56982 -0.2057,2.9952 -0.20681,3.16749 l -0.002,0.31328 h -6.21372 -6.21372 z"
id="path2416" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 221.64298,269.58568 c -0.004,-0.0197 -0.11572,-1.39754 -0.24768,-3.06307 l -0.23989,-3.02829 h 3.84225 3.84226 l 0.16925,2.47136 c 0.0931,1.35924 0.20559,2.73762 0.25009,3.06307 l 0.0809,0.59174 h -3.84465 c -2.11457,0 -3.84816,-0.0157 -3.85245,-0.0348 z"
id="path2418" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 229.58735,283.36953 c 2.4e-4,-0.17221 0.18796,-1.69165 0.41728,-3.37635 0.22926,-1.68468 0.41702,-3.14139 0.41725,-3.23712 3.4e-4,-0.13659 1.33263,-0.17398 6.1962,-0.17398 5.8087,0 6.19567,0.0157 6.19376,0.24367 -10e-4,0.13402 -0.0943,1.52806 -0.20683,3.09788 -0.11257,1.56982 -0.2057,3.05785 -0.20682,3.30674 l -0.002,0.4525 h -6.40462 -6.40462 z"
id="path2420" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 234.59635,269.2376 c -0.002,-0.21058 -0.0943,-1.47933 -0.20594,-2.81942 -0.11159,-1.34011 -0.20437,-2.54619 -0.20596,-2.6802 -0.002,-0.22621 0.27114,-0.24366 3.82595,-0.24366 2.96872,0 3.8295,0.0392 3.83175,0.17397 0.002,0.0956 0.0943,1.27048 0.20594,2.61057 0.11178,1.34011 0.20436,2.64017 0.20596,2.88905 l 0.004,0.4525 h -3.82885 -3.82885 z"
id="path2422" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 247.62814,269.16799 c -0.0394,-0.24888 -0.13777,-1.45497 -0.21895,-2.6802 -0.0811,-1.22523 -0.17575,-2.40098 -0.21033,-2.61277 l -0.0628,-0.38509 3.86061,0.037 3.86063,0.037 0.1604,2.15808 c 0.0882,1.18695 0.19563,2.54967 0.23842,3.02827 l 0.0779,0.87019 h -3.81729 -3.81732 z"
id="path2424" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 249.21646,283.57838 c -0.001,-0.0575 -0.0943,-1.38883 -0.20683,-2.95866 -0.11257,-1.56982 -0.2057,-3.12051 -0.20682,-3.44596 l -0.002,-0.59174 h 6.11984 6.11985 l 0.0709,0.4525 c 0.039,0.24889 0.13816,1.64294 0.22019,3.0979 0.0821,1.45495 0.18126,2.849 0.22016,3.09789 l 0.0709,0.4525 h -6.20209 c -3.41114,0 -6.20299,-0.047 -6.20411,-0.10451 z"
id="path2426" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 260.63251,269.30721 c -0.002,-0.17221 -0.0943,-1.4097 -0.20594,-2.74981 -0.11179,-1.34008 -0.20434,-2.5775 -0.20594,-2.7498 l -0.004,-0.31328 h 3.82885 c 3.55259,0 3.82907,0.0177 3.83175,0.24366 0.002,0.13403 0.0943,1.34009 0.20596,2.6802 0.11159,1.34009 0.20434,2.60884 0.20594,2.81942 l 0.004,0.38289 h -3.82887 -3.82885 z"
id="path2428" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 268.98725,283.50877 c -0.001,-0.0957 -0.0943,-1.45845 -0.20683,-3.02827 -0.11257,-1.56984 -0.2057,-3.08918 -0.20682,-3.37635 l -0.002,-0.52213 h 6.16406 6.16406 l 0.38722,2.95866 c 0.21297,1.62727 0.42345,3.22494 0.46773,3.55039 l 0.0805,0.59174 h -6.42296 c -5.04446,0 -6.42338,-0.0374 -6.42497,-0.17398 z"
id="path2430" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 273.66371,269.30721 c -0.0356,-0.17221 -0.13245,-1.34705 -0.21541,-2.61058 -0.0829,-1.26351 -0.18303,-2.50093 -0.22272,-2.74979 l -0.072,-0.45252 h 3.8325 3.83251 l 0.0648,0.31328 c 0.0356,0.1724 0.13245,1.34705 0.21542,2.61058 0.0829,1.26351 0.18303,2.50093 0.22271,2.74981 l 0.072,0.4525 h -3.83251 -3.83251 z"
id="path2432" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 286.6687,269.37682 c -0.002,-0.13402 -0.0943,-1.34009 -0.20596,-2.68019 -0.11159,-1.34009 -0.20435,-2.60884 -0.20594,-2.81942 l -0.004,-0.38289 h 3.82885 3.82885 l 0.004,0.31328 c 0.002,0.1724 0.0943,1.40972 0.20594,2.7498 0.11159,1.34011 0.20436,2.57753 0.20594,2.74981 l 0.004,0.31328 h -3.82885 c -3.55259,0 -3.82906,-0.0177 -3.83174,-0.24367 z"
id="path2434" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 287.2531,280.23683 c -0.24698,-1.89526 -0.4475,-3.4936 -0.44565,-3.55182 0.002,-0.0583 2.77326,-0.0895 6.15866,-0.0697 l 6.15531,0.0362 0.45155,3.34155 c 0.24836,1.83784 0.45453,3.41985 0.45817,3.51557 0.006,0.13679 -1.31625,0.17398 -6.1612,0.17398 h -6.16782 z"
id="path2436" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 299.69708,269.44645 c -0.0293,-0.0957 -0.1234,-1.23916 -0.20899,-2.54097 -0.0856,-1.30181 -0.19031,-2.60187 -0.23286,-2.88903 l -0.0773,-0.52213 h 3.83478 3.83477 l 0.0714,0.45252 c 0.0394,0.24886 0.13777,1.45494 0.21897,2.68017 0.0811,1.22524 0.17555,2.40001 0.20986,2.61059 l 0.0624,0.38289 h -3.82973 c -2.94244,0 -3.84212,-0.0403 -3.88321,-0.17398 z"
id="path2438" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 305.40933,283.09107 c -0.0415,-0.32545 -0.14151,-1.75083 -0.22216,-3.1675 -0.0807,-1.41666 -0.17417,-2.74807 -0.20802,-2.95866 l -0.0614,-0.38289 h 6.18965 6.18962 l 0.0671,0.31328 c 0.037,0.17221 0.2286,1.56634 0.4259,3.09788 0.19728,1.53155 0.3945,2.98824 0.43825,3.23713 l 0.0795,0.4525 h -6.41158 -6.41159 z"
id="path2440" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 312.70486,269.44645 c -0.002,-0.0957 -0.0943,-1.27047 -0.20594,-2.61058 -0.11159,-1.34011 -0.20436,-2.64017 -0.20596,-2.88903 l -0.004,-0.45252 h 3.82884 3.82885 l 0.004,0.38289 c 0.002,0.21058 0.0943,1.47933 0.20596,2.81942 0.11159,1.3401 0.20435,2.54619 0.20594,2.68019 0.002,0.22623 -0.27114,0.24367 -3.82594,0.24367 -2.96871,0 -3.8295,-0.0392 -3.83176,-0.17398 z"
id="path2442" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 325.73325,269.44645 c -0.0293,-0.0957 -0.1234,-1.23916 -0.20897,-2.54097 -0.0856,-1.30181 -0.19032,-2.60187 -0.23287,-2.88903 l -0.0773,-0.52213 4.92011,5.3e-4 4.92013,5.1e-4 0.47766,1.63536 c 0.47368,1.6218 1.152,3.7775 1.33603,4.24595 0.0901,0.22957 -0.22674,0.24364 -5.49277,0.24364 -4.34946,0 -5.60036,-0.0386 -5.64198,-0.17397 z"
id="path2444" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 324.41908,283.21698 c -0.0421,-0.24888 -0.23468,-1.67427 -0.42806,-3.16751 -0.19346,-1.49324 -0.38608,-2.8873 -0.42822,-3.09788 l -0.0765,-0.38289 h 7.77527 7.77527 l 1.14657,3.44897 c 0.63061,1.89693 1.14656,3.49463 1.14656,3.5504 0,0.0559 -3.78771,0.10136 -8.41716,0.10136 h -8.41716 z"
id="path2446" />
<path style="fill:#bababa;fill-opacity:1;stroke:#000000;stroke-width:0.131557"
d="m 347.51422,264.35305 c -0.11002,-0.66527 -0.20821,-1.24481 -0.21822,-1.28789 l -0.0177,-0.0783 h 5.52015 5.52012 l 0.0177,0.0783 c 0.0415,0.18244 0.43603,2.39271 0.43603,2.44268 0,0.0496 -0.52247,0.0547 -5.52882,0.0547 h -5.52884 z"
id="path2518" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 301.98203,313.67746 -1.29669,-3.89848 h -59.16246 -59.16243 v -1.18345 -1.18346 h 0.76576 0.76578 v -2.57577 -2.57578 h -0.76578 -0.76576 v -2.57577 -2.57577 h 2.57577 c 1.96366,0 2.57762,-0.0413 2.58352,-0.17397 0.004,-0.0956 0.21572,-1.77171 0.46988,-3.72443 0.36119,-2.77482 0.42558,-3.58967 0.29482,-3.73015 -0.12084,-0.12989 -0.96643,-0.20358 -3.04565,-0.26555 l -2.87834,-0.0858 v -2.34501 -2.34503 h 2.54768 2.54771 l 0.49007,-3.90242 c 0.38295,-3.04925 0.45288,-3.9333 0.31982,-4.04372 -0.0951,-0.0789 -1.43844,-0.1791 -3.03778,-0.22681 l -2.8675,-0.0854 v -2.90196 -2.90194 h 4.31737 4.31736 l -0.0756,-0.73097 c -0.0984,-0.95322 -0.48383,-5.94544 -0.48383,-6.26817 0,-0.20925 -0.10608,-0.24375 -0.66134,-0.21523 -0.36376,0.0177 -2.18072,0.0207 -4.0377,0.004 l -3.37635,-0.0297 v -2.08857 -2.08859 l 78.48196,0.035 78.48198,0.0348 5.04951,27.772 c 2.77726,15.2746 5.03704,27.78304 5.02177,27.79652 -0.0157,0.0138 -5.35782,-0.01 -11.87234,-0.0508 l -11.84452,-0.0754 -0.76596,-2.31147 -0.76594,-2.31148 -8.08906,-0.0358 -8.08905,-0.0358 -1.29708,3.89959 -1.29707,3.89958 h -1.04796 -1.04795 z m -104.16728,-6.57865 c -0.001,-0.90322 -0.43984,-4.49879 -0.56446,-4.62359 -0.18048,-0.18067 -7.30352,-0.27539 -8.69407,-0.11552 l -0.97462,0.11198 0.047,0.90386 c 0.0874,1.68075 0.41345,3.79463 0.60383,3.91531 0.10155,0.0644 2.29911,0.11789 4.88358,0.11907 l 4.69904,0.002 -2.8e-4,-0.31328 z m 14.57249,-0.27847 c -0.0433,-0.32546 -0.15272,-1.38982 -0.24318,-2.36524 -0.1167,-1.25909 -0.22581,-1.8245 -0.37598,-1.94923 -0.15882,-0.13206 -1.39415,-0.18599 -4.96851,-0.21722 l -4.757,-0.0415 0.16768,1.50342 c 0.0923,0.82687 0.2115,1.98899 0.26507,2.58244 l 0.0974,1.07905 h 4.94662 4.94664 z m 18.1471,-0.0478 c 0,-1.41417 -0.31373,-4.02836 -0.50808,-4.23363 -0.16886,-0.1785 -1.12234,-0.21505 -6.54792,-0.25152 l -6.35018,-0.0427 0.0809,0.5996 c 0.0445,0.32977 0.15351,1.41411 0.24211,2.4096 0.0888,0.9955 0.18461,1.88832 0.21318,1.98405 0.0405,0.13599 1.4543,0.17398 6.46097,0.17398 h 6.40899 z m 21.99443,0.60465 c -0.002,-0.0197 -0.33578,-1.13125 -0.74124,-2.47136 l -0.73719,-2.43653 -2.63511,-0.0862 c -6.12592,-0.20055 -11.12115,-0.10549 -11.24376,0.21401 -0.0551,0.14367 0.23085,1.22422 1.00722,3.80554 l 0.30358,1.00942 h 7.02528 c 3.8639,0 7.02344,-0.0158 7.02122,-0.0348 z m 19.27613,-0.0498 c 0.12103,-0.0464 0.2214,-0.18736 0.22286,-0.31328 0.002,-0.12576 -0.39015,-1.24615 -0.87021,-2.48963 l -0.8728,-2.26087 -5.56925,-0.001 c -3.06307,-5.3e-4 -6.1801,0.0396 -6.92673,0.089 -1.25751,0.0832 -1.35749,0.11139 -1.35751,0.38216 0,0.16079 0.29636,1.27908 0.65856,2.48516 l 0.65856,2.1929 h 6.91813 c 3.805,0 7.01725,-0.038 7.13839,-0.0844 z m 21.07131,-2.49126 -1.28565,-2.57577 h -7.77877 c -7.34956,0 -7.77382,0.0138 -7.68941,0.24365 0.0492,0.13402 0.50586,1.29311 1.0149,2.57577 l 0.92555,2.33212 h 8.04953 8.0495 z m 32.57859,2.41582 c 0.19681,-0.19681 0.12163,-0.35101 -1.46341,-3.00757 l -1.18384,-1.98402 h -11.88581 c -9.59125,0 -11.88582,0.0346 -11.88582,0.1789 0,0.14741 0.93951,2.57836 1.74688,4.52006 l 0.18814,0.4525 h 12.16196 c 8.97226,0 12.20392,-0.0419 12.3219,-0.16001 z m 21.81323,0.0754 c 0.35048,-0.13442 0.27295,-0.47346 -0.64898,-2.83786 l -0.86922,-2.22917 h -8.31945 -8.31945 l 0.25448,0.66974 c 0.13993,0.36834 0.59394,1.52694 1.00886,2.57465 l 0.75436,1.90491 7.95959,10e-4 c 4.37776,5.1e-4 8.05867,-0.0368 8.17981,-0.0835 z M 205.67704,296.79549 c 0.0386,-0.17221 0.1665,-1.75429 0.28385,-3.51557 0.1175,-1.76128 0.2506,-3.40593 0.29588,-3.65481 l 0.0823,-0.45251 h -6.54709 -6.54713 l -0.0846,0.52212 c -0.148,0.91246 -0.91437,6.72386 -0.91437,6.93393 0,0.1545 0.21976,0.20551 0.9398,0.21813 0.72621,0.0118 0.84488,0.0407 0.52212,0.12281 -0.22972,0.0584 2.35355,0.11375 5.74062,0.1228 l 6.15832,0.0157 z m 19.76216,0.16394 c 0.0592,-0.0592 0.60348,-3.93288 1.00119,-7.12557 l 0.0825,-0.66135 h -6.76576 c -3.72118,0 -6.76577,0.0246 -6.76577,0.0549 0,0.0301 -0.31684,1.63384 -0.7041,3.56374 -0.38724,1.92993 -0.68483,3.64389 -0.66133,3.80884 0.0311,0.21887 0.17437,0.32538 0.53004,0.39413 0.56083,0.10844 13.17318,0.0756 13.28335,-0.0346 z m 18.7981,-0.23365 c 0.063,-0.29986 1.05112,-7.35109 1.05464,-7.52611 0.002,-0.0846 -12.92707,0.0449 -13.01244,0.13028 -0.12202,0.12222 -1.48162,7.10384 -1.4335,7.36097 0.063,0.33666 0.79645,0.37701 7.23053,0.39793 l 6.0803,0.0199 z m 20.22288,-0.55693 c -0.0453,-0.5169 -0.15804,-2.20965 -0.25036,-3.7617 -0.12911,-2.17052 -0.21558,-2.86151 -0.37447,-2.99347 -0.24731,-0.20539 -13.05387,-0.34491 -12.92773,-0.14092 0.0417,0.0673 0.17515,1.59173 0.29664,3.38745 0.12144,1.7957 0.25798,3.53119 0.30325,3.85664 l 0.0823,0.59174 h 6.47642 6.47641 z m 18.24283,0.20885 c -0.0447,-0.40202 -0.16001,-2.18766 -0.25625,-3.96807 l -0.17496,-3.23712 h -6.59462 c -6.21596,0 -6.59035,0.0138 -6.52056,0.24365 0.0407,0.13402 0.17063,1.71603 0.28872,3.51558 0.27638,4.21241 0.22897,4.00972 0.9533,4.07544 0.32027,0.0291 3.23807,0.0638 6.48399,0.0771 l 5.90168,0.0242 z m 18.26138,-3.1327 c -0.28817,-2.125 -0.52668,-3.91064 -0.53004,-3.96807 -0.004,-0.0575 -2.95508,-0.1045 -6.55935,-0.1045 -6.1765,0 -6.549,0.0138 -6.47937,0.24365 0.0405,0.13402 0.26473,1.65336 0.498,3.37634 0.2333,1.72298 0.45772,3.33632 0.49875,3.5852 l 0.0746,0.45251 0.93351,0.0177 c 0.77526,0.0157 0.8509,0.0356 0.44618,0.12084 -0.26801,0.0565 2.24171,0.1108 5.57718,0.12084 l 6.06447,0.0177 z m 19.23462,3.75208 c 0,-0.0614 -0.34459,-1.82813 -0.76576,-3.92611 -0.42119,-2.09798 -0.76578,-3.8334 -0.76578,-3.85648 0,-0.0232 -2.95152,-0.0419 -6.55894,-0.0419 h -6.55895 l 0.0777,0.31328 c 0.0642,0.25844 1.06623,7.3648 1.06623,7.56169 0,0.0337 3.03871,0.0612 6.7527,0.0612 3.71397,0 6.75269,-0.0502 6.75269,-0.11159 z m 22.68543,-0.15194 c 0.0726,-0.11749 0.0205,-0.55645 -0.13226,-1.11385 -0.13855,-0.506 -0.58082,-2.19345 -0.98264,-3.74989 l -0.73058,-2.82989 -8.32659,0.0453 c -7.19969,0.0392 -8.35505,0.0738 -8.5368,0.25554 -0.18736,0.18756 -0.11218,0.57946 0.69552,3.62 0.4981,1.87536 0.95726,3.50372 1.02029,3.61859 0.063,0.11494 0.32741,0.24903 0.5875,0.29813 0.2601,0.049 4.03083,0.0805 8.37939,0.0697 6.59021,-0.0157 7.92644,-0.052 8.02622,-0.2135 z M 206.29401,283.49877 c 0.006,-0.51689 0.1049,-2.28687 0.21946,-3.93327 0.11454,-1.6464 0.20921,-3.07179 0.21035,-3.16752 0.002,-0.13678 -1.3814,-0.17397 -6.4564,-0.17397 h -6.45843 l -0.0829,0.59172 c -0.0455,0.32544 -0.14918,1.68816 -0.23035,3.02827 -0.0811,1.34009 -0.20883,2.86351 -0.28374,3.38534 -0.075,0.52184 -0.1,1.00741 -0.0557,1.07905 0.048,0.0777 2.70533,0.13028 6.60349,0.13028 h 6.52298 z m 18.25339,-0.0933 c 0,-0.98847 0.1856,-4.25412 0.35461,-6.24166 l 0.0799,-0.9398 h -6.52521 -6.5252 l -0.2467,3.65479 c -0.1358,2.01016 -0.28029,3.85845 -0.32135,4.10731 l -0.0746,0.4525 h 6.62928 6.62927 z m 18.27023,-1.26416 c 0.0553,-1.22523 0.15115,-2.93949 0.21292,-3.80947 0.0827,-1.164 0.0683,-1.64205 -0.0545,-1.81 -0.15036,-0.20557 -0.78247,-0.22822 -6.36697,-0.22822 -4.33477,0 -6.24625,0.0463 -6.35361,0.15351 -0.0844,0.0844 -0.35386,1.7448 -0.59865,3.6896 -0.24479,1.94481 -0.49206,3.5569 -0.54949,3.58243 -0.13009,0.0579 -0.13737,0.50082 -0.01,0.62784 0.0518,0.0518 3.13748,0.0779 6.85712,0.0581 l 6.76299,-0.036 z m 19.13074,1.42711 c -0.0457,-0.24888 -0.17968,-1.89353 -0.29747,-3.65481 -0.11789,-1.76128 -0.24834,-3.31195 -0.28984,-3.44596 -0.0705,-0.22743 -0.50159,-0.24364 -6.47071,-0.24364 h -6.39523 l 0.004,1.07902 c 0.006,1.62654 0.375,6.31777 0.50688,6.44536 0.21226,0.20537 0.91534,0.2307 6.98826,0.25167 l 6.03724,0.0209 z m 20.24059,0.34808 c 0,-0.0575 -0.21928,-1.76474 -0.48728,-3.79403 -0.26801,-2.0293 -0.48729,-3.73661 -0.48729,-3.79406 -2e-5,-0.0575 -2.91344,-0.10431 -6.47425,-0.10431 h -6.47425 l 10e-4,0.9398 c 0.002,1.46186 0.39415,6.47303 0.51621,6.59177 0.06,0.0584 0.32851,0.13206 0.59654,0.16355 0.89843,0.10549 12.80924,0.10312 12.80922,-0.002 z m 17.36126,0.0157 c 0.39773,-0.0478 0.74762,-0.15685 0.7775,-0.24244 0.0551,-0.15745 -0.84829,-7.20733 -0.93453,-7.29357 -0.0996,-0.0996 -12.73101,-0.096 -12.83097,0.004 -0.0583,0.0581 0.1053,1.79676 0.36333,3.86366 l 0.46929,3.758 5.71613,-10e-4 c 3.14385,-5.1e-4 6.04152,-0.0403 6.43925,-0.0882 z m 19.06811,-0.44061 c -0.0466,-0.29145 -0.27587,-1.93612 -0.50946,-3.65481 -0.23359,-1.71871 -0.45831,-3.23455 -0.49936,-3.36856 -0.0697,-0.22749 -0.50376,-0.24364 -6.5395,-0.24364 -3.55568,0 -6.46464,0.047 -6.46441,0.1043 0.002,0.36634 0.42781,6.36562 0.4946,6.96155 l 0.0819,0.73097 h 6.76047 6.76047 z m 21.82035,0.39759 c 0.52591,-0.0677 1.01887,-0.18578 1.09547,-0.2625 0.0929,-0.0929 -0.25012,-1.33724 -1.02982,-3.7359 l -1.1691,-3.59659 -8.12189,-0.036 -8.12189,-0.0358 0.0807,0.45363 c 0.0443,0.24949 0.27138,1.86334 0.50458,3.58632 0.2332,1.72298 0.45581,3.27367 0.49469,3.44596 l 0.0707,0.31328 7.62025,-0.004 c 4.19113,-0.002 8.0505,-0.06 8.57642,-0.12773 z M 203.94284,270.13326 c 0.004,-0.44562 -0.42804,-6.08387 -0.50019,-6.54387 l -0.071,-0.45248 h -4.44907 c -4.14378,0 -4.44919,0.0158 -4.45069,0.24365 -0.004,0.44561 0.42804,6.08384 0.50019,6.54384 l 0.0711,0.4525 h 4.44907 c 4.14379,0 4.44919,-0.0157 4.45069,-0.24364 z m 13.01199,-0.34808 c -0.0864,-0.74376 -0.48281,-5.93407 -0.48281,-6.32231 0,-0.28486 -0.0508,-0.28839 -4.52709,-0.31429 l -4.52706,-0.0262 0.0764,0.73821 c 0.0982,0.94983 0.48468,5.94958 0.48468,6.27124 0,0.22889 0.29844,0.24504 4.52234,0.24504 h 4.52234 z m 13.02258,0.36118 c 0,-0.40316 -0.41893,-5.80138 -0.49802,-6.41772 l -0.076,-0.59173 h -4.44685 -4.44687 l -0.001,0.31326 c -0.002,0.53638 0.43195,6.28297 0.49944,6.61347 l 0.064,0.31326 h 4.45274 c 4.05138,0 4.45267,-0.0207 4.45267,-0.23054 z m 13.01358,-0.36118 c -0.0872,-0.75023 -0.48281,-5.93566 -0.48281,-6.32838 0,-0.29328 -0.0138,-0.29417 -4.5309,-0.29802 l -4.53089,-0.004 0.0797,0.79157 c 0.0917,0.91187 0.48903,5.99262 0.48903,6.255 0,0.13757 0.97824,0.17536 4.52233,0.17536 h 4.52234 z m 13.02258,0.36118 c 0,-0.38765 -0.41737,-5.78924 -0.4932,-6.38293 l -0.0711,-0.55691 -4.45168,-0.0472 -4.45169,-0.0472 -0.004,0.32563 c -0.004,0.52533 0.44099,6.57433 0.49861,6.76506 0.0405,0.13462 1.06539,0.17398 4.51233,0.17398 4.05799,0 4.45976,-0.0207 4.45976,-0.23054 z m 13.00326,-0.29157 c -0.0917,-0.82665 -0.47248,-5.92598 -0.47248,-6.32832 v -0.36372 l -4.525,-0.0177 c -2.48874,-0.01 -4.52473,-1e-4 -4.52437,0.0219 3.5e-4,0.022 0.12537,1.60631 0.27783,3.52074 0.15253,1.91442 0.27748,3.52775 0.27784,3.58518 2.7e-4,0.0575 2.03092,0.10451 4.51238,0.10451 h 4.51176 z m 13.03293,0.35432 c 0,-0.30132 -0.41436,-5.5911 -0.49673,-6.34125 l -0.0803,-0.73095 h -4.44538 -4.44537 l -0.004,0.31326 c -0.002,0.17221 0.10431,1.80131 0.23686,3.62 l 0.24093,3.30673 h 4.49699 c 3.41556,0 4.497,-0.0403 4.497,-0.16787 z m 12.95094,-0.28471 c 0.002,-0.24886 -0.10411,-1.87786 -0.23442,-3.61999 l -0.23692,-3.1675 h -4.49941 c -2.47469,0 -4.49914,0.047 -4.49879,0.10431 2.8e-4,0.0575 0.12537,1.67079 0.27782,3.5852 0.15252,1.91444 0.2775,3.49644 0.27783,3.51559 3.6e-4,0.0197 2.00556,0.0348 4.45602,0.0348 h 4.45539 l 0.002,-0.45251 z m 13.08459,0.34808 c -3.5e-4,-0.0575 -0.12536,-1.67077 -0.27783,-3.58518 -0.15253,-1.91444 -0.27748,-3.49644 -0.27783,-3.51559 -3.4e-4,-0.0197 -2.00556,-0.0348 -4.45602,-0.0348 h -4.45537 l -0.002,0.45249 c -0.002,0.24888 0.10411,1.87788 0.23444,3.62001 l 0.23692,3.1675 h 4.49941 c 2.47467,0 4.49914,-0.047 4.49879,-0.10451 z m 12.95317,-0.20884 c 0.002,-0.1724 -0.10431,-1.8013 -0.23684,-3.61999 l -0.24093,-3.30674 h -4.497 c -3.41555,0 -4.49699,0.0403 -4.49699,0.16788 0,0.30133 0.41434,5.59109 0.4967,6.34125 l 0.0803,0.73096 h 4.44537 4.44538 l 0.004,-0.31326 z m 16.77576,0.13915 c -0.0321,-0.0956 -0.44085,-1.42712 -0.90831,-2.95866 -0.46746,-1.53153 -0.94551,-3.08222 -1.0623,-3.44596 l -0.21235,-0.66134 h -5.52473 -5.52473 l 0.26957,3.62 0.26959,3.62 h 6.37582 c 5.03897,0 6.36357,-0.0364 6.31744,-0.17398 z"
id="path2638" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:1.48839"
d="m 145.70096,312.65502 -0.94339,-3.14848 -9.47735,-0.002 -9.47735,-0.002 -1.12933,2.36283 c -0.85011,1.77865 -1.33367,2.36282 -1.95584,2.36282 -0.776,0 -0.81822,-0.17457 -0.69056,-2.85508 0.0748,-1.5703 0.20792,-3.07659 0.29586,-3.34734 0.11815,-0.36374 1.64692,-0.49226 5.85589,-0.49226 6.28631,0 5.78818,0.21661 6.33976,-2.75661 0.14064,-0.75809 0.34303,-1.68844 0.44974,-2.06748 0.17796,-0.63197 -0.24854,-0.68916 -5.13944,-0.68916 h -5.33349 l -0.70573,1.37561 -0.70572,1.3756 -0.97187,-1.5725 -0.97186,-1.57252 H 106.57463 92.008973 l -2.496928,2.46128 c -2.053655,2.02434 -2.458998,2.2865 -2.283238,1.47678 0.254585,-1.17292 1.411638,-7.50284 1.411638,-7.72271 0,-0.0844 5.567524,-0.15331 12.372275,-0.15331 H 113.385 l 1.41088,-4.23414 c 0.77598,-2.32878 1.41087,-4.36671 1.41087,-4.52874 0,-0.16197 -5.45174,-0.29462 -12.11497,-0.29462 H 91.976809 l -0.963098,1.55833 c -0.529706,0.85708 -1.022058,1.49936 -1.094123,1.42729 -0.07207,-0.072 0.164807,-1.74797 0.526364,-3.72425 l 0.657387,-3.59323 h 9.908241 9.90823 l 1.26516,-3.8598 c 0.69583,-2.12288 1.26515,-4.07223 1.26515,-4.33184 0,-0.35368 -2.35826,-0.47204 -9.4047,-0.47204 h -9.404706 l -1.223381,1.87056 c -0.672859,1.02882 -1.22547,1.62989 -1.228016,1.33574 -0.0041,-0.50005 2.915711,-16.91755 3.354474,-18.86003 l 0.20014,-0.88605 h 43.114079 43.11408 l -0.0138,1.67366 c -0.008,0.92053 -0.17339,3.44578 -0.36819,5.61171 -0.21848,2.42952 -0.2131,3.98833 0.0138,4.06931 0.20251,0.0722 0.36819,1.35698 0.36819,2.85508 v 2.72381 h -3.29582 -3.29581 l -0.45721,3.4458 c -0.25146,1.89517 -0.49615,3.80022 -0.54378,4.23339 -0.0805,0.733 0.17969,0.79542 3.75302,0.90032 l 3.8396,0.11277 v 2.15167 2.15167 h -3.29344 -3.29347 l -0.6673,3.44578 c -0.36702,1.89519 -0.75765,3.75591 -0.86804,4.13495 -0.18224,0.62551 0.18343,0.68916 3.96077,0.68916 h 4.16148 v 2.36282 2.36283 h -2.75664 -2.75662 v 2.75664 2.75661 h 2.75662 c 2.67787,0 2.75664,0.0282 2.75664,0.98452 v 0.98451 l -16.44134,0.002 -16.44133,0.002 -0.94339,3.14848 c -0.51887,1.73166 -1.06901,3.14846 -1.22253,3.14846 -0.15351,0 -0.70366,-1.4168 -1.22253,-3.14846 z m 2.26575,-7.28736 c 0.8333,-3.5951 1.05079,-3.3895 -3.45125,-3.26265 l -3.98325,0.11218 -0.72616,2.34962 c -0.55535,1.79692 -0.61419,2.42257 -0.25015,2.65972 0.26181,0.17064 2.15866,0.26512 4.21521,0.21012 l 3.7392,-0.1 z m 10.8929,1.87058 c 0.0927,-0.16236 0.28911,-1.40293 0.4366,-2.75663 l 0.26813,-2.46129 h -3.50144 -3.50145 l -0.70254,2.32035 c -0.38641,1.27621 -0.58121,2.51669 -0.43292,2.75664 0.30364,0.49131 7.15964,0.62128 7.43362,0.14091 z m 12.63453,-0.32756 c 0.13147,-0.34261 0.23903,-1.58309 0.23903,-2.75664 v -2.13372 h -3.55661 c -3.97018,0 -3.75784,-0.16985 -4.06148,3.24889 l -0.20109,2.26438 h 3.67055 c 2.9838,0 3.71529,-0.11651 3.9096,-0.62291 z m -38.86785,-13.24104 c 0.69194,-2.20164 1.16882,-4.1474 1.05972,-4.32392 -0.10909,-0.17654 -3.0822,-0.32094 -6.60691,-0.32094 h -6.40857 l -1.25533,4.0365 c -0.69042,2.22006 -1.25174,4.16941 -1.24737,4.33184 0.004,0.16236 2.97624,0.29179 6.60417,0.28744 l 6.59622,-0.008 z m 18.96369,0.37616 c 0.24968,-1.7869 0.45375,-3.6519 0.45347,-4.14447 l -5e-4,-0.8956 -6.5638,0.10805 -6.5638,0.10805 -1.15253,3.45877 c -0.63389,1.90233 -1.05277,3.71875 -0.93085,4.0365 0.18341,0.47795 1.4377,0.57771 7.26286,0.57771 h 7.04116 z m 17.93966,1.96901 c 0.1417,-0.70393 0.36713,-2.56465 0.50082,-4.13495 l 0.24306,-2.85508 h -6.52066 -6.52068 l -1.38465,4.13495 -1.38464,4.13494 h 7.4045 7.40451 z m -18.14586,-15.41313 c 0.59876,-3.2146 0.63367,-3.95343 0.20002,-4.23286 -0.28895,-0.18618 -3.25644,-0.29447 -6.59442,-0.2406 l -6.06906,0.098 -1.31477,3.92294 c -0.72313,2.15763 -1.31478,4.06666 -1.31478,4.24229 0,0.17555 3.23272,0.27102 7.18383,0.21198 l 7.18381,-0.10726 z m 18.37347,0.79258 c 0.78952,-5.56198 1.26929,-5.15 -6.1442,-5.27608 l -6.34802,-0.10805 -1.39594,4.03967 c -0.76776,2.22183 -1.31202,4.17545 -1.20948,4.34136 0.10256,0.16591 3.43611,0.30169 7.40792,0.30169 h 7.22145 z m -37.95727,2.40748 c 0.42477,-0.42477 2.14105,-7.10293 1.89021,-7.35499 -0.12076,-0.12143 -3.08903,-0.27632 -6.59615,-0.34439 l -6.37659,-0.12379 -1.07394,3.29766 c -1.38566,4.2549 -1.37346,4.53701 0.20593,4.75942 1.9439,0.27372 11.63254,0.084 11.95054,-0.23391 z m -16.90823,-16.61801 c 0.72325,-2.15763 1.315,-4.06266 1.315,-4.23341 0,-0.17063 -4.30231,-0.31043 -9.56068,-0.31043 h -9.560676 l -1.433376,4.33866 -1.433378,4.33865 9.67905,-0.1053 9.67905,-0.10529 z m 20.61141,3.20768 c 0,-0.0685 -0.18009,-1.17611 -0.40022,-2.46129 -0.22011,-1.28518 -0.49396,-2.91264 -0.60855,-3.61657 l -0.20833,-1.27986 h -5.64445 -5.64444 l -0.44168,2.96962 c -0.74548,5.01232 -1.43782,4.51266 6.253,4.51266 3.68207,0 6.69467,-0.0561 6.69467,-0.12458 z m 20.68586,-0.76149 c -0.20039,-0.88422 -0.98702,-5.81339 -0.99266,-6.22007 -0.005,-0.34588 -11.423,-0.44558 -11.42627,-0.0998 -0.005,0.47569 -0.76386,5.31021 -0.99266,6.31986 l -0.20079,0.88605 h 6.90658 6.90658 z m 19.70336,-0.39382 c -0.11454,-0.70392 -0.38844,-2.33137 -0.60855,-3.61655 -0.22013,-1.2852 -0.40023,-2.39276 -0.40023,-2.46128 0,-0.0685 -2.30038,-0.12458 -5.11195,-0.12458 h -5.11196 l -0.24552,1.08295 c -0.13501,0.59565 -0.49282,2.08322 -0.7951,3.30576 -0.30228,1.22251 -0.54959,2.41869 -0.54959,2.65817 0,0.30047 2.01931,0.4354 6.51562,0.4354 h 6.5156 z"
id="path2640" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:1.48839"
d="m 145.1263,324.54619 c 1.55943,-4.91336 2.92381,-8.36641 2.94873,-7.46284 l 0.0299,1.08296 h 77.18566 77.18566 v 3.54424 3.54423 h -78.78742 c -75.67961,0 -78.77855,-0.0279 -78.56252,-0.70859 z"
id="path2642" />
<path style="display:inline;fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.372098"
d="m 85.912642,312.23741 c -0.0026,-0.17456 0.811855,-4.75373 0.855806,-4.81037 0.01732,-0.0222 0.122218,0.0417 0.233263,0.14229 0.199948,0.18087 0.220032,0.16473 2.068074,-1.68149 1.026395,-1.02533 1.866167,-1.83089 1.866167,-1.79013 0,0.0407 -0.334661,0.7423 -0.7437,1.55902 -0.482551,0.96348 -1.333806,2.37182 -2.424202,4.01064 -1.830313,2.75089 -1.851999,2.78093 -1.855408,2.57004 z"
id="path2676" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 353.29706,314.5912 c -1.74213,-0.022 -3.16751,-0.0746 -3.16751,-0.1167 0,-0.0421 0.85765,-2.21396 1.90589,-4.82647 l 1.90587,-4.75002 -0.9954,-5.90941 c -0.54746,-3.25019 -1.0343,-5.94833 -1.08187,-5.9959 -0.15942,-0.15942 -0.43975,0.38877 -2.2372,4.37292 -0.98349,2.17999 -1.82215,3.96363 -1.86368,3.96363 -0.0415,0 -0.31403,-1.36272 -0.60558,-3.02828 l -0.53008,-3.02827 1.97536,-4.80346 c 1.37815,-3.35122 1.97122,-4.95578 1.96159,-5.30728 -0.0197,-0.68833 -0.65271,-4.07679 -0.81787,-4.3719 -0.11022,-0.19681 -0.42464,0.16001 -1.7985,2.04018 -0.91579,1.25323 -1.9117,2.6365 -2.21315,3.07391 -0.30143,0.4374 -0.58243,0.79766 -0.62441,0.80058 -0.0419,0.004 -0.31393,-1.31278 -0.60432,-2.92373 l -0.52798,-2.92902 0.38877,-0.51696 c 0.21384,-0.28431 1.22209,-1.59877 2.24057,-2.92101 1.01846,-1.32222 1.92449,-2.52053 2.01341,-2.66286 0.25418,-0.407 -0.11927,-2.79962 -0.43703,-2.79962 -0.1978,0 -1.49965,0.78273 -4.68143,2.81466 l -0.57049,0.36433 -0.46265,-2.56621 c -0.42005,-2.32995 -0.44219,-2.58207 -0.24041,-2.73815 0.12222,-0.0945 1.29203,-1.04669 2.59951,-2.11583 2.65571,-2.17163 2.51053,-1.9292 2.2176,-3.70293 -0.13049,-0.79009 -0.20667,-0.96665 -0.41716,-0.96665 -0.2391,0 -3.73454,1.85167 -4.86585,2.57764 l -0.49993,0.32082 -0.45634,-2.52826 c -0.25097,-1.39055 -0.53562,-2.95118 -0.63254,-3.46808 l -0.17615,-0.9398 h 34.51308 34.5131 l -0.0209,0.4525 c -0.0197,0.42115 -0.0248,0.42597 -0.0789,0.0697 -0.0319,-0.21058 -0.0888,-0.38289 -0.12655,-0.38289 -0.0618,0 -4.67995,2.93807 -5.45401,3.46987 -0.2837,0.19484 -0.31134,0.30051 -0.24444,0.93366 0.13265,1.25487 0.904,5.25071 1.0399,5.38661 0.16964,0.16965 0.36163,0.0138 3.16117,-2.55717 l 2.30951,-2.12148 -0.0775,-1.05901 -0.0777,-1.059 0.21846,1.09736 0.21845,1.09739 3.63876,-0.1 c 2.00132,-0.0549 3.6936,-0.15253 3.76063,-0.21679 0.10293,-0.0986 -0.42798,-3.66874 -0.69851,-4.69748 -0.0738,-0.28098 -0.0321,-0.31326 0.40607,-0.31326 0.39088,0 0.50385,0.0626 0.56553,0.31326 0.0996,0.40475 1.15712,6.20622 6.00876,32.96292 2.18692,12.06087 4.01015,22.03851 4.0516,22.17252 0.0711,0.22949 -0.27957,0.24364 -6.03218,0.24364 h -6.10754 l 0.5885,-3.93327 c 0.32367,-2.1633 0.66519,-4.46582 0.75895,-5.11673 0.0937,-0.6509 0.19748,-1.10515 0.2305,-1.00943 0.0774,0.22409 6.87106,0.25198 7.28599,0.0299 0.1482,-0.0793 0.26931,-0.26351 0.26931,-0.40942 0,-0.28567 -3.30443,-18.98474 -3.42714,-19.39353 -0.0685,-0.2283 -0.33993,-0.24325 -3.78815,-0.20885 l -3.71433,0.037 -0.0846,0.55693 c -0.0821,0.53984 -0.0852,0.54268 -0.10451,0.0929 -0.0118,-0.25526 -0.0785,-0.44321 -0.15016,-0.41769 -0.14112,0.0502 -0.82046,0.98011 -3.37486,4.61959 -0.99691,1.42039 -1.6462,2.4777 -1.6462,2.68071 0,0.18441 0.37207,2.38693 0.82679,4.89453 1.62479,8.95966 2.91991,16.62354 2.92924,17.33373 0.004,0.22944 -0.49558,0.24364 -8.54765,0.24364 h -8.55083 l 1.2455,-3.09788 c 1.70153,-4.23215 2.35078,-6.02005 2.35078,-6.47356 l -2e-5,-0.38356 h 5.70148 c 3.82855,0 5.74996,-0.0484 5.84901,-0.14761 0.10392,-0.10391 -0.0197,-1.09228 -0.41462,-3.34153 -0.30918,-1.75673 -0.59026,-3.27367 -0.62459,-3.37099 -0.0494,-0.14013 -1.30409,-0.16906 -6.04054,-0.13934 -4.97229,0.0315 -5.99857,0.006 -6.09969,-0.15509 -0.0833,-0.13206 -0.22965,-0.15961 -0.46458,-0.0872 -0.18874,0.058 -1.91436,1.66657 -3.83491,3.57439 l -3.49194,3.46879 -0.44774,-2.54617 c -0.24626,-1.40039 -0.51674,-2.92902 -0.60107,-3.39695 l -0.15331,-0.85081 -1.25399,-0.089 c -2.15841,-0.15312 -11.93196,-0.10667 -11.93196,0.0569 0,0.0803 -0.1482,0.28388 -0.32956,0.45251 -0.61813,0.57507 -7.67608,8.61285 -7.71684,8.78814 -0.0374,0.1606 1.14808,6.93854 1.31084,7.4952 0.0671,0.22965 -0.26315,0.2418 -5.75103,0.21159 -3.20225,-0.0177 -7.24765,-0.0502 -8.98978,-0.0722 z m 12.70481,-10.02674 c 0,-0.0584 -0.50123,-2.86139 -1.11384,-6.22859 -0.61262,-3.3672 -1.11385,-6.17006 -1.11385,-6.2286 0,-0.0585 -2.63147,-0.10647 -5.84769,-0.10647 -4.5857,0 -5.84756,0.0376 -5.84705,0.17398 5.4e-4,0.1791 1.88521,11.42729 2.02941,12.11309 l 0.0805,0.38289 h 5.90626 c 3.24842,0 5.90624,-0.0478 5.90624,-0.10647 z m 3.28999,-13.21439 c 3.16047,-3.3434 3.53271,-3.78608 3.55044,-4.22229 0.0118,-0.30757 0.0415,-0.37549 0.0787,-0.18421 0.13068,0.6713 0.10431,0.66854 6.85836,0.71812 l 6.35583,0.0466 0.4573,2.73796 c 0.25151,1.50588 0.5221,2.91027 0.60133,3.12085 0.31074,0.82607 0.59383,0.62018 4.54396,-3.30487 l 3.71129,-3.68775 5.82227,-0.002 c 5.47855,-0.002 5.81811,-0.0157 5.75178,-0.24552 -0.0388,-0.13403 -0.17024,-0.80754 -0.29204,-1.49673 -0.12183,-0.6892 -0.28677,-1.58202 -0.36646,-1.98404 l -0.14485,-0.73097 h -5.54799 c -3.05138,0 -5.64707,0.038 -5.7682,0.0844 -0.12104,0.0464 -0.2259,0.18736 -0.23279,0.31328 -0.008,0.12576 -0.0703,0.0291 -0.14091,-0.21489 -0.27967,-0.96667 -0.41979,-0.90188 -5.82626,2.69434 -1.41271,0.9397 -2.59104,1.6861 -2.61848,1.65864 -0.0683,-0.0683 -0.86926,-4.54338 -0.86938,-4.85737 -6e-5,-0.13855 0.0612,-0.21395 0.13619,-0.16768 0.075,0.0462 0.26376,0.0158 0.41946,-0.0673 0.40627,-0.21744 6.6663,-5.62684 7.20632,-6.2271 0.24886,-0.27664 0.4525,-0.42989 0.4525,-0.34056 0,0.12123 1.46933,0.16237 5.78072,0.16237 h 5.78073 l -0.0695,-0.31326 c -0.0382,-0.17221 -0.19728,-1.0338 -0.35359,-1.91442 -0.15626,-0.88064 -0.31318,-1.73317 -0.3486,-1.89452 -0.0632,-0.28767 -0.14603,-0.29529 -4.28429,-0.39412 -2.32094,-0.0555 -4.8908,-0.0559 -5.71081,-10e-4 -1.4886,0.0998 -1.49094,0.10037 -1.49299,0.46376 l -0.002,0.36388 -0.17556,-0.34807 c -0.0964,-0.1915 -0.31261,-0.36782 -0.48023,-0.39193 -0.38305,-0.0551 -6.87226,1.97789 -7.62442,2.38861 -0.43493,0.2375 -0.56602,0.39666 -0.59843,0.72657 -0.035,0.35666 0.79855,5.74411 1.03818,6.70964 l 0.0777,0.31326 h -6.48933 c -6.4585,0 -6.48932,0.002 -6.48932,0.28669 0,0.16138 -0.0628,0.2479 -0.14348,0.19797 -0.22845,-0.14131 -1.51629,0.65401 -4.75902,2.9386 -4.18381,2.94762 -3.86898,2.68843 -3.86898,3.18549 0,0.52996 1.32637,8.06965 1.4567,8.28052 0.15311,0.24762 0.86054,-0.42674 4.61791,-4.40159 z m -6.90998,-6.60672 c 0,-0.0862 -0.16395,-1.10431 -0.36424,-2.26249 -0.24266,-1.40305 -0.4374,-2.16385 -0.58353,-2.27981 -0.16729,-0.13284 -1.55208,-0.17398 -5.83421,-0.17398 h -5.61489 l 0.0693,0.31326 c 0.0771,0.34841 0.77141,4.39548 0.77141,4.49609 0,0.035 2.60015,0.0638 5.77808,0.0638 4.18924,0 5.7781,-0.0431 5.7781,-0.15666 z m 46.89589,-3.70692 c 3.13356,-3.47354 2.86213,-3.03642 2.66073,-4.2849 -0.0929,-0.57625 -0.13521,-1.0815 -0.0941,-1.12275 0.0411,-0.0411 0.12044,0.25795 0.17614,0.6649 0.0557,0.40692 0.1545,0.88083 0.21968,1.05314 l 0.11848,0.31326 h 3.76268 c 2.06946,0 3.76266,-0.0482 3.76266,-0.10726 0,-0.0591 -0.24434,-1.44926 -0.54299,-3.08958 -0.41466,-2.27747 -0.60194,-3.02552 -0.79237,-3.16476 -0.18973,-0.13875 -1.07678,-0.18224 -3.70791,-0.18224 -3.0861,0 -3.46804,0.0248 -3.54673,0.22981 -0.0484,0.12635 0.0254,0.91073 0.16414,1.74295 0.13875,0.83225 0.22117,1.5444 0.18303,1.5826 -0.0382,0.0382 -0.1419,-0.36884 -0.23028,-0.90453 -0.31139,-1.88562 -0.4504,-2.37237 -0.67744,-2.37237 -0.1911,0 -4.33679,2.89757 -5.15543,3.60339 -0.17221,0.14859 -0.31326,0.37647 -0.31326,0.50648 0,0.40379 1.11342,6.35764 1.34695,7.20262 0.12163,0.44032 0.26967,0.80058 0.32881,0.80058 0.0592,0 1.11081,-1.11211 2.33702,-2.47134 z m -43.40508,-2.92385 c 1.86139,-1.74213 3.68573,-3.43958 4.05407,-3.77213 0.37626,-0.33971 0.67681,-0.73626 0.68588,-0.905 0.0118,-0.23543 0.0299,-0.24769 0.0799,-0.0567 0.0594,0.22729 0.44874,0.24296 5.79673,0.23333 3.15319,-0.006 6.015,-0.0531 6.35961,-0.10549 l 0.62654,-0.0951 v -0.95934 -0.95934 l 1.11384,-0.69568 c 5.66543,-3.53838 7.03691,-4.45881 7.11655,-4.77623 l 0.084,-0.33475 h 5.61554 c 3.39298,0 5.64787,-0.0523 5.69723,-0.13206 0.0449,-0.0726 -0.0584,-0.94983 -0.22956,-1.94923 l -0.31125,-1.81709 h -5.603 c -5.18931,0 -5.61347,0.0177 -5.74492,0.24367 -0.0968,0.1663 -0.14327,0.18283 -0.14623,0.052 -0.008,-0.37492 -1.30104,-0.063 -4.70992,1.13629 -1.86065,0.65462 -3.53665,1.29089 -3.72442,1.41393 -0.41442,0.27154 -0.42304,0.54837 -0.0815,2.61903 l 0.2469,1.49673 -0.84516,-0.0157 c -0.68054,-0.0138 -0.76381,-0.0372 -0.42749,-0.12281 0.22974,-0.0584 -2.08845,-0.10745 -5.15154,-0.10883 -3.06306,-0.002 -5.72586,0.0405 -5.9173,0.0935 -0.26833,0.074 -0.36116,0.20642 -0.40519,0.57785 l -0.0571,0.48183 -0.0842,-0.41769 c -0.1108,-0.54929 -0.45952,-0.52981 -1.34896,0.0754 -3.98596,2.71226 -7.57219,5.34026 -7.57219,5.54897 0,0.79147 0.88151,6.00754 1.06718,6.31468 0.0346,0.0575 0.14603,0.10451 0.24737,0.10451 0.10135,0 1.70719,-1.42539 3.56859,-3.16752 z m -5.34603,-3.82885 c -0.0415,-0.17221 -0.14544,-0.72052 -0.23117,-1.21826 -0.0856,-0.49775 -0.18815,-1.01465 -0.22753,-1.14866 -0.0667,-0.22654 -0.42574,-0.2428 -5.10952,-0.23146 -2.77075,0.006 -5.32192,0.0537 -5.66927,0.1045 l -0.63152,0.0923 0.19307,1.28248 0.19307,1.28248 1.13466,0.0466 c 0.62406,0.0256 3.22469,0.0594 5.77918,0.075 l 4.64453,0.0283 z m 2.37081,-6.62402 c 5.76535,-3.15277 6.00906,-3.29556 6.08131,-3.56273 0.0634,-0.23432 0.10076,-0.24274 0.30922,-0.0697 0.19484,0.16178 1.36566,0.20514 6.57008,0.24294 l 6.33292,0.0461 -0.0854,-0.32448 c -0.047,-0.17851 -0.2221,-1.13897 -0.38923,-2.13447 -0.16709,-0.99549 -0.3901,-1.90398 -0.49553,-2.01884 -0.16315,-0.17772 -1.03846,-0.21539 -5.86054,-0.25264 -3.11786,-0.0242 -5.93511,-0.004 -6.26057,0.0433 -0.52113,0.0768 -0.59399,0.13186 -0.6107,0.46147 -0.0157,0.32816 -0.0264,0.3357 -0.0793,0.061 -0.0409,-0.213 -0.15962,-0.31326 -0.37036,-0.31326 -0.28161,0 -3.93546,1.32844 -7.67163,2.78921 l -1.46668,0.57344 v 0.56598 c 0,0.5565 0.78676,5.0693 0.92189,5.28795 0.038,0.0616 0.12517,0.11179 0.19366,0.11179 0.0685,0 1.36487,-0.67828 2.88083,-1.5073 z m -3.99637,-2.12756 c 0,-0.0848 -0.10195,-0.71129 -0.22654,-1.39232 l -0.22653,-1.23822 h -5.66561 -5.6656 l 0.24731,1.3575 c 0.136,0.74662 0.24999,1.37316 0.25327,1.39231 0.004,0.0197 2.54348,0.0348 5.64484,0.0348 4.02875,0 5.63886,-0.0441 5.63886,-0.1541 z"
id="path2686" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.52623"
d="m 373.11032,312.78106 c 0.36685,-1.05293 1.12606,-3.24559 1.68716,-4.87258 l 1.02015,-2.95817 6.47426,0.002 c 3.67106,10e-4 6.56139,0.0569 6.67552,0.12911 0.13757,0.087 0.45504,1.55268 1.00239,4.6273 0.44057,2.47496 0.80423,4.60957 0.80811,4.74359 0.006,0.22966 -0.51979,0.24365 -9.16377,0.24365 h -9.17083 z"
id="path2688" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.131557"
d="m 416.82644,304.42585 c -0.002,-0.001 -0.74292,-4.15254 -1.6469,-9.22577 l -1.6436,-9.22404 0.0894,-0.0486 c 0.049,-0.0268 0.10076,-0.0659 0.11474,-0.087 0.0138,-0.0211 0.0258,-0.0268 0.0262,-0.0118 3e-4,0.0138 0.086,0.49995 0.19051,1.07904 0.2368,1.31215 1.65581,9.29735 2.47263,13.91434 0.33701,1.90485 0.6203,3.489 0.62951,3.52035 0.0138,0.0435 -0.0118,0.0604 -0.10608,0.0713 -0.0675,0.008 -0.12438,0.0138 -0.12616,0.0118 z"
id="path2690" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0657783"
d="m 398.29881,304.26039 c -0.19169,-0.72628 -0.32987,-1.43355 -0.64677,-3.31108 -0.22344,-1.32374 -0.3567,-2.05787 -0.47829,-2.6347 -0.0425,-0.20127 -0.0746,-0.36844 -0.0716,-0.37149 0.004,-0.004 0.0494,-4.2e-4 0.10293,0.006 0.087,0.01 0.0982,0.0157 0.10667,0.0571 0.006,0.025 0.19726,1.17333 0.42691,2.55172 0.36595,2.19624 0.6221,3.70669 0.65453,3.85931 0.008,0.0348 0.004,0.0478 -0.0158,0.0478 -0.0177,0 -0.0417,-0.0622 -0.0793,-0.20449 z"
id="path2692" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0657783"
d="m 375.75954,304.66958 c -2e-4,-0.008 -0.23859,-1.44145 -0.52979,-3.18726 l -0.52944,-3.1742 0.0805,-0.0931 c 0.0443,-0.0512 0.0827,-0.0909 0.0854,-0.0882 0.006,0.006 1.08526,6.50103 1.08526,6.53248 0,0.0177 -0.0272,0.0234 -0.0956,0.0234 -0.0528,0 -0.0958,-0.006 -0.096,-0.0138 z"
id="path2694" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0465123"
d="m 372.92821,286.58276 c -0.006,10e-4 -0.0197,-0.002 -0.0283,-0.01 -0.01,-0.006 -0.052,0.006 -0.10136,0.0289 l -0.0848,0.0403 -0.006,-0.0392 c -0.004,-0.0215 -0.0352,-0.24628 -0.0707,-0.49952 -0.17004,-1.2183 -0.41082,-2.75553 -0.61943,-3.95425 l -0.0915,-0.52572 0.0498,-0.008 c 0.0274,-0.004 0.0655,-0.0197 0.0848,-0.0337 0.0197,-0.0138 0.038,-0.0234 0.0415,-0.0209 0.004,0.002 0.10451,0.60209 0.22417,1.33257 0.28191,1.72026 0.40155,2.44123 0.50662,3.05318 0.111,0.64644 0.10904,0.633 0.0953,0.6356 z"
id="path2698" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0930245"
d="m 395.00819,285.19637 c -0.1169,-0.67246 -0.2614,-1.47983 -0.32089,-1.79417 l -0.10825,-0.57151 0.0884,-5.1e-4 0.0884,-5.3e-4 0.0325,0.21515 c 0.0177,0.11828 0.14682,0.90106 0.28675,1.73941 l 0.25429,1.52428 -0.0543,0.0553 -0.0543,0.0553 z"
id="path2700" />
<path style="fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0328893"
d="m 411.64833,275.41886 c -0.006,-0.0236 -0.0864,-0.47897 -0.0864,-0.48665 -2e-5,-0.004 0.0309,-0.004 0.0687,-10e-4 0.0677,0.004 0.0695,0.004 0.13305,-0.0319 l 0.0645,-0.0362 0.0425,0.24093 c 0.0234,0.13245 0.0425,0.24619 0.0425,0.25258 -1e-4,0.008 -0.008,0.01 -0.0329,0.006 -0.0455,-0.008 -0.14189,0.0157 -0.17693,0.0417 -0.0464,0.035 -0.05,0.0358 -0.0551,0.0138 z"
id="path2702" />
<path style="display:inline;fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0328893"
d="m 393.1688,274.56446 c -0.0138,-0.2418 -0.0299,-0.41527 -0.0673,-0.69674 -0.0907,-0.68317 -0.24725,-1.49337 -0.40692,-2.1067 -0.0291,-0.11179 -0.052,-0.20448 -0.0506,-0.20586 0.006,-0.006 0.19169,-0.0482 0.19543,-0.0445 0.002,0.002 0.0565,0.31424 0.12025,0.6933 0.11986,0.71083 0.34802,2.03968 0.40066,2.3332 l 0.0299,0.1665 -0.0407,0.004 c -0.0224,0.002 -0.0697,0.0177 -0.1051,0.0352 l -0.0643,0.0311 z"
id="path2704" />
<path style="display:inline;fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0164446"
d="m 409.25486,261.98125 c -0.0157,-0.088 -0.0988,-0.55946 -0.185,-1.04765 -0.0864,-0.48818 -0.15567,-0.8889 -0.1541,-0.89048 0.002,-0.002 0.0472,-0.0138 0.10155,-0.027 0.0876,-0.0213 0.10313,-0.024 0.13797,-0.023 l 0.0392,0.001 0.006,0.0305 c 0.004,0.0158 0.0687,0.38535 0.14584,0.81916 0.18795,1.05548 0.2234,1.25646 0.22172,1.25784 -10e-4,5.3e-4 -0.059,0.008 -0.12969,0.0177 -0.0705,0.01 -0.13423,0.0177 -0.14151,0.0197 l -0.0138,0.002 z"
id="path2706" />
<path style="display:inline;fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0232561"
d="m 391.65219,265.41802 c -0.0177,-0.004 -0.0218,-0.006 -0.0236,-0.022 -0.0317,-0.29185 -0.21702,-1.45867 -0.33298,-2.09599 -0.0644,-0.35406 -0.16316,-0.84986 -0.17221,-0.86411 -0.002,-0.002 0.0118,-0.006 0.0309,-0.01 0.0399,-0.006 0.10037,-0.0329 0.1354,-0.0622 l 0.025,-0.0209 0.0309,0.20082 c 0.11966,0.78021 0.38958,2.40949 0.45643,2.75581 0.0118,0.0632 0.0222,0.11631 0.0222,0.11828 2e-5,0.004 -0.14465,0.004 -0.1722,-0.001 z"
id="path2708" />
<path style="display:inline;fill:#676767;fill-opacity:1;stroke:#000000;stroke-width:0.0328893"
d="m 383.28036,271.26904 c -0.002,-0.0138 -0.0197,-0.10844 -0.0374,-0.21114 -0.0177,-0.10273 -0.087,-0.49389 -0.15371,-0.86914 -0.14032,-0.78869 -0.20371,-1.15098 -0.20379,-1.16413 -4e-5,-0.006 0.0118,-0.01 0.0244,-0.01 l 0.0244,-1.7e-4 0.0561,0.29767 c 0.0309,0.16374 0.12891,0.66502 0.21806,1.11401 0.0892,0.449 0.16099,0.81701 0.16001,0.8178 -10e-4,10e-4 -0.0201,0.0118 -0.0423,0.0252 l -0.0403,0.0236 z"
id="path2710" />
</g>
<g inkscape:groupmode="layer" id="layer8" inkscape:label="Lower Keyboard Buttons"
transform="translate(-41.88227,-13.094054)" style="display:inline">
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 123.48197,315.37895 2.60361,-5.20724 h 18.22528 l 2.60362,7.81084 -2.60362,7.81083 h -23.4325 z"
id="path2152" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 144.31086,325.79338 4.68651,-9.89371 0.52072,-5.72796 151.00948,2e-5 2.60362,7.81082 v 7.81083 z"
id="path2154" sodipodi:nodetypes="ccccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 303.13119,323.18979 h 5.20722" id="path2158" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 303.13119,317.98255 h 2.6036" id="path2160" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.186111"
d="m 147.63076,316.31064 c 0.20071,-0.21907 0.55883,-1.07738 0.95452,-2.28772 0.11695,-0.35774 0.22003,-0.64304 0.22907,-0.63401 0.0186,0.0187 -0.14216,1.30498 -0.28561,2.28429 -0.0528,0.36033 -0.096,0.66447 -0.096,0.67585 0,0.0114 -0.0568,-10e-4 -0.12631,-0.0273 -0.1821,-0.0692 -0.41854,-0.0586 -0.58101,0.0261 -0.19302,0.10067 -0.21361,0.0926 -0.0947,-0.0372 z"
id="path2646" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.357409" d="" id="path2648"
transform="scale(0.26458333)" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.186111"
d="m 119.59561,327.26694 c 0.0139,-0.0474 0.47996,-1.59437 1.03581,-3.43774 0.72393,-2.40076 1.1438,-3.89388 1.48002,-5.26317 0.25816,-1.05137 0.46938,-1.93395 0.46938,-1.9613 0,-0.0334 -1.61116,-0.0378 -4.89956,-0.0133 l -4.89957,0.0364 v -0.95703 -0.95702 l 1.33753,-0.0326 c 0.73564,-0.0179 2.44187,-0.0325 3.79162,-0.0325 1.34975,0 2.45409,-0.0167 2.45409,-0.0372 0,-0.0205 -0.50598,-1.55496 -1.12439,-3.41 l -1.1244,-3.37279 -2.66722,-0.0128 -2.66723,-0.0128 v -0.39351 -0.39351 h 2.58882 2.58881 l 1.00237,-2.03123 1.00237,-2.03122 -3.59119,-0.0127 -3.59118,-0.0127 v -0.98452 -0.98451 h 4.3954 4.3954 l 0.73034,1.1818 c 0.40169,0.65 0.7381,1.18181 0.74756,1.18181 0.009,0 0.24298,-0.44318 0.51892,-0.98484 l 0.5017,-0.98484 3.74822,0.002 c 3.85138,0.002 6.1671,0.0523 6.72412,0.14662 0.64274,0.10878 1.06099,0.403 1.19134,0.83804 0.0693,0.23147 0.0479,0.3906 -0.196,1.45101 -0.081,0.35208 -0.21523,1.01684 -0.29837,1.47725 -0.20689,1.14572 -0.28893,1.47762 -0.45037,1.82195 -0.19724,0.42073 -0.43352,0.6726 -0.81945,0.87353 -0.71444,0.37196 -1.45299,0.42805 -5.67764,0.43114 -3.1619,0.002 -5.01605,0.0714 -5.21483,0.19424 -0.0958,0.0592 -0.20997,1.39063 -0.30204,3.52128 -0.0495,1.14612 -0.038,1.45511 0.0542,1.45511 0.0883,0 0.49307,-0.57472 0.7796,-1.10685 0.16074,-0.29851 0.62096,-1.23513 1.02271,-2.08138 l 0.73045,-1.53863 9.99256,0.0121 9.99256,0.0121 0.59892,1.99429 c 0.69665,2.31971 0.95851,3.14521 1.00727,3.17534 0.0417,0.0258 0.26619,-0.67708 1.0377,-3.24919 l 0.57603,-1.92044 16.35452,-0.0124 16.35453,-0.0124 v -0.19115 c 0,-0.1566 -0.02,-0.19651 -0.11079,-0.22084 -0.0609,-0.0163 -1.30184,-0.03 -2.75755,-0.0304 l -2.64675,-5.2e-4 v -3.52079 -3.52079 h 2.75755 2.75754 v -1.60036 -1.60036 l -2.27744,-0.002 c -2.46723,-0.003 -4.33468,-0.0585 -4.76414,-0.14285 -0.43636,-0.0857 -0.77714,-0.27771 -0.93507,-0.52674 -0.22194,-0.34996 -0.22499,-0.53876 -0.023,-1.42579 0.21896,-0.96149 0.48215,-2.26287 1.05959,-5.23937 0.24431,-1.25936 0.45586,-2.32852 0.47011,-2.37592 0.0243,-0.0809 0.22203,-0.0862 3.24792,-0.0862 h 3.22202 v -0.44318 -0.44318 h 0.73863 0.73863 v 0.7364 0.73639 l 0.16003,0.0245 c 0.088,0.0135 0.74725,0.0378 1.46495,0.0539 1.59611,0.0359 3.10316,0.10954 3.55699,0.17391 0.6741,0.0956 0.76046,0.23018 0.70799,1.10316 -0.0563,0.93598 -0.81197,6.78189 -0.89261,6.90495 -0.13853,0.21144 -0.31747,0.2279 -2.71992,0.25018 l -2.27743,0.0211 v 2.31015 2.31015 h 0.714 0.71401 v 2.83141 2.8314 h -0.74532 -0.74532 l 0.0313,0.22846 c 0.0172,0.12566 0.0313,0.54667 0.0313,0.9356 v 0.70713 h 8.17414 8.17415 v 0.49242 0.49242 l -1.80964,-10e-4 c -0.9953,-5.2e-4 -5.79823,-0.0217 -10.67317,-0.0466 -18.66147,-0.0954 -36.85877,-0.16431 -36.88345,-0.13962 -0.0142,0.0142 -0.14624,0.97617 -0.2935,2.13781 -0.14727,1.16164 -0.36691,2.79855 -0.48807,3.63758 -0.12118,0.83903 -0.21209,1.53374 -0.20204,1.54379 0.0216,0.0216 41.08644,-0.12358 46.57055,-0.16468 l 3.77932,-0.0283 v 0.74081 0.7408 h -25.6021 -25.60211 l -0.20454,0.52935 c -0.27318,0.70702 -1.16997,3.27867 -1.41491,4.05746 l -0.1959,0.62284 0.30082,0.0304 c 2.16049,0.21799 14.54952,0.32179 38.59864,0.32339 l 14.1201,10e-4 v 1.37877 1.37877 h -39.76603 c -37.84924,0 -39.76488,-0.004 -39.74091,-0.0862 z m 23.15388,-5.4166 -1.19424,-3.58234 -8.68955,-0.0124 -8.68956,-0.0125 -0.31166,1.29273 c -0.17142,0.71101 -0.60885,2.27881 -0.97208,3.484 -0.36322,1.2052 -0.67296,2.24112 -0.6883,2.30206 l -0.0279,0.11079 h 10.88376 10.88376 z m 1.71357,2.69455 c 0.16727,-0.63579 0.82674,-2.61643 1.58169,-4.75039 l 0.62715,-1.77271 -1.17451,-3.53154 c -0.64598,-1.94235 -1.18876,-3.51562 -1.20618,-3.49617 -0.0545,0.0608 -2.30912,6.87464 -2.30912,6.97847 0,0.10853 2.31441,7.08257 2.34145,7.05553 0.009,-0.009 0.072,-0.22669 0.13952,-0.48319 z m -19.99405,-6.86987 c -0.0322,-0.084 -0.12305,-0.0737 -0.15345,0.0174 -0.0108,0.0325 0.0255,0.0585 0.0815,0.0585 0.0708,0 0.0923,-0.0227 0.0719,-0.076 z m 22.68467,-0.58389 c 0.0889,-0.17333 0.22602,-0.38403 0.30471,-0.46824 0.18765,-0.20078 0.0936,-0.24103 -0.24832,-0.10626 -0.1935,0.0763 -0.28322,0.0884 -0.38022,0.0515 -0.0698,-0.0265 -0.13502,-0.0483 -0.14488,-0.0483 -0.01,0 0.049,0.19943 0.13071,0.44318 0.0818,0.24375 0.15488,0.44317 0.1625,0.44317 0.008,0 0.0866,-0.14181 0.1755,-0.31514 z m -4.74888,-3.04561 1.09577,-3.2869 h -8.50555 -8.50554 l -0.47556,1.46495 c -0.26156,0.80572 -0.511,1.5979 -0.55431,1.76039 -0.0433,0.1625 -0.0896,0.3282 -0.10276,0.36822 -0.0132,0.04 -0.0327,0.22836 -0.0433,0.41855 -0.0106,0.19019 -0.12109,0.78897 -0.24548,1.33064 -0.12439,0.54165 -0.23911,1.04583 -0.25494,1.12039 l -0.0288,0.13556 8.26235,-0.0125 8.26235,-0.0124 z m 6.05642,1.41347 c 0.18744,-1.32574 0.19113,-1.29744 -0.075,-0.57505 -0.13246,0.35957 -0.30913,0.7997 -0.39259,0.97805 -0.0835,0.17836 -0.15174,0.32735 -0.15171,0.33107 2e-5,0.004 0.11595,0.006 0.25762,0.005 l 0.25756,-0.002 0.10412,-0.7364 z m -27.21777,-1.73355 c 0.0317,-0.48072 0.0576,-1.07346 0.0576,-1.31721 -1e-4,-0.98904 0.18309,-3.44598 0.32309,-4.33328 0.0385,-0.24375 0.07,-0.46217 0.0701,-0.48538 9e-5,-0.0232 0.0306,-0.0306 0.0677,-0.0163 0.15885,0.061 0.40029,-0.25036 0.76289,-0.9837 l 0.36259,-0.7333 -0.34236,-0.54026 c -0.70655,-1.11497 -1.58793,-2.43607 -1.62524,-2.43607 -0.0213,0 -0.56802,1.05941 -1.21498,2.35425 l -1.17631,2.35424 1.16851,3.50553 1.16851,3.50553 h 0.16012 0.16012 z m 3.29,0.36055 c 0.09,-0.26887 0.15543,-0.49708 0.14539,-0.50713 -0.0192,-0.0192 -0.52229,0.93946 -0.52229,0.99522 0,0.0178 0.048,0.0252 0.10663,0.0165 0.0874,-0.0129 0.13609,-0.10375 0.27027,-0.50461 z m 24.36347,-0.88234 c 0.0782,-0.51341 0.0712,-0.54055 -0.0464,-0.1799 -0.0662,0.20312 -0.12085,0.37415 -0.12136,0.38008 -5.1e-4,0.006 0.0317,-0.002 0.0716,-0.0171 0.0399,-0.0153 0.0832,-0.0977 0.0962,-0.18312 z m -15.4829,-6.07033 c 0,-0.0654 -0.0134,-0.0688 -0.0739,-0.0186 -0.0406,0.0337 -0.0739,0.0697 -0.0739,0.0799 0,0.0102 0.0332,0.0186 0.0739,0.0186 0.0406,0 0.0739,-0.0359 0.0739,-0.0799 z m 0.4262,-2.16061 c 0.22455,-1.1104 0.40886,-2.02445 0.40959,-2.03122 5.2e-4,-0.007 -2.12235,-0.0123 -4.71794,-0.0123 h -4.71926 l -0.97404,1.98198 c -0.53573,1.09009 -0.98489,2.00978 -0.99815,2.04376 -0.0193,0.0494 1.04329,0.0592 5.28372,0.0493 l 5.30782,-0.0126 z m 49.55425,0 v -2.04353 H 180.29223 177.19 v 2.04353 2.04354 h 3.10223 3.10224 z m 3.64389,-8.36742 c 0,-0.0115 0.14261,-1.12499 0.31691,-2.4744 0.45973,-3.55908 0.53306,-4.15586 0.51315,-4.17578 -0.0586,-0.0586 -3.62646,-0.0831 -7.43011,-0.0511 l -4.40878,0.0371 -0.65878,3.29778 c -0.54919,2.74919 -0.64722,3.30511 -0.58926,3.3418 0.0677,0.0429 12.25687,0.0673 12.25687,0.0246 z"
id="path2650" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.357409" d="" id="path2652"
transform="scale(0.26458333)" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.357409" d="" id="path2654"
transform="scale(0.26458333)" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.186111"
d="m 146.92066,316.89417 c -0.0486,-0.15833 -0.0444,-0.16884 0.0779,-0.19353 0.0711,-0.0144 0.16889,-0.0414 0.21729,-0.0601 0.0715,-0.0276 0.0623,0.008 -0.0493,0.19195 -0.0755,0.12431 -0.15014,0.22671 -0.1659,0.22756 -0.0158,0.001 -0.0518,-0.0738 -0.08,-0.16585 z"
id="path2656" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 303.41511,324.33767 v -0.88635 h 1.87607 c 2.04628,0 1.90692,-0.079 2.3457,1.32953 0.13744,0.44121 0.12839,0.44318 -2.04186,0.44318 h -2.17991 z"
id="path2658" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 308.97979,324.97781 c 0.0505,-0.13541 0.56786,-1.68755 1.14978,-3.44919 l 1.05804,-3.20299 7.57001,0.0515 7.57002,0.0515 1.13462,3.39769 1.13463,3.39769 h -9.85442 c -7.80116,0 -9.83531,-0.0513 -9.76268,-0.24621 z"
id="path2660" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 123.33599,322.12179 c 0.48153,-1.70623 0.90881,-3.21303 0.9495,-3.34845 0.0577,-0.19203 1.95047,-0.24621 8.60257,-0.24621 h 8.52859 l 1.11193,3.34845 1.11192,3.34845 h -10.59001 -10.59001 z"
id="path2662" />
<path style="fill:#00000a;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 85.569286,314.50788 c 0,-0.0691 0.976282,-1.58621 2.169517,-3.37133 l 2.169522,-3.24565 h 10.207745 c 5.61426,0 11.93447,0.0578 14.04491,0.12851 l 3.83716,0.12851 1.01554,3.06047 c 0.55854,1.68326 0.9675,3.1085 0.90881,3.1672 -0.15226,0.15225 -34.353204,0.28396 -34.353204,0.13229 z"
id="path2664" />
</g>
<g inkscape:groupmode="layer" id="layer9" inkscape:label="Lower Keyboard Buttons overlay"
transform="translate(-41.88227,-13.094054)" style="display:inline">
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 141.70725,317.98255 2.60361,-7.81084 h -18.22528 l -2.60361,7.81084 z" id="path2163" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 144.31086,325.79338 -2.60361,-7.81083" id="path2165" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 149.51809,310.17171 -0.97636,7.81084 h 154.58946" id="path2167" sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 308.33841,310.17171 2.60362,7.81084 h 15.62167" id="path2169" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 310.94203,317.98255 -2.60362,7.81083" id="path2171" />
<path style="fill:#000000;stroke:#000000;stroke-width:1.89427"
d="m 1006.2135,1127.4682 c 0,-0.028 0.1421,-0.4682 0.3158,-0.978 l 0.3158,-0.9269 0.2372,0.6568 c 0.3266,0.9047 0.3334,0.88 -0.3015,1.1013 -0.312,0.1088 -0.5673,0.1749 -0.5673,0.1468 z"
id="path2172" transform="matrix(0.26458333,0,0,0.26458333,41.88227,13.094054)" />
<path style="fill:#000000;stroke:#000000;stroke-width:0.0837156"
d="m 1008.377,1123.5807 c -0.026,-0.077 -0.047,-0.1429 -0.047,-0.1463 0,0 0.3056,-0.01 0.6791,-0.01 0.6441,10e-4 0.6703,0 0.5078,0.012 -0.6195,0.039 -0.8365,0.086 -1.0114,0.2203 -0.034,0.026 -0.067,0.051 -0.072,0.054 -0.01,0 -0.025,-0.039 -0.056,-0.1344 z"
id="path2179" transform="matrix(0.26458333,0,0,0.26458333,41.88227,13.094054)" />
<path style="fill:#000000;stroke:#000000;stroke-width:0.039124" d="" id="path2181"
transform="matrix(0.26458333,0,0,0.26458333,41.88227,13.094054)" />
<path style="fill:#000000;stroke:#000000;stroke-width:0.039124"
d="m 1009.736,1123.427 h -0.096 l 0.1084,-9e-4 c 0.06,-5e-4 0.1084,-2e-4 0.1084,7e-4 0,0 -0.031,0 -0.1211,0 z"
id="path2183" transform="matrix(0.26458333,0,0,0.26458333,41.88227,13.094054)" />
</g>
<g inkscape:groupmode="layer" id="layer10" inkscape:label="Upper-buttons-basic"
transform="translate(-41.88227,-13.094054)" style="display:inline">
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 84.427789,315.37895 5.207224,-7.81084 h 28.639737 l 2.60361,-5.20721 H 92.238627 l -2.603614,5.20721"
id="path2174" sodipodi:nodetypes="cccccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 87.031404,307.56811 5.207223,-5.20721" id="path2176" sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 120.87836,315.37895 -2.60361,-7.81084" id="path2178" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 122.96125,305.48523 -2.08289,-3.12433" id="path2182" sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 349.99621,315.37895 339.58175,258.09948" id="path2184" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 87.031402,297.15366 h 26.036118 l 2.60361,-7.81084 H 92.238625 Z" id="path2186" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 89.635013,284.13561 h 20.828897 l 2.60361,-7.81084 H 94.842238 Z" id="path2188" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 94.842238,271.11753 2.60361,-7.81083 h 18.225282 l -2.60361,7.81083 z" id="path2190" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 335.41597,263.3067 2.0829,6.7694 h -11.97662 l -0.52072,-6.7694" id="path2200"
sodipodi:nodetypes="cccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 320.31503,263.3067 0.52072,6.7694 h -8.33155 l -0.52074,-6.7694" id="path2204" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 307.29696,263.3067 0.52073,6.7694 h -8.33157 l -0.52071,-6.7694" id="path2206" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 294.27891,263.3067 0.52071,6.7694 h -8.33155 l -0.52072,-6.7694" id="path2208" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 281.26085,263.3067 0.52072,6.7694 h -8.33155 l -0.52074,-6.7694" id="path2210" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 268.24278,263.3067 0.52074,6.7694 h -8.33158 l -0.52071,-6.7694" id="path2212" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 255.22473,263.3067 0.52071,6.7694 h -8.33155 l -0.52071,-6.7694" id="path2214" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 242.20667,263.3067 0.52072,6.7694 h -8.33155 l -0.52074,-6.7694" id="path2216" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 229.1886,263.3067 0.52074,6.7694 h -8.33157 l -0.52072,-6.7694" id="path2218" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 216.17055,263.3067 0.52073,6.7694 h -8.33157 l -0.52071,-6.7694" id="path2220" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 203.1525,263.3067 0.52071,6.7694 h -8.33155 l -0.52072,-6.7694" id="path2222" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 190.13444,263.3067 0.52072,6.7694 h -8.85229 l 0.52074,-6.7694" id="path2224" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 174.51277,263.3067 1.04143,6.7694 h -11.9766 l 1.56217,-6.7694" id="path2226" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 154.72531,263.3067 1.04144,6.7694 h -12.49733 l 1.04144,-6.7694" id="path2228" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 133.89642,263.3067 1.04144,6.7694 h -12.49734 l 1.04145,-6.7694" id="path2230" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 136.50003,284.13561 h 14.0595" id="path2234" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 154.72531,284.13561 h 14.58022" id="path2236" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 174.51277,284.13561 h 13.01805" id="path2238" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 193.25878,284.13561 h 13.01805" id="path2240" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 211.48405,284.13561 H 224.5021" id="path2242" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 229.1886,284.13561 h 13.53879" id="path2244" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 118.27475,297.15366 H 131.2928" id="path2260" />
<path
style="fill:none;stroke:#000000;stroke-width:0.520722px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 121.9198,307.56811 -0.52072,7.2901" id="path2322" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 91.281116,304.97214 1.136877,-2.27816 h 13.963117 13.96312 l -1.13688,2.27816 -1.13687,2.27816 H 104.10736 90.144238 Z"
id="path2324" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 123.5659,304.97214 1.13688,-2.27816 h 4.91853 4.91852 l -0.0693,0.2929 c -0.084,0.35527 -0.84697,4.15548 -0.84697,4.21864 0,0.0246 -2.51878,0.0448 -5.59728,0.0448 h -5.59729 z"
id="path2326" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 139.61191,307.13383 c 0,-0.11459 0.0978,-0.44951 0.90663,-3.1055 l 0.40636,-1.33435 h 3.57685 3.57686 l -0.0693,0.2929 c -0.084,0.35527 -0.84696,4.15548 -0.84696,4.21864 0,0.0246 -1.69886,0.0448 -3.77524,0.0448 -2.13372,0 -3.77524,-0.0507 -3.77524,-0.11647 z"
id="path2328" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 151.58853,307.13383 c 0,-0.11459 0.0978,-0.44951 0.90662,-3.1055 l 0.40636,-1.33435 h 3.05365 3.05366 l -0.003,0.2929 c -0.002,0.1611 -0.0881,1.08376 -0.19269,2.05035 -0.10455,0.96659 -0.19126,1.85996 -0.19268,1.98525 -0.003,0.21128 -0.25774,0.22782 -3.51746,0.22782 -1.98058,0 -3.51488,-0.0508 -3.51488,-0.11647 z"
id="path2330" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 164.52014,306.63194 c 0.0425,-0.34009 0.14757,-1.36527 0.23349,-2.27816 l 0.15621,-1.6598 h 3.29816 3.29816 l -0.003,0.2929 c -0.002,0.1611 -0.0881,1.08376 -0.19268,2.05035 -0.10455,0.96659 -0.19126,1.85996 -0.19268,1.98525 -0.003,0.21098 -0.24924,0.22782 -3.33897,0.22782 h -3.33638 z"
id="path2332" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 176.97374,304.97214 v -2.27816 h 3.31961 3.3196 v 2.27816 2.27816 h -3.3196 -3.31961 z"
id="path2334" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 188.37833,307.02248 c -0.0585,-0.19364 -0.46942,-3.88331 -0.46942,-4.21515 0,-0.0623 2.07964,-0.11335 4.62141,-0.11335 4.31357,0 4.62159,0.0152 4.624,0.22781 0.002,0.1253 0.0881,1.01867 0.19269,1.98526 0.10455,0.96659 0.19126,1.88925 0.19268,2.05034 l 0.003,0.29291 h -4.54755 c -4.21798,0 -4.55254,-0.0165 -4.6164,-0.22782 z"
id="path2336" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 202.76636,305.5905 c -0.0859,-0.91289 -0.19099,-1.93807 -0.23349,-2.27816 l -0.0773,-0.61836 h 4.63819 c 4.32954,0 4.63835,0.0152 4.64077,0.22781 0.002,0.1253 0.0881,1.01867 0.19268,1.98526 0.10455,0.96659 0.19126,1.88925 0.19268,2.05034 l 0.003,0.29291 h -4.59996 -4.59997 z"
id="path2338" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 217.86731,305.5905 c -0.0859,-0.91289 -0.19099,-1.93807 -0.23349,-2.27816 l -0.0773,-0.61836 h 6.20035 c 5.81733,0 6.20052,0.0141 6.20294,0.22781 0.002,0.1253 0.0881,1.01867 0.19268,1.98526 0.10456,0.96659 0.19127,1.88925 0.19269,2.05034 l 0.003,0.29291 h -6.16213 -6.16213 z"
id="path2340" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 238.41434,305.91595 c -0.80946,-2.65801 -0.90662,-2.99095 -0.90662,-3.10668 0,-0.069 2.75554,-0.10371 6.66184,-0.0839 l 6.66185,0.0337 0.67567,2.24562 0.67567,2.24561 h -6.68102 -6.68103 z"
id="path2342" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 257.68107,305.91595 c -0.80885,-2.65599 -0.90662,-2.99092 -0.90662,-3.1055 0,-0.067 2.83349,-0.11596 6.67175,-0.11528 l 6.67176,10e-4 0.80904,2.04914 c 0.44497,1.12703 0.84666,2.15167 0.89264,2.27697 0.079,0.21515 -0.30027,0.22781 -6.8243,0.22781 h -6.90791 z"
id="path2344" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 278.26479,306.95739 c -0.0623,-0.16109 -0.35971,-0.90801 -0.66101,-1.6598 -0.3013,-0.75179 -0.65813,-1.64516 -0.79295,-1.98525 l -0.24514,-0.61836 h 7.45267 7.45267 l 1.13687,2.27816 1.13688,2.27816 h -7.6834 -7.6834 z"
id="path2346" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 301.17658,306.95739 c -0.0623,-0.16109 -0.35971,-0.90801 -0.66101,-1.6598 -0.3013,-0.75179 -0.65813,-1.64516 -0.79296,-1.98525 l -0.24513,-0.61836 h 11.61897 11.61897 l 1.29955,2.16736 c 0.71476,1.19205 1.31909,2.21722 1.34295,2.27816 0.0239,0.0609 -5.3817,0.1108 -12.01238,0.1108 h -12.05578 z"
id="path2348" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 331.37848,306.95739 c -0.0623,-0.16109 -0.35971,-0.90801 -0.66101,-1.6598 -0.3013,-0.75179 -0.65813,-1.64516 -0.79296,-1.98525 l -0.24513,-0.61836 7.97166,10e-4 7.97166,0.001 0.80904,2.04915 c 0.44497,1.12703 0.84667,2.15166 0.89265,2.27696 0.079,0.2154 -0.35029,0.22782 -7.87456,0.22782 h -7.95817 z"
id="path2350" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 311.12054,317.50202 c -0.2186,-0.58099 -2.27386,-6.81564 -2.27386,-6.89776 0,-0.0559 3.34876,-0.0865 7.4417,-0.068 l 7.4417,0.0336 1.15022,3.44793 c 0.63262,1.89636 1.15022,3.4927 1.15022,3.54742 0,0.0547 -3.34097,0.0995 -7.42438,0.0995 -5.82006,0 -7.43761,-0.0351 -7.4856,-0.16272 z"
id="path2352" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.492021"
d="m 148.99736,314.33751 0.52073,-4.16578 81.63217,0.36549 69.14728,0.0326 1.15024,3.44792 c 0.63262,1.89637 1.15024,3.49271 1.15024,3.54742 0,0.0547 -31.63389,0.0995 -70.29753,0.0995 l -83.82385,0.31785 z"
id="path2354" sodipodi:nodetypes="ccccssscc" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 308.1293,324.13801 c -0.0652,-0.24804 -0.0321,-0.48053 0.0735,-0.51664 0.34936,-0.1195 0.21101,-0.8207 -0.16193,-0.8207 -0.27814,0 -0.51882,-0.50664 -1.12461,-2.3674 l -0.77075,-2.36741 1.0679,-3.24379 c 0.58734,-1.78408 1.12668,-3.17838 1.19853,-3.09844 0.0718,0.0799 0.58535,1.52076 1.14112,3.20181 l 1.0105,3.05645 -1.07952,3.2252 c -0.59374,1.77387 -1.11479,3.26047 -1.15788,3.30356 -0.0431,0.0431 -0.13166,-0.12459 -0.19682,-0.37264 z"
id="path2678" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 303.47052,320.53555 v -2.26513 h 0.96856 0.96855 l 0.70567,2.11777 c 0.38812,1.16477 0.70567,2.18408 0.70567,2.26512 0,0.0811 -0.7534,0.14736 -1.67423,0.14736 h -1.67422 z"
id="path2680" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 143.24089,321.26653 c -0.53022,-1.70203 -0.95257,-3.25266 -0.93857,-3.44584 0.0358,-0.49326 1.88735,-6.05145 2.01355,-6.04439 0.057,0.003 0.55595,1.41008 1.10885,3.12643 l 1.00529,3.12063 -1.05674,3.11307 c -0.5812,1.7122 -1.08184,3.13819 -1.11253,3.16889 -0.0307,0.0307 -0.48963,-1.33677 -1.01985,-3.03879 z"
id="path2682" />
<path style="fill:#434343;fill-opacity:1;stroke:#000000;stroke-width:0.744446"
d="m 119.85738,310.97627 -1.12295,-3.38698 1.08818,-2.16976 1.08817,-2.16976 0.88064,1.31272 0.88063,1.31271 -0.43896,0.78101 c -0.24142,0.42956 -0.50488,0.78101 -0.58547,0.78101 -0.19139,0 -0.36848,1.49215 -0.53372,4.4971 l -0.13357,2.42894 z"
id="path2684" />
</g>
</svg>
</div>
</div>
<script src="./main.js"></script>
</body>
</html>