summaryrefslogtreecommitdiffstats
path: root/manual/rockbox_interface/images/iriverh300-front.svg
blob: 4aa68553e00fb72e100fbd65a87ff3b2a6339b28 (plain)
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
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: CorelDRAW -->

<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:xlink="http://www.w3.org/1999/xlink"
   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
   xml:space="preserve"
   width="102mm"
   height="170mm"
   shape-rendering="geometricPrecision"
   text-rendering="geometricPrecision"
   image-rendering="optimizeQuality"
   fill-rule="evenodd"
   viewBox="0 0 10200 17000"
   id="svg1736"
   sodipodi:version="0.32"
   inkscape:version="0.47 r22583"
   sodipodi:docname="iriverh300-front.svg"
   version="1.1"><metadata
   id="metadata2022"><rdf:RDF><cc:Work
       rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
         rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
   id="defs2020"><inkscape:perspective
   sodipodi:type="inkscape:persp3d"
   inkscape:vp_x="0 : 301.18109 : 1"
   inkscape:vp_y="0 : 1000 : 0"
   inkscape:vp_z="361.41733 : 301.18109 : 1"
   inkscape:persp3d-origin="180.70866 : 200.78739 : 1"
   id="perspective185" />
  <defs
   id="defs1739">
   <linearGradient
   y2="1960.59"
   x2="10121"
   y1="2630.33"
   x1="10121"
   gradientUnits="userSpaceOnUse"
   id="id0">
    <stop
   id="stop1742"
   stop-color="#878787"
   offset="0" />
    <stop
   id="stop1744"
   stop-color="#E8E8E8"
   offset="0.2" />
    <stop
   id="stop1746"
   stop-color="#E8E8E8"
   offset="0.8" />
    <stop
   id="stop1748"
   stop-color="#B3B3B3"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="125.77"
   x2="7803.89"
   y1="125.77"
   x1="8514.45"
   gradientUnits="userSpaceOnUse"
   id="id1">
    <stop
   id="stop1751"
   stop-color="#363636"
   offset="0" />
    <stop
   id="stop1753"
   stop-color="#757575"
   offset="0.501961" />
    <stop
   id="stop1755"
   stop-color="#121212"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="102.13"
   x2="6257.53"
   y1="102.13"
   x1="6966.61"
   gradientUnits="userSpaceOnUse"
   id="id2">
    <stop
   id="stop1758"
   stop-color="#363636"
   offset="0" />
    <stop
   id="stop1760"
   stop-color="#757575"
   offset="0.501961" />
    <stop
   id="stop1762"
   stop-color="#121212"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="100.36"
   x2="3405.66"
   y1="100.36"
   x1="3975.4"
   gradientUnits="userSpaceOnUse"
   id="id3">
    <stop
   id="stop1765"
   stop-color="#363636"
   offset="0" />
    <stop
   id="stop1767"
   stop-color="#757575"
   offset="0.501961" />
    <stop
   id="stop1769"
   stop-color="#121212"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="123.25"
   x2="1815.76"
   y1="123.25"
   x1="2526.34"
   gradientUnits="userSpaceOnUse"
   id="id4">
    <stop
   id="stop1772"
   stop-color="#363636"
   offset="0" />
    <stop
   id="stop1774"
   stop-color="#757575"
   offset="0.501961" />
    <stop
   id="stop1776"
   stop-color="#121212"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="1995.67"
   x2="78.98"
   y1="3680.15"
   x1="78.98"
   gradientUnits="userSpaceOnUse"
   id="id5">
    <stop
   id="stop1779"
   stop-color="#878787"
   offset="0" />
    <stop
   id="stop1781"
   stop-color="#E8E8E8"
   offset="0.2" />
    <stop
   id="stop1783"
   stop-color="#E8E8E8"
   offset="0.8" />
    <stop
   id="stop1785"
   stop-color="#B3B3B3"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="10854.8"
   x2="2475.52"
   y1="11618.2"
   x1="2475.52"
   gradientUnits="userSpaceOnUse"
   id="id6">
    <stop
   id="stop1788"
   stop-color="#1C1C1C"
   offset="0" />
    <stop
   id="stop1790"
   stop-color="#666666"
   offset="0.0901961" />
    <stop
   id="stop1792"
   stop-color="#B1B1B1"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="10854.8"
   x2="7724.46"
   y1="11618.2"
   x1="7724.46"
   gradientUnits="userSpaceOnUse"
   id="id7">
    <stop
   id="stop1795"
   stop-color="#1C1C1C"
   offset="0" />
    <stop
   id="stop1797"
   stop-color="#666666"
   offset="0.0901961" />
    <stop
   id="stop1799"
   stop-color="#B1B1B1"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="12722.5"
   x2="2475.51"
   y1="11959.1"
   x1="2475.51"
   gradientUnits="userSpaceOnUse"
   id="id8">
    <stop
   id="stop1802"
   stop-color="#1C1C1C"
   offset="0" />
    <stop
   id="stop1804"
   stop-color="#666666"
   offset="0.0901961" />
    <stop
   id="stop1806"
   stop-color="#B1B1B1"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="12722.5"
   x2="7724.47"
   y1="11959.1"
   x1="7724.47"
   gradientUnits="userSpaceOnUse"
   id="id9">
    <stop
   id="stop1809"
   stop-color="#1C1C1C"
   offset="0" />
    <stop
   id="stop1811"
   stop-color="#666666"
   offset="0.0901961" />
    <stop
   id="stop1813"
   stop-color="#B1B1B1"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="11788.6"
   x2="4255.54"
   y1="11788.6"
   x1="3424.22"
   gradientUnits="userSpaceOnUse"
   id="id10">
    <stop
   id="stop1816"
   stop-color="#262626"
   offset="0" />
    <stop
   id="stop1818"
   stop-color="#666666"
   offset="0.160784" />
    <stop
   id="stop1820"
   stop-color="#666666"
   offset="0.309804" />
    <stop
   id="stop1822"
   stop-color="#383838"
   offset="0.45098" />
    <stop
   id="stop1824"
   stop-color="#262626"
   offset="0.560784" />
    <stop
   id="stop1826"
   stop-color="#4D4D4D"
   offset="0.901961" />
    <stop
   id="stop1828"
   stop-color="#000000"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="12236.5"
   x2="5100"
   y1="13067.8"
   x1="5100"
   gradientUnits="userSpaceOnUse"
   id="id11">
    <stop
   id="stop1831"
   stop-color="#262626"
   offset="0" />
    <stop
   id="stop1833"
   stop-color="#666666"
   offset="0.160784" />
    <stop
   id="stop1835"
   stop-color="#666666"
   offset="0.309804" />
    <stop
   id="stop1837"
   stop-color="#383838"
   offset="0.45098" />
    <stop
   id="stop1839"
   stop-color="#262626"
   offset="0.560784" />
    <stop
   id="stop1841"
   stop-color="#4D4D4D"
   offset="0.901961" />
    <stop
   id="stop1843"
   stop-color="#000000"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="11788.6"
   x2="5944.42"
   y1="11788.6"
   x1="6775.74"
   gradientUnits="userSpaceOnUse"
   id="id12">
    <stop
   id="stop1846"
   stop-color="#262626"
   offset="0" />
    <stop
   id="stop1848"
   stop-color="#666666"
   offset="0.160784" />
    <stop
   id="stop1850"
   stop-color="#666666"
   offset="0.309804" />
    <stop
   id="stop1852"
   stop-color="#383838"
   offset="0.45098" />
    <stop
   id="stop1854"
   stop-color="#262626"
   offset="0.560784" />
    <stop
   id="stop1856"
   stop-color="#4D4D4D"
   offset="0.901961" />
    <stop
   id="stop1858"
   stop-color="#000000"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="11340.8"
   x2="5100"
   y1="10509.5"
   x1="5100"
   gradientUnits="userSpaceOnUse"
   id="id13">
    <stop
   id="stop1861"
   stop-color="#262626"
   offset="0" />
    <stop
   id="stop1863"
   stop-color="#666666"
   offset="0.160784" />
    <stop
   id="stop1865"
   stop-color="#666666"
   offset="0.309804" />
    <stop
   id="stop1867"
   stop-color="#383838"
   offset="0.45098" />
    <stop
   id="stop1869"
   stop-color="#262626"
   offset="0.560784" />
    <stop
   id="stop1871"
   stop-color="#4D4D4D"
   offset="0.901961" />
    <stop
   id="stop1873"
   stop-color="#000000"
   offset="1" />
   </linearGradient>
   <linearGradient
   y2="2733.97"
   x2="8785.63"
   y1="7306.81"
   x1="8385.55"
   gradientUnits="userSpaceOnUse"
   id="id14">
    <stop
   id="stop1876"
   stop-color="#6D84AB"
   offset="0" />
    <stop
   id="stop1878"
   stop-color="#74EEF7"
   offset="0.239216" />
    <stop
   id="stop1880"
   stop-color="#DEDEDE"
   offset="0.411765" />
    <stop
   id="stop1882"
   stop-color="#DEDEDE"
   offset="0.541176" />
    <stop
   id="stop1884"
   stop-color="#F7A7E8"
   offset="0.65098" />
    <stop
   id="stop1886"
   stop-color="#FF7154"
   offset="0.8" />
    <stop
   id="stop1888"
   stop-color="#F3F592"
   offset="1" />
   </linearGradient>
  </defs>
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
 <linearGradient
   inkscape:collect="always"
   xlink:href="#id14"
   id="linearGradient3102"
   gradientUnits="userSpaceOnUse"
   x1="8385.55"
   y1="7306.81"
   x2="8785.63"
   y2="2733.97" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id13"
   id="linearGradient3110"
   gradientUnits="userSpaceOnUse"
   x1="5100"
   y1="10509.5"
   x2="5100"
   y2="11340.8" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id12"
   id="linearGradient3113"
   gradientUnits="userSpaceOnUse"
   x1="6775.74"
   y1="11788.6"
   x2="5944.42"
   y2="11788.6" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id11"
   id="linearGradient3116"
   gradientUnits="userSpaceOnUse"
   x1="5100"
   y1="13067.8"
   x2="5100"
   y2="12236.5" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id10"
   id="linearGradient3119"
   gradientUnits="userSpaceOnUse"
   x1="3424.22"
   y1="11788.6"
   x2="4255.54"
   y2="11788.6" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id9"
   id="linearGradient3124"
   gradientUnits="userSpaceOnUse"
   x1="7724.47"
   y1="11959.1"
   x2="7724.47"
   y2="12722.5" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id8"
   id="linearGradient3129"
   gradientUnits="userSpaceOnUse"
   x1="2475.51"
   y1="11959.1"
   x2="2475.51"
   y2="12722.5" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id7"
   id="linearGradient3134"
   gradientUnits="userSpaceOnUse"
   x1="7724.46"
   y1="11618.2"
   x2="7724.46"
   y2="10854.8" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id6"
   id="linearGradient3139"
   gradientUnits="userSpaceOnUse"
   x1="2475.52"
   y1="11618.2"
   x2="2475.52"
   y2="10854.8" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id5"
   id="linearGradient3152"
   gradientUnits="userSpaceOnUse"
   x1="78.98"
   y1="3680.15"
   x2="78.98"
   y2="1995.67" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id4"
   id="linearGradient3155"
   gradientUnits="userSpaceOnUse"
   x1="2526.34"
   y1="123.25"
   x2="1815.76"
   y2="123.25" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id3"
   id="linearGradient3158"
   gradientUnits="userSpaceOnUse"
   x1="3975.4"
   y1="100.36"
   x2="3405.66"
   y2="100.36" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id2"
   id="linearGradient3161"
   gradientUnits="userSpaceOnUse"
   x1="6966.61"
   y1="102.13"
   x2="6257.53"
   y2="102.13" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id1"
   id="linearGradient3164"
   gradientUnits="userSpaceOnUse"
   x1="8514.45"
   y1="125.77"
   x2="7803.89"
   y2="125.77" /><linearGradient
   inkscape:collect="always"
   xlink:href="#id0"
   id="linearGradient3167"
   gradientUnits="userSpaceOnUse"
   x1="10121"
   y1="2630.33"
   x2="10121"
   y2="1960.59" /><inkscape:perspective
   id="perspective2910"
   inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
   inkscape:vp_z="1 : 0.5 : 1"
   inkscape:vp_y="0 : 1000 : 0"
   inkscape:vp_x="0 : 0.5 : 1"
   sodipodi:type="inkscape:persp3d" /></defs><sodipodi:namedview
   inkscape:window-height="572"
   inkscape:window-width="746"
   inkscape:pageshadow="2"
   inkscape:pageopacity="0.0"
   borderopacity="1.0"
   bordercolor="#666666"
   pagecolor="#ffffff"
   id="base"
   inkscape:zoom="0.6690327"
   inkscape:cx="180.70866"
   inkscape:cy="301.92844"
   inkscape:window-x="268"
   inkscape:window-y="42"
   inkscape:current-layer="svg1736"
   showgrid="false"
   inkscape:window-maximized="0" />
 <path
   style="fill:url(#linearGradient3167);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1890"
   d="m 10073.4,2630.3 0,-669.71 70.27,0 c 13.81,0 25,11.19 25,25 l 0,619.71 c 0,13.81 -11.19,25 -25,25 l -70.27,0 z" /><path
   style="fill:url(#linearGradient3164);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1892"
   d="m 8514.45,174.56 -710.55,-25.15 0,-22.43 c 0,-27.62 22.38,-50 50,-50 l 610.55,0 c 27.62,0 50,22.38 50,50 l 0,47.58 z" /><path
   style="fill:url(#linearGradient3161);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1894"
   d="m 6966.61,127.28 -709.07,-12.4 c 5.56,-22.27 25.57,-37.9 48.52,-37.9 l 610.55,0 c 13.32,0 26.08,5.31 35.46,14.75 9.39,9.44 14.62,22.23 14.54,35.55 z" /><path
   style="fill:url(#linearGradient3158);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1896"
   d="m 3405.66,123.73 569.72,-9.29 c -5.71,-22.06 -25.62,-37.46 -48.4,-37.46 l -471.43,0 c -26.35,0 -48.18,20.45 -49.89,46.75 z" /><path
   style="fill:url(#linearGradient3155);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1898"
   d="m 1815.76,169.51 710.56,-24.08 0,-18.45 c 0,-27.62 -22.39,-50 -50,-50 l -610.56,0 c -27.61,0 -50,22.38 -50,50 l 0,42.53 z" /><path
   style="fill:url(#linearGradient3152);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1900"
   d="m 126.62,3667.9 0,-1707.32 -65.14,37.95 c -19.48,15.43 -29.79,35.45 -30.14,49.34 l 0,1532.74 c 0.35,13.89 10.66,33.91 30.14,49.34 l 65.14,37.95 z" /><path
   style="fill:#2e2e2e;stroke:#000000;stroke-width:7.61999989"
   id="path1902"
   d="m 926.63,207.89 c -441.83,0 -800,358.17 -800,800 l 0,15014.4 c 0,441.83 358.17,800 800,800 2780.62,134.34 5566.12,134.34 8346.75,0 441.82,0 800,-358.17 800,-800 l 0,-15014.4 c 0,-441.83 -358.18,-800 -800,-800 C 6492.75,73.54 3707.25,73.54 926.63,207.89" /><path
   style="fill:#383838;stroke:#949494;stroke-width:18;stroke-linejoin:bevel"
   id="path1904"
   d="m 933.15,614.63 c -131.95,-1.75 -259.1,49.45 -353.03,142.14 -93.92,92.69 -146.8,219.15 -146.8,351.12 l 0,14814.4 c 0,131.96 52.88,258.42 146.8,351.12 93.93,92.69 221.08,143.88 353.03,142.14 2776.27,134.4 5557.43,134.4 8333.71,0 131.95,1.74 259.1,-49.45 353.02,-142.14 93.93,-92.7 146.8,-219.16 146.8,-351.12 l 0,-14814.4 c 0,-131.97 -52.87,-258.43 -146.8,-351.12 -93.92,-92.69 -221.07,-143.89 -353.02,-142.14 -2776.28,-134.41 -5557.44,-134.41 -8333.71,0 z" /><g
   id="g1906">
   <path
   style="fill:#d1d1d1"
   id="path1908"
   d="m 4804.99,15023.6 -31,0 c -5.54,0 -10.79,-2.51 -14.26,-6.83 -3.47,-4.33 -4.8,-9.99 -3.61,-15.41 l 15.32,-69.51 c 1.85,-8.39 9.27,-14.36 17.87,-14.36 l 49.69,0 c 68.99,0 130.06,44.56 151.12,110.25 l 58.64,183.01 c 5.35,14.91 14.4,28.21 26.32,38.66 4.31,3.79 9.75,6.07 15.48,6.5 l 10.03,0 c 4.48,-0.25 8.68,-2.26 11.69,-5.58 3.33,-3.34 6.41,-6.92 9.2,-10.72 l 175.22,-244.04 c 29.63,-45.18 78.57,-74.04 132.46,-78.08 l 68.01,0 c 5.55,0 10.8,2.51 14.27,6.84 3.47,4.31 4.8,9.98 3.61,15.4 l -4.78,21.68 c -0.73,3.55 0.95,7.17 4.13,8.92 3.18,1.75 7.13,1.22 9.74,-1.3 29.55,-30.07 69.02,-48.39 111.06,-51.54 l 297.47,0 c 40.61,0.51 80.79,8.29 118.65,22.98 23.18,9.61 40.54,29.49 46.94,53.75 7,48.52 -6.8,97.74 -37.99,135.55 -31.2,37.81 -76.91,60.7 -125.87,63.04 l -260.9,0 c -5.55,0 -10.79,-2.51 -14.27,-6.83 -3.47,-4.32 -4.8,-9.99 -3.61,-15.4 l 15.32,-69.52 c 1.85,-8.38 9.28,-14.36 17.87,-14.36 l 250.22,0 c 7.02,-0.38 13.77,-2.88 19.35,-7.16 6.79,-9.03 9.81,-20.33 8.44,-31.53 -0.64,-9.34 -7.01,-17.31 -15.98,-19.99 -8.34,-2.47 -16.95,-3.95 -25.64,-4.42 l -253.19,0 c -32,1.73 -59.85,22.49 -70.62,52.68 -12.25,38.38 -20.8,77.84 -25.53,117.85 -0.26,10.44 1.18,20.86 4.28,30.84 3.4,13.09 13.54,23.36 26.59,26.93 7.25,2.12 14.7,3.46 22.24,4.01 l 514.55,0 c 31.94,0 61.93,-15.38 80.56,-41.33 l 35.75,-49.79 c 29.63,-45.19 78.57,-74.04 132.45,-78.09 l 391.44,0 c 7.03,-0.38 13.78,-2.88 19.36,-7.16 6.78,-9.03 9.81,-20.33 8.44,-31.53 -0.64,-9.34 -7.01,-17.31 -15.98,-19.99 -8.35,-2.47 -16.95,-3.95 -25.64,-4.42 l -567.55,0 c -5.55,0 -10.8,-2.52 -14.27,-6.83 -3.47,-4.33 -4.8,-9.99 -3.6,-15.41 l 15.31,-69.51 c 1.84,-8.39 9.28,-14.36 17.87,-14.36 l 559.71,0 c 40.61,0.51 80.79,8.29 118.64,22.98 23.18,9.61 40.55,29.49 46.95,53.75 7,48.52 -6.8,97.74 -38,135.55 -31.2,37.8 -76.9,60.7 -125.87,63.04 l -304.49,0 c -7.73,0.21 -15.03,3.59 -20.2,9.34 -2.59,2.88 -4.37,6.41 -5.14,10.2 -0.78,3.8 -0.6,7.73 0.53,11.44 0.12,0.39 0.23,0.79 0.36,1.18 3.39,13.09 13.53,23.36 26.58,26.93 7.25,2.12 14.71,3.46 22.24,4.01 l 374.5,0 c 5.54,0 10.79,2.52 14.26,6.84 3.47,4.32 4.8,9.99 3.61,15.4 l -15.32,69.51 c -1.85,8.4 -9.28,14.37 -17.87,14.37 l -408.42,0 c -53.69,-4.93 -102.07,-34.48 -130.97,-80.01 -3.08,-4.85 -8.25,-7.97 -13.98,-8.43 -5.72,-0.47 -11.33,1.79 -15.15,6.08 -3.67,3.63 -6.94,7.66 -9.75,12 -29.47,40.19 -74.75,65.8 -124.37,70.36 l -581.17,0 c -27.43,-2.52 -53.88,-11.52 -77.15,-26.26 -30.36,-25.74 -47.01,-62.6 -44.88,-102.36 2.93,-63.16 13.82,-125.7 32.43,-186.12 1.71,-5.55 0.68,-11.59 -2.77,-16.26 -3.45,-4.67 -8.92,-7.43 -14.73,-7.43 l -9.15,0 c -31.94,0 -61.92,15.39 -80.56,41.33 l -162.79,226.74 c -30.07,41 -81.23,66.55 -131.93,70.36 l -48.5,0 c -15.33,-2.06 -29.42,-9.49 -39.76,-20.98 -15.14,-17.07 -26.77,-36.97 -34.23,-58.54 l -60.89,-190 c -13.15,-41.06 -51.32,-68.91 -94.44,-68.91 z" />
   <path
   style="fill:#d1d1d1"
   id="path1910"
   d="m 4657.64,14895.2 c -1.2,5.41 0.13,11.08 3.6,15.4 3.47,4.32 8.72,6.84 14.27,6.84 l 84.38,0 c 8.59,0 16.03,-5.98 17.88,-14.36 l 15.31,-69.52 c 1.19,-5.41 -0.14,-11.08 -3.61,-15.4 -3.47,-4.32 -8.72,-6.84 -14.27,-6.84 l -84.37,0 c -8.6,0 -16.03,5.98 -17.88,14.36 l -15.31,69.52 z" />
   <path
   style="fill:#d1d1d1"
   id="path1912"
   d="m 3371.58,14917.5 84.39,0 c 8.59,0 16.02,-5.98 17.86,-14.36 l 15.32,-69.52 c 1.19,-5.41 -0.14,-11.08 -3.61,-15.4 -3.47,-4.32 -8.72,-6.84 -14.26,-6.84 l -84.39,0 c -8.59,0 -16.02,5.98 -17.86,14.36 l -15.32,69.52 c -1.19,5.41 0.13,11.08 3.61,15.4 3.47,4.32 8.72,6.84 14.26,6.84 z" />
   <path
   style="fill:#d1d1d1"
   id="path1914"
   d="m 3452.19,15001.3 c -1.19,5.42 0.14,11.08 3.61,15.41 3.47,4.31 8.72,6.83 14.27,6.83 l 84.38,0 c 8.59,0 16.03,-5.97 17.87,-14.36 l 15.32,-69.51 c 1.19,-5.42 -0.14,-11.08 -3.61,-15.4 -3.47,-4.33 -8.72,-6.84 -14.27,-6.84 l -84.38,0 c -8.59,0 -16.03,5.97 -17.87,14.36 l -15.32,69.51 z" />
   <path
   style="fill:#d1d1d1"
   id="path1916"
   d="m 3785.84,14917.5 591.29,0 c 40.61,0.51 80.79,8.29 118.65,22.98 23.18,9.61 40.54,29.49 46.95,53.75 6.87,47.7 -6.35,96.13 -36.52,133.72 -30.16,37.58 -74.57,60.98 -122.64,64.59 l -309.2,0.28 c -7.73,0.21 -15.04,3.59 -20.21,9.34 -2.59,2.88 -4.36,6.41 -5.14,10.2 -0.78,3.8 -0.59,7.73 0.53,11.44 0.12,0.39 0.24,0.79 0.36,1.18 3.4,13.09 13.54,23.36 26.59,26.93 7.25,2.12 14.7,3.46 22.23,4.01 l 428.07,0 c 11.13,-0.37 22.08,-2.86 32.27,-7.34 12.95,-5.7 22.89,-16.6 27.34,-30.03 l 39.78,-180.58 c 1.86,-8.38 9.29,-14.36 17.88,-14.36 l 84.38,0 c 5.55,0 10.79,2.52 14.27,6.84 3.47,4.32 4.8,9.99 3.6,15.4 l -66.49,301.82 c -1.84,8.4 -9.28,14.37 -17.87,14.37 l -612.47,0 c -53.69,-4.93 -102.07,-34.48 -130.96,-80.01 -3.08,-4.85 -8.26,-7.97 -13.99,-8.43 -5.72,-0.47 -11.33,1.79 -15.15,6.08 -3.34,3.92 -6.59,7.92 -9.74,12 -29.47,40.19 -74.76,65.8 -124.38,70.36 l -214.24,0 c -5.54,0 -10.8,-2.51 -14.27,-6.84 -3.47,-4.31 -4.8,-9.98 -3.6,-15.4 l 15.31,-69.51 c 1.85,-8.39 9.29,-14.37 17.88,-14.37 l 186.56,0 c 31.94,0 61.93,-15.38 80.56,-41.33 l 35.75,-49.79 c 29.63,-45.19 78.57,-74.04 132.46,-78.09 l 391.81,0 c 7.03,-0.38 13.77,-2.88 19.35,-7.16 6.79,-9.03 9.81,-20.33 8.44,-31.53 -0.64,-9.34 -7.01,-17.31 -15.98,-19.99 -8.34,-2.47 -16.95,-3.95 -25.64,-4.42 l -599.14,0 c -5.54,0 -10.78,-2.51 -14.26,-6.83 -3.48,-4.33 -4.8,-9.99 -3.61,-15.41 l 15.32,-69.51 c 1.84,-8.39 9.28,-14.36 17.87,-14.36 z" />
   <path
   style="fill:#d1d1d1"
   id="path1918"
   d="m 3442.4,15045.8 -66.55,302.07 c -1.85,8.39 -9.28,14.36 -17.87,14.36 l -84.38,0 c -5.55,0 -10.8,-2.52 -14.27,-6.83 -3.47,-4.33 -4.8,-9.99 -3.6,-15.41 l 66.54,-302.07 c 1.85,-8.38 9.28,-14.36 17.87,-14.36 l 84.38,0 c 5.55,0 10.8,2.52 14.27,6.84 3.47,4.32 4.8,9.99 3.61,15.4 z" />
  </g><path
   style="fill:#d1d1d1;stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1920"
   d="m 3274.26,10509.4 c 0,55.23 -44.77,100 -100,100 l -1547.49,0 c -55.23,0 -100,44.77 -100,100 l 0,2158.48 c 0,55.23 44.77,100 100,100 l 1547.49,0 c 55.23,0 100,44.77 100,100 l 0,49.87 c 0,55.23 44.77,100 100,100 l 3451.47,0 c 55.23,0 100,-44.77 100,-100 l 0,-49.87 c 0,-55.23 44.77,-100 100,-100 l 1547.49,0 c 55.23,0 100,-44.77 100,-100 l 0,-2158.48 c 0,-55.23 -44.77,-100 -100,-100 l -1547.49,0 c -55.23,0 -100,-44.77 -100,-100 l 0,-49.87 c 0,-55.23 -44.77,-100 -100,-100 l -3451.47,0 c -55.23,0 -100,44.77 -100,100 l 0,49.87 z" /><path
   style="fill:url(#linearGradient3139);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1922"
   d="m 3174.26,11713.6 -1397.49,0 c -55.23,0 -100,-44.77 -100,-100 l 0,-754.24 c 0,-55.23 44.77,-100 100,-100 l 1397.49,0 c 55.23,0 100,44.77 100,100 l 0,754.24 c 0,55.23 -44.77,100 -100,100 z" /><path
   style="fill:#333333;stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1924"
   d="m 1776.77,10759.4 c -55.23,0 -100,44.77 -100,100 l 0,754.24 c 0,55.23 44.77,100 100,100 l 430.68,0 c 26.52,0 51.96,-10.53 70.71,-29.29 l 105.14,-105.14 c 18.76,-18.75 44.19,-29.29 70.71,-29.29 l 720.25,0 c 55.23,0 100,-44.77 100,-100 l 0,-590.52 c 0,-55.23 -44.77,-100 -100,-100 l -1397.49,0" /><path
   style="fill:#3b3b3b;stroke:#b0b0b0;stroke-width:15;stroke-linejoin:bevel"
   id="path1926"
   d="m 1776.77,10909.4 0,654.24 c 0,13.26 5.27,25.98 14.64,35.36 9.38,9.37 22.1,14.64 35.36,14.64 l 359.97,0 c 13.26,0 25.98,-5.27 35.36,-14.64 l 90.49,-90.5 c 37.51,-37.51 88.38,-58.58 141.42,-58.58 l 670.25,0 c 27.62,0 50,-22.38 50,-50 l 0,-490.52 c 0,-27.61 -22.38,-50 -50,-50 l -1297.49,0 c -27.61,0 -50,22.39 -50,50" /><path
   style="fill:url(#linearGradient3134);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1928"
   d="m 7025.72,11713.6 1397.49,0 c 55.23,0 100,-44.77 100,-100 l 0,-754.24 c 0,-55.23 -44.77,-100 -100,-100 l -1397.49,0 c -55.23,0 -100,44.77 -100,100 l 0,754.24 c 0,55.23 44.77,100 100,100 z" /><path
   style="fill:#333333;stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1930"
   d="m 8423.21,10759.4 c 55.23,0 100,44.77 100,100 l 0,754.24 c 0,55.23 -44.77,100 -100,100 l -430.68,0 c -26.52,0 -51.96,-10.53 -70.71,-29.29 l -105.14,-105.14 c -18.76,-18.75 -44.19,-29.29 -70.71,-29.29 l -720.25,0 c -55.23,0 -100,-44.77 -100,-100 l 0,-590.52 c 0,-55.23 44.77,-100 100,-100 l 1397.49,0" /><path
   style="fill:#3b3b3b;stroke:#b0b0b0;stroke-width:15;stroke-linejoin:bevel"
   id="path1932"
   d="m 8423.21,10909.4 0,654.24 c 0,13.26 -5.27,25.98 -14.64,35.36 -9.38,9.37 -22.1,14.64 -35.36,14.64 l -359.97,0 c -13.26,0 -25.98,-5.27 -35.36,-14.64 l -90.49,-90.5 c -37.51,-37.51 -88.38,-58.58 -141.42,-58.58 l -670.25,0 c -27.62,0 -50,-22.38 -50,-50 l 0,-490.52 c 0,-27.61 22.38,-50 50,-50 l 1297.49,0 c 27.61,0 50,22.39 50,50" /><path
   style="fill:url(#linearGradient3129);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1934"
   d="m 3174.26,11863.6 -1397.49,0 c -55.23,0 -100,44.77 -100,100 l 0,754.24 c 0,55.23 44.77,100 100,100 l 1397.49,0 c 55.23,0 100,-44.77 100,-100 l 0,-754.24 c 0,-55.23 -44.77,-100 -100,-100 z" /><path
   style="fill:#333333;stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1936"
   d="m 1776.77,12817.9 c -55.23,0 -100,-44.77 -100,-100 l 0,-754.24 c 0,-55.23 44.77,-100 100,-100 l 430.68,0 c 26.52,0 51.96,10.53 70.71,29.29 l 105.14,105.14 c 18.76,18.75 44.19,29.29 70.71,29.29 l 720.25,0 c 55.23,0 100,44.77 100,100 l 0,590.52 c 0,55.23 -44.77,100 -100,100 l -1397.49,0" /><path
   style="fill:#3b3b3b;stroke:#b0b0b0;stroke-width:15;stroke-linejoin:bevel"
   id="path1938"
   d="m 1776.77,12667.9 0,-654.24 c 0,-13.26 5.27,-25.98 14.64,-35.36 9.38,-9.37 22.1,-14.64 35.36,-14.64 l 359.97,0 c 13.26,0 25.98,5.27 35.36,14.64 l 90.49,90.5 c 37.51,37.51 88.38,58.58 141.42,58.58 l 670.25,0 c 27.62,0 50,22.38 50,50 l 0,490.52 c 0,27.61 -22.38,50 -50,50 l -1297.49,0 c -27.61,0 -50,-22.39 -50,-50" /><path
   style="fill:url(#linearGradient3124);stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1940"
   d="m 7025.72,11863.6 1397.49,0 c 55.23,0 100,44.77 100,100 l 0,754.24 c 0,55.23 -44.77,100 -100,100 l -1397.49,0 c -55.23,0 -100,-44.77 -100,-100 l 0,-754.24 c 0,-55.23 44.77,-100 100,-100 z" /><path
   style="fill:#333333;stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1942"
   d="m 8423.21,12817.9 c 55.23,0 100,-44.77 100,-100 l 0,-754.24 c 0,-55.23 -44.77,-100 -100,-100 l -430.68,0 c -26.52,0 -51.96,10.53 -70.71,29.29 l -105.14,105.14 c -18.76,18.75 -44.19,29.29 -70.71,29.29 l -720.25,0 c -55.23,0 -100,44.77 -100,100 l 0,590.52 c 0,55.23 44.77,100 100,100 l 1397.49,0" /><path
   style="fill:#3b3b3b;stroke:#b0b0b0;stroke-width:15;stroke-linejoin:bevel"
   id="path1944"
   d="m 8423.21,12667.9 0,-654.24 c 0,-13.26 -5.27,-25.98 -14.64,-35.36 -9.38,-9.37 -22.1,-14.64 -35.36,-14.64 l -359.97,0 c -13.26,0 -25.98,5.27 -35.36,14.64 l -90.49,90.5 c -37.51,37.51 -88.38,58.58 -141.42,58.58 l -670.25,0 c -27.62,0 -50,22.38 -50,50 l 0,490.52 c 0,27.61 22.38,50 50,50 l 1297.49,0 c 27.61,0 50,-22.39 50,-50" /><path
   style="fill:url(#linearGradient3119)"
   id="path1946"
   d="m 4255.53,12236.5 -801.98,801.98 c -18.12,-18.1 -29.33,-43.12 -29.33,-70.75 l 0,-2358.22 c 0,-27.68 11.26,-52.72 29.44,-70.83 l -0.11,0.16 801.95,801.95 c -18.1,18.1 -29.29,43.09 -29.29,70.71 l 0,754.24 c 0,27.64 11.2,52.66 29.32,70.76 z" /><path
   style="fill:url(#linearGradient3116)"
   id="path1948"
   d="m 4326.25,12265.8 1547.49,0 c 27.62,0 52.61,-11.19 70.71,-29.29 l 801.99,801.99 c -18.1,18.1 -43.09,29.29 -70.71,29.29 l -3151.47,0 c -27.62,0 -52.61,-11.19 -70.71,-29.29 l 801.98,-801.98 c 18.1,18.1 43.11,29.28 70.72,29.28 z" /><path
   style="fill:url(#linearGradient3113)"
   id="path1950"
   d="m 5944.43,12236.5 801.98,801.98 c 18.12,-18.1 29.33,-43.12 29.33,-70.75 l 0,-2358.22 c 0,-27.68 -11.26,-52.72 -29.44,-70.83 l 0.11,0.16 -801.95,801.95 c 18.1,18.1 29.29,43.09 29.29,70.71 l 0,754.24 c 0,27.64 -11.2,52.66 -29.32,70.76 z" /><path
   style="fill:url(#linearGradient3110)"
   id="path1952"
   d="m 4326.25,11311.5 1547.49,0 c 27.62,0 52.61,11.19 70.71,29.29 l 801.99,-801.99 c -18.1,-18.1 -43.09,-29.29 -70.71,-29.29 l -3151.47,0 c -27.62,0 -52.61,11.19 -70.71,29.29 l 801.98,801.98 c 18.1,-18.1 43.11,-29.28 70.72,-29.28 z" /><path
   style="fill:#363d9e;stroke:#3a3854;stroke-width:18;stroke-linejoin:bevel"
   id="path1954"
   d="m 4326.25,11311.5 1547.49,0 c 55.23,0 100,44.77 100,100 l 0,754.24 c 0,55.23 -44.77,100 -100,100 l -1547.49,0 c -55.23,0 -100,-44.77 -100,-100 l 0,-754.24 c 0,-55.23 44.77,-100 100,-100" /><path
   style="fill:#4e57d4;stroke:#ffffff;stroke-width:15;stroke-linejoin:bevel"
   id="path1956"
   d="m 4376.24,11411.5 1447.49,0 c 27.62,0 50,22.38 50,50 l 0,654.24 c 0,27.61 -22.38,50 -50,50 l -1447.49,0 c -27.61,0 -50,-22.39 -50,-50 l 0,-654.24 c 0,-27.62 22.39,-50 50,-50" /><path
   style="fill:#ffffff;stroke:#ffffff;stroke-width:18;stroke-linejoin:bevel"
   id="path1958"
   d="m 4901.32,11933 -53.91,0 -116.87,-190.37 c -1.77,-2.91 -4.7,-7.6 -8.78,-14.15 -1.77,-2.91 -4.62,-7.53 -8.31,-13.79 l 0,218.31 -44.74,0 0,-297.96 61.37,0 107.87,175.46 c 0.84,1.5 7.39,12.23 19.63,32.12 l 0,-207.58 43.74,0 0,297.96 z m 309.22,0 -59.28,0 -24.65,-70.93 -118.41,0 -24.1,70.93 -47.36,0 102.17,-297.96 68.3,0 103.33,297.96 z m -98.79,-113.92 -44.88,-132.92 -44.89,132.92 89.77,0 z m 236.61,113.92 -56.45,0 -94.93,-297.96 58.59,0 70.61,228.29 72.23,-228.29 46.26,0 -96.31,297.96 z m 186.72,0 -55.52,0 0,-297.96 55.52,0 0,297.96 z" /><path
   style="fill:#707070;stroke:#000000;stroke-width:18;stroke-linejoin:bevel"
   id="path1960"
   d="m 1420.88,1842.71 7358.23,0 c 110.46,0 200,89.55 200,200 l 0,5870.81 c 0,110.46 -89.54,200 -200,200 l -7358.23,0 c -110.45,0 -199.99,-89.54 -199.99,-200 l 0,-5870.81 c 0,-110.45 89.54,-200 199.99,-200 z" /><path
   style="fill:#11161c;stroke:#000000;stroke-width:49.99989732;stroke-linejoin:bevel;color:#000000;fill-opacity:1;fill-rule:nonzero;stroke-linecap:butt;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
   id="path1962"
   d="m 1594.06,2399.23 6502.99,0 0,5181.64 -6502.99,0 0,-5181.64" /><path
   style="fill:url(#linearGradient3102);stroke:#d1d1d1;stroke-width:7.61999989"
   id="path1964"
   d="m 8734.57,7004.78 0,56.58 -260.85,0 260.85,85.24 0,29.1 -260.85,85.77 260.85,0 0,45.36 -297.96,0 0,-86.86 191.86,-64.52 -191.86,-63.44 0,-87.23 297.96,0 z m -297.96,-279.34 191.42,0 c 25.92,0 45.89,3 59.83,9.08 14,6 25.99,17.63 36.12,34.8 10.14,17.25 15.2,38.26 15.2,63.06 0,25.1 -4.4,45.74 -13.11,61.9 -8.72,16.17 -20.71,27.8 -35.91,34.89 -15.19,7.08 -34.65,10.62 -58.19,10.62 l -195.36,0 0,-56.67 191.42,0 c 26.22,0 43.42,-5.62 51.63,-17.02 8.26,-11.31 12.36,-24.56 12.36,-39.58 0,-17.31 -4.39,-31.09 -13.25,-41.5 -8.8,-10.39 -25.71,-15.54 -50.74,-15.54 l -191.42,0 0,-44.04 z m 297.96,-252.79 0,189.49 -297.96,0 0,-58.44 249.31,0 0,-131.05 48.65,0 z m 0,-121.57 0,59.59 -251.91,0 0,81.85 -46.05,0 0,-223.29 46.05,0 0,81.85 251.91,0 z m 0,-171.17 0,55.52 -297.96,0 0,-55.52 297.96,0 z m -133.81,-145.98 40.82,0 0,113.26 -40.82,0 0,-113.26 z m 30.32,-205.04 5.51,-51.43 c 29.8,3.31 54.39,15.24 73.61,35.81 19.3,20.47 28.98,47.42 28.98,80.84 0,28.1 -6.85,50.89 -20.56,68.45 -13.63,17.55 -32.19,31.02 -55.66,40.5 -23.39,9.47 -49.25,14.16 -77.48,14.16 -45.38,0 -82.33,-11.08 -110.8,-33.34 -28.45,-22.25 -42.68,-52.88 -42.68,-91.85 0,-30.49 9.16,-55.89 27.34,-76.22 18.18,-20.26 44.18,-33.03 78.09,-38.35 l 5.29,51.43 c -45.01,9.48 -67.44,30.42 -67.44,62.75 0,20.71 9.32,36.89 28.01,48.36 18.71,11.47 45.83,17.24 81.3,17.24 36.13,0 63.33,-6.15 81.72,-18.47 18.48,-12.33 27.65,-28.65 27.65,-48.98 0,-16.23 -6.19,-30.02 -18.56,-41.5 -12.36,-11.39 -27.12,-17.86 -44.32,-19.4 z M 8739.18,5620 c 0,40.89 -14.9,72.77 -44.55,95.55 -29.73,22.8 -66.39,34.11 -110.04,34.11 -43.36,0 -79.65,-12.08 -108.78,-36.26 -29.21,-24.25 -43.81,-56.2 -43.81,-95.86 0,-40.03 14.6,-71.61 43.81,-94.87 29.13,-23.24 65.63,-34.87 109.44,-34.87 45.98,0 83.15,12.09 111.47,36.19 28.31,24.17 42.46,56.13 42.46,96.01 z m -43.28,-0.46 c 0,-20.02 -7.98,-36.87 -24,-50.74 -16.01,-13.85 -45,-20.79 -87.1,-20.79 -34.19,0 -61.01,5.77 -80.38,17.17 -19.45,11.4 -29.14,29.18 -29.14,53.21 0,47.58 37.04,71.29 111.1,71.29 35.91,0 63.18,-6 81.72,-18.17 18.56,-12.08 27.8,-29.41 27.8,-51.97 z m 38.67,-181.79 -297.96,0 0,-113.49 c 0,-41.96 14.38,-75.61 43.15,-101.02 28.68,-25.41 64.14,-38.12 106.39,-38.12 42.17,0 77.49,13.1 105.87,39.27 28.4,26.11 42.55,63.6 42.55,112.35 l 0,101.01 z m -43.89,-57.06 0,-46.27 c 0,-24.78 -9.01,-45.81 -27.04,-63.13 -18.03,-17.33 -44.93,-25.95 -80.55,-25.95 -29.12,0 -53.72,7.54 -73.91,22.63 -20.12,15.17 -30.24,35.12 -30.24,59.91 l 0,52.81 211.74,0 z m 43.89,-447.1 0,200.11 -297.96,0 0,-198.11 44.34,0 0,142.59 80.76,0 0,-114.56 43.21,0 0,114.56 83.38,0 0,-144.59 46.27,0 z m -103.49,-219.99 5.51,-51.43 c 29.8,3.31 54.39,15.24 73.61,35.81 19.3,20.47 28.98,47.42 28.98,80.84 0,28.1 -6.85,50.89 -20.56,68.45 -13.63,17.55 -32.19,31.02 -55.66,40.5 -23.39,9.46 -49.25,14.16 -77.48,14.16 -45.38,0 -82.33,-11.08 -110.8,-33.34 -28.45,-22.25 -42.68,-52.88 -42.68,-91.85 0,-30.49 9.16,-55.9 27.34,-76.22 18.18,-20.26 44.18,-33.04 78.09,-38.35 l 5.29,51.43 c -45.01,9.47 -67.44,30.42 -67.44,62.75 0,20.71 9.32,36.89 28.01,48.36 18.71,11.47 45.83,17.24 81.3,17.24 36.13,0 63.33,-6.15 81.72,-18.48 18.48,-12.32 27.65,-28.64 27.65,-48.97 0,-16.24 -6.19,-30.02 -18.56,-41.5 -12.36,-11.4 -27.12,-17.86 -44.32,-19.4 z m -194.47,-317.84 205.65,0 c 34.19,0 58.85,7.63 74.06,22.87 15.19,15.24 22.86,39.58 22.86,72.99 0,19.25 -1.56,34.19 -4.61,44.89 l -43.21,0 c 1.19,-16.87 1.71,-28.72 1.71,-35.65 0,-18.48 -3.36,-31.1 -9.99,-37.89 -6.7,-6.77 -20.34,-10.16 -40.82,-10.16 l -205.65,0 0,-57.05 z m 0,-276.1 191.42,0 c 25.92,0 45.89,3 59.83,9.08 14,6.01 25.99,17.63 36.12,34.8 10.14,17.25 15.2,38.27 15.2,63.07 0,25.09 -4.4,45.73 -13.11,61.9 -8.72,16.16 -20.71,27.8 -35.91,34.88 -15.19,7.08 -34.65,10.62 -58.19,10.62 l -195.36,0 0,-56.67 191.42,0 c 26.22,0 43.42,-5.62 51.63,-17.01 8.26,-11.32 12.36,-24.57 12.36,-39.58 0,-17.32 -4.39,-31.1 -13.25,-41.5 -8.8,-10.39 -25.71,-15.55 -50.74,-15.55 l -191.42,0 0,-44.04 z m 297.96,-305.37 0,62.05 -151.69,64.91 76.36,59.59 75.33,0 0,55.52 -297.96,0 0,-55.52 156.55,0 c -10.66,-7.08 -18.04,-12.16 -22.06,-15.31 l -134.49,-102.26 0,-56.13 97.98,73.08 199.98,-85.93 z m 0,-241.61 0,200.11 -297.96,0 0,-198.11 44.34,0 0,142.59 80.76,0 0,-114.56 43.21,0 0,114.56 83.38,0 0,-144.59 46.27,0 z m 0,-47.83 -297.96,0 0,-120.04 c 0,-20.32 2.01,-37.11 6.11,-50.5 4.11,-13.4 12.6,-25.02 25.56,-34.73 12.97,-9.78 28.16,-14.7 45.6,-14.7 16.47,0 30.77,5 42.91,14.86 12.15,9.93 19.9,23.64 23.25,41.11 3.65,-21.71 12.14,-38.03 25.56,-49.2 13.34,-11.16 29.2,-16.71 47.53,-16.71 23.02,0 42.32,7.78 57.97,23.33 15.64,15.63 23.47,39.58 23.47,71.92 l 0,134.66 z m -172.86,-52.58 0,-67.68 c 0,-13.87 -4.03,-24.8 -11.99,-32.81 -8.05,-8.07 -18.26,-12.08 -30.62,-12.08 -13.64,0 -23.7,4.62 -30.19,13.78 -6.47,9.17 -9.75,19.95 -9.75,32.26 l 0,66.53 82.55,0 z m 128.07,0 0,-71.76 c 0,-15.17 -3.8,-27.19 -11.54,-35.96 -7.67,-8.78 -18.1,-13.17 -31.22,-13.17 -12.52,0 -22.72,4.47 -30.77,13.41 -7.98,8.93 -11.99,20.77 -11.99,35.48 l 0,72 85.52,0 z m 49.4,-341.56 c 0,40.88 -14.9,72.76 -44.55,95.54 -29.73,22.8 -66.39,34.12 -110.04,34.12 -43.36,0 -79.65,-12.09 -108.78,-36.26 -29.21,-24.26 -43.81,-56.21 -43.81,-95.87 0,-40.03 14.6,-71.6 43.81,-94.86 29.13,-23.25 65.63,-34.87 109.44,-34.87 45.98,0 83.15,12.08 111.47,36.19 28.31,24.17 42.46,56.12 42.46,96.01 z m -43.28,-0.47 c 0,-20.02 -7.98,-36.87 -24,-50.74 -16.01,-13.85 -45,-20.79 -87.1,-20.79 -34.19,0 -61.01,5.78 -80.38,17.18 -19.45,11.4 -29.14,29.17 -29.14,53.2 0,47.59 37.04,71.3 111.1,71.3 35.91,0 63.18,-6 81.72,-18.17 18.56,-12.09 27.8,-29.42 27.8,-51.98 z m 38.67,-396.3 0,64.76 -117.42,68.06 117.42,72.22 0,51.67 -155.19,-97.47 -142.77,83.68 0,-64.52 99.1,-56.82 -99.1,-60.22 0,-51.89 135.98,85.7 161.98,-95.17 z" /><g
   id="g1966">
   <defs
   id="defs1968">
    <linearGradient
   y2="4447.8198"
   x2="7335.0498"
   y1="4250.7598"
   x1="7300.3101"
   gradientUnits="userSpaceOnUse"
   id="id15">
     <stop
   id="stop1971"
   stop-color="#FFC100"
   offset="0" />
     <stop
   id="stop1973"
   stop-color="#997200"
   offset="0.6" />
     <stop
   id="stop1975"
   stop-color="#332201"
   offset="1" />
    </linearGradient>
   </defs>
   <path
   style="fill:#000000"
   id="path1977"
   d="m 1619.09,4897.8 6453.02,0 0,-1997.8 -6453.02,0 0,1997.8 z" />
   <path
   style="fill:#ffffff"
   id="path1979"
   d="m 2027.18,4782.13 c 0,-28.07 -22.75,-50.82 -50.81,-50.82 -28.08,0 -50.83,22.75 -50.83,50.82 0,28.06 22.75,50.81 50.83,50.81 28.06,0 50.81,-22.75 50.81,-50.81 z m 159.63,-42.54 c 20.42,-13.91 47.56,-9.97 63.57,9.21 16.01,19.17 16.01,47.74 0,66.91 -16.01,19.19 -43.15,23.11 -63.57,9.21 l 0,42.12 -26.92,0 0,-133.26 26.92,0 0,5.81 z m 307.34,42.53 c 0,-28.07 -22.75,-50.81 -50.82,-50.81 -28.06,0 -50.82,22.74 -50.82,50.81 0,28.07 22.76,50.82 50.82,50.82 14.46,0 27.52,-6.04 36.77,-15.75 l -19.44,-18.55 19.44,18.55 -19.44,-18.55 c -4.98,5.23 -12.08,7.93 -19.29,7.34 -7.2,-0.6 -13.74,-4.42 -17.81,-10.41 l 68.79,0 c 1.18,-4.29 1.8,-8.79 1.8,-13.45 z m 1687.91,0 c 0,-28.07 -22.75,-50.81 -50.82,-50.81 -28.06,0 -50.82,22.74 -50.82,50.81 0,28.07 22.76,50.82 50.82,50.82 14.46,0 27.52,-6.04 36.78,-15.75 l -19.45,-18.55 19.45,18.55 -19.45,-18.55 c -4.99,5.23 -12.07,7.93 -19.27,7.34 -7.22,-0.6 -13.76,-4.42 -17.83,-10.41 l 68.79,0 c 1.18,-4.29 1.8,-8.79 1.8,-13.45 z m 1004.38,0 c 0,-28.07 -22.75,-50.81 -50.82,-50.81 -28.06,0 -50.82,22.74 -50.82,50.81 0,28.07 22.76,50.82 50.82,50.82 14.46,0 27.52,-6.04 36.77,-15.75 l -19.44,-18.55 19.44,18.55 -19.44,-18.55 c -4.98,5.23 -12.06,7.93 -19.28,7.34 -7.2,-0.6 -13.75,-4.42 -17.81,-10.41 l 68.78,0 c 1.18,-4.29 1.8,-8.79 1.8,-13.45 z m 2566.92,0 c 0,-28.07 -22.74,-50.81 -50.81,-50.81 -28.07,0 -50.81,22.74 -50.81,50.81 0,28.07 22.74,50.82 50.81,50.82 14.46,0 27.53,-6.04 36.78,-15.75 l -19.45,-18.55 19.45,18.55 -19.45,-18.55 c -4.99,5.23 -12.08,7.93 -19.28,7.34 -7.2,-0.6 -13.75,-4.42 -17.82,-10.41 l 68.79,0 c 1.19,-4.29 1.79,-8.79 1.79,-13.45 z m -5038.87,-7.55 c 0,-16.28 -7.93,-31.17 -20.52,-38.56 -12.6,-7.38 -27.71,-5.99 -39.14,3.58 l 0,-5.81 -26.92,0 0,96.95 26.92,0 0,-56.16 c 0,-9.04 7.33,-16.37 16.36,-16.37 9.05,0 16.38,7.33 16.38,16.37 l 0,56.16 26.92,0 0,-56.16 z m 389.23,-12.55 c 0,-12.87 -9.71,-24.38 -24.31,-28.83 -14.6,-4.43 -31,-0.88 -41.07,8.93 -10.08,9.81 -11.7,23.78 -4.06,34.98 3.85,5.4 9.36,9.38 15.68,11.38 7.17,2.4 14.48,4.33 21.88,5.83 6.07,1.18 9.27,4.22 7.5,7.09 -1.78,2.87 -7.99,4.7 -14.53,4.31 -6.54,-0.42 -11.43,-2.95 -11.43,-5.93 l 0,-2.86 -26.88,0 0,2.86 c 0,14.28 10.88,26.98 27.08,31.61 16.2,4.63 34.16,0.19 44.68,-11.08 10.52,-11.25 11.3,-26.85 1.93,-38.81 -5.42,-6.32 -12.9,-10.56 -21.11,-11.95 -6.5,-1.2 -12.93,-2.78 -19.26,-4.68 -3.52,-1.17 -4.44,-3.07 -2.25,-4.63 2.18,-1.55 6.92,-2.34 11.48,-1.93 4.56,0.42 7.77,1.96 7.77,3.71 l 0,1.34 26.9,0 0,-1.34 z m 234.13,20.11 c 0,-28.07 -22.76,-50.82 -50.83,-50.82 -28.05,0 -50.81,22.75 -50.81,50.82 0,28.06 22.76,50.81 50.81,50.81 28.07,0 50.83,-22.75 50.83,-50.81 z m 133.27,7.82 0,-56.17 26.92,0 0,56.17 c 0,9.04 7.33,16.37 16.37,16.37 9.05,0 16.37,-7.33 16.37,-16.37 l 0,-56.17 26.93,0 0,96.95 -26.93,0 0,-5.81 c -11.42,9.58 -26.53,10.96 -39.13,3.58 -12.6,-7.39 -20.53,-22.28 -20.53,-38.55 z m 249.04,-50.36 0,-5.81 -26.93,0 0,96.95 26.93,0 0,-48.6 c 0,-6.34 2.52,-12.44 7,-16.91 4.49,-4.49 10.58,-7.02 16.93,-7.02 l 0,-26.82 c -8.53,0.51 -16.78,3.34 -23.93,8.21 z m 236.82,7.45 c -9.26,-9.69 -22.32,-15.73 -36.78,-15.73 -28.07,0 -50.81,22.74 -50.82,50.79 0,0.02 0,0.02 0,0.02 0.01,28.07 22.75,50.8 50.82,50.8 14.46,0 27.52,-6.04 36.78,-15.74 l -19.45,-18.55 c -4.36,4.55 -10.51,7.41 -17.31,7.41 -13.2,0 -23.91,-10.71 -23.92,-23.92 0,0 0,0 0,-0.02 0.01,-13.2 10.72,-23.9 23.92,-23.9 6.8,0 12.95,2.83 17.31,7.4 l 19.45,-18.56 z m 3115.42,35.01 -13.88,-48.27 -24.03,0 -13.87,48.27 -13.86,-48.27 -27.99,0 27.86,96.95 27.99,0 11.89,-41.38 11.9,41.38 27.98,0 27.86,-96.95 -27.98,0 -13.87,48.27 m -683.25,-79.85 -26.92,0 0,26.9 26.92,0 0,-26.9 m 0,31.58 -26.92,0 0,96.95 26.92,0 0,-96.95 m -557.75,48.51 29.96,48.44 -31.68,0 -14.12,-22.81 -14.1,22.81 -31.71,0 29.96,-48.44 -30.01,-48.51 31.71,0 14.15,22.91 14.17,-22.91 31.69,0 -30.02,48.51 m -901.63,-48.51 -24.66,39.88 0,-71.46 -26.94,0 0,128.53 26.94,0 0,-40.43 30.3,40.43 33.62,0 -37,-49.35 29.43,-47.6 -31.69,0 m -410.08,-31.58 -26.91,0 0,26.9 26.91,0 0,-26.9 m 0,133.26 0,-101.68 -26.91,0 0,101.71 c 0,2.56 -2.09,4.66 -4.65,4.66 l -7.63,0 0,26.89 7.63,0 c 17.44,0 31.56,-14.13 31.56,-31.58 m 1133.41,-53.33 c 0,-28.07 -22.75,-50.82 -50.82,-50.82 -28.07,0 -50.81,22.75 -50.81,50.82 0,28.06 22.74,50.81 50.81,50.81 28.07,0 50.82,-22.75 50.82,-50.81 z m -937.33,42.79 0,5.81 26.92,0 0,-96.95 -26.92,0 0,56.17 c 0,9.04 -7.33,16.37 -16.36,16.37 -9.06,0 -16.38,-7.33 -16.38,-16.37 l 0,-56.17 -26.92,0 0,56.17 c 0,16.27 7.92,31.16 20.52,38.55 12.6,7.38 27.73,6 39.14,-3.58 z m 629.77,-85.33 0,-37.39 -26.91,0 0,128.53 26.91,0 0,-5.81 c 20.43,13.9 47.57,9.98 63.57,-9.21 16.03,-19.17 16.03,-47.73 0,-66.91 -16,-19.18 -43.14,-23.12 -63.57,-9.21 z m 883.27,-10.49 -22.34,0 c -0.59,-0.05 -1.19,0.16 -1.63,0.59 -0.41,0.42 -0.62,1.02 -0.57,1.62 l 0,2.47 0,0 12.27,0 0,26.9 -12.27,0 0,70.05 -26.92,0 0,-70.05 -12.27,0 0,-26.9 12.27,0 c 0,-17.43 14.14,-31.58 31.56,-31.58 l 19.9,0 0,26.9 z m 347.18,2.28 0,26.82 c -6.35,0 -12.45,2.53 -16.92,7.02 -4.49,4.47 -7.01,10.57 -7.01,16.91 l 0,48.6 -26.93,0 0,-96.95 26.93,0 0,5.81 c 7.15,-4.87 15.4,-7.7 23.93,-8.21 z m 157.78,8.21 0,-5.81 -26.91,0 0,96.95 26.91,0 0,-56.16 c 0,-9.04 7.35,-16.37 16.38,-16.37 9.04,0 16.37,7.33 16.37,16.37 l 0,56.16 26.91,0 0,-56.16 c 0,-9.04 7.35,-16.37 16.38,-16.37 9.04,0 16.37,7.33 16.37,16.37 l 0,56.16 26.91,0 0,-56.16 c 0,-17.07 -10.05,-32.55 -25.63,-39.52 -15.59,-6.96 -33.82,-4.11 -46.54,7.29 -13.19,-13.61 -32.83,-14.76 -47.15,-2.75 z m 575.86,0 0,-5.81 26.93,0 0,96.95 -26.93,0 0,-5.81 c -20.43,13.9 -47.54,9.98 -63.56,-9.21 -16.02,-19.17 -16.02,-47.73 0,-66.91 16.02,-19.18 43.13,-23.12 63.56,-9.21 z m 217.03,-8.21 0,26.82 c -6.34,0 -12.43,2.53 -16.92,7.02 -4.47,4.47 -7,10.57 -7,16.91 l 0,48.6 -26.92,0 0,-96.95 26.92,0 0,5.81 c 7.14,-4.87 15.41,-7.7 23.92,-8.21 z" />
   <path
   style="fill:#000000"
   id="path1981"
   d="m 2000.28,4782.13 c 0,-13.23 -10.71,-23.93 -23.91,-23.93 -13.23,0 -23.94,10.7 -23.94,23.93 0,13.21 10.71,23.92 23.94,23.92 13.2,0 23.91,-10.71 23.91,-23.92 z m 3115.56,-13.46 39.59,0 c -4.45,-6.55 -11.86,-10.47 -19.8,-10.47 -7.93,0 -15.33,3.92 -19.79,10.47 m -1004.37,0 39.59,0 c -4.45,-6.55 -11.88,-10.47 -19.8,-10.47 -7.92,0 -15.33,3.92 -19.79,10.47 m -800.51,13.46 c 0,-13.23 -10.71,-23.93 -23.94,-23.93 -13.21,0 -23.92,10.7 -23.92,23.93 0,13.21 10.71,23.92 23.92,23.92 13.23,0 23.94,-10.71 23.94,-23.92 z m 2315.24,0 c 0,-13.23 -10.71,-23.93 -23.92,-23.93 -13.22,0 -23.93,10.7 -23.93,23.93 0,13.21 10.71,23.92 23.93,23.92 13.21,0 23.92,-10.71 23.92,-23.92 z m -232.8,0 c 0,-13.23 -10.71,-23.93 -23.92,-23.93 -13.23,0 -23.94,10.7 -23.94,23.93 0,13.21 10.71,23.92 23.94,23.92 13.21,0 23.92,-10.71 23.92,-23.92 z m -3158.73,0.25 c 0,-13.21 -10.71,-23.92 -23.93,-23.92 -13.22,0 -23.93,10.71 -23.93,23.92 0,13.23 10.71,23.94 23.93,23.94 13.22,0 23.93,-10.71 23.93,-23.94 z m 188.89,-13.71 39.58,0 c -4.44,-6.55 -11.85,-10.47 -19.78,-10.47 -7.94,0 -15.33,3.92 -19.8,10.47 m 5259.21,0 39.57,0 c -4.45,-6.55 -11.86,-10.47 -19.78,-10.47 -7.93,0 -15.34,3.92 -19.79,10.47 m -373.14,13.46 c 0,-13.23 -10.7,-23.93 -23.91,-23.93 -13.23,0 -23.94,10.7 -23.94,23.93 0,13.21 10.71,23.92 23.94,23.92 13.21,0 23.91,-10.71 23.91,-23.92 z" />
   <path
   style="fill:#ffc000"
   id="path1983"
   d="m 1657.28,2946.69 6370.26,0 0,1696.87 -6370.26,0 0,-1696.87" />
   <path
   style="fill:url(#id15)"
   id="path1985"
   d="m 6663.88,4541.6 0,0 m 1346.56,-278.8 17.1,0 0,9.72 -7.38,0 0,38.86 -9.72,0 0,-48.58 m -48.57,0 29.13,0 0,9.72 -29.13,0 0,-9.72 m 0,38.86 29.13,0 0,9.72 -29.13,0 0,-9.72 m -68.01,-38.86 0,0 0,0 0,0 0,0 m 19.43,9.72 9.72,0 0,38.86 -9.72,0 0,-38.86 m 9.72,-9.72 9.71,0 0,9.72 -9.71,0 0,-9.72 m 9.71,9.72 9.72,0 0,38.86 -9.72,0 0,-38.86 m -38.86,-9.72 19.43,0 0,9.72 -9.71,0 0,38.86 -9.72,0 0,-48.58 m -19.42,-9.72 9.71,0 0,19.44 -9.71,0 0,-19.44 m 0,29.15 9.71,0 0,19.43 -9.71,0 0,-19.43 m -77.72,-19.43 9.72,0 0,19.43 -9.72,0 0,-19.43 m -69.56,0 9.72,0 0,9.72 -9.72,0 0,-9.72 m -29.14,19.43 9.71,0 0,19.43 -9.71,0 0,-19.43 m -37.4,19.43 37.4,0 0,9.72 -37.4,0 0,-9.72 m -38.86,-29.14 9.73,0 0,9.71 -9.73,0 0,-9.71 m -9.71,-29.14 29.14,0 0,9.7 -29.14,0 0,-9.7 m 0,58.28 29.14,0 0,9.72 -29.14,0 0,-9.72 m -48.56,-58.28 19.43,0 0,9.7 -19.43,0 0,-9.7 m -9.72,9.7 9.72,0 0,9.72 -9.72,0 0,-9.72 m 29.15,29.15 9.71,0 0,19.43 -9.71,0 0,-19.43 m 262.38,-125.24 38.85,0 0,9.72 -38.85,0 0,-9.72 m -9.72,9.72 9.72,0 0,9.71 -9.72,0 0,-9.71 m 9.72,9.71 29.14,0 0,9.72 -29.14,0 0,-9.72 m 29.14,9.72 9.71,0 0,9.71 -9.71,0 0,-9.71 m -38.86,9.71 38.86,0 0,9.72 -38.86,0 0,-9.72 m 58.28,-38.86 9.72,0 0,38.86 -9.72,0 0,-38.86 m 9.72,58.28 29.14,0 0,9.73 -29.14,0 0,-9.73 m 48.58,-19.42 38.84,0 0,9.72 -38.84,0 0,-9.72 m 38.84,-9.71 9.73,0 0,9.71 -9.73,0 0,-9.71 m -29.13,-9.72 29.13,0 0,9.72 -29.13,0 0,-9.72 m -9.71,-9.71 9.71,0 0,9.71 -9.71,0 0,-9.71 m 9.71,-9.72 38.86,0 0,9.72 -38.86,0 0,-9.72 m -116.57,211.62 38.85,0 0,9.71 -38.85,0 0,-9.71 m -9.72,9.71 9.72,0 0,9.72 -9.72,0 0,-9.72 m 9.72,9.72 29.14,0 0,9.7 -29.14,0 0,-9.7 m 29.14,9.7 9.71,0 0,9.72 -9.71,0 0,-9.72 m -38.86,9.72 38.86,0 0,9.73 -38.86,0 0,-9.73 m -233.51,0 38.84,0 0,9.73 -38.84,0 0,-9.73 m 38.84,-9.72 9.72,0 0,9.72 -9.72,0 0,-9.72 m -29.14,-9.7 29.14,0 0,9.7 -29.14,0 0,-9.7 m -9.7,-9.72 9.7,0 0,9.72 -9.7,0 0,-9.72 m 9.7,-9.71 38.86,0 0,9.71 -38.86,0 0,-9.71 m -292,105.81 38.86,0 0,9.71 -38.86,0 0,-9.71 m -9.72,9.71 9.72,0 0,9.72 -9.72,0 0,-9.72 m 9.72,9.72 29.14,0 0,9.71 -29.14,0 0,-9.71 m 29.14,9.71 9.72,0 0,9.72 -9.72,0 0,-9.72 m -38.86,9.72 38.86,0 0,9.7 -38.86,0 0,-9.7 m -645.36,0 38.84,0 0,9.7 -38.84,0 0,-9.7 m 38.84,-9.72 9.72,0 0,9.72 -9.72,0 0,-9.72 m -29.14,-9.71 29.14,0 0,9.71 -29.14,0 0,-9.71 m -9.7,-9.72 9.7,0 0,9.72 -9.7,0 0,-9.72 m 9.7,-9.71 38.86,0 0,9.71 -38.86,0 0,-9.71 m 1044.61,0 19.42,0 0,9.71 -9.7,0 0,38.85 -9.72,0 0,-48.56 m 38.86,9.71 9.72,0 0,38.85 -9.72,0 0,-38.85 m -9.71,-9.71 9.71,0 0,9.71 -9.71,0 0,-9.71 m -9.73,9.71 9.73,0 0,38.85 -9.73,0 0,-38.85 m -19.42,-9.71 0,0 0,0 0,0 0,0 m -936.15,0 0,0 0,0 0,0 0,0 m 19.43,9.71 9.72,0 0,38.85 -9.72,0 0,-38.85 m 9.72,-9.71 9.71,0 0,9.71 -9.71,0 0,-9.71 m 9.71,9.71 9.73,0 0,38.85 -9.73,0 0,-38.85 m -38.86,-9.71 19.43,0 0,9.71 -9.7,0 0,38.85 -9.73,0 0,-48.56 m 1149.87,-278.57 0,-38.86 9.72,0 0,58.28 -9.72,0 0,-9.7 -29.14,0 0,-9.72 29.14,0 m -759.99,315.96 0,-38.86 9.71,0 0,58.28 -9.71,0 0,-9.7 -29.15,0 0,-9.72 29.15,0 m -29.15,19.42 29.15,0 0,9.72 -29.15,0 0,-9.72 m -9.71,-58.28 9.71,0 0,38.86 -9.71,0 0,-38.86 m 818.29,-200.43 9.71,0 0,9.71 29.13,0 0,-9.71 9.73,0 0,19.43 -38.86,0 0,9.71 -9.71,0 0,-29.14 m -174.88,105.8 9.72,0 0,9.72 29.14,0 0,-9.72 9.72,0 0,19.42 -38.86,0 0,9.72 -9.72,0 0,-29.14 m 9.72,29.14 29.14,0 0,9.73 -29.14,0 0,-9.73 m 0,-38.85 29.14,0 0,9.71 -29.14,0 0,-9.71 m -233.51,0 29.14,0 0,9.71 -29.14,0 0,-9.71 m 0,38.85 29.14,0 0,9.73 -29.14,0 0,-9.73 m -9.72,-29.14 9.72,0 0,9.72 29.14,0 0,-9.72 9.72,0 0,19.42 -38.86,0 0,9.72 -9.72,0 0,-29.14 m 350.09,105.81 9.72,0 0,9.72 29.14,0 0,-9.72 9.72,0 0,19.43 -38.86,0 0,9.72 -9.72,0 0,-29.15 m 9.72,29.15 29.14,0 0,9.7 -29.14,0 0,-9.7 m 0,-38.86 29.14,0 0,9.71 -29.14,0 0,-9.71 m 116.58,0 7.38,0 0,9.71 -7.38,0 0,-9.71 m 0,38.86 7.38,0 0,9.7 -7.38,0 0,-9.7 m -9.72,-29.15 9.72,0 0,9.72 7.38,0 0,0 0,0 0,9.71 -7.38,0 0,9.72 -9.72,0 0,-29.15 m -1392.85,-9.71 29.13,0 0,9.71 -29.13,0 0,-9.71 m 0,38.86 29.13,0 0,9.7 -29.13,0 0,-9.7 m -9.73,-29.15 9.73,0 0,9.72 29.13,0 0,-9.72 9.72,0 0,19.43 -38.85,0 0,9.72 -9.73,0 0,-29.15 m 124.83,19.43 19.42,0 0,17.97 -19.42,0 0,-17.97 m 1170.89,-134.95 29.14,0 0,9.71 -29.14,0 0,-9.71 m -9.72,9.71 9.72,0 0,29.14 -9.72,0 0,-29.14 m 9.72,29.14 29.14,0 0,9.73 -29.14,0 0,-9.73 m 29.14,-9.72 9.72,0 0,9.72 -9.72,0 0,-9.72 m 29.15,-29.13 29.13,0 0,9.71 -29.13,0 0,-9.71 m -9.71,29.13 9.71,0 0,9.72 -9.71,0 0,-9.72 m -780.25,0 9.71,0 0,9.72 -9.71,0 0,-9.72 m -29.15,9.72 29.15,0 0,9.73 -29.15,0 0,-9.73 m -9.72,-29.14 9.72,0 0,29.14 -9.72,0 0,-29.14 m 9.72,-9.71 29.15,0 0,9.71 -29.15,0 0,-9.71 m 537.38,-19.43 9.72,0 0,9.71 -9.72,0 0,-9.71 m 58.28,38.86 9.73,0 0,9.7 -9.73,0 0,-9.7 m -291.8,-19.43 19.43,0 0,9.71 -19.43,0 0,-9.71 m 19.43,9.71 9.72,0 0,38.87 -9.72,0 0,-38.87 m -265.01,-9.71 27.69,0 0,9.71 -27.69,0 0,-9.71 m -9.71,9.71 9.71,0 0,29.14 -9.71,0 0,-29.14 m 9.71,29.14 27.69,0 0,9.73 -27.69,0 0,-9.73 m 27.69,-29.14 9.71,0 0,29.14 -9.71,0 0,-29.14 m 468.45,105.81 9.71,0 0,29.15 -9.71,0 0,-29.15 m -27.68,29.15 27.68,0 0,9.7 -27.68,0 0,-9.7 m -9.7,-29.15 9.7,0 0,29.15 -9.7,0 0,-29.15 m 9.7,-9.71 27.68,0 0,9.71 -27.68,0 0,-9.71 m -242.31,-105.81 9.72,0 0,9.71 9.71,0 0,9.72 -9.71,0 0,29.15 -9.72,0 0,-48.58 m 583.25,0 9.72,0 0,9.71 7.38,0 0,9.72 -7.38,0 0,29.15 -9.72,0 0,-48.58 m -476.39,48.58 -9.72,0 0,-9.73 -9.7,0 0,-9.72 9.7,0 0,-29.13 9.72,0 0,48.58 m -38.85,-9.73 -9.72,0 0,-38.85 9.72,0 0,38.85 m 19.43,9.73 -19.43,0 0,-9.73 19.43,0 0,9.73 m -262.3,-48.58 9.71,0 0,9.71 9.72,0 0,9.72 -9.72,0 0,29.15 -9.71,0 0,-48.58 m 38.86,9.71 9.71,0 0,38.87 -9.71,0 0,-38.87 m -19.43,-9.71 19.43,0 0,9.71 -19.43,0 0,-9.71 m 290.89,105.81 19.43,0 0,9.71 -19.43,0 0,-9.71 m 19.43,9.71 9.71,0 0,38.85 -9.71,0 0,-38.85 m -38.86,-9.71 9.71,0 0,9.71 9.72,0 0,9.72 -9.72,0 0,29.13 -9.71,0 0,-48.56 m 321.5,48.56 -19.42,0 0,-9.7 19.42,0 0,9.7 m -19.42,-9.7 -9.72,0 0,-38.86 9.72,0 0,38.86 m 38.85,9.7 -9.71,0 0,-9.7 -9.72,0 0,-9.72 9.72,0 0,-29.14 9.71,0 0,48.56 m 116.58,0 -9.73,0 0,-9.7 -9.7,0 0,-9.72 9.7,0 0,-29.14 9.73,0 0,48.56 m -38.86,-9.7 -9.71,0 0,-38.86 9.71,0 0,38.86 m 19.43,9.7 -19.43,0 0,-9.7 19.43,0 0,9.7 m 9.7,-144.66 9.73,0 0,38.87 -38.86,0 0,-9.73 29.13,0 0,-9.72 -29.13,0 0,-9.7 29.13,0 0,-9.72 m -467.21,105.81 9.71,0 0,38.85 -38.86,0 0,-9.7 29.15,0 0,-9.72 -29.15,0 0,-9.71 29.15,0 0,-9.72 m -38.87,19.43 9.72,0 0,9.72 -9.72,0 0,-9.72 m 9.72,-29.14 29.15,0 0,9.71 -29.15,0 0,-9.71 m -409.35,0 29.15,0 0,9.71 -29.15,0 0,-9.71 m -9.7,29.14 9.7,0 0,9.72 -9.7,0 0,-9.72 m 38.85,-19.43 9.72,0 0,38.85 -38.87,0 0,-9.7 29.15,0 0,-9.72 -29.15,0 0,-9.71 29.15,0 0,-9.72 m 760,-240.75 -38.86,0 0,68 38.86,0 0,-9.72 -29.14,0 0,-19.43 29.14,0 0,-9.71 -29.14,0 0,-19.44 29.14,0 0,-9.7 m -97.16,0 0,68 9.72,0 0,-48.58 9.72,0 0,-9.72 -9.72,0 0,-9.7 -9.72,0 m 48.58,0 0,68 -9.72,0 0,-48.58 -9.7,0 0,-9.72 9.7,0 0,-9.7 9.72,0 m -79.27,0 9.71,0 0,38.85 9.72,0 0,9.72 -9.72,0 0,19.43 -9.71,0 0,-19.43 -29.14,0 0,-19.43 9.71,0 0,9.71 19.43,0 0,-19.43 -9.71,0 0,-9.72 9.71,0 0,-9.7 m -85.97,0 0,9.7 27.68,0 0,9.72 9.72,0 0,-9.72 9.71,0 0,-9.7 -47.11,0 m 27.68,19.42 -9.71,0 0,9.72 -9.72,0 0,9.71 29.15,0 0,-9.71 -9.72,0 0,-9.72 m -85.95,-9.72 0,48.58 9.7,0 0,-9.71 9.71,0 0,-9.72 -9.71,0 0,-29.15 -9.7,0 m 38.84,0 0,9.72 -9.7,0 0,9.72 9.7,0 0,29.14 9.72,0 0,-48.58 -9.72,0 m -97.14,9.72 0,38.86 9.72,0 0,-19.43 29.15,0 0,-9.71 -29.15,0 0,-9.72 -9.72,0 m 9.72,38.86 29.15,0 0,9.72 -29.15,0 0,-9.72 m -625.19,172.76 -9.72,0 0,9.71 -9.71,0 0,9.72 29.13,0 0,-9.72 -9.7,0 0,-9.71 m -27.68,-19.43 0,9.71 27.68,0 0,9.72 9.7,0 0,-9.72 9.72,0 0,-9.71 -47.1,0 m 0,58.29 37.38,0 0,9.7 -37.38,0 0,-9.7 m 37.38,-19.43 9.72,0 0,19.43 -9.72,0 0,-19.43 m 780.72,-125.24 0,9.71 29.15,0 0,9.72 9.71,0 0,-9.72 9.72,0 0,-9.71 -48.58,0 m 9.72,29.13 9.7,0 0,9.72 29.16,0 0,9.73 -48.58,0 0,-9.73 9.72,0 0,-9.72 m -58.29,-29.13 19.43,0 0,38.85 9.71,0 0,9.73 -29.14,0 0,-9.73 9.71,0 0,-29.14 -9.71,0 0,-9.71 m -291.8,0 19.42,0 0,38.85 9.71,0 0,9.73 -29.13,0 0,-9.73 9.7,0 0,-29.14 -9.7,0 0,-9.71 m 9.7,-19.43 9.72,0 0,9.71 -9.72,0 0,-9.71 m -117.13,105.81 9.72,0 0,9.71 -9.72,0 0,-9.71 m -9.71,19.43 19.43,0 0,38.86 9.71,0 0,9.7 -29.14,0 0,-9.7 9.71,0 0,-29.15 -9.71,0 0,-9.71 m 87.98,-76.68 9.72,0 0,9.72 -9.72,0 0,-9.72 m -9.7,9.72 9.7,0 0,9.73 -9.7,0 0,-9.73 m -9.73,-58.28 9.73,0 0,19.43 9.7,0 0,9.71 -9.7,0 0,29.14 -9.73,0 0,-29.14 -9.72,0 0,-9.71 9.72,0 0,-19.43 m 57.75,105.81 9.7,0 0,19.43 9.73,0 0,9.71 -9.73,0 0,29.15 -9.7,0 0,-29.15 -9.72,0 0,-9.71 9.72,0 0,-19.43 m 9.7,58.29 9.73,0 0,9.7 -9.73,0 0,-9.7 m 9.73,-9.72 9.71,0 0,9.72 -9.71,0 0,-9.72 m 19.41,-29.14 9.72,0 0,9.71 9.72,0 0,9.72 -9.72,0 0,29.13 -9.72,0 0,-48.56 m 38.86,9.71 9.72,0 0,11.19 -9.72,0 0,-11.19 m -19.42,-9.71 19.42,0 0,9.71 -19.42,0 0,-9.71 m -244.2,-19.43 17.97,0 0,58.29 9.7,0 0,8.25 -27.67,0 0,-8.25 9.72,0 0,-48.58 -9.72,0 0,-9.71 m -173.39,0 17.95,0 0,58.29 9.73,0 0,8.25 -27.68,0 0,-8.25 9.71,0 0,-48.58 -9.71,0 0,-9.71 m 582.74,19.43 19.43,0 0,9.71 -19.43,0 0,-9.71 m -9.71,9.71 9.71,0 0,29.15 -9.71,0 0,-29.15 m 29.14,0 9.7,0 0,-29.14 9.72,0 0,66.54 -38.85,0 0,-8.25 29.13,0 0,-19.43 -9.7,0 0,-9.72 m 146.63,0 9.72,0 0,29.15 -9.72,0 0,-29.15 m 9.72,-9.71 19.44,0 0,9.71 -19.44,0 0,-9.71 m 19.44,9.71 9.7,0 0,-9.71 9.72,0 0,66.53 -9.72,0 0,-19.42 -29.14,0 0,-8.25 29.14,0 0,-19.43 -9.7,0 0,-9.72 m -808.57,-9.71 -19.43,0 0,9.71 19.43,0 0,-9.71 m -19.43,9.71 -9.73,0 0,-9.71 -9.7,0 0,66.53 9.7,0 0,-19.42 29.16,0 0,-8.25 -29.16,0 0,-19.43 9.73,0 0,-9.72 m 29.13,0 -9.7,0 0,29.15 9.7,0 0,-29.15 m -117.85,0 -9.72,0 0,29.15 9.72,0 0,-29.15 m -29.15,0 -9.72,0 0,-9.71 -9.71,0 0,66.53 9.71,0 0,-19.42 29.15,0 0,-8.25 -29.15,0 0,-19.43 9.72,0 0,-9.72 m 19.43,-9.71 -19.43,0 0,9.71 19.43,0 0,-9.71 m -216.12,67.18 0,0" />
   <path
   style="fill:#000000"
   id="path1987"
   d="m 3307.98,3434.32 c -87.72,-381.7 -314.87,-398.31 -368.28,-398.31 l 0,-22.32 c 118.44,0 309.87,84.52 379.44,374.62 89.12,-289.49 241.31,-367.18 348.13,-368.66 101.79,-1.4 164.57,22.33 261.04,72.59 l 0,-45.3 278.52,0 0,-38.18 22.33,0 0,38.18 47.23,0 0,22.31 -47.23,0 0,545.79 200.3,-506.31 191.91,0 16.72,-39.48 -239.13,0 0,-22.31 248.59,0 26.29,-62.03 20.56,8.71 -22.61,53.32 52.91,0 0,22.31 -62.36,0 -156.12,368.4 206.75,0 0,276.11 c 193.48,-95.23 424.97,-25.35 541.65,161.06 115.73,-178.38 341.82,-249.47 538.81,-169.4 l -7.84,-12.69 332.95,0 66.51,107.55 64.96,-105.04 c 0.97,-1.55 2.67,-2.51 4.49,-2.51 l 0,0 c 1.91,0 3.68,1.05 4.6,2.72 0.94,1.67 0.89,3.71 -0.12,5.33 l -67.72,109.52 8.66,14.02 79.85,-129.08 c 0.97,-1.55 2.65,-2.51 4.49,-2.51 l 0,0 c 1.91,0 3.67,1.05 4.6,2.72 0.92,1.67 0.89,3.71 -0.13,5.33 l -82.6,133.56 8.68,14.04 96.27,-155.65 332.94,0 -262.75,424.8 8.69,14.02 277.23,-448.22 -345.87,0 c -1.91,0 -3.68,-1.02 -4.61,-2.7 -0.93,-1.67 -0.89,-3.71 0.13,-5.35 l 0,0 c 0.96,-1.54 2.65,-2.49 4.48,-2.49 l 364.79,0 -275.07,444.74 257.32,416.02 c 1.01,1.64 1.05,3.68 0.13,5.35 -0.93,1.66 -2.69,2.7 -4.61,2.7 -1.83,0 -3.52,-0.94 -4.48,-2.5 l -254.56,-411.56 -8.68,14.03 247.42,400.03 -332.95,0 -63.59,-102.82 -62.05,100.32 c -0.96,1.56 -2.66,2.5 -4.48,2.5 l 0,0 c -0.87,0 -1.72,-0.2 -2.47,-0.62 -0.77,0.42 -1.64,0.62 -2.49,0.62 -1.91,0 -3.67,-1.04 -4.61,-2.7 -0.93,-1.67 -0.88,-3.71 0.12,-5.35 l 67.3,-108.8 -8.67,-14.02 -79.41,128.37 c -0.96,1.56 -2.65,2.5 -4.5,2.5 -1.9,0 -3.66,-1.04 -4.59,-2.7 -0.94,-1.67 -0.89,-3.71 0.12,-5.35 l 82.18,-132.85 -8.68,-14.03 -95.84,154.93 -332.95,0 9.75,-15.75 c -197.15,81.43 -424.35,10.93 -540.75,-167.83 -116.52,186.87 -348.31,255.25 -542.05,159.9 l 0,23.68 -282.9,0 0,-2.12 -46.7,0 20.39,57.57 -21.03,7.46 -23.03,-65.03 -89.68,0 0,-22.32 81.77,0 -166.62,-470.33 -9.84,23.98 0,470.79 -184.53,0 0,-1432.87 184.53,0 0,642.38 31.5,-79.65 0,-602.21 -256.2,0 0,65.23 c -111.15,-74.73 -185.63,-92.5 -283.36,-92.5 -77.39,0 -247.2,56.4 -336.97,392.34 l -22.32,0 z m 399.68,1137.39 -351.81,0.03 0,-22.32 240.26,0 c -183.08,-81.29 -262.86,-375.48 -262.86,-724.25 0,-411.21 110.84,-746.59 371.21,-746.59 119.67,0 187.64,61.48 246.17,117.49 l 0,36.54 c 0.02,0.03 0.05,0.07 0.06,0.1 l -0.01,309.63 -19.88,0 c -43.15,-78.59 -122.45,-188.99 -204.36,-188.99 -136.54,0 -204.06,211.44 -202.35,471.82 -1.71,260.36 65.81,471.81 202.35,471.81 81.91,0 161.21,-110.39 204.36,-189 l 19.88,0 0.01,309.64 c -0.01,0.03 -0.04,0.06 -0.06,0.1 l 0,36.53 c -57.99,55.52 -125.3,116.39 -242.97,117.46 z M 2937,3078.58 c 258.14,0 368.03,352.07 368.03,746.59 0,394.51 -109.89,746.57 -368.03,746.57 -258.15,0 -368.04,-335.38 -368.04,-746.57 0,-411.21 109.89,-746.59 368.04,-746.59 z m -642.68,30.15 -336.11,0 0,832.11 c 2.18,5.82 4.32,11.64 6.47,17.48 15.08,-4.15 30.74,-5.82 46.37,-4.98 30.57,1.64 58.11,18.97 72.79,45.84 13.26,24.27 19.58,51.74 18.25,79.36 -0.56,11.56 -3.61,22.84 -8.92,33.11 -13.05,25.23 -33.2,46.06 -57.97,59.98 8.38,28.41 16.38,56.96 24.02,85.6 14.61,54.81 21.47,111.38 20.37,168.08 -0.28,14.62 -3.45,29.05 -9.33,42.45 -6.02,13.72 -16.59,24.96 -29.92,31.82 -9.67,5 -20.97,5.8 -31.25,2.29 -10.29,-3.53 -18.7,-11.09 -23.3,-20.96 -5.34,-11.49 -7.95,-24.05 -7.63,-36.72 0.17,-7.12 3.61,-13.77 9.33,-18.03 7.21,-5.38 16.07,-8.07 25.05,-7.64 5.89,0.28 11.17,3.74 13.81,9.01 2.64,5.27 2.22,11.56 -1.08,16.46 -4.08,6.02 -10.05,10.49 -16.99,12.73 l 2.37,5.16 c 1.12,2.93 3.61,5.13 6.66,5.89 3.04,0.75 6.26,-0.04 8.62,-2.1 11.59,-9.87 18.81,-23.94 20.1,-39.13 1.67,-26.16 1.11,-52.41 -1.67,-78.47 -8.15,-55.69 -20.28,-110.71 -36.31,-164.66 -4.11,1.3 -8.28,2.43 -12.5,3.37 -12.33,2.75 -24.79,4.88 -37.34,6.4 l 0,348.42 224.94,0 0,46.6 22.33,0 0,-46.6 47.92,0 0,-22.3 -47.92,0 0,-502.45 21.54,0 196.32,524.75 215.6,0 19.48,49.74 20.78,-8.15 -19.37,-49.44 67.27,0 0,-22.31 -76.02,0 -232.16,-592.53 c 85.46,-88.14 134.48,-220.81 134.48,-389.29 0,-225.82 -61.12,-420.89 -259.08,-420.89 z m -296.08,1043.25 c -12.81,5.28 -26.28,8.82 -40.03,10.52 l 0,-126.98 c 13.84,38.49 27.14,77.17 39.89,116.02 0.05,0.16 0.09,0.3 0.14,0.44 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 0,0 m -21.07,-159.09 c 4.39,-1.2 8.83,-2.22 13.29,-3.06 14.03,-2.59 28.49,0.79 39.91,9.35 10.38,7.79 17.85,18.82 21.22,31.37 7.55,27.94 5.9,57.56 -4.68,84.5 -2.22,5.64 -5.87,10.62 -10.61,14.43 -3.62,2.92 -7.39,5.67 -11.26,8.25 -14.89,-48.63 -30.84,-96.91 -47.87,-144.84 m -18.96,169.61 c -3.52,0.43 -7.06,0.75 -10.61,0.94 -38.64,2.09 -74.6,-19.85 -90.41,-55.18 -28.04,-62.71 -32.12,-133.54 -11.46,-199.06 7.25,-23 14.75,-45.92 22.49,-68.76 2.16,-6.33 4.31,-12.63 6.51,-18.95 20.73,49.29 40.57,98.95 59.48,148.97 -26.95,14.42 -48.68,36.94 -62.16,64.38 -2.22,4.52 -1.35,9.97 2.18,13.58 3.53,3.6 8.96,4.59 13.54,2.46 3.97,-2.87 7.67,-6.11 11.02,-9.69 13.61,-15.11 29.95,-27.55 48.13,-36.68 3.8,10.32 7.57,20.66 11.29,31.01 l 0,-94.68 c -17.89,-47.89 -36.86,-95.38 -56.87,-142.42 -3.33,-7.79 -6.7,-15.55 -10.15,-23.28 4.16,-11.43 8.38,-22.85 12.69,-34.23 6.14,-16.25 10.82,-33 14,-50.09 3.6,-19.3 1.98,-39.22 -4.66,-57.71 -15.17,-42.12 -44.4,-77.73 -82.77,-100.8 -16.88,-10.15 -36.34,-15.17 -56.02,-14.44 -16.5,0.62 -29.81,13.66 -30.77,30.14 -0.88,14.94 2.59,29.83 9.97,42.86 6.84,12.08 14.2,23.82 22.07,35.24 24.29,35.2 45.28,72.56 62.71,111.63 3.43,7.67 6.82,15.36 10.21,23.07 -5.32,14.61 -10.52,29.28 -15.62,43.98 -23.65,68.21 -38.9,139.04 -45.42,210.94 -3.07,33.94 -0.05,68.14 8.92,101.02 12.32,45.09 52.4,77.03 99.1,78.94 20.91,0.86 41.85,0.02 62.61,-2.51 l 0,-30.68 m 305.66,-1113.44 -347.5,0 0,-54.14 -22.32,0 0,54.14 -51.97,0 0,22.32 51.97,0 0,248.6 22.32,0 0,-248.6 347.5,0 0,-22.32" />
   <path
   style="fill:#b4c3d3"
   id="path1989"
   d="m 6585.36,3725.43 -256.07,0 -114.48,185.08 -114.48,-185.08 -256.09,0 48.03,77.63 c -97.75,-82.97 -228.64,-115.52 -353.85,-88.01 -125.24,27.5 -230.43,111.92 -284.38,228.23 -48.37,-108.2 -139.38,-189.18 -249.47,-221.97 -110.09,-32.77 -228.41,-14.14 -324.29,51.1 l 0,-307.17 -217.52,0 0,1038.59 217.52,0 0,-41.9 c 96.06,65.36 214.61,83.94 324.84,50.93 110.23,-33.01 201.26,-114.35 249.4,-222.88 54.56,116.75 160.77,201.12 286.85,227.84 126.07,26.73 257.38,-7.3 354.63,-91.86 l -51.32,82.95 256.08,0 114.05,-184.38 114.05,184.38 256.07,0 -242.08,-391.38 242.51,-392.1 z" />
   <path
   style="fill:#000000"
   id="path1991"
   d="m 5066.95,4116.11 c 0,-106.77 -86.56,-193.32 -193.33,-193.32 -106.77,0 -193.33,86.55 -193.33,193.32 0,106.77 86.56,193.33 193.33,193.33 106.77,0 193.33,-86.56 193.33,-193.33 z m 958.34,-97.99 c 16.22,65.99 15.8,134.96 -1.21,200.73 l 62.68,-101.32 -61.47,-99.41 m -205.43,97.99 c 0,-106.77 -86.57,-193.32 -193.34,-193.32 -106.77,0 -193.34,86.55 -193.34,193.32 0,106.77 86.57,193.33 193.34,193.33 106.77,0 193.34,-86.56 193.34,-193.33 z" />
   <path
   style="fill:#ffc000"
   id="path1993"
   d="m 2142.72,4519.3 40.43,0 0,-502.45 -40.43,0 0,502.45 m 83.49,-819.14 c 68.18,0 78.86,-86.45 78.8,-145.77 -0.06,-59.32 -8.67,-123.7 -68.18,-123.7 l -94.11,0 0,327.83 40.43,0 0,-58.36 43.06,0 z m 0,22.32 -20.73,0 0,36.04 1.42,0 c 151.95,0 151.95,-136.06 151.95,-183.35 l 0,-30.52 c 0,-45.82 -0.29,-172.32 -128.26,-172.32 l -87.87,0 0,36.04 83.49,0 c 43.42,0 101.67,6.17 101.67,151.79 0,145.61 -58.54,161.1 -101.67,162.32 z m -361.86,-3.99 c -17.49,-34.9 -36.41,-69.08 -56.73,-102.42 -6.47,-10.6 -12.3,-21.55 -17.49,-32.84 -3.39,-7.34 -5.39,-15.26 -5.94,-23.34 -0.11,-1.73 0.51,-3.44 1.72,-4.7 1.21,-1.25 2.9,-1.93 4.66,-1.88 8.38,0.29 16.55,2.71 23.76,7 30.96,18.53 53.04,48.87 61.12,84.04 2.35,10.26 2.43,20.91 0.21,31.19 -3.13,14.5 -6.9,28.82 -11.31,42.95 l 0,0 m 3756.9,558.17 10.54,0 c 87.64,-2.87 156.8,-75.51 155.35,-163.19 -1.43,-87.69 -72.93,-158 -160.62,-158 -87.69,0 -159.19,70.31 -160.61,158 -1.44,87.68 67.69,160.32 155.34,163.19 z m -752.91,0 10.55,0 c 87.64,-2.87 156.79,-75.51 155.34,-163.19 -1.44,-87.69 -72.92,-158 -160.61,-158 -87.69,0 -159.19,70.31 -160.63,158 -1.43,87.68 67.71,160.32 155.35,163.19 z m -503.61,-505.06 65.34,169.04 0,-323.28 -65.34,154.24 m 10.73,745.56 -177.57,-501.3 20.81,-50.72 205.21,552.02 -48.45,0 M 2936.99,3348.52 c 124.31,0 177.2,224.75 177.2,476.65 0,251.88 -52.89,476.64 -177.2,476.64 -124.3,0 -177.19,-214.12 -177.19,-476.64 0,-262.53 52.89,-476.65 177.19,-476.65 z" />
   <path
   style="fill:#000000"
   id="path1995"
   d="m 5621.25,4276.66 c 3.51,0.25 7.03,0.24 10.54,0 l 0,-14.76 c 79.51,-2.88 142.04,-68.93 140.59,-148.48 -1.46,-79.54 -66.39,-143.24 -145.96,-143.19 -1.91,-0.04 -3.48,0.97 -4.45,2.6 -0.95,1.65 -0.96,3.7 0,5.33 0.97,1.65 2.55,2.64 4.45,2.62 49,-0.04 94.18,26.41 118.14,69.13 23.97,42.73 22.96,95.09 -2.61,136.87 -25.57,41.77 -71.75,66.48 -120.7,64.56 l 0,25.32 z m -747.63,-39.98 c -2.92,0 -5.28,-2.36 -5.28,-5.26 0,-2.92 2.36,-5.28 5.28,-5.28 60.77,0 110.03,-49.27 110.03,-110.03 0,-60.77 -49.26,-110.03 -110.03,-110.03 -2.92,0 -5.28,-2.36 -5.28,-5.27 0,-2.92 2.36,-5.28 5.28,-5.28 66.58,0 120.57,53.99 120.57,120.58 0,66.59 -53.99,120.57 -120.57,120.57 z m 752.9,0 c -2.91,0 -5.27,-2.36 -5.27,-5.26 0,-2.92 2.36,-5.28 5.27,-5.28 60.77,0 110.04,-49.27 110.04,-110.03 0,-60.77 -49.27,-110.03 -110.04,-110.03 -2.91,0 -5.27,-2.36 -5.27,-5.27 0,-2.92 2.36,-5.28 5.27,-5.28 66.6,0 120.58,53.99 120.58,120.58 0,66.59 -53.98,120.57 -120.58,120.57 z m -758.18,39.98 c 3.52,0.17 7.03,0.13 10.55,0 l 0,-14.76 c 79.5,-2.88 142.04,-68.93 140.59,-148.48 -1.47,-79.54 -66.41,-143.24 -145.96,-143.19 -1.92,-0.04 -3.49,0.97 -4.45,2.6 -0.96,1.65 -0.97,3.7 0,5.33 0.96,1.65 2.55,2.64 4.45,2.62 48.98,-0.04 94.18,26.41 118.13,69.13 23.98,42.73 22.97,95.09 -2.61,136.87 -25.57,41.77 -71.75,66.48 -120.7,64.56 l 0,25.32 z M 2937,4234.73 l 0,-55.13 -22.32,0 0,58.7 0,22.33 c 120.65,0 156.06,-204.88 156.89,-424.31 l 507.78,0 c 1.2,154.47 35.09,390.89 135.93,407.19 l 0,58.3 22.3,0 0,-465.49 88.87,0 0,-22.32 -88.87,0 0,-80.51 -22.3,0 0,80.51 -113.53,0 c 2.41,-153.1 45.18,-376.93 124.69,-380.56 l 0,-22.33 c -104.29,4.05 -144.82,242.95 -147.02,402.89 l -507.89,0 c -1.44,-218.4 -36.69,-421.6 -156.85,-421.6 l 0,21.42 0,400.18 -68.22,0 0,22.32 68.22,0 0,77.95 22.32,0 0,-77.95 112.23,0 c -1.13,140.45 -18.83,367.41 -112.23,398.41 z" />
   <path
   style="fill:#ffc000"
   id="path1997"
   d="m 3601.67,3836.32 c 1.44,146.23 38.48,364.55 113.61,384.38 l 0,-384.38 -113.61,0 z m -552.42,-22.32 -112.25,0 0,-396.57 c 92.93,30.88 111.59,255.88 112.25,396.57 z" />
  </g><path
   style="fill:#ff0000"
   id="path1999"
   d="m 4959.79,12645.7 280.42,0 c 8.28,0 15,6.71 15,15 l 0,47.64 c 0,8.29 -6.72,15 -15,15 l -280.42,0 c -8.29,0 -15,-6.71 -15,-15 l 0,-47.64 c 0,-8.29 6.71,-15 15,-15" /><path
   style="fill:#ff0000"
   id="path2001"
   d="m 2288.46,11029.1 147.07,113.71 c 3.67,2.85 5.82,7.23 5.82,11.87 0,4.65 -2.15,9.03 -5.82,11.87 l -147.07,113.72 c -4.53,3.5 -10.65,4.12 -15.78,1.6 -5.14,-2.52 -8.4,-7.75 -8.4,-13.47 l 0,-227.44 c 0,-5.72 3.26,-10.94 8.4,-13.46 5.13,-2.52 11.25,-1.9 15.78,1.6" /><path
   style="fill:#ff0000"
   id="path2003"
   d="m 2567.53,11283.9 0,-258.56 c 0,-8.28 -6.71,-15 -15,-15 l -32.12,0 c -8.28,0 -15,6.72 -15,15 l 0,258.56 c 0,8.28 6.72,15 15,15 l 32.12,0 c 8.29,0 15,-6.72 15,-15" /><path
   style="fill:#ff0000"
   id="path2005"
   d="m 2670.36,11283.9 0,-258.56 c 0,-8.28 -6.72,-15 -15,-15 l -32.12,0 c -8.29,0 -15,6.72 -15,15 l 0,258.56 c 0,8.28 6.71,15 15,15 l 32.12,0 c 3.98,0 7.79,-1.58 10.61,-4.39 2.81,-2.82 4.39,-6.63 4.39,-10.61" /><path
   style="fill:#ff0000"
   id="path2007"
   d="m 2619.79,12551.9 0,-258.56 c 0,-8.28 -6.71,-15 -15,-15 l -258.55,0 c -8.29,0 -15,6.72 -15,15 l 0,258.56 c 0,8.29 6.71,15 15,15 l 258.55,0 c 8.29,0 15,-6.71 15,-15" /><path
   style="fill:#ff0000"
   id="path2009"
   d="m 7868.76,11154.7 c 0,-79.68 -64.6,-144.28 -144.28,-144.28 -79.68,0 -144.28,64.6 -144.28,144.28 0,79.68 64.6,144.28 144.28,144.28 79.68,0 144.28,-64.6 144.28,-144.28 z" /><path
   style="fill:#ff0000"
   id="path2011"
   d="m 4056.54,11639.3 c 0,-5.72 -3.26,-10.94 -8.39,-13.46 -5.14,-2.52 -11.26,-1.9 -15.79,1.6 l -106.32,82.21 c -4.53,3.5 -10.65,4.12 -15.78,1.6 -5.14,-2.53 -8.4,-7.75 -8.4,-13.47 l 0,-58.48 c 0,-5.72 -3.25,-10.94 -8.39,-13.46 -5.13,-2.52 -11.25,-1.9 -15.78,1.6 l -152.38,117.82 c -4.52,3.5 -10.64,4.12 -15.78,1.6 -5.14,-2.52 -8.39,-7.75 -8.39,-13.47 l 0,-109.65 c 0,-8.28 -6.72,-15 -15,-15 l -47.65,0 c -8.28,0 -15,6.72 -15,15 l 0,280.42 c 0,8.28 6.72,15 15,15 l 47.65,0 c 3.98,0 7.79,-1.58 10.61,-4.39 2.81,-2.82 4.39,-6.63 4.39,-10.61 l 0,-109.65 c 0,-5.72 3.25,-10.94 8.39,-13.47 5.14,-2.52 11.26,-1.9 15.78,1.6 l 152.38,117.83 c 4.53,3.5 10.65,4.12 15.78,1.59 5.14,-2.52 8.39,-7.74 8.39,-13.46 l 0,-58.48 c 0,-5.72 3.26,-10.94 8.4,-13.47 5.13,-2.52 11.25,-1.9 15.78,1.6 l 106.32,82.22 c 4.53,3.5 10.65,4.12 15.79,1.59 5.13,-2.52 8.39,-7.74 8.39,-13.46 l 0,-249.3 z" /><path
   style="fill:#ff0000"
   id="path2013"
   d="m 4944.79,10916.6 c 0,3.97 1.58,7.79 4.39,10.6 2.81,2.82 6.63,4.4 10.61,4.4 l 86.38,0 c 3.98,0 7.8,1.58 10.61,4.39 2.81,2.81 4.39,6.63 4.39,10.61 l 0,86.38 c 0,8.29 6.72,15 15,15 l 47.65,0 c 8.28,0 15,-6.71 15,-15 l 0,-86.38 c 0,-3.98 1.58,-7.8 4.39,-10.61 2.82,-2.81 6.63,-4.39 10.61,-4.39 l 86.39,0 c 8.28,0 15,-6.72 15,-15 l 0,-47.65 c 0,-8.28 -6.72,-15 -15,-15 l -86.39,0 c -3.98,0 -7.79,-1.58 -10.61,-4.39 -2.81,-2.81 -4.39,-6.63 -4.39,-10.61 l 0,-86.38 c 0,-8.29 -6.72,-15 -15,-15 l -47.65,0 c -8.28,0 -15,6.71 -15,15 l 0,86.38 c 0,8.29 -6.71,15 -15,15 l -86.38,0 c -8.29,0 -15,6.72 -15,15 l 0,47.65 z" /><path
   style="fill:#ff0000"
   id="path2015"
   d="m 6143.46,11639.3 c 0,-5.72 3.25,-10.94 8.39,-13.46 5.13,-2.52 11.26,-1.9 15.78,1.6 l 106.32,82.21 c 4.53,3.5 10.65,4.12 15.79,1.6 5.13,-2.53 8.39,-7.75 8.39,-13.47 l 0,-58.48 c 0,-5.72 3.25,-10.94 8.39,-13.46 5.14,-2.52 11.26,-1.9 15.78,1.6 l 152.38,117.82 c 4.53,3.5 10.65,4.12 15.78,1.6 5.14,-2.52 8.39,-7.75 8.39,-13.47 l 0,-109.65 c 0,-8.28 6.72,-15 15,-15 l 47.65,0 c 8.28,0 15,6.72 15,15 l 0,280.42 c 0,8.28 -6.72,15 -15,15 l -47.65,0 c -3.97,0 -7.79,-1.58 -10.6,-4.39 -2.81,-2.82 -4.4,-6.63 -4.4,-10.61 l 0,-109.65 c 0,-5.72 -3.25,-10.94 -8.39,-13.47 -5.13,-2.52 -11.25,-1.9 -15.78,1.6 l -152.38,117.83 c -4.52,3.5 -10.64,4.12 -15.78,1.59 -5.14,-2.52 -8.39,-7.74 -8.39,-13.46 l 0,-58.48 c 0,-5.72 -3.26,-10.94 -8.39,-13.47 -5.14,-2.52 -11.26,-1.9 -15.79,1.6 l -106.32,82.22 c -4.52,3.5 -10.65,4.12 -15.78,1.59 -5.14,-2.52 -8.39,-7.74 -8.39,-13.46 l 0,-249.3 z" /><path
   style="fill:#ff0000;stroke:#ff0000;stroke-width:18;stroke-linejoin:bevel"
   id="path2017"
   d="m 7664.54,12566.9 -57.42,0 -23.86,-68.69 -114.69,0 -23.33,68.69 -45.86,0 98.95,-288.55 66.13,0 100.08,288.55 z m -95.68,-110.33 -43.47,-128.72 -43.47,128.72 86.94,0 z m 218.85,-19.26 0,39.54 -109.68,0 0,-39.54 109.68,0 z m 31.84,129.59 0,-288.55 116.24,0 c 19.69,0 35.95,1.95 48.93,5.92 12.97,3.97 24.23,12.19 33.62,24.74 9.48,12.56 14.24,27.28 14.24,44.17 0,15.94 -4.85,29.79 -14.38,41.55 -9.62,11.77 -22.9,19.27 -39.83,22.52 21.03,3.54 36.84,11.77 47.66,24.75 10.8,12.92 16.17,28.29 16.17,46.03 0,22.3 -7.53,40.98 -22.59,56.15 -15.13,15.15 -38.33,22.72 -69.65,22.72 l -130.41,0 z m 50.93,-167.4 65.54,0 c 13.42,0 24.01,-3.89 31.77,-11.62 7.83,-7.79 11.71,-17.67 11.71,-29.65 0,-13.21 -4.49,-22.95 -13.36,-29.22 -8.87,-6.28 -19.31,-9.46 -31.24,-9.46 l -64.42,0 0,79.95 z m 0,124.04 69.49,0 c 14.69,0 26.33,-3.68 34.83,-11.19 8.49,-7.44 12.75,-17.54 12.75,-30.23 0,-12.12 -4.33,-22.01 -12.98,-29.81 -8.65,-7.71 -20.13,-11.61 -34.38,-11.61 l -69.71,0 0,82.84 z" />
<g
   inkscape:groupmode="layer"
   id="layer1"
   inkscape:label="Text"><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
   d="M 8819.4997,11089.345 L 10880.252,9664.997"
   id="path1526" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
   d="M 5063.7188,10204.423 L 10966.057,8145.4534"
   id="path1532" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
   d="M 1469.834,11088.001 L -1005.8147,9624.1583"
   id="path1536" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
   d="M 3703.0558,11933.211 L -771.29487,15612.694"
   id="path1540" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
   d="M 5018.1531,11766.475 L -841.97488,8186.3793"
   id="path1542" /><text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="11220.843"
   y="8310.1738"
   id="text2417"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2419"
     x="11220.843"
     y="8310.1738">Up</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="11234.812"
   y="9834.293"
   id="text2421"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2423"
     x="11234.812"
     y="9834.293">Rec</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="11255.903"
   y="14601.043"
   id="text2425"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2427"
     x="11255.903"
     y="14601.043">Right</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="11171.536"
   y="12512.953"
   id="text2429"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2431"
     x="11171.536"
     y="12512.953">A-B</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="11192.628"
   y="17005.51"
   id="text2433"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2435"
     x="11192.628"
     y="17005.51">Down</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="-3044.345"
   y="12576.229"
   id="text2437"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2439"
     x="-3044.345"
     y="12576.229">Stop</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="-3023.2534"
   y="16288.388"
   id="text2441"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2443"
     x="-3023.2534"
     y="16288.388">Left</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="-2981.0698"
   y="9581.1914"
   id="text2445"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2447"
     x="-2981.0698"
     y="9581.1914">Play</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="-2981.0696"
   y="7978.2144"
   id="text2449"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2451"
     x="-2981.0696"
     y="7978.2144">Navi</tspan></text>

<text
   xml:space="preserve"
   style="font-size:790.222229px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;text-align:start;line-height:100%;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:URW Palladio L"
   x="10900.494"
   y="2524.1631"
   id="text2453"
   sodipodi:linespacing="100%"><tspan
     sodipodi:role="line"
     id="tspan2455"
     x="10900.494"
     y="2524.1631">Hold</tspan></text>

<path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
   d="M 5272.9526,13330.025 L 11073.201,16683.623"
   id="path2457" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
   d="M 1286.6002,12423.077 L -949.13177,12423.077"
   id="path2461" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
   d="M 8753.1015,12338.71 L 10820.099,12338.71"
   id="path2463" /><path
   style="fill:none;fill-opacity:0.75;fill-rule:evenodd;stroke:#000000;stroke-width:35.27777907;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
   d="M 6601.7367,11937.965 L 10946.65,14321.34"
   id="path2465" /></g></svg>