summaryrefslogtreecommitdiffstats
path: root/assets.src/Ricardo_Zeebo_(Marca_retirada_por_quest_o_de_copyright).svg
blob: c9403810afef021366d65f9d2c1fb8bb4a055be8 (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
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<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"
   width="643.97784"
   height="634.78674"
   id="svg2"
   sodipodi:version="0.32"
   inkscape:version="0.46"
   version="1.0"
   sodipodi:docname="zeebo_sem logo.svg"
   inkscape:output_extension="org.inkscape.output.svg.inkscape"
   inkscape:export-filename="/home/ricardo/Projetos/Trem DIgital/Layout - Portal/zeebo_sem logo.png"
   inkscape:export-xdpi="90"
   inkscape:export-ydpi="90">
  <defs
     id="defs4">
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective10" />
    <inkscape:perspective
       id="perspective2427"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <linearGradient
       y2="689.89075"
       x2="3168.3708"
       y1="695.60498"
       x1="3303.1987"
       spreadMethod="reflect"
       gradientTransform="translate(-307.086,-96.9746)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient2740"
       xlink:href="#linearGradient5929"
       inkscape:collect="always" />
    <linearGradient
       y2="692.74786"
       x2="3147.6353"
       y1="692.74786"
       x1="3303.1987"
       spreadMethod="reflect"
       gradientTransform="translate(60.6092,-84.8528)"
       gradientUnits="userSpaceOnUse"
       id="linearGradient2738"
       xlink:href="#linearGradient5929"
       inkscape:collect="always" />
    <filter
       height="1.227982"
       y="-0.11399106"
       width="1.0814309"
       x="-0.040715426"
       id="filter8041"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur8043"
         stdDeviation="3.0046812"
         inkscape:collect="always" />
    </filter>
    <filter
       id="filter7764"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur7766"
         stdDeviation="1.2558422"
         inkscape:collect="always" />
    </filter>
    <filter
       id="filter7710"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur7712"
         stdDeviation="0.88066466"
         inkscape:collect="always" />
    </filter>
    <filter
       id="filter7690"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur7692"
         stdDeviation="0.37869266"
         inkscape:collect="always" />
    </filter>
    <filter
       height="1.1823107"
       y="-0.091155328"
       width="1.3511001"
       x="-0.17555007"
       id="filter7655"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur7657"
         stdDeviation="1.0730767"
         inkscape:collect="always" />
    </filter>
    <filter
       height="1.0245738"
       y="-0.012286925"
       width="2.0277483"
       x="-0.51387417"
       id="filter7012"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur7014"
         stdDeviation="5.2968863"
         inkscape:collect="always" />
    </filter>
    <filter
       height="1.049356"
       y="-0.02467802"
       width="1.4790328"
       x="-0.23951639"
       id="filter6812"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur6814"
         stdDeviation="4.9998705"
         inkscape:collect="always" />
    </filter>
    <filter
       height="1.3323995"
       y="-0.16619973"
       width="1.3877934"
       x="-0.1938967"
       id="filter6131"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur6133"
         stdDeviation="2.7006868"
         inkscape:collect="always" />
    </filter>
    <filter
       height="1.3021812"
       y="-0.15109067"
       width="1.3525395"
       x="-0.17626972"
       id="filter6097"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur6099"
         stdDeviation="2.4551698"
         inkscape:collect="always" />
    </filter>
    <filter
       height="1.0128456"
       y="-0.0064227926"
       width="1.2440997"
       x="-0.12204985"
       id="filter5977"
       inkscape:collect="always">
      <feGaussianBlur
         id="feGaussianBlur5979"
         stdDeviation="3.5312023"
         inkscape:collect="always" />
    </filter>
    <inkscape:perspective
       sodipodi:type="inkscape:persp3d"
       inkscape:vp_x="0 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       id="perspective2390" />
    <inkscape:perspective
       id="perspective2715"
       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
       inkscape:vp_z="744.09448 : 526.18109 : 1"
       inkscape:vp_y="0 : 1000 : 0"
       inkscape:vp_x="0 : 526.18109 : 1"
       sodipodi:type="inkscape:persp3d" />
    <linearGradient
       id="linearGradient5929">
      <stop
         id="stop5931"
         offset="0"
         style="stop-color: rgb(255, 255, 255); stop-opacity: 1;" />
      <stop
         id="stop5933"
         offset="1"
         style="stop-color: rgb(125, 125, 125); stop-opacity: 0;" />
    </linearGradient>
    <linearGradient
       id="linearGradient7321">
      <stop
         id="stop7323"
         offset="0"
         style="stop-color: rgb(245, 245, 245); stop-opacity: 1;" />
      <stop
         id="stop7325"
         offset="1"
         style="stop-color: rgb(245, 245, 245); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient7581">
      <stop
         style="stop-color: rgb(245, 245, 245); stop-opacity: 1;"
         offset="0"
         id="stop7583" />
      <stop
         style="stop-color: rgb(182, 182, 182); stop-opacity: 1;"
         offset="1"
         id="stop7585" />
    </linearGradient>
    <linearGradient
       id="linearGradient7587">
      <stop
         id="stop7589"
         offset="0"
         style="stop-color: rgb(229, 229, 229); stop-opacity: 1;" />
      <stop
         id="stop7591"
         offset="1"
         style="stop-color: rgb(78, 78, 78); stop-opacity: 1;" />
    </linearGradient>
    <linearGradient
       id="linearGradient7724">
      <stop
         style="stop-color: rgb(229, 229, 229); stop-opacity: 1;"
         offset="0"
         id="stop7726" />
      <stop
         style="stop-color: rgb(185, 185, 185); stop-opacity: 1;"
         offset="1"
         id="stop7728" />
    </linearGradient>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient5929"
       id="linearGradient3435"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.468872,0,0,0.468872,-1416.7849,116.71447)"
       spreadMethod="reflect"
       x1="3303.1987"
       y1="695.60498"
       x2="3168.3708"
       y2="689.89075" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient5929"
       id="linearGradient3438"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(0.468872,0,0,0.468872,-1244.3829,122.39804)"
       spreadMethod="reflect"
       x1="3303.1987"
       y1="692.74786"
       x2="3147.6353"
       y2="692.74786" />
    <filter
       inkscape:collect="always"
       id="filter4247"
       x="-0.36441653"
       width="1.7288331"
       y="-0.037546818"
       height="1.0750936">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="7.6071431"
         id="feGaussianBlur4249" />
    </filter>
    <filter
       inkscape:collect="always"
       id="filter4251"
       x="-0.29198022"
       width="1.5839604"
       y="-0.030083509"
       height="1.060167">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="6.0950454"
         id="feGaussianBlur4253" />
    </filter>
    <filter
       inkscape:collect="always"
       id="filter4255"
       x="-0.29198022"
       width="1.5839604"
       y="-0.030083509"
       height="1.060167">
      <feGaussianBlur
         inkscape:collect="always"
         stdDeviation="6.0950454"
         id="feGaussianBlur4257" />
    </filter>
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="linearGradient4369"
       gradientUnits="userSpaceOnUse"
       x1="2086.2207"
       y1="910.14099"
       x2="2125.6133"
       y2="1050.5521" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="radialGradient4371"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(2.46924,0.19073,-0.196338,2.37362,-2932.5,-2309.22)"
       cx="2187.2676"
       cy="1378.9349"
       fx="2187.2676"
       fy="1378.9349"
       r="44.95179" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7581"
       id="linearGradient4373"
       gradientUnits="userSpaceOnUse"
       x1="2135.4509"
       y1="1320.3014"
       x2="2126.3633"
       y2="1413.7406" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="radialGradient4375"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(2.06845,-1.91795e-6,2.99974e-6,2.95253,-2325.72,-2687.03)"
       cx="2189.0593"
       cy="1374.6553"
       fx="2189.0593"
       fy="1374.6553"
       r="44.95179" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="radialGradient4377"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(2.46924,0.19073,-0.196338,2.37362,-2932.5,-2309.22)"
       cx="2187.2676"
       cy="1378.9349"
       fx="2187.2676"
       fy="1378.9349"
       r="44.95179" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7581"
       id="linearGradient4379"
       gradientUnits="userSpaceOnUse"
       x1="2135.4509"
       y1="1320.3014"
       x2="2126.3633"
       y2="1413.7406" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="radialGradient4381"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(2.06845,-1.91795e-6,2.99974e-6,2.95253,-2325.72,-2687.03)"
       cx="2189.0593"
       cy="1374.6553"
       fx="2189.0593"
       fy="1374.6553"
       r="44.95179" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7724"
       id="radialGradient4383"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.23288,0,-289.825)"
       cx="2351.2563"
       cy="1244.5437"
       fx="2351.2563"
       fy="1244.5437"
       r="27.652925" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7724"
       id="radialGradient4385"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.23288,0,-289.825)"
       cx="2351.2563"
       cy="1244.5437"
       fx="2351.2563"
       fy="1244.5437"
       r="27.652925" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7724"
       id="radialGradient4387"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.23288,0,-289.825)"
       cx="2351.2563"
       cy="1244.5437"
       fx="2351.2563"
       fy="1244.5437"
       r="27.652925" />
    <radialGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7724"
       id="radialGradient4389"
       gradientUnits="userSpaceOnUse"
       gradientTransform="matrix(1,0,0,1.23288,0,-289.825)"
       cx="2351.2563"
       cy="1244.5437"
       fx="2351.2563"
       fy="1244.5437"
       r="27.652925" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="linearGradient4391"
       gradientUnits="userSpaceOnUse"
       x1="2217.0322"
       y1="1059.4332"
       x2="2154.908"
       y2="1061.9586" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="linearGradient4499"
       gradientUnits="userSpaceOnUse"
       x1="2217.0322"
       y1="1059.4332"
       x2="2154.908"
       y2="1061.9586"
       gradientTransform="matrix(0.468872,0,0,0.468872,-474.81591,78.894878)" />
    <linearGradient
       inkscape:collect="always"
       xlink:href="#linearGradient7587"
       id="linearGradient4604"
       gradientUnits="userSpaceOnUse"
       x1="2086.2207"
       y1="910.14099"
       x2="2125.6133"
       y2="1050.5521"
       gradientTransform="matrix(0.468872,0,0,0.468872,-474.81591,78.894878)" />
  </defs>
  <sodipodi:namedview
     id="base"
     pagecolor="#ffffff"
     bordercolor="#666666"
     borderopacity="1.0"
     inkscape:pageopacity="0.0"
     inkscape:pageshadow="2"
     inkscape:zoom="0.49497475"
     inkscape:cx="200.18609"
     inkscape:cy="437.2171"
     inkscape:document-units="px"
     inkscape:current-layer="layer1"
     showgrid="false"
     inkscape:window-width="1680"
     inkscape:window-height="968"
     inkscape:window-x="0"
     inkscape:window-y="25" />
  <metadata
     id="metadata7">
    <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>
  <g
     inkscape:label="Camada 1"
     inkscape:groupmode="layer"
     id="layer1"
     transform="translate(-47.341094,-130.40344)">
    <path
       sodipodi:nodetypes="cccccccccc"
       id="path3221"
       d="M 84.031912,307.53785 C 104.60728,289.40264 129.69906,281.8057 153.86036,272.03754 C 180.88319,260.92625 205.93502,247.6187 222.01424,224.31307 C 252.68555,170.98569 317.9409,154.13952 377.59956,130.40344 L 476.03521,153.06147 L 504.33477,577.08074 L 515.93875,758.71872 L 397.5307,761.0869 L 48.463704,758.24511 L 84.031912,307.53785 z"
       style="fill:#2f3236;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       sodipodi:nodetypes="ccccc"
       id="path5937"
       d="M 83.208198,307.72342 L 47.341084,757.02112 C 96.146533,757.97813 145.25722,758.99624 189.73606,759.08795 L 199.20872,249.45968 C 148.06576,274.71884 105.45646,287.07423 83.208198,307.72342 z"
       style="opacity:0.7;fill:url(#linearGradient3435);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       id="path3225"
       d="M 3600.075,-41.551583 L 3610.4291,-46.476073 L 3668.5129,1270.0053 L 3650.8352,1272.0256 L 3600.075,-41.551583 z"
       style="fill:#007eba;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5977)"
       transform="matrix(0.468872,0,0,0.468872,-1272.8009,162.18314)" />
    <path
       sodipodi:nodetypes="cccccccccccscccc"
       id="path3227"
       d="M 447.26208,224.22472 L 454.24813,369.393 L 443.70981,389.8776 L 442.17051,404.08656 L 457.20836,694.30475 L 500.78251,694.30475 L 484.2054,403.73134 L 479.94269,389.04874 L 470.47003,374.89898 L 468.75311,366.55121 L 460.64219,222.03417 C 462.45199,219.94668 464.61199,218.0148 466.79172,216.16761 C 476.92011,207.58448 471.71558,188.27311 456.61631,182.66349 C 441.28138,178.79544 434.06741,183.49952 432.93471,194.6227 C 433.44025,202.24887 436.32728,209.29418 443.29538,215.34411 C 445.69492,218.05571 446.9139,221.03974 447.26208,224.22472 z"
       style="fill:#1c232e;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.46887201px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <g
       style="opacity:0.5;stroke:#ffffff;stroke-opacity:1;filter:url(#filter6097)"
       id="g6003"
       transform="matrix(0.5547459,0,0,0.5547459,-1555.2775,108.23473)">
      <path
         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#ffffff;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="M 3610.4291,153.78667 C 3589.1745,181.88851 3650.1126,198.86051 3630.8846,156.81713"
         id="path6005"
         sodipodi:nodetypes="cc" />
      <path
         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#ffffff;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="M 3620.0255,147.72575 L 3622.8034,164.64581"
         id="path6007" />
    </g>
    <path
       sodipodi:nodetypes="ccccc"
       id="path3229"
       d="M 466.56259,411.19105 L 471.53572,490.64286 L 484.2054,490.64285 L 478.87704,411.30946 L 466.56259,411.19105 z"
       style="fill:#01000b;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.46887201px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <text
       transform="matrix(-5.8633979e-2,-0.9982795,0.9982795,-5.8633979e-2,0,0)"
       id="text3231"
       y="452.33395"
       x="-488.13043"
       style="font-size:11.38923359px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
       xml:space="preserve"><tspan
         y="452.33395"
         x="-488.13043"
         id="tspan3233"
         sodipodi:role="line">SD</tspan></text>
    <path
       sodipodi:nodetypes="cccccccccc"
       id="path3235"
       d="M 453.77452,425.87365 L 452.35361,410.71742 C 452.99367,409.23948 453.81241,409.4592 454.60335,409.41493 L 459.33971,409.65174 C 460.3882,410.63184 461.23901,411.71739 461.11579,413.32239 L 465.61532,486.26176 C 465.58208,488.00005 466.13943,489.89376 463.24715,490.87967 L 458.86605,490.16922 C 456.33213,489.17459 456.33189,487.99899 455.90588,486.8538 L 453.77452,425.87365 z"
       style="fill:#222f71;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:0.46887201px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <g
       id="g5985"
       transform="matrix(0.468872,0,0,0.468872,-1244.3829,122.39804)">
      <path
         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0c87ff;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="M 3610.4291,153.78667 C 3589.1745,181.88851 3650.1126,198.86051 3630.8846,156.81713"
         id="path3237"
         sodipodi:nodetypes="cc" />
      <path
         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#0c87ff;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
         d="M 3620.0255,147.72575 L 3622.8034,164.64581"
         id="path3239" />
    </g>
    <path
       style="opacity:0.7;fill:url(#linearGradient3438);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 228.13967,216.3124 L 225.77154,761.69995 L 384.91195,760.75264 L 369.75576,132.7163 C 312.69239,154.89685 246.83566,179.79652 228.13967,216.3124 z"
       id="path5925"
       sodipodi:nodetypes="ccccc" />
    <path
       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter5977)"
       d="M 3600.075,-41.551583 L 3610.4291,-46.476073 L 3668.5129,1270.0053 L 3650.8352,1272.0256 L 3600.075,-41.551583 z"
       id="path5983"
       transform="matrix(0.468872,0,0,0.468872,-1272.8009,162.18314)" />
    <path
       id="path3223"
       d="M 414.69986,138.7341 L 438.9735,758.60033 L 395.63613,759.90281 L 377.51971,130.56394 L 414.69986,138.7341 z"
       style="fill:#6d747b;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <g
       id="g6101"
       style="filter:url(#filter6131)"
       transform="matrix(0.468872,0,0,0.468872,-1244.3829,122.39804)">
      <path
         sodipodi:nodetypes="cc"
         id="path6103"
         d="M 3610.4291,153.78667 C 3589.1745,181.88851 3650.1126,198.86051 3630.8846,156.81713"
         style="opacity:1;fill:none;fill-opacity:1;fill-rule:evenodd;stroke:#0c87ff;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
      <path
         id="path6105"
         d="M 3620.0255,147.72575 L 3622.8034,164.64581"
         style="opacity:1;fill:none;fill-rule:evenodd;stroke:#0c87ff;stroke-width:4.5999999;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
    </g>
    <path
       style="opacity:0.2;fill:#ffffff;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7012)"
       d="M 3145.11,262.92798 L 3165.3131,238.17923 L 3165.313,1271.8179 L 3141.5745,1271.8179 L 3145.11,262.92798 z"
       id="path7010"
       sodipodi:nodetypes="ccccc"
       transform="matrix(0.468277,0,0,0.4981767,-1270.9247,124.90586)" />
    <path
       style="fill:url(#linearGradient4604);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 547.16409,562.94478 C 543.10248,547.92414 535.36342,535.63058 517.32521,530.97458 C 504.41496,530.86681 473.81037,538.40199 486.30234,587.09999 L 478.84264,586.50794 C 478.63338,576.68784 465.08021,552.28512 497.78793,527.65916 C 512.55571,520.36896 524.76391,523.76219 535.91528,531.56662 C 546.36457,541.12022 553.27785,551.38104 554.26853,562.82634 L 547.16409,562.94478 z"
       id="path8059"
       sodipodi:nodetypes="cccccccc" />
    <path
       sodipodi:nodetypes="cccccc"
       id="path8051"
       d="M 673.64475,624.58602 C 666.28904,597.24788 635.0714,600.98061 608.84682,600.8422 C 607.73114,601.20042 606.6126,601.55269 605.81857,602.56198 L 606.04152,609.24833 L 672.54895,625.4283 L 673.64475,624.58602 z"
       style="fill:#696969;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:#696969;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 419.88494,602.80814 C 429.92803,576.33895 460.61838,583.16362 486.72625,585.63894 C 487.80067,586.10654 488.87856,586.56847 489.56808,587.6519 L 488.67999,594.28273 L 420.89137,603.7554 L 419.88494,602.80814 z"
       id="path8049"
       sodipodi:nodetypes="cccccc" />
    <path
       sodipodi:nodetypes="ccccccccc"
       id="path8047"
       d="M 460.88789,585.97441 L 652.55216,607.35291 C 665.59253,610.80592 669.70055,619.76185 674.99707,627.98558 C 692.17039,668.94024 698.6307,711.09042 680.29307,756.0078 C 676.4298,759.51655 671.87729,762.01977 665.9182,762.47106 C 587.57129,766.49857 440.94296,766.41933 430.87736,759.73655 C 427.04855,755.6763 424.20573,751.61611 421.7985,747.55582 C 400.70601,714.54676 393.63261,639.27072 426.08572,594.42635 C 433.74372,587.12479 444.50428,583.35187 460.88789,585.97441 z"
       style="fill:#d3d3d3;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
    <path
       style="fill:#ababab;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 474.93515,594.46034 L 654.91542,614.82655 C 667.16081,618.11606 671.01841,626.64793 675.99206,634.48227 C 692.11849,673.49772 698.18499,713.65206 680.9652,756.44258 C 677.33744,759.78522 673.06245,762.1699 667.46665,762.59981 C 593.89581,766.43664 456.20606,766.36115 446.75407,759.9948 C 443.15866,756.1268 440.48914,752.25884 438.22866,748.39083 C 418.42201,716.94476 411.77978,645.23304 442.25454,602.51209 C 449.44572,595.55623 459.55029,591.962 474.93515,594.46034 z"
       id="path7309"
       sodipodi:nodetypes="ccccccccc" />
    <g
       id="g7558"
       transform="matrix(0.468872,0,0,0.468872,-474.81591,78.894878)">
      <path
         style="fill:#c5c5c5;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="M 1989.1429,1192.005 C 1996.7714,1189.0144 2004.4765,1186.1702 2007,1173.4336 C 2005.6877,1166.407 2004.1456,1159.1507 2002.3571,1151.6479 C 2002.3938,1145.3544 2006.1301,1140.6795 2013.7857,1137.7193 C 2025.0165,1135.8876 2035.8851,1137.6781 2046.6429,1140.5765 C 2053.9551,1143.9953 2059.6382,1148.5002 2059.8571,1156.6479 L 2060.5714,1180.5765 C 2061.8982,1186.7487 2065.8002,1192.737 2073.7857,1198.4336 L 2093.0714,1199.505 C 2104.9809,1199.1553 2105.9456,1206.7654 2107.7143,1213.7908 C 2109.4164,1225.9491 2111.6713,1238.1627 2108.7857,1249.8622 C 2106.2975,1262.2248 2101.5082,1266.5337 2095.2143,1265.5765 C 2090.6697,1263.6677 2084.7462,1262.3718 2075.9286,1262.3622 C 2069.3408,1266.5685 2066.3568,1271.4954 2064.5,1276.6479 L 2064.8571,1300.9336 C 2065.2494,1308.9309 2062.3681,1315.7658 2053.4286,1317.3622 C 2040.2526,1318.8045 2027.6217,1321.1188 2009.8571,1315.2193 C 2005.3363,1312.5493 2005.5576,1305.0679 2005.5715,1304.1479 L 2008.0714,1275.3979 C 2007.0856,1267.4448 2001.4327,1260.9122 1989.5,1256.2908 L 1965.9286,1257.7193 C 1959.6233,1256.1926 1956.4534,1252.9613 1954.5,1246.8265 C 1953.5336,1228.9098 1949.2349,1210.9932 1958.0714,1193.0765 C 1961.2922,1188.3822 1968.6894,1188.9086 1975.5714,1188.7908 L 1989.1429,1192.005 z"
         id="path7547"
         sodipodi:nodetypes="ccccccccccccccccccccccccc" />
      <path
         sodipodi:nodetypes="ccccccccccccccccccccccccc"
         id="path7311"
         d="M 1997.1429,1192.005 C 2004.7714,1189.0144 2012.4765,1186.1702 2015,1173.4336 C 2013.6877,1166.407 2012.1456,1159.1507 2010.3571,1151.6479 C 2010.3938,1145.3544 2014.1301,1140.6795 2021.7857,1137.7193 C 2033.0165,1135.8876 2043.8851,1137.6781 2054.6429,1140.5765 C 2061.9551,1143.9953 2067.6382,1148.5002 2067.8571,1156.6479 L 2068.5714,1180.5765 C 2069.8982,1186.7487 2073.8002,1192.737 2081.7857,1198.4336 L 2101.0714,1199.505 C 2112.9809,1199.1553 2113.9456,1206.7654 2115.7143,1213.7908 C 2117.4164,1225.9491 2119.6713,1238.1627 2116.7857,1249.8622 C 2114.2975,1262.2248 2109.5082,1266.5337 2103.2143,1265.5765 C 2098.6697,1263.6677 2092.7462,1262.3718 2083.9286,1262.3622 C 2077.3408,1266.5685 2074.3568,1271.4954 2072.5,1276.6479 L 2072.8571,1300.9336 C 2073.2494,1308.9309 2070.3681,1315.7658 2061.4286,1317.3622 C 2048.2526,1318.8045 2035.6217,1321.1188 2017.8571,1315.2193 C 2013.3363,1312.5493 2013.5576,1305.0679 2013.5715,1304.1479 L 2016.0714,1275.3979 C 2015.0856,1267.4448 2009.4327,1260.9122 1997.5,1256.2908 L 1973.9286,1257.7193 C 1967.6233,1256.1926 1964.4534,1252.9613 1962.5,1246.8265 C 1961.5336,1228.9098 1957.2349,1210.9932 1966.0714,1193.0765 C 1969.2922,1188.3822 1976.6894,1188.9086 1983.5714,1188.7908 L 1997.1429,1192.005 z"
         style="fill:#eeeeee;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="ccccccc"
         id="path7313"
         d="M 2023.5714,1168.255 L 2038.5714,1149.1479 C 2039.5365,1148.1742 2040.6549,1147.6603 2042.6786,1149.8622 L 2058.2143,1168.6122 C 2058.9852,1170.1037 2059.9968,1172.8086 2056.6071,1173.255 L 2027.0536,1170.3533 C 2024.1685,1169.8106 2023.9078,1169.0294 2023.5714,1168.255 z"
         style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         style="fill:#ffffff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="M 1994.0837,1240.2904 L 1973.275,1227.7573 C 1972.1898,1226.9194 1971.5421,1225.8728 1973.4781,1223.5934 L 1990.1724,1205.8672 C 1991.5576,1204.9185 1994.1174,1203.5815 1994.9778,1206.8904 L 1995.7372,1236.5763 C 1995.5539,1239.5063 1994.8108,1239.8612 1994.0837,1240.2904 z"
         id="path7315"
         sodipodi:nodetypes="ccccccc" />
      <path
         sodipodi:nodetypes="ccccccc"
         id="path7317"
         d="M 2091.7482,1247.0761 L 2112.5569,1234.543 C 2113.6421,1233.7051 2114.2898,1232.6585 2112.3538,1230.3791 L 2095.6595,1212.6529 C 2094.2743,1211.7042 2091.7145,1210.3672 2090.8541,1213.6761 L 2090.0947,1243.362 C 2090.278,1246.292 2091.0211,1246.6469 2091.7482,1247.0761 z"
         style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
      <path
         style="fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
         d="M 2025.9199,1285.6961 L 2038.2813,1306.6072 C 2039.1102,1307.6992 2040.1514,1308.3555 2042.4467,1306.4384 L 2060.3098,1289.8906 C 2061.2699,1288.5132 2062.6278,1285.9645 2059.3261,1285.0769 L 2029.6475,1284.0731 C 2026.7161,1284.2323 2026.3551,1284.9725 2025.9199,1285.6961 z"
         id="path7319"
         sodipodi:nodetypes="ccccccc" />
    </g>
    <g
       id="g7623"
       transform="matrix(0.468872,0,0,0.468872,-474.81591,78.894878)">
      <path
         transform="matrix(1.09551,0,0,1.13366,-218.786,-187.704)"
         d="M 2216.7797,1376.1161 A 44.95179,51.012703 0 1 1 2126.8761,1376.1161 A 44.95179,51.012703 0 1 1 2216.7797,1376.1161 z"
         sodipodi:ry="51.012703"
         sodipodi:rx="44.95179"
         sodipodi:cy="1376.1161"
         sodipodi:cx="2171.8279"
         id="path7566"
         style="opacity:1;fill:url(#radialGradient4371);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         sodipodi:type="arc" />
      <path
         id="path7568"
         d="M 2152.4375,1294.8125 C 2116.4295,1295.8745 2087.4688,1330.1851 2087.4688,1372.3125 C 2087.4688,1415.1086 2117.3543,1449.8437 2154.1562,1449.8438 C 2190.9581,1449.8438 2220.8126,1415.1087 2220.8125,1372.3125 C 2220.8125,1329.5164 2190.9581,1294.8125 2154.1562,1294.8125 C 2153.5812,1294.8125 2153.0091,1294.7956 2152.4375,1294.8125 z M 2161.9688,1315.5 C 2189.152,1315.5 2211.2188,1341.4209 2211.2188,1373.3438 C 2211.2186,1405.2665 2189.152,1431.1562 2161.9688,1431.1562 C 2134.7856,1431.1563 2112.7188,1405.2666 2112.7188,1373.3438 C 2112.7188,1341.4209 2134.7855,1315.5 2161.9688,1315.5 z"
         style="opacity:1;fill:url(#linearGradient4373);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      <path
         transform="matrix(0.769663,0,0,0.796471,509.637,278.332)"
         d="M 2216.7797,1376.1161 A 44.95179,51.012703 0 1 1 2126.8761,1376.1161 A 44.95179,51.012703 0 1 1 2216.7797,1376.1161 z"
         sodipodi:ry="51.012703"
         sodipodi:rx="44.95179"
         sodipodi:cy="1376.1161"
         sodipodi:cx="2171.8279"
         id="path7619"
         style="opacity:1;fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         sodipodi:type="arc" />
      <path
         sodipodi:type="arc"
         style="opacity:1;fill:url(#radialGradient4375);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path7607"
         sodipodi:cx="2171.8279"
         sodipodi:cy="1376.1161"
         sodipodi:rx="44.95179"
         sodipodi:ry="51.012703"
         d="M 2216.7797,1376.1161 A 44.95179,51.012703 0 1 1 2126.8761,1376.1161 A 44.95179,51.012703 0 1 1 2216.7797,1376.1161 z"
         transform="matrix(0.769663,0,0,0.796471,513.637,278.332)" />
    </g>
    <g
       id="g7629"
       transform="matrix(0.468872,0,0,0.468872,-395.71955,83.631189)">
      <path
         sodipodi:type="arc"
         style="opacity:1;fill:url(#radialGradient4377);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path7631"
         sodipodi:cx="2171.8279"
         sodipodi:cy="1376.1161"
         sodipodi:rx="44.95179"
         sodipodi:ry="51.012703"
         d="M 2216.7797,1376.1161 A 44.95179,51.012703 0 1 1 2126.8761,1376.1161 A 44.95179,51.012703 0 1 1 2216.7797,1376.1161 z"
         transform="matrix(1.09551,0,0,1.13366,-218.786,-187.704)" />
      <path
         style="opacity:1;fill:url(#linearGradient4379);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         d="M 2152.4375,1294.8125 C 2116.4295,1295.8745 2087.4688,1330.1851 2087.4688,1372.3125 C 2087.4688,1415.1086 2117.3543,1449.8437 2154.1562,1449.8438 C 2190.9581,1449.8438 2220.8126,1415.1087 2220.8125,1372.3125 C 2220.8125,1329.5164 2190.9581,1294.8125 2154.1562,1294.8125 C 2153.5812,1294.8125 2153.0091,1294.7956 2152.4375,1294.8125 z M 2161.9688,1315.5 C 2189.152,1315.5 2211.2188,1341.4209 2211.2188,1373.3438 C 2211.2186,1405.2665 2189.152,1431.1562 2161.9688,1431.1562 C 2134.7856,1431.1563 2112.7188,1405.2666 2112.7188,1373.3438 C 2112.7188,1341.4209 2134.7855,1315.5 2161.9688,1315.5 z"
         id="path7633" />
      <path
         sodipodi:type="arc"
         style="opacity:1;fill:#eeeeee;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="path7635"
         sodipodi:cx="2171.8279"
         sodipodi:cy="1376.1161"
         sodipodi:rx="44.95179"
         sodipodi:ry="51.012703"
         d="M 2216.7797,1376.1161 A 44.95179,51.012703 0 1 1 2126.8761,1376.1161 A 44.95179,51.012703 0 1 1 2216.7797,1376.1161 z"
         transform="matrix(0.769663,0,0,0.796471,509.637,278.332)" />
      <path
         transform="matrix(0.769663,0,0,0.796471,513.637,278.332)"
         d="M 2216.7797,1376.1161 A 44.95179,51.012703 0 1 1 2126.8761,1376.1161 A 44.95179,51.012703 0 1 1 2216.7797,1376.1161 z"
         sodipodi:ry="51.012703"
         sodipodi:rx="44.95179"
         sodipodi:cy="1376.1161"
         sodipodi:cx="2171.8279"
         id="path7637"
         style="opacity:1;fill:url(#radialGradient4381);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         sodipodi:type="arc" />
    </g>
    <g
       id="g7668"
       transform="matrix(0.468872,0,0,0.468872,-466.76416,52.371492)">
      <rect
         style="opacity:1;fill:#919191;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
         id="rect7647"
         width="84.352837"
         height="29.438587"
         x="2260.7915"
         y="1077.6715"
         ry="14.719294"
         transform="matrix(0.996715,8.09883e-2,-8.09883e-2,0.996715,0,0)" />
      <rect
         transform="matrix(0.996715,8.09883e-2,-8.09883e-2,0.996715,0,0)"
         ry="14.18937"
         y="1078.2013"
         x="2262.3098"
         height="28.37874"
         width="81.315964"
         id="rect7645"
         style="opacity:1;fill:#d9dfe3;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" />
      <path
         sodipodi:nodetypes="ccscc"
         id="path7649"
         d="M 2235.6255,1263.4051 C 2249.5087,1275.4078 2245.9567,1284.3594 2232.958,1291.6578 C 2238.6604,1291.396 2240.6084,1289.919 2242.5242,1288.3213 C 2245.2825,1286.0211 2246.8676,1283.0734 2247.4631,1279.899 C 2248.3456,1275.2015 2245.8758,1265.382 2235.6255,1263.4051 z"
         style="opacity:0.9;fill:#ffffff;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7655)" />
      <path
         transform="matrix(-1,0,0,1,4364.17,-0.252538)"
         style="opacity:0.22336803;fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7655)"
         d="M 2186.3806,1259.617 C 2200.2638,1271.6197 2196.7118,1280.5713 2183.7131,1287.8697 C 2189.4155,1287.6079 2191.3635,1286.1309 2193.2793,1284.5332 C 2196.0376,1282.233 2197.6227,1279.2853 2198.2182,1276.1109 C 2199.1007,1271.4134 2196.6309,1261.5939 2186.3806,1259.617 z"
         id="path7659"
         sodipodi:nodetypes="ccscc" />
    </g>
    <g
       id="g7694"
       transform="matrix(0.6253674,0,0,0.6253674,-823.35379,-118.85845)">
      <text
         xml:space="preserve"
         style="font-size:19.77190018px;font-style:normal;font-weight:bold;fill:#6b6b6f;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;filter:url(#filter7690);font-family:Bitstream Vera Sans"
         x="2406.52"
         y="1107.08"
         id="text7678"
         transform="matrix(0.918343,2.73554e-2,-1.27135e-2,1.08854,0,0)"><tspan
           sodipodi:role="line"
           id="tspan7680"
           x="2406.52"
           y="1107.08">HOME</tspan></text>
      <text
         transform="matrix(0.918343,2.73554e-2,-1.27135e-2,1.08854,0,0)"
         id="text7674"
         y="1106.39"
         x="2407.3401"
         style="font-size:19.77190018px;font-style:normal;font-weight:bold;fill:#d7dbdf;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         xml:space="preserve"><tspan
           y="1106.39"
           x="2407.3401"
           id="tspan7676"
           sodipodi:role="line">HOME</tspan></text>
    </g>
    <g
       id="g7793"
       transform="matrix(0.468872,0,0,0.468872,-474.81591,78.894878)">
      <g
         id="g7777">
        <path
           transform="translate(-7.80838,-2.27284)"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           sodipodi:ry="34.092648"
           sodipodi:rx="27.652925"
           sodipodi:cy="1244.5437"
           sodipodi:cx="2351.2563"
           id="path7730"
           style="opacity:0.53951901;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7764)"
           sodipodi:type="arc" />
        <path
           sodipodi:type="arc"
           style="opacity:1;fill:url(#radialGradient4383);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           id="path7714"
           sodipodi:cx="2351.2563"
           sodipodi:cy="1244.5437"
           sodipodi:rx="27.652925"
           sodipodi:ry="34.092648"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           transform="translate(-5.80838,-2.27284)" />
        <path
           transform="matrix(1.18179,0,0,1.18069,-438.871,-227.655)"
           d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
           sodipodi:ry="20.266186"
           sodipodi:rx="14.962885"
           sodipodi:cy="1244.228"
           sodipodi:cx="2357.5066"
           id="path7708"
           style="opacity:1;fill:#6b6b6f;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7710)"
           sodipodi:type="arc" />
        <g
           id="g7704"
           transform="translate(-0.378808,-0.631345)">
          <path
             sodipodi:type="arc"
             style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             id="path7702"
             sodipodi:cx="2357.5066"
             sodipodi:cy="1244.228"
             sodipodi:rx="14.962885"
             sodipodi:ry="20.266186"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             transform="matrix(1.18179,0,0,1.14825,-437.603,-187.133)" />
          <path
             transform="matrix(1.18179,0,0,1.18069,-433.659,-227.339)"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             sodipodi:ry="20.266186"
             sodipodi:rx="14.962885"
             sodipodi:cy="1244.228"
             sodipodi:cx="2357.5066"
             id="path7700"
             style="opacity:1;fill:#a9a9a9;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             sodipodi:type="arc" />
        </g>
      </g>
      <text
         transform="matrix(1,-0.111949,0,1,0,0)"
         id="text7785"
         y="1513.21"
         x="2343.73"
         style="font-size:25.54809952px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         xml:space="preserve"><tspan
           y="1513.21"
           x="2343.73"
           id="tspan7787"
           sodipodi:role="line">2</tspan></text>
    </g>
    <g
       id="g7804"
       transform="matrix(0.468872,0,0,0.468872,-450.42383,104.471)">
      <g
         id="g7806">
        <path
           sodipodi:type="arc"
           style="opacity:0.53951901;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7764)"
           id="path7808"
           sodipodi:cx="2351.2563"
           sodipodi:cy="1244.5437"
           sodipodi:rx="27.652925"
           sodipodi:ry="34.092648"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           transform="translate(-7.80838,-2.27284)" />
        <path
           transform="translate(-5.80838,-2.27284)"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           sodipodi:ry="34.092648"
           sodipodi:rx="27.652925"
           sodipodi:cy="1244.5437"
           sodipodi:cx="2351.2563"
           id="path7810"
           style="opacity:1;fill:url(#radialGradient4385);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           sodipodi:type="arc" />
        <path
           sodipodi:type="arc"
           style="opacity:1;fill:#6b6b6f;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7710)"
           id="path7812"
           sodipodi:cx="2357.5066"
           sodipodi:cy="1244.228"
           sodipodi:rx="14.962885"
           sodipodi:ry="20.266186"
           d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
           transform="matrix(1.18179,0,0,1.18069,-438.871,-227.655)" />
        <g
           transform="translate(-0.378808,-0.631345)"
           id="g7814">
          <path
             transform="matrix(1.18179,0,0,1.14825,-437.603,-187.133)"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             sodipodi:ry="20.266186"
             sodipodi:rx="14.962885"
             sodipodi:cy="1244.228"
             sodipodi:cx="2357.5066"
             id="path7816"
             style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             sodipodi:type="arc" />
          <path
             sodipodi:type="arc"
             style="opacity:1;fill:#a9a9a9;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             id="path7818"
             sodipodi:cx="2357.5066"
             sodipodi:cy="1244.228"
             sodipodi:rx="14.962885"
             sodipodi:ry="20.266186"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             transform="matrix(1.18179,0,0,1.18069,-433.659,-227.339)" />
        </g>
      </g>
      <text
         xml:space="preserve"
         style="font-size:25.54809952px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         x="2343.73"
         y="1513.21"
         id="text7820"
         transform="matrix(1,-0.111949,0,1,0,0)"><tspan
           sodipodi:role="line"
           id="tspan7822"
           x="2343.73"
           y="1513.21">1</tspan></text>
    </g>
    <g
       transform="matrix(0.468872,0,0,0.468872,-450.18705,59.002327)"
       id="g7826">
      <g
         id="g7828">
        <path
           transform="translate(-7.80838,-2.27284)"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           sodipodi:ry="34.092648"
           sodipodi:rx="27.652925"
           sodipodi:cy="1244.5437"
           sodipodi:cx="2351.2563"
           id="path7830"
           style="opacity:0.53951901;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7764)"
           sodipodi:type="arc" />
        <path
           sodipodi:type="arc"
           style="opacity:1;fill:url(#radialGradient4387);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           id="path7832"
           sodipodi:cx="2351.2563"
           sodipodi:cy="1244.5437"
           sodipodi:rx="27.652925"
           sodipodi:ry="34.092648"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           transform="translate(-5.80838,-2.27284)" />
        <path
           transform="matrix(1.18179,0,0,1.18069,-438.871,-227.655)"
           d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
           sodipodi:ry="20.266186"
           sodipodi:rx="14.962885"
           sodipodi:cy="1244.228"
           sodipodi:cx="2357.5066"
           id="path7834"
           style="opacity:1;fill:#6b6b6f;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7710)"
           sodipodi:type="arc" />
        <g
           id="g7836"
           transform="translate(-0.378808,-0.631345)">
          <path
             sodipodi:type="arc"
             style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             id="path7838"
             sodipodi:cx="2357.5066"
             sodipodi:cy="1244.228"
             sodipodi:rx="14.962885"
             sodipodi:ry="20.266186"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             transform="matrix(1.18179,0,0,1.14825,-437.603,-187.133)" />
          <path
             transform="matrix(1.18179,0,0,1.18069,-433.659,-227.339)"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             sodipodi:ry="20.266186"
             sodipodi:rx="14.962885"
             sodipodi:cy="1244.228"
             sodipodi:cx="2357.5066"
             id="path7840"
             style="opacity:1;fill:#a9a9a9;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             sodipodi:type="arc" />
        </g>
      </g>
      <text
         transform="matrix(1,-0.111949,0,1,0,0)"
         id="text7842"
         y="1513.21"
         x="2343.73"
         style="font-size:25.54809952px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         xml:space="preserve"><tspan
           y="1513.21"
           x="2343.73"
           id="tspan7844"
           sodipodi:role="line">3</tspan></text>
    </g>
    <g
       transform="matrix(0.468872,0,0,0.468872,-427.4528,83.157567)"
       id="g7848">
      <g
         id="g7850">
        <path
           transform="translate(-7.80838,-2.27284)"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           sodipodi:ry="34.092648"
           sodipodi:rx="27.652925"
           sodipodi:cy="1244.5437"
           sodipodi:cx="2351.2563"
           id="path7852"
           style="opacity:0.53951901;fill:#000000;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7764)"
           sodipodi:type="arc" />
        <path
           sodipodi:type="arc"
           style="opacity:1;fill:url(#radialGradient4389);fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
           id="path7854"
           sodipodi:cx="2351.2563"
           sodipodi:cy="1244.5437"
           sodipodi:rx="27.652925"
           sodipodi:ry="34.092648"
           d="M 2378.9093,1244.5437 A 27.652925,34.092648 0 1 1 2323.6034,1244.5437 A 27.652925,34.092648 0 1 1 2378.9093,1244.5437 z"
           transform="translate(-5.80838,-2.27284)" />
        <path
           transform="matrix(1.18179,0,0,1.18069,-438.871,-227.655)"
           d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
           sodipodi:ry="20.266186"
           sodipodi:rx="14.962885"
           sodipodi:cy="1244.228"
           sodipodi:cx="2357.5066"
           id="path7856"
           style="opacity:1;fill:#6b6b6f;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;filter:url(#filter7710)"
           sodipodi:type="arc" />
        <g
           id="g7858"
           transform="translate(-0.378808,-0.631345)">
          <path
             sodipodi:type="arc"
             style="opacity:1;fill:#dcdcdc;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             id="path7860"
             sodipodi:cx="2357.5066"
             sodipodi:cy="1244.228"
             sodipodi:rx="14.962885"
             sodipodi:ry="20.266186"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             transform="matrix(1.18179,0,0,1.14825,-437.603,-187.133)" />
          <path
             transform="matrix(1.18179,0,0,1.18069,-433.659,-227.339)"
             d="M 2372.4695,1244.228 A 14.962885,20.266186 0 1 1 2342.5437,1244.228 A 14.962885,20.266186 0 1 1 2372.4695,1244.228 z"
             sodipodi:ry="20.266186"
             sodipodi:rx="14.962885"
             sodipodi:cy="1244.228"
             sodipodi:cx="2357.5066"
             id="path7862"
             style="opacity:1;fill:#a9a9a9;fill-opacity:1;stroke:none;stroke-width:8.69999981;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
             sodipodi:type="arc" />
        </g>
      </g>
      <text
         transform="matrix(1,-0.111949,0,1,0,0)"
         id="text7864"
         y="1513.21"
         x="2343.73"
         style="font-size:25.54809952px;font-style:normal;font-weight:bold;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
         xml:space="preserve"><tspan
           y="1513.21"
           x="2343.73"
           id="tspan7866"
           sodipodi:role="line">4</tspan></text>
    </g>
    <path
       style="fill:none;fill-rule:evenodd;stroke:#cac6c6;stroke-width:0.46887201px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 427.33513,645.84946 C 433.42859,615.21758 450.27924,603.7095 473.39584,603.34096 L 523.24566,607.60362 L 523.09764,614.5305 C 521.05068,616.08917 520.08354,618.14274 519.93022,620.56934 C 528.49585,639.05025 535.17419,635.82667 541.8949,633.09099 C 547.25866,636.57306 552.61247,639.87847 557.43595,633.71262 C 561.90069,636.60082 565.95835,640.7811 573.91689,635.46653 L 573.95389,635.45912 C 579.18847,639.18182 584.50862,640.95692 590.05739,637.5313 C 598.03792,640.63026 605.93152,643.42436 609.35789,630.5452 C 609.42199,625.84668 608.80012,621.16373 605.42082,616.54346 L 655.09303,624.21036 C 664.23378,625.88897 673.03587,631.36024 680.60993,650.58577 L 684.87264,660.17683 C 690.16212,690.3102 693.45295,720.97654 680.07711,756.08732 C 677.01481,759.51449 670.93307,762.05667 665.53429,762.08105 C 596.42781,762.39341 522.46213,767.46609 448.0565,757.98189 C 421.54376,730.79932 422.73272,689.21187 427.33513,645.84946 z"
       id="path8045"
       sodipodi:nodetypes="ccccccccccccccccscc" />
    <path
       style="fill:url(#linearGradient4499);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
       d="M 543.2566,565.45039 C 543.26724,564.2752 543.53281,563.19567 544.79591,562.49016 L 557.70241,561.18768 C 559.72324,561.71971 560.44048,563.03391 560.89941,564.50312 L 564.68846,597.18374 L 544.20386,595.05238 L 543.2566,565.45039 z"
       id="path8057"
       sodipodi:nodetypes="ccccccc" />
  </g>
</svg>