File: h-one.svg

package info (click to toggle)
gnome-shell-extension-workspaces-to-dock 49-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,536 kB
  • sloc: xml: 354; sh: 64; makefile: 7
file content (881 lines) | stat: -rw-r--r-- 57,898 bytes parent folder | download
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
<?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"
   version="1.1"
   width="20"
   height="16"
   id="svg2985"
   style="enable-background:new">
  <defs
     id="defs2987">
    <linearGradient
       id="linearGradient5894">
      <stop
         id="stop5896"
         style="stop-color:#000000;stop-opacity:1"
         offset="0" />
    </linearGradient>
    <linearGradient
       id="linearGradient3792">
      <stop
         id="stop3794"
         style="stop-color:#000000;stop-opacity:1"
         offset="0" />
    </linearGradient>
    <filter
       x="-0.10767857"
       y="-0.13550562"
       width="1.2153571"
       height="1.2710112"
       color-interpolation-filters="sRGB"
       id="filter5301">
      <feGaussianBlur
         id="feGaussianBlur5303"
         stdDeviation="0.45274754" />
    </filter>
    <filter
       x="-0.10767857"
       y="-0.13550562"
       width="1.2153571"
       height="1.2710112"
       color-interpolation-filters="sRGB"
       id="filter5305">
      <feGaussianBlur
         id="feGaussianBlur5307"
         stdDeviation="0.45274754" />
    </filter>
    <filter
       x="-0.10767857"
       y="-0.13550562"
       width="1.2153571"
       height="1.2710112"
       color-interpolation-filters="sRGB"
       id="filter5309">
      <feGaussianBlur
         id="feGaussianBlur5311"
         stdDeviation="0.45274754" />
    </filter>
    <filter
       x="-0.10767857"
       y="-0.13550562"
       width="1.2153571"
       height="1.2710112"
       color-interpolation-filters="sRGB"
       id="filter5313">
      <feGaussianBlur
         id="feGaussianBlur5315"
         stdDeviation="0.45274754" />
    </filter>
    <filter
       x="-0.10666667"
       y="-0.13714287"
       width="1.2133332"
       height="1.2742857"
       color-interpolation-filters="sRGB"
       id="filter4204">
      <feGaussianBlur
         id="feGaussianBlur4206"
         stdDeviation="0.8" />
    </filter>
    <filter
       x="-0.10666667"
       y="-0.13714287"
       width="1.2133332"
       height="1.2742857"
       color-interpolation-filters="sRGB"
       id="filter3848">
      <feGaussianBlur
         id="feGaussianBlur3850"
         stdDeviation="0.8" />
    </filter>
    <filter
       x="-0.10666667"
       y="-0.13714287"
       width="1.2133332"
       height="1.2742857"
       color-interpolation-filters="sRGB"
       id="filter4377">
      <feGaussianBlur
         id="feGaussianBlur4379"
         stdDeviation="0.8" />
    </filter>
    <filter
       color-interpolation-filters="sRGB"
       id="filter4137">
      <feGaussianBlur
         id="feGaussianBlur4139"
         stdDeviation="0.35251799" />
    </filter>
    <filter
       x="-0.33428571"
       y="-0.38999999"
       width="1.6685714"
       height="1.78"
       color-interpolation-filters="sRGB"
       id="filter4061">
      <feGaussianBlur
         id="feGaussianBlur4063"
         stdDeviation="0.975" />
    </filter>
    <filter
       x="-0.33428571"
       y="-0.38999999"
       width="1.6685714"
       height="1.78"
       color-interpolation-filters="sRGB"
       id="filter4101">
      <feGaussianBlur
         id="feGaussianBlur4103"
         stdDeviation="0.975" />
    </filter>
    <filter
       x="-0.33428571"
       y="-0.38999999"
       width="1.6685714"
       height="1.78"
       color-interpolation-filters="sRGB"
       id="filter5603">
      <feGaussianBlur
         id="feGaussianBlur5605"
         stdDeviation="0.975" />
    </filter>
    <filter
       x="-0.44571429"
       y="-0.51999998"
       width="1.8914286"
       height="2.04"
       color-interpolation-filters="sRGB"
       id="filter9642">
      <feGaussianBlur
         id="feGaussianBlur9644"
         stdDeviation="1.3" />
    </filter>
  </defs>
  <metadata
     id="metadata2990">
    <rdf:RDF>
      <cc:Work
         rdf:about="">
        <dc:format>image/svg+xml</dc:format>
        <dc:type
           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
        <dc:title></dc:title>
      </cc:Work>
    </rdf:RDF>
  </metadata>
  <g
     id="layer1"
     style="display:none">
    <path
       d="m 11.932794,15.287328 c -0.05413,-0.02181 -0.120014,-0.08001 -0.146411,-0.129331 -0.03235,-0.06044 -0.04799,-0.926134 -0.04799,-2.655472 0,-2.459025 0.0036,-2.5702178 0.08611,-2.6721444 l 0.08611,-0.1063521 3.586679,-0.012058 3.586679,-0.012058 0.111371,0.1113714 0.111372,0.1113713 0,2.5944418 0,2.594442 -0.110577,0.110576 -0.110575,0.110576 -3.527172,-0.0029 c -1.939944,-0.0016 -3.571459,-0.0207 -3.625588,-0.04251 l 0,10e-7 z"
       id="path5577"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    <g
       id="g5599">
      <g
         id="g5581">
        <rect
           width="10.091089"
           height="8.0188122"
           x="11"
           y="8.9811878"
           transform="matrix(0.89187596,0,0,0.87529325,1.1893644,1.1200148)"
           id="rect2995"
           style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5301)" />
      </g>
      <path
         d="m 13.53558,15.29893 c -1.54241,-0.01194 -1.607202,-0.0159 -1.686177,-0.103166 -0.0774,-0.08553 -0.08219,-0.236759 -0.08313,-2.626092 -7.92e-4,-2.002179 0.01153,-2.565598 0.0586,-2.6792287 l 0.0596,-0.1438901 1.965451,-2.214e-4 c 1.080997,-1.216e-4 2.690728,-0.01353 3.577178,-0.029795 l 1.611729,-0.029574 0.133939,0.1283227 0.133941,0.1283228 0,2.5734897 0,2.57349 -0.126352,0.121052 -0.126351,0.121052 -1.957188,-0.01067 c -1.076454,-0.0059 -2.679009,-0.01626 -3.561235,-0.02309 l 0,0 z"
         id="path5579"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
  </g>
  <g
     id="g3010"
     style="display:none">
    <path
       d="m 11.932794,15.287328 c -0.05413,-0.02181 -0.120014,-0.08001 -0.146411,-0.129331 -0.03235,-0.06044 -0.04799,-0.926134 -0.04799,-2.655472 0,-2.459025 0.0036,-2.5702178 0.08611,-2.6721444 l 0.08611,-0.1063521 3.586679,-0.012058 3.586679,-0.012058 0.111371,0.1113714 0.111372,0.1113713 0,2.5944418 0,2.594442 -0.110577,0.110576 -0.110575,0.110576 -3.527172,-0.0029 c -1.939944,-0.0016 -3.571459,-0.0207 -3.625588,-0.04251 l 0,10e-7 z"
       id="path3012"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    <g
       id="g3014">
      <g
         id="g3016">
        <rect
           width="10.091089"
           height="8.0188122"
           x="11"
           y="8.9811878"
           transform="matrix(0.89187596,0,0,0.87529325,1.1893644,1.1200148)"
           id="rect3018"
           style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5301)" />
      </g>
      <path
         d="m 13.53558,15.29893 c -1.54241,-0.01194 -1.607202,-0.0159 -1.686177,-0.103166 -0.0774,-0.08553 -0.08219,-0.236759 -0.08313,-2.626092 -7.92e-4,-2.002179 0.01153,-2.565598 0.0586,-2.6792287 l 0.0596,-0.1438901 1.965451,-2.214e-4 c 1.080997,-1.216e-4 2.690728,-0.01353 3.577178,-0.029795 l 1.611729,-0.029574 0.133939,0.1283227 0.133941,0.1283228 0,2.5734897 0,2.57349 -0.126352,0.121052 -0.126351,0.121052 -1.957188,-0.01067 c -1.076454,-0.0059 -2.679009,-0.01626 -3.561235,-0.02309 l 0,0 z"
         id="path3020"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
    <path
       d="m 15.004478,15.28533 c -1.672463,-0.0162 -3.044462,-0.03245 -3.048886,-0.0361 -0.152099,-0.125514 -0.149629,-0.08121 -0.149629,-2.683579 0,-1.666913 0.01633,-2.5821954 0.04767,-2.6720985 l 0.04767,-0.1367416 3.567554,-0.019847 3.567555,-0.019847 0.123886,0.1132447 0.123886,0.1132447 0,2.5734897 0,2.57349 -0.126351,0.121052 c -0.122826,0.117674 -0.14011,0.120802 -0.619431,0.112101 -0.271193,-0.0049 -1.861458,-0.02221 -3.533921,-0.03841 z"
       id="path3046"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="g3968"
     style="display:none">
    <path
       d="m 11.932794,15.287328 c -0.05413,-0.02181 -0.120014,-0.08001 -0.146411,-0.129331 -0.03235,-0.06044 -0.04799,-0.926134 -0.04799,-2.655472 0,-2.459025 0.0036,-2.5702178 0.08611,-2.6721444 l 0.08611,-0.1063521 3.586679,-0.012058 3.586679,-0.012058 0.111371,0.1113714 0.111372,0.1113713 0,2.5944418 0,2.594442 -0.110577,0.110576 -0.110575,0.110576 -3.527172,-0.0029 c -1.939944,-0.0016 -3.571459,-0.0207 -3.625588,-0.04251 l 0,10e-7 z"
       id="path3970"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    <g
       id="g3974">
      <rect
         width="10.091089"
         height="8.0188122"
         x="11"
         y="8.9811878"
         transform="matrix(0.89187596,0,0,0.87529325,1.1893644,1.1200148)"
         id="rect3976"
         style="fill:#969696;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5301)" />
    </g>
    <path
       d="m 13.53558,15.29893 c -1.54241,-0.01194 -1.607202,-0.0159 -1.686177,-0.103166 -0.0774,-0.08553 -0.08219,-0.236759 -0.08313,-2.626092 -7.92e-4,-2.002179 0.01153,-2.565598 0.0586,-2.6792287 l 0.0596,-0.1438901 1.965451,-2.214e-4 c 1.080997,-1.216e-4 2.690728,-0.01353 3.577178,-0.029795 l 1.611729,-0.029574 0.133939,0.1283227 0.133941,0.1283228 0,2.5734897 0,2.57349 -0.126352,0.121052 -0.126351,0.121052 -1.957188,-0.01067 c -1.076454,-0.0059 -2.679009,-0.01626 -3.561235,-0.02309 l 0,0 z"
       id="path3978"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    <path
       d="m 15.004478,15.28533 c -1.672463,-0.0162 -3.044462,-0.03245 -3.048886,-0.0361 -0.152099,-0.125514 -0.149629,-0.08121 -0.149629,-2.683579 0,-1.666913 0.01633,-2.5821954 0.04767,-2.6720985 l 0.04767,-0.1367416 3.567554,-0.019847 3.567555,-0.019847 0.123886,0.1132447 0.123886,0.1132447 0,2.5734897 0,2.57349 -0.126351,0.121052 c -0.122826,0.117674 -0.14011,0.120802 -0.619431,0.112101 -0.271193,-0.0049 -1.861458,-0.02221 -3.533921,-0.03841 z"
       id="path3980"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="layer2"
     style="display:none">
    <g
       id="g5608">
      <rect
         width="10.091089"
         height="8.0188122"
         x="-1.0910892"
         y="-1.0188122"
         transform="matrix(0.89187596,0,0,0.87294724,0.97311628,0.88936929)"
         id="rect2995-7"
         style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none;filter:url(#filter5305)" />
      <path
         d="M 0.94071488,6.2774268 C 0.88658585,6.2556179 0.82070095,6.1974185 0.79430399,6.1480956 0.76195813,6.0876567 0.74630952,5.2230197 0.74630952,3.4962439 c 0,-2.1414685 0.0104973,-2.5765318 0.0639304,-2.64962008 0.0622284,-0.0851189 0.15977622,-0.0877744 3.66414098,-0.0997463 3.5958866,-0.0122846 3.6003546,-0.012186 3.7202282,0.0821063 l 0.1200173,0.0944057 0,2.58912458 0,2.5891246 L 8.2040502,6.2122145 8.0934743,6.3227908 4.5663028,6.3199347 C 2.6263585,6.3183624 0.99484391,6.2992353 0.94071488,6.2774264 l 0,4e-7 z"
         id="path5604"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
  </g>
  <g
     id="g3022"
     style="display:none">
    <g
       id="g3024">
      <rect
         width="10.091089"
         height="8.0188122"
         x="-1.0910892"
         y="-1.0188122"
         transform="matrix(0.89187596,0,0,0.87294724,0.97311628,0.88936929)"
         id="rect3026"
         style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none;filter:url(#filter5305)" />
      <path
         d="M 0.94071488,6.2774268 C 0.88658585,6.2556179 0.82070095,6.1974185 0.79430399,6.1480956 0.76195813,6.0876567 0.74630952,5.2230197 0.74630952,3.4962439 c 0,-2.1414685 0.0104973,-2.5765318 0.0639304,-2.64962008 0.0622284,-0.0851189 0.15977622,-0.0877744 3.66414098,-0.0997463 3.5958866,-0.0122846 3.6003546,-0.012186 3.7202282,0.0821063 l 0.1200173,0.0944057 0,2.58912458 0,2.5891246 L 8.2040502,6.2122145 8.0934743,6.3227908 4.5663028,6.3199347 C 2.6263585,6.3183624 0.99484391,6.2992353 0.94071488,6.2774264 l 0,4e-7 z"
         id="path3028"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
    <path
       d="M 2.494176,6.2788784 C 1.2788759,6.2607446 0.89470908,6.2415386 0.84986903,6.196672 c -0.0466433,-0.046671 -0.05851,-0.5918212 -0.05851,-2.6879231 0,-1.446158 0.016884,-2.64628564 0.0375201,-2.66695033 0.0206361,-0.0206647 1.66012047,-0.043335 3.64329867,-0.0503784 3.2024398,-0.0113738 3.6177557,-0.004959 3.7128511,0.0573504 l 0.1070728,0.0701567 0,2.60398003 0,2.6039799 -0.1042649,0.097952 C 8.0836657,6.3227025 8.0817718,6.3227818 6.0817725,6.3126655 4.9807827,6.307096 3.3663643,6.2918918 2.494176,6.2788784 z"
       id="path3048"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="g3985"
     style="display:none">
    <g
       id="g3987">
      <rect
         width="10.091089"
         height="8.0188122"
         x="-1.0910892"
         y="-1.0188122"
         transform="matrix(0.89187596,0,0,0.87294724,0.97311628,0.88936929)"
         id="rect3989"
         style="fill:#969696;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none;filter:url(#filter5305)" />
      <path
         d="M 0.94071488,6.2774268 C 0.88658585,6.2556179 0.82070095,6.1974185 0.79430399,6.1480956 0.76195813,6.0876567 0.74630952,5.2230197 0.74630952,3.4962439 c 0,-2.1414685 0.0104973,-2.5765318 0.0639304,-2.64962008 0.0622284,-0.0851189 0.15977622,-0.0877744 3.66414098,-0.0997463 3.5958866,-0.0122846 3.6003546,-0.012186 3.7202282,0.0821063 l 0.1200173,0.0944057 0,2.58912458 0,2.5891246 L 8.2040502,6.2122145 8.0934743,6.3227908 4.5663028,6.3199347 C 2.6263585,6.3183624 0.99484391,6.2992353 0.94071488,6.2774264 l 0,4e-7 z"
         id="path3991"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
    <path
       d="M 2.494176,6.2788784 C 1.2788759,6.2607446 0.89470908,6.2415386 0.84986903,6.196672 c -0.0466433,-0.046671 -0.05851,-0.5918212 -0.05851,-2.6879231 0,-1.446158 0.016884,-2.64628564 0.0375201,-2.66695033 0.0206361,-0.0206647 1.66012047,-0.043335 3.64329867,-0.0503784 3.2024398,-0.0113738 3.6177557,-0.004959 3.7128511,0.0573504 l 0.1070728,0.0701567 0,2.60398003 0,2.6039799 -0.1042649,0.097952 C 8.0836657,6.3227025 8.0817718,6.3227818 6.0817725,6.3126655 4.9807827,6.307096 3.3663643,6.2918918 2.494176,6.2788784 z"
       id="path3993"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="layer3"
     style="display:none">
    <g
       id="g5652">
      <rect
         width="10.091089"
         height="8.0188122"
         x="11"
         y="-1.0188122"
         transform="matrix(0.89187596,0,0,0.87294724,1.1893644,0.88936929)"
         id="rect2995-0"
         style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5313)" />
      <path
         d="m 11.932794,6.2774268 c -0.05413,-0.021809 -0.120014,-0.080008 -0.146411,-0.1293312 -0.03235,-0.060439 -0.04799,-0.9250759 -0.04799,-2.6518517 0,-2.1414685 0.0105,-2.5765318 0.06393,-2.64962008 0.06223,-0.0851189 0.159776,-0.0877744 3.664141,-0.0997463 3.595887,-0.0122846 3.600355,-0.012186 3.720228,0.0821063 l 0.120018,0.0944057 0,2.58912458 0,2.5891246 -0.110577,0.1105758 -0.110575,0.1105763 -3.527172,-0.00286 c -1.939944,-0.00157 -3.571459,-0.020699 -3.625588,-0.042508 l 0,4e-7 z"
         id="path5650"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
  </g>
  <g
     id="g4226"
     style="display:none">
    <g
       id="g4228">
      <rect
         width="10.091089"
         height="8.0188122"
         x="11"
         y="-1.0188122"
         transform="matrix(0.89187596,0,0,0.87294724,1.1893644,0.88936929)"
         id="rect4230"
         style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5313)" />
      <path
         d="m 11.932794,6.2774268 c -0.05413,-0.021809 -0.120014,-0.080008 -0.146411,-0.1293312 -0.03235,-0.060439 -0.04799,-0.9250759 -0.04799,-2.6518517 0,-2.1414685 0.0105,-2.5765318 0.06393,-2.64962008 0.06223,-0.0851189 0.159776,-0.0877744 3.664141,-0.0997463 3.595887,-0.0122846 3.600355,-0.012186 3.720228,0.0821063 l 0.120018,0.0944057 0,2.58912458 0,2.5891246 -0.110577,0.1105758 -0.110575,0.1105763 -3.527172,-0.00286 c -1.939944,-0.00157 -3.571459,-0.020699 -3.625588,-0.042508 l 0,4e-7 z"
         id="path4232"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
    <path
       d="m 13.486255,6.2788784 c -1.2153,-0.018134 -1.599467,-0.03734 -1.644307,-0.082206 -0.04664,-0.046671 -0.05851,-0.5918212 -0.05851,-2.6879231 0,-1.446158 0.01688,-2.64628564 0.03752,-2.66695033 0.02064,-0.0206647 1.660121,-0.043335 3.643299,-0.0503784 3.20244,-0.0113738 3.617756,-0.004959 3.712851,0.0573504 l 0.107073,0.0701567 0,2.60398003 0,2.6039799 -0.104265,0.097952 c -0.104171,0.097863 -0.106065,0.097943 -2.106064,0.087826 -1.10099,-0.00557 -2.715408,-0.020774 -3.587597,-0.033787 z"
       id="path4234"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="g3030"
     style="display:none">
    <g
       id="g3032">
      <rect
         width="10.091089"
         height="8.0188122"
         x="11"
         y="-1.0188122"
         transform="matrix(0.89187596,0,0,0.87294724,1.1893644,0.88936929)"
         id="rect3034"
         style="fill:#969696;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5313)" />
      <path
         d="m 11.932794,6.2774268 c -0.05413,-0.021809 -0.120014,-0.080008 -0.146411,-0.1293312 -0.03235,-0.060439 -0.04799,-0.9250759 -0.04799,-2.6518517 0,-2.1414685 0.0105,-2.5765318 0.06393,-2.64962008 0.06223,-0.0851189 0.159776,-0.0877744 3.664141,-0.0997463 3.595887,-0.0122846 3.600355,-0.012186 3.720228,0.0821063 l 0.120018,0.0944057 0,2.58912458 0,2.5891246 -0.110577,0.1105758 -0.110575,0.1105763 -3.527172,-0.00286 c -1.939944,-0.00157 -3.571459,-0.020699 -3.625588,-0.042508 l 0,4e-7 z"
         id="path3036"
         style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    </g>
    <path
       d="m 13.486255,6.2788784 c -1.2153,-0.018134 -1.599467,-0.03734 -1.644307,-0.082206 -0.04664,-0.046671 -0.05851,-0.5918212 -0.05851,-2.6879231 0,-1.446158 0.01688,-2.64628564 0.03752,-2.66695033 0.02064,-0.0206647 1.660121,-0.043335 3.643299,-0.0503784 3.20244,-0.0113738 3.617756,-0.004959 3.712851,0.0573504 l 0.107073,0.0701567 0,2.60398003 0,2.6039799 -0.104265,0.097952 c -0.104171,0.097863 -0.106065,0.097943 -2.106064,0.087826 -1.10099,-0.00557 -2.715408,-0.020774 -3.587597,-0.033787 z"
       id="path3054"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="layer4"
     style="display:none">
    <rect
       width="10.091089"
       height="8.0188122"
       x="-1.0910892"
       y="9"
       transform="matrix(0.89187596,0,0,0.87294724,0.97311628,1.1434748)"
       id="rect2995-4"
       style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5309)" />
    <path
       d="m 0.94071488,15.278318 c -0.054129,-0.02181 -0.12001393,-0.08001 -0.14641089,-0.129331 -0.0323459,-0.06044 -0.0479945,-0.925076 -0.0479945,-2.651852 0,-2.141647 0.0104943,-2.5765256 0.0639396,-2.64962 0.062384,-0.085319 0.15289449,-0.087447 3.72021221,-0.087447 3.5673157,0 3.6578287,0.00213 3.7202191,0.087447 0.053469,0.073119 0.063946,0.51079 0.063946,2.671231 l 0,2.583784 -0.1105762,0.110576 -0.1105759,0.110576 -3.5271715,-0.0029 c -1.9399443,-0.0016 -3.57145889,-0.0207 -3.62558792,-0.04251 l 0,0 z"
       id="path5380"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
  </g>
  <g
     id="g3038"
     style="display:none">
    <rect
       width="10.091089"
       height="8.0188122"
       x="-1.0910892"
       y="9"
       transform="matrix(0.89187596,0,0,0.87294724,0.97311628,1.1434748)"
       id="rect3040"
       style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5309)" />
    <path
       d="m 0.94071488,15.278318 c -0.054129,-0.02181 -0.12001393,-0.08001 -0.14641089,-0.129331 -0.0323459,-0.06044 -0.0479945,-0.925076 -0.0479945,-2.651852 0,-2.141647 0.0104943,-2.5765256 0.0639396,-2.64962 0.062384,-0.085319 0.15289449,-0.087447 3.72021221,-0.087447 3.5673157,0 3.6578287,0.00213 3.7202191,0.087447 0.053469,0.073119 0.063946,0.51079 0.063946,2.671231 l 0,2.583784 -0.1105762,0.110576 -0.1105759,0.110576 -3.5271715,-0.0029 c -1.9399443,-0.0016 -3.57145889,-0.0207 -3.62558792,-0.04251 l 0,0 z"
       id="path3042"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    <path
       d="m 1.0054888,15.255064 c -0.11291512,-0.01402 -0.15400329,-0.04576 -0.18019803,-0.139201 -0.0466047,-0.16625 -0.0431412,-5.2174086 0.00361,-5.2641787 0.0490445,-0.049065 7.35402973,-0.049111 7.40313553,-4.72e-5 0.020648,0.02063 0.043399,1.2044119 0.050558,2.6306249 l 0.013017,2.593116 -0.099706,0.106132 -0.099706,0.106132 -3.4722214,-0.0072 c -1.9097218,-0.004 -3.5380414,-0.01538 -3.6184878,-0.02537 l 0,0 z"
       id="path3056"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="g4342"
     style="display:none">
    <rect
       width="10.091089"
       height="8.0188122"
       x="-1.0910892"
       y="9"
       transform="matrix(0.89187596,0,0,0.87294724,0.97311628,1.1434748)"
       id="rect4344"
       style="fill:#969696;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter5309)" />
    <path
       d="m 0.94071488,15.278318 c -0.054129,-0.02181 -0.12001393,-0.08001 -0.14641089,-0.129331 -0.0323459,-0.06044 -0.0479945,-0.925076 -0.0479945,-2.651852 0,-2.141647 0.0104943,-2.5765256 0.0639396,-2.64962 0.062384,-0.085319 0.15289449,-0.087447 3.72021221,-0.087447 3.5673157,0 3.6578287,0.00213 3.7202191,0.087447 0.053469,0.073119 0.063946,0.51079 0.063946,2.671231 l 0,2.583784 -0.1105762,0.110576 -0.1105759,0.110576 -3.5271715,-0.0029 c -1.9399443,-0.0016 -3.57145889,-0.0207 -3.62558792,-0.04251 l 0,0 z"
       id="path4346"
       style="fill:#ffffff;fill-opacity:0.47058824;fill-rule:nonzero;stroke:none" />
    <path
       d="m 1.0054888,15.255064 c -0.11291512,-0.01402 -0.15400329,-0.04576 -0.18019803,-0.139201 -0.0466047,-0.16625 -0.0431412,-5.2174086 0.00361,-5.2641787 0.0490445,-0.049065 7.35402973,-0.049111 7.40313553,-4.72e-5 0.020648,0.02063 0.043399,1.2044119 0.050558,2.6306249 l 0.013017,2.593116 -0.099706,0.106132 -0.099706,0.106132 -3.4722214,-0.0072 c -1.9097218,-0.004 -3.5380414,-0.01538 -3.6184878,-0.02537 l 0,0 z"
       id="path4348"
       style="fill:#ffffff;fill-opacity:0.41568627;fill-rule:nonzero" />
  </g>
  <g
     id="layer5"
     style="display:none">
    <rect
       width="20.000004"
       height="16.000002"
       x="0"
       y="0"
       id="rect3434"
       style="fill:#00b4ff;fill-opacity:0.47058824;fill-rule:nonzero;filter:url(#filter4204)" />
    <rect
       width="18"
       height="14"
       x="1"
       y="1"
       id="rect4458"
       style="fill:none" />
    <path
       d="M 2.07527,14.56685 C 2.0381041,14.542832 1.9550889,14.52287 1.8907917,14.52249 1.755701,14.521693 1.6734169,14.44 1.5395963,14.173818 l -0.095676,-0.190309 0.015686,-5.9589483 c 0.00863,-3.2774215 0.031046,-6.0330912 0.049819,-6.1237106 0.041634,-0.2009709 0.2191765,-0.3756432 0.4306957,-0.423734 0.08672,-0.019717 3.7311154,-0.042457 8.098656,-0.050534 l 7.940983,-0.014685 0.215807,0.1093581 c 0.256102,0.1297768 0.299843,0.17843 0.347643,0.3866837 0.01991,0.08672 0.0433,2.8336139 0.05198,6.104208 l 0.01579,5.9465351 -0.101005,0.218107 c -0.08021,0.173197 -0.145093,0.240447 -0.315123,0.326609 L 17.980741,14.6119 10.061792,14.61121 C 5.0270078,14.610771 2.1182329,14.594615 2.07527,14.56685 z"
       id="path3072"
       style="fill:none" />
    <rect
       width="18"
       height="14"
       x="1"
       y="1"
       id="rect3846"
       style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;filter:url(#filter3848)" />
  </g>
  <g
     id="layer7"
     style="display:none">
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4432"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4434"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4436"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4438"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4440"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4442"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4444"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4446"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4448"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4450"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4452"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4454"
       style="fill:none" />
    <rect
       width="18"
       height="14"
       x="1"
       y="1"
       id="rect4456"
       style="fill:none" />
    <rect
       width="16"
       height="12"
       ry="0"
       x="2"
       y="3"
       id="rect4272"
       style="fill:none;stroke:#00b4ff;stroke-opacity:0.47058824;filter:url(#filter4377)" />
  </g>
  <g
     id="g3832"
     style="display:none">
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3834"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3836"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3838"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3840"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3842"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3844"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3846"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3848"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3850"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3852"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3854"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path3856"
       style="fill:none" />
    <rect
       width="18"
       height="14"
       x="1"
       y="1"
       id="rect3858"
       style="fill:none" />
    <rect
       width="16"
       height="12"
       ry="0"
       x="2"
       y="2"
       id="rect3860"
       style="opacity:0.8;fill:none;stroke:#c8c8c8;stroke-opacity:1;filter:url(#filter4137)" />
  </g>
  <g
     id="g4995"
     style="display:none">
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4997"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path4999"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5001"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5003"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5005"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5007"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5009"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5011"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5013"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5015"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5017"
       style="fill:none" />
    <path
       d="M 1.7937676,14.556693 C 1.6232016,14.451801 1.5417821,14.367226 1.5010302,14.252609 1.4568405,14.128323 1.4445769,12.754433 1.4445769,7.9281628 l 0,-6.1656675 0.1686956,-0.1458299 C 1.7647575,1.4857134 1.81991,1.4678819 2.1538666,1.4418851 c 0.4854828,-0.037792 15.2147494,-0.037792 15.7002324,0 0.333954,0.025997 0.38911,0.043829 0.540594,0.1747776 l 0.168696,0.1458272 0,6.1656702 c 0,4.9820359 -0.01138,6.1977919 -0.05927,6.3329949 -0.0454,0.128172 -0.115204,0.199324 -0.298305,0.304084 l -0.239032,0.13676 -7.9683632,0 -7.9683631,0 -0.2362841,-0.145306 z"
       id="path5019"
       style="fill:none" />
    <rect
       width="18"
       height="14"
       x="1"
       y="1"
       id="rect5021"
       style="fill:none" />
    <rect
       width="18"
       height="14"
       ry="0"
       x="1"
       y="1"
       id="rect5023"
       style="opacity:0.8;fill:none;stroke:#c8c8c8;stroke-opacity:1;filter:url(#filter4137)" />
  </g>
  <g
     id="layer6"
     style="display:none" />
  <g
     id="g13489"
     style="display:inline">
    <g
       transform="translate(1.4191942,1.265165)"
       id="g13491">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path13493"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path13495"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g9074"
     style="display:none">
    <g
       transform="translate(6.375,-2.6428571)"
       id="g13306">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path3111"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path9076"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g13310"
     style="display:none">
    <g
       transform="translate(-3.625,5)"
       id="g13312">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path13314"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path13316"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g13691"
     style="display:none">
    <g
       transform="translate(6.375,5)"
       id="g13693">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path13695"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path13697"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g13699"
     style="display:none">
    <g
       transform="translate(-3.625,5)"
       id="g13701">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path13703"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path13705"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g13707"
     style="display:none">
    <g
       transform="translate(1.375,-2.5)"
       id="g13709">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path13711"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path13713"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g14467"
     style="display:none">
    <g
       transform="translate(6.375,5)"
       id="g14469">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path14471"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path14473"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g14475"
     style="display:none">
    <g
       transform="translate(-3.5,5)"
       id="g14477">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path14479"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path14481"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g14483"
     style="display:none">
    <g
       transform="translate(-3.5,-2.5)"
       id="g14485">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path14487"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path14489"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g14491"
     style="display:none">
    <g
       transform="translate(6.375,-2.5)"
       id="g14493">
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.78571428,0,0,0.78571428,1.5000001,1.7142858)"
         id="path14495"
         style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.18181825;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter9642)" />
      <path
         d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
         transform="matrix(0.2857143,0,0,0.2857143,5.6249998,4.2142856)"
         id="path14497"
         style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#ffffff;stroke-width:1.5272727;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
    </g>
  </g>
  <g
     id="g3918"
     style="display:none">
    <path
       d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
       transform="matrix(0.71428571,0,0,0.71428571,-2.4999999,-1.2142857)"
       id="path3920"
       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.6400001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter5603)" />
  </g>
  <g
     id="g3922"
     style="display:none">
    <path
       d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
       transform="matrix(0.71428571,0,0,0.71428571,7.5000001,-1.2142857)"
       id="path3924"
       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.6400001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4061)" />
  </g>
  <g
     id="g3926"
     style="display:none">
    <path
       d="M 14,8 A 3.5,3 0 1 1 7,8 3.5,3 0 1 1 14,8 z"
       transform="matrix(0.71428571,0,0,0.71428571,7.5000001,5.7857143)"
       id="path3928"
       style="opacity:0.5;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:#80b3ff;stroke-width:3.6400001;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;filter:url(#filter4101)" />
  </g>
</svg>