Newer
Older
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
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="192.02762mm"
height="147.11217mm"
viewBox="0 0 192.02762 147.11217"
version="1.1"
id="svg1"
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
sodipodi:docname="Logo_vorschlag2_reduziert.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.36803678"
inkscape:cx="-380.39676"
inkscape:cy="806.98457"
inkscape:window-width="2400"
inkscape:window-height="1421"
inkscape:window-x="2391"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1">
<inkscape:path-effect
effect="bspline"
id="path-effect3"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect4"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect13"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect23"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect24"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-9-0-7"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect25"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect25-0"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect15-92"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect15-92-5"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-9"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-9-0"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect25-2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect25-0-1"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect15-92-2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect15-92-5-3"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-9"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-3"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-9-5"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-9-0-8"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22-32-3-9-0-7-3"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<linearGradient
inkscape:collect="always"
xlink:href="#linearGradient1093"
id="linearGradient34"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.9077439,0,0,3.372719,173.92421,-169.48718)"
x1="67.340958"
y1="83.66433"
x2="67.328812"
y2="60.965324" />
<linearGradient
inkscape:collect="always"
id="linearGradient1093">
<stop
style="stop-color:#ff0000;stop-opacity:0"
offset="0"
id="stop1089" />
<stop
id="stop1105"
offset="0.09643617"
style="stop-color:#ff0000;stop-opacity:0.24313725;" />
<stop
id="stop1099"
offset="0.29282776"
style="stop-color:#ff0000;stop-opacity:0.88235295" />
<stop
id="stop1097"
offset="0.54785115"
style="stop-color:#ff0000;stop-opacity:1" />
<stop
style="stop-color:#ff0000;stop-opacity:0.78431374"
offset="0.72966564"
id="stop1101" />
<stop
id="stop1103"
offset="0.89207989"
style="stop-color:#ff0000;stop-opacity:0.17647059" />
<stop
style="stop-color:#ff0000;stop-opacity:0;"
offset="1"
id="stop1091" />
</linearGradient>
<inkscape:path-effect
effect="bspline"
id="path-effect14"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect14-5"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect1466"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
lpeversion="0"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect1"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect1511-8"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
lpeversion="0"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect1511"
is_visible="true"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
lpeversion="0"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect3-2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect4-1"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect2-2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect3-2-6"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect4-1-7"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect7"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect6"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect7-2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect6-5"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect5-3"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect12"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect12-6"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect18"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect18-4"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect19"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect28"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-8"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-0"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-2"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
<inkscape:path-effect
effect="bspline"
id="path-effect16-22"
is_visible="true"
lpeversion="1.3"
weight="33.333333"
steps="2"
helper_size="0"
apply_no_weight="true"
apply_with_weight="true"
only_selected="false"
uniform="false" />
</defs>
<g
inkscape:label="Ebene 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-141.65678,33.337499)">
<g
id="g1">
<rect
y="36.252121"
x="141.65678"
height="77.522545"
width="192.02762"
id="rect978-7"
style="fill:url(#linearGradient34);fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1.11745;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:normal" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 19.424977,-359.20393 c -4.998614,0.56946 -11.0728714,2.21457 -14.2365499,6.26414 -3.1636786,4.04957 -3.4167675,10.50334 0.3797242,15.12234 3.7964918,4.61901 11.6422507,7.40299 17.6532807,5.56799 6.01103,-1.83499 10.187,-8.28876 11.389175,-13.47724 1.202176,-5.18848 -0.569443,-9.11135 -3.416789,-11.32593 -2.847347,-2.21457 -6.770227,-2.72076 -11.768841,-2.1513 z"
id="path14"
inkscape:path-effect="#path-effect14"
inkscape:original-d="m 20.500629,-360.27958 c -6.074261,1.64513 -12.1485209,3.29023 -18.2227813,4.93533 -0.2530993,6.45403 -0.5061884,12.9078 -0.7592826,19.36171 7.8460766,2.7841 15.6918399,5.56807 23.5377589,8.35212 4.176139,-6.45403 8.352108,-12.9078 12.528161,-19.3617 -1.771692,-3.92306 -3.543318,-7.84593 -5.314976,-11.76888 -3.923038,-0.5062 -7.84592,-1.01237 -11.76888,-1.51858 z"
transform="translate(168.39481,389.9608)" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 19.424977,-359.20393 c -4.998614,0.56946 -11.0728714,2.21457 -14.2365499,6.26414 -3.1636786,4.04957 -3.4167675,10.50334 0.3797242,15.12234 3.7964918,4.61901 11.6422507,7.40299 17.6532807,5.56799 6.01103,-1.83499 10.187,-8.28876 11.389175,-13.47724 1.202176,-5.18848 -0.569443,-9.11135 -3.416789,-11.32593 -2.847347,-2.21457 -6.770227,-2.72076 -11.768841,-2.1513 z"
id="path14-7"
inkscape:path-effect="#path-effect14-5"
inkscape:original-d="m 20.500629,-360.27958 c -6.074261,1.64513 -12.1485209,3.29023 -18.2227813,4.93533 -0.2530993,6.45403 -0.5061884,12.9078 -0.7592826,19.36171 7.8460766,2.7841 15.6918399,5.56807 23.5377589,8.35212 4.176139,-6.45403 8.352108,-12.9078 12.528161,-19.3617 -1.771692,-3.92306 -3.543318,-7.84593 -5.314976,-11.76888 -3.923038,-0.5062 -7.84592,-1.01237 -11.76888,-1.51858 z"
transform="rotate(46.386792,-298.15944,161.9664)" />
<path
style="fill:#e6cbb2;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:path-effect="#path-effect1466"
inkscape:original-d="m 422.0948,190.67421 c -5.13453,-7.67043 -10.269,-15.34077 -15.40364,-23.01137 -5.38108,-4.20521 -10.76178,-8.41012 -16.14294,-12.61539 -1.51279,-5.88192 -3.02543,-11.76329 -4.53821,-17.64516 3.66532,-11.10809 7.33059,-22.21607 10.99566,-33.3234 6.76037,-2.2179 13.52062,-4.435509 20.28067,-6.653004 1.65878,-0.544129 4.97631,-1.632356 4.97631,-1.632356 8.99807,-10e-7 17.99613,-10e-7 26.9942,-2e-6 0,0 3.31753,1.088227 4.97631,1.632356 6.76005,2.217495 13.5203,4.435106 20.28067,6.652996 4.89974,11.10734 9.79976,22.21532 14.69983,33.32341 -1.33638,5.88187 -2.67266,11.76324 -4.00905,17.64516 -5.63316,4.20527 -11.26583,8.41018 -16.8989,12.61539 -5.13464,7.6706 -10.26912,15.34096 -15.40364,23.01137 -5.13451,4.05094 -10.26912,8.10195 -15.40363,12.15289 -5.13452,-4.05094 -10.26911,-8.10194 -15.40364,-12.15289 z"
d="m 422.0948,188.86447 c -5.13453,-5.86069 -10.269,-13.53103 -15.52686,-19.46894 -5.25786,-5.9379 -10.63856,-10.14281 -14.08553,-15.18641 -3.44698,-5.04359 -4.95962,-10.92496 -3.88335,-19.41994 1.07627,-8.49498 4.74154,-19.60296 9.95429,-26.26549 5.21274,-6.66253 11.97297,-8.880204 16.18237,-10.261065 4.2094,-1.380862 5.86816,-1.924976 7.52693,-2.469095 8.99807,-10e-7 17.99613,-10e-7 26.9942,-2e-6 1.65877,0.544119 3.31753,1.088233 7.52693,2.469093 4.2094,1.38086 10.96963,3.598529 16.79971,10.261059 5.83008,6.66254 10.7301,17.77052 12.51194,26.2655 1.78185,8.49498 0.44558,14.37635 -3.0392,19.41995 -3.48478,5.04359 -9.11745,9.2485 -14.50131,15.18641 -5.38385,5.9379 -10.51833,13.60826 -15.65285,19.46893 -5.13451,5.86068 -10.26912,9.91169 -15.40363,9.91169 -5.13452,0 -10.26911,-4.051 -15.40364,-9.91169 z"
id="path1507"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccsccsccccccc"
transform="matrix(1.0038955,0,0,1.0038955,-201.60434,-116.79818)" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 148.54727,-148.15189 c 6.11852,-2.93911 17.75424,-6.25467 29.87136,-6.00157 12.11713,0.2531 24.7147,4.07484 30.88706,7.36198 6.17237,3.28713 5.91928,6.03947 0.96803,8.91845 -4.95125,2.87898 -14.60028,5.88441 -20.32655,12.14859 -5.72627,6.26417 -7.52953,15.78665 -9.31703,20.61126 -1.7875,4.82461 -3.55912,4.95115 -5.40989,0.079 -1.85077,-4.87216 -3.78058,-14.74263 -9.45947,-21.41803 -5.6789,-6.67539 -15.10647,-10.15537 -19.51979,-13.1767 -4.41332,-3.02134 -3.81224,-5.58387 2.30628,-8.52297 z"
id="path1"
inkscape:path-effect="#path-effect1"
inkscape:original-d="m 143.02985,-147.77537 c 11.63594,-3.31563 23.27166,-6.63119 34.90783,-9.94688 12.59808,3.82189 25.19565,7.64363 37.79348,11.46545 -0.2531,2.75245 -0.50619,5.50479 -0.75929,8.25719 -9.6494,3.00556 -19.29843,6.01099 -28.94764,9.01649 -1.80333,9.52285 -3.60659,19.04533 -5.40989,28.568 -1.7717,0.12655 -3.54332,0.25309 -5.31498,0.37964 -1.92988,-9.87087 -3.85969,-19.74134 -5.78953,-29.61202 -9.42795,-3.48011 -18.85552,-6.96009 -28.28327,-10.44013 0.60111,-2.56263 1.20219,-5.12516 1.80329,-7.68774 z"
transform="matrix(1.0038955,0,0,1.0038955,58.12038,125.74722)"
sodipodi:nodetypes="cccccccccc" />
<path
sodipodi:nodetypes="ccccccccc"
inkscape:connector-curvature="0"
id="path1509-9"
d="m 461.50765,100.08917 c 1.51453,-4.231766 3.02917,-8.463851 6.77105,-12.20555 3.74187,-3.741699 9.71089,-6.993483 14.86687,-7.806314 5.15598,-0.812831 9.49913,0.813065 12.10491,4.220609 2.60579,3.407543 3.47438,8.596831 2.13808,14.365579 -1.33629,5.768746 -4.87726,12.115786 -8.09574,16.036036 -3.21849,3.92026 -6.11406,5.41259 -9.00949,6.90484 -2.63928,-4.77744 -5.27862,-9.55498 -8.40784,-13.14078 -3.12923,-3.5858 -6.74856,-5.98013 -10.36784,-8.37442 z"
style="fill:#e6cbb2;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:original-d="m 461.50765,100.08917 c 0,0 3.02933,-8.463795 4.54359,-12.695297 5.96928,-3.252045 11.9383,-6.503829 17.90704,-9.755339 4.34339,1.625623 8.68654,3.251519 13.0294,4.877669 0.86888,5.189206 1.73747,10.378494 2.60587,15.568449 -3.54119,6.347638 -7.08216,12.694678 -10.62394,19.042958 -2.89533,1.49207 -8.68628,4.47676 -8.68628,4.47676 0,0 -5.2783,-9.55515 -7.91785,-14.33233 -3.61901,-2.39456 -10.85783,-7.18287 -10.85783,-7.18287 z"
inkscape:path-effect="#path-effect1511-8"
transform="matrix(-0.94541784,0.33762594,0.33762594,0.94541784,609.09595,-263.97325)" />
<path
sodipodi:nodetypes="ccccccccc"
inkscape:original-d="m 461.50765,100.08917 c 0,0 3.02933,-8.463795 4.54359,-12.695297 5.96928,-3.252045 11.9383,-6.503829 17.90704,-9.755339 4.34339,1.625623 8.68654,3.251519 13.0294,4.877669 0.86888,5.189206 1.73747,10.378494 2.60587,15.568449 -3.54119,6.347638 -7.08216,12.694678 -10.62394,19.042958 -2.89533,1.49207 -8.68628,4.47676 -8.68628,4.47676 0,0 -5.2783,-9.55515 -7.91785,-14.33233 -3.61901,-2.39456 -10.85783,-7.18287 -10.85783,-7.18287 z"
inkscape:path-effect="#path-effect1511"
inkscape:connector-curvature="0"
id="path1509"
d="m 461.50765,100.08917 c 1.51453,-4.231766 3.02917,-8.463851 6.77105,-12.20555 3.74187,-3.741699 9.71089,-6.993483 14.86687,-7.806314 5.15598,-0.812831 9.49913,0.813065 12.10491,4.220609 2.60579,3.407543 3.47438,8.596831 2.13808,14.365579 -1.33629,5.768746 -4.87726,12.115786 -8.09574,16.036036 -3.21849,3.92026 -6.11406,5.41259 -9.00949,6.90484 -2.63928,-4.77744 -5.27862,-9.55498 -8.40784,-13.14078 -3.12923,-3.5858 -6.74856,-5.98013 -10.36784,-8.37442 z"
style="fill:#e6cbb2;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
transform="matrix(0.93238319,0.37211256,-0.37211256,0.93238319,-125.7039,-276.68661)" />
<path
style="fill:#28241e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -127.4962,-211.31782 c -0.0316,0.23727 -0.0949,0.71182 0.11074,2.61006 0.20564,1.89824 0.68018,5.22003 2.65751,6.9126 1.97734,1.69257 5.45731,1.75585 7.8459,0.37962 2.38859,-1.37623 3.68568,-4.19185 2.84727,-6.73863 -0.83841,-2.54678 -3.8122,-4.82458 -6.39062,-5.72623 -2.57842,-0.90164 -4.76131,-0.4271 -5.8686,0.18982 -1.10728,0.61693 -1.13892,1.37619 -1.15473,1.75584 -0.0158,0.37964 -0.0158,0.37964 -0.0475,0.61692 z"
id="path2"
inkscape:path-effect="#path-effect2"
inkscape:original-d="m -127.46456,-211.5551 c -0.0633,0.47455 -0.12655,0.9491 -0.18982,1.42365 0.47456,3.32193 0.9491,6.64372 1.42365,9.96559 3.48012,0.0633 6.96009,0.12654 10.44014,0.18982 1.29713,-2.81573 2.59422,-5.63135 3.89132,-8.44702 -2.97391,-2.2779 -5.94771,-4.5557 -8.92157,-6.83354 -2.18298,0.47455 -4.36587,0.9491 -6.54881,1.42365 -0.0316,0.7593 -0.0633,1.51856 -0.0949,2.27785 z"
transform="matrix(1.1229812,-0.23767348,0.23767348,1.1229812,399.39623,227.45431)" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -85.957113,-209.98117 c -0.68019,-0.35592 -1.471109,-0.75138 -1.985209,-0.69601 -0.514099,0.0554 -0.75137,0.56155 -0.355902,1.09938 0.395469,0.53783 1.423645,1.10728 2.10384,1.54229 0.680194,0.43501 1.012371,0.73555 1.297104,0.55363 0.284733,-0.18191 0.522005,-0.84627 0.355906,-1.33664 -0.1661,-0.49038 -0.735548,-0.80674 -1.415739,-1.16265 z"
id="path3-1"
inkscape:path-effect="#path-effect3-2"
inkscape:original-d="m -85.846384,-209.94163 c -0.790919,-0.39546 -1.581838,-0.79092 -2.372757,-1.18638 -0.237281,0.5062 -0.474552,1.01238 -0.711827,1.51857 1.028213,0.56947 2.056389,1.13892 3.084584,1.70838 0.332192,0.30056 0.664371,0.6011 0.996558,0.90165 0.237281,-0.66438 0.474551,-1.32874 0.711827,-1.99311 -0.569473,-0.31638 -1.138923,-0.63274 -1.708385,-0.94911 z"
transform="matrix(1.1478569,0,0,1.1478569,314.12474,261.28305)" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -82.896251,-206.9045 c -0.387549,-0.23727 -0.90956,-0.28473 -1.202202,1e-5 -0.292641,0.28474 -0.355912,0.90164 -0.173998,1.35247 0.181914,0.45082 0.609004,0.73555 1.028194,0.66436 0.419191,-0.0712 0.830462,-0.49827 0.909553,-0.92537 0.07909,-0.4271 -0.173999,-0.85419 -0.561547,-1.09147 z"
id="path4-5"
inkscape:path-effect="#path-effect4-1"
inkscape:original-d="m -82.761798,-207.09432 c -0.522007,-0.0474 -1.044014,-0.0949 -1.566021,-0.14236 -0.06327,0.61693 -0.126548,1.23383 -0.18982,1.85075 0.427104,0.28473 0.854191,0.56946 1.28129,0.85419 0.411284,-0.4271 0.822555,-0.85419 1.233834,-1.28129 -0.253101,-0.4271 -0.50619,-0.85419 -0.759283,-1.28129 z"
transform="matrix(1.1478569,0,0,1.1478569,314.12474,261.28305)" />
<path
style="fill:#28241e;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -127.4962,-211.31782 c -0.0316,0.23727 -0.0949,0.71182 0.11074,2.61006 0.20564,1.89824 0.68018,5.22003 2.65751,6.9126 1.97734,1.69257 5.45731,1.75585 7.8459,0.37962 2.38859,-1.37623 3.68568,-4.19185 2.84727,-6.73863 -0.83841,-2.54678 -3.8122,-4.82458 -6.39062,-5.72623 -2.57842,-0.90164 -4.76131,-0.4271 -5.8686,0.18982 -1.10728,0.61693 -1.13892,1.37619 -1.15473,1.75584 -0.0158,0.37964 -0.0158,0.37964 -0.0475,0.61692 z"
id="path2-2"
inkscape:path-effect="#path-effect2-2"
inkscape:original-d="m -127.46456,-211.5551 c -0.0633,0.47455 -0.12655,0.9491 -0.18982,1.42365 0.47456,3.32193 0.9491,6.64372 1.42365,9.96559 3.48012,0.0633 6.96009,0.12654 10.44014,0.18982 1.29713,-2.81573 2.59422,-5.63135 3.89132,-8.44702 -2.97391,-2.2779 -5.94771,-4.5557 -8.92157,-6.83354 -2.18298,0.47455 -4.36587,0.9491 -6.54881,1.42365 -0.0316,0.7593 -0.0633,1.51856 -0.0949,2.27785 z"
transform="matrix(-1.0565027,-0.49076255,-0.49076255,1.0565027,30.463519,183.9659)" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -85.957113,-209.98117 c -0.68019,-0.35592 -1.471109,-0.75138 -1.985209,-0.69601 -0.514099,0.0554 -0.75137,0.56155 -0.355902,1.09938 0.395469,0.53783 1.423645,1.10728 2.10384,1.54229 0.680194,0.43501 1.012371,0.73555 1.297104,0.55363 0.284733,-0.18191 0.522005,-0.84627 0.355906,-1.33664 -0.1661,-0.49038 -0.735548,-0.80674 -1.415739,-1.16265 z"
id="path3-1-7"
inkscape:path-effect="#path-effect3-2-6"
inkscape:original-d="m -85.846384,-209.94163 c -0.790919,-0.39546 -1.581838,-0.79092 -2.372757,-1.18638 -0.237281,0.5062 -0.474552,1.01238 -0.711827,1.51857 1.028213,0.56947 2.056389,1.13892 3.084584,1.70838 0.332192,0.30056 0.664371,0.6011 0.996558,0.90165 0.237281,-0.66438 0.474551,-1.32874 0.711827,-1.99311 -0.569473,-0.31638 -1.138923,-0.63274 -1.708385,-0.94911 z"
transform="matrix(1.1641319,0.04292726,-0.04292726,1.1641319,352.31787,268.98409)" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -82.896251,-206.9045 c -0.387549,-0.23727 -0.90956,-0.28473 -1.202202,1e-5 -0.292641,0.28474 -0.355912,0.90164 -0.173998,1.35247 0.181914,0.45082 0.609004,0.73555 1.028194,0.66436 0.419191,-0.0712 0.830462,-0.49827 0.909553,-0.92537 0.07909,-0.4271 -0.173999,-0.85419 -0.561547,-1.09147 z"
id="path4-5-6"
inkscape:path-effect="#path-effect4-1-7"
inkscape:original-d="m -82.761798,-207.09432 c -0.522007,-0.0474 -1.044014,-0.0949 -1.566021,-0.14236 -0.06327,0.61693 -0.126548,1.23383 -0.18982,1.85075 0.427104,0.28473 0.854191,0.56946 1.28129,0.85419 0.411284,-0.4271 0.822555,-0.85419 1.233834,-1.28129 -0.253101,-0.4271 -0.50619,-0.85419 -0.759283,-1.28129 z"
transform="matrix(1.1641319,0.04292726,-0.04292726,1.1641319,352.31787,268.98409)" />
<path
style="fill:#f0c5c3;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 132.13444,-243.42149 c 2.53643,-0.6415 5.66831,0.38754 7.79353,2.4233 2.12521,2.03575 3.24372,5.07808 3.40031,7.82969 0.15658,2.75161 -0.64874,5.21232 -4.38486,8.26382 -3.73612,3.0515 -10.40262,6.69353 -14.85445,5.19467 -4.45184,-1.49886 -6.68852,-8.13855 -6.04813,-12.06973 0.64039,-3.93117 4.15769,-5.15363 6.88695,-6.92094 2.72927,-1.76731 4.67022,-4.07931 7.20665,-4.72081 z"
id="path7"
inkscape:path-effect="#path-effect7"
inkscape:original-d="m 131.53899,-245.09204 c 3.13188,1.02905 6.26376,2.05809 9.39564,3.08714 1.11856,3.04246 2.23706,6.08479 3.35559,9.12719 -0.80535,2.46082 -1.61068,4.92153 -2.41602,7.38229 -6.6669,3.64224 -13.3334,7.28427 -20.0003,10.92651 -2.23677,-6.63996 -4.47345,-13.27965 -6.71017,-19.91948 3.5175,-1.22252 7.0348,-2.44498 10.55231,-3.66751 1.94102,-2.31209 3.88197,-4.62409 5.82295,-6.93614 z"
transform="matrix(0.41791638,0.07053782,-0.07053782,0.41791638,170.50648,165.0717)"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#cb6a66;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 135.69992,-235.87537 c 1.61068,0.22371 3.08714,0.5369 3.71351,1.45411 0.62638,0.91721 0.40268,2.43838 -0.35794,3.91485 -0.76061,1.47647 -2.05808,2.90816 -4.25042,3.06475 -2.19235,0.15658 -5.27943,-0.96193 -6.1295,-2.66211 -0.85007,-1.70019 0.53688,-3.98195 2.10284,-5.05574 1.56596,-1.07378 3.31083,-0.93956 4.92151,-0.71586 z"
id="path6"
inkscape:path-effect="#path-effect6"
inkscape:original-d="m 135.83414,-235.96485 c 1.47646,0.31319 2.95292,0.62638 4.42938,0.93957 -0.22371,1.52123 -0.44741,3.0424 -0.67112,4.5636 -1.29752,1.43174 -2.59499,2.86343 -3.89248,4.29515 -3.0872,-1.11855 -6.17428,-2.23706 -9.26142,-3.35559 1.387,-2.28184 2.77395,-4.5636 4.16093,-6.8454 1.74494,0.13423 3.48981,0.26845 5.23471,0.40267 z"
transform="matrix(0.41791638,0.07053782,-0.07053782,0.41791638,170.78682,165.15179)" />
<path
style="fill:#f0c5c3;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 132.13444,-243.42149 c 2.53643,-0.6415 5.66831,0.38754 7.79353,2.4233 2.12521,2.03575 3.24372,5.07808 3.40031,7.82969 0.15658,2.75161 -0.64874,5.21232 -4.38486,8.26382 -3.73612,3.0515 -10.40262,6.69353 -14.85445,5.19467 -4.45184,-1.49886 -6.68852,-8.13855 -6.04813,-12.06973 0.64039,-3.93117 4.15769,-5.15363 6.88695,-6.92094 2.72927,-1.76731 4.67022,-4.07931 7.20665,-4.72081 z"
id="path7-0"
inkscape:path-effect="#path-effect7-2"
inkscape:original-d="m 131.53899,-245.09204 c 3.13188,1.02905 6.26376,2.05809 9.39564,3.08714 1.11856,3.04246 2.23706,6.08479 3.35559,9.12719 -0.80535,2.46082 -1.61068,4.92153 -2.41602,7.38229 -6.6669,3.64224 -13.3334,7.28427 -20.0003,10.92651 -2.23677,-6.63996 -4.47345,-13.27965 -6.71017,-19.91948 3.5175,-1.22252 7.0348,-2.44498 10.55231,-3.66751 1.94102,-2.31209 3.88197,-4.62409 5.82295,-6.93614 z"
transform="matrix(-0.41791638,0.07053782,0.07053782,0.41791638,304.6143,165.0717)"
sodipodi:nodetypes="cccccccc" />
<path
style="fill:#cb6a66;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 135.69992,-235.87537 c 1.61068,0.22371 3.08714,0.5369 3.71351,1.45411 0.62638,0.91721 0.40268,2.43838 -0.35794,3.91485 -0.76061,1.47647 -2.05808,2.90816 -4.25042,3.06475 -2.19235,0.15658 -5.27943,-0.96193 -6.1295,-2.66211 -0.85007,-1.70019 0.53688,-3.98195 2.10284,-5.05574 1.56596,-1.07378 3.31083,-0.93956 4.92151,-0.71586 z"
id="path6-8"
inkscape:path-effect="#path-effect6-5"
inkscape:original-d="m 135.83414,-235.96485 c 1.47646,0.31319 2.95292,0.62638 4.42938,0.93957 -0.22371,1.52123 -0.44741,3.0424 -0.67112,4.5636 -1.29752,1.43174 -2.59499,2.86343 -3.89248,4.29515 -3.0872,-1.11855 -6.17428,-2.23706 -9.26142,-3.35559 1.387,-2.28184 2.77395,-4.5636 4.16093,-6.8454 1.74494,0.13423 3.48981,0.26845 5.23471,0.40267 z"
transform="matrix(-0.41791638,0.07053782,0.07053782,0.41791638,304.33396,165.15179)" />
<path
style="fill:#e7a7a4;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
inkscape:path-effect="#path-effect5-3"
inkscape:original-d="m 109.66057,-220.66337 c 0.35793,-0.85008 0.71585,-1.70015 1.07378,-2.55024 0.98431,-0.13423 1.9686,-0.26845 2.95292,-0.40268 0.33875,-1.7585 0.67749,-3.51692 1.01625,-5.27542 -2.526,-0.10049 -5.05186,-0.20096 -7.57787,-0.30144 -0.13933,-2.74944 -0.27866,-5.49872 -0.418,-8.24815 2.26096,-1.65297 4.5218,-3.30584 6.78277,-4.95881 2.65101,-1.54283 5.30191,-3.0856 7.95286,-4.6284 3.00984,0.58349 6.0196,1.16696 9.02951,1.75046 2.67825,0.81931 5.35635,1.63856 8.03459,2.45787 0.77079,2.64285 1.54155,5.28556 2.31235,7.92842 -2.35309,0.92399 -4.70605,1.84793 -7.05913,2.77193 0.89717,1.5499 1.79429,3.09973 2.69145,4.64962 0.97384,-0.19627 1.94766,-0.39255 2.9215,-0.58883 0.61711,0.68552 1.23421,1.37102 1.85133,2.05653 -4.76443,3.83085 -9.52867,7.66155 -14.29301,11.49232 -5.7571,-2.05106 -11.51409,-4.10208 -17.2713,-6.15318 z"
transform="matrix(-0.41791638,0.07053782,0.07053782,0.41791638,305.74217,164.70553)"
d="m 112.71814,-220.06286 c -2.69964,-1.45059 -2.34172,-2.30066 -1.6706,-2.79282 0.67112,-0.49216 1.65541,-0.62638 2.31695,-1.57275 0.66153,-0.94636 1.00027,-2.70478 -0.0934,-3.63427 -1.09362,-0.92949 -3.61948,-1.02997 -4.95215,-2.45493 -1.33268,-1.42496 -1.472,-4.17424 -0.41119,-6.37544 1.06081,-2.2012 3.32165,-3.85407 5.77764,-5.45197 2.45599,-1.5979 5.10689,-3.14067 7.93728,-3.62033 2.8304,-0.47965 5.84016,0.10382 8.68424,0.80522 2.84408,0.70141 5.52218,1.52067 7.2467,3.25174 1.72452,1.73108 2.49527,4.37379 1.70413,6.15722 -0.79115,1.78342 -3.14411,2.70737 -3.87207,3.94431 -0.72795,1.23695 0.16917,2.78678 1.10467,3.46359 0.9355,0.6768 1.90932,0.48053 2.7048,0.72515 0.79547,0.24462 1.41258,0.93012 -0.66108,3.1883 -2.07366,2.25818 -6.8379,6.08888 -12.09862,6.97873 -5.26072,0.88986 -11.01771,-1.16116 -13.71735,-2.61175 z"
id="path5-1"
sodipodi:nodetypes="cccccccaccccccccc" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -154.49654,-232.42878 c -1.92377,-0.1511 -1.52187,-0.67449 1.45711,-1.00656 2.97898,-0.33207 8.53479,-0.47279 11.81896,-0.25841 3.28416,0.21438 4.29651,0.78383 3.47393,2.55551 -0.82258,1.77169 -3.48001,4.74549 -6.62804,6.13979 -3.14803,1.39429 -6.78637,1.20903 -6.47278,0.64183 0.3136,-0.56719 4.57909,-1.51626 5.37458,-2.21785 0.79549,-0.70159 -1.87911,-1.15563 -3.17346,-1.79066 -1.29434,-0.63502 -1.20829,-1.45097 0.25841,-1.70077 1.46671,-0.2498 4.31397,0.0666 5.26306,-0.28145 0.94909,-0.34802 1e-5,-1.36038 -2.59932,-1.75596 -2.59932,-0.39557 -6.84868,-0.17437 -8.77245,-0.32547 z"
id="path12"
inkscape:path-effect="#path-effect12"
inkscape:original-d="m -156.82222,-232.05647 c 0.40191,-0.52341 0.80381,-1.0468 1.20573,-1.57021 5.55604,-0.14073 11.11185,-0.28145 16.66778,-0.42217 1.0124,0.56948 2.02475,1.13893 3.03713,1.70839 -2.65754,2.97391 -5.31498,5.94771 -7.97246,8.92157 -3.63857,-0.18527 -7.27691,-0.37053 -10.91546,-0.5558 4.26574,-0.94912 8.53123,-1.89819 12.79698,-2.84731 -2.67477,-0.45407 -5.34937,-0.9081 -8.02412,-1.36216 0.0861,-0.81599 0.17211,-1.63194 0.25816,-2.44792 2.84736,0.31638 5.69462,0.63274 8.54192,0.94911 -0.94912,-1.0124 -1.8982,-2.02476 -2.8473,-3.03713 -4.24955,0.22121 -8.49891,0.44242 -12.74836,0.66363 z"
sodipodi:nodetypes="cccccccccccc"
transform="matrix(1.2706471,0.59410182,-0.59410182,1.2706471,237.14043,370.79722)" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -154.42971,-236.56032 c -2.2356,-0.87496 -2.5464,-1.64333 0.35463,-1.20699 2.90102,0.43635 9.01363,2.07739 11.93028,3.5613 2.91666,1.48392 2.63724,2.81059 1.83694,5.33956 -0.80029,2.52897 -2.12138,6.25994 -3.08118,6.91058 -0.9598,0.65063 -1.5582,-1.77921 -3.18811,-3.49772 -1.62991,-1.7185 -4.29133,-2.72567 -3.70079,-2.83518 0.59053,-0.10951 4.43286,0.6786 5.26175,0.50042 0.8289,-0.17818 -1.3557,-1.32262 -2.58324,-2.39197 -1.22754,-1.06936 -1.49784,-2.06347 -0.27613,-1.96804 1.22171,0.0954 3.93533,1.2804 4.85103,1.19966 0.91569,-0.0807 0.0334,-1.42717 -2.48796,-2.59118 -2.52138,-1.16401 -6.68161,-2.14548 -8.91722,-3.02044 z"
id="path12-1"
inkscape:path-effect="#path-effect12-6"
inkscape:original-d="m -156.3545,-236.66687 c -0.31081,-0.76841 -0.62161,-1.53678 -0.93242,-2.3052 6.11286,1.64111 12.22547,3.28215 18.33821,4.92322 -0.27943,1.32676 -0.55885,2.65343 -0.83828,3.98018 -1.32116,3.73119 -2.64225,7.46216 -3.96342,11.19336 -0.59842,-2.42993 -1.19683,-4.85977 -1.79524,-7.28962 -2.66141,-1.00717 -5.32283,-2.01433 -7.98432,-3.02152 3.84256,0.78817 7.68489,1.57628 11.52745,2.36445 -2.18477,-1.14453 -4.36937,-2.28897 -6.55414,-3.4335 -0.27031,-0.99418 -0.5406,-1.98829 -0.81092,-2.98246 2.71373,1.18502 5.42735,2.37 8.14102,3.55499 -0.88228,-1.34646 -1.76455,-2.6929 -2.64685,-4.03939 -4.16046,-0.98153 -8.32069,-1.963 -12.48109,-2.94451 z"
sodipodi:nodetypes="ccccccccccccc"
transform="matrix(-1.1964088,0,0,1.2676916,106.96047,288.4154)" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 48.52063,-414.53848 c -1.474291,-0.688 2.326108,-3.30897 4.259068,-5.53681 1.932961,-2.22783 1.998484,-4.06248 2.555452,-3.93141 0.556967,0.13108 1.605329,2.2278 3.046881,3.83315 1.441553,1.60536 3.276182,2.71924 0.818962,3.89869 -2.457219,1.17945 -9.206071,2.42439 -10.680363,1.73638 z"
id="path18"
inkscape:path-effect="#path-effect18"
inkscape:original-d="m 43.245934,-412.60551 c 3.8004,-2.62098 7.600799,-5.24195 11.4012,-7.86291 0.06553,-1.8347 0.131048,-3.66935 0.196572,-5.50402 1.048409,2.09682 2.096772,4.19354 3.14516,6.29031 1.834711,1.11395 3.66935,2.22782 5.504026,3.34174 -6.749121,1.24497 -13.497972,2.48991 -20.246958,3.73488 z"
transform="matrix(1.0556229,0.02619658,0.29759223,0.95469307,283.8861,373.00213)" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 48.52063,-414.53848 c -1.474291,-0.688 2.326108,-3.30897 4.259068,-5.53681 1.932961,-2.22783 1.998484,-4.06248 2.555452,-3.93141 0.556967,0.13108 1.605329,2.2278 3.046881,3.83315 1.441553,1.60536 3.276182,2.71924 0.818962,3.89869 -2.457219,1.17945 -9.206071,2.42439 -10.680363,1.73638 z"
id="path18-7"
inkscape:path-effect="#path-effect18-4"
inkscape:original-d="m 43.245934,-412.60551 c 3.8004,-2.62098 7.600799,-5.24195 11.4012,-7.86291 0.06553,-1.8347 0.131048,-3.66935 0.196572,-5.50402 1.048409,2.09682 2.096772,4.19354 3.14516,6.29031 1.834711,1.11395 3.66935,2.22782 5.504026,3.34174 -6.749121,1.24497 -13.497972,2.48991 -20.246958,3.73488 z"
transform="matrix(1.2573246,0.42698923,-0.32156443,0.9468877,37.43272,344.57096)" />
<path
style="fill:#55462f;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 65.931242,-417.61857 c 3.243279,-0.85715 9.451841,-1.78381 12.278124,-2.52514 2.826283,-0.74132 2.270306,-1.2973 1.714308,-1.83012 -0.555998,-0.53283 -1.111974,-1.04248 -0.162137,-0.39381 0.949838,0.64867 3.405417,2.45561 6.301237,4.21627 2.895821,1.76065 6.231693,3.47492 7.621665,4.84175 1.389971,1.36682 0.833998,2.3861 -3.173845,2.91893 -4.007844,0.53283 -11.46724,0.57916 -16.772348,-0.30118 -5.305108,-0.88034 -8.455664,-2.68728 -9.89197,-3.98459 -1.436307,-1.29732 -1.158314,-2.08496 2.084966,-2.94211 z"
id="path19"
inkscape:path-effect="#path-effect19"
inkscape:original-d="m 62.965956,-417.54906 c 6.208562,-0.92668 12.417126,-1.85333 18.62569,-2.77998 -0.556,-0.55599 -1.11198,-1.11196 -1.667973,-1.66796 -0.556,-0.50966 -1.11198,-1.0193 -1.66797,-1.52897 2.455675,1.807 4.911251,3.61394 7.366876,5.42091 3.336012,1.71435 6.671889,3.42861 10.007835,5.14292 -0.556003,1.01934 -1.111983,2.03862 -1.667973,3.05795 -7.459691,0.0463 -14.919087,0.0927 -22.378627,0.13899 -3.15068,-1.807 -6.30123,-3.61395 -9.451846,-5.42092 0.278003,-0.78766 0.555993,-1.5753 0.833988,-2.36294 z"
transform="translate(172.53801,392.17051)" />
<path
id="path15-79"
style="fill:#dbae91;fill-opacity:1;stroke:none;stroke-width:0.25909px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 304.60923,44.35244 c -1.09156,-0.007 -2.29964,0.37525 -3.66282,0.9865 -1.98283,0.88907 -4.29401,2.26299 -6.54069,2.46238 -2.24664,0.1994 -4.42879,-0.77601 -6.41304,-0.87281 -1.27249,-0.0621 -2.4604,0.23976 -3.40393,0.77773 -0.50847,-0.0335 -1.05799,-0.0137 -1.64383,0.0682 -2.44114,0.34118 -5.4923,1.73661 -7.23728,4.19044 -1.74498,2.45384 -2.18368,5.9659 -1.834,8.13129 0.34969,2.16539 1.48805,2.98407 3.93981,1.86294 1.2463,-0.5699 2.8314,-1.64201 4.36408,-2.88665 -0.0691,2.70096 0.87865,5.54679 1.9203,7.20628 1.21066,1.92881 2.54441,2.25467 4.21111,0.20102 0.88078,-1.08526 1.85324,-2.83627 2.68976,-4.72219 0.73669,2.57786 2.34328,4.99825 3.72483,6.30969 1.67055,1.58577 3.00748,1.55093 3.98942,-0.92966 0.67646,-1.70886 1.18429,-4.57819 1.37511,-7.31273 0.0635,0.0858 0.12604,0.17208 0.19224,0.25631 2.05529,2.61494 5.40994,4.42506 7.60264,4.95887 2.19264,0.5338 3.22304,-0.20859 2.61586,-2.9564 -0.15604,-0.70616 -0.42121,-1.54603 -0.76223,-2.45257 1.83386,1.0454 3.77638,1.67299 5.18883,1.83762 2.21583,0.25826 3.12538,-0.61861 2.16731,-3.30316 -0.95806,-2.68455 -3.78352,-7.17648 -6.16913,-9.89397 -1.54439,-1.75923 -2.90378,-2.77284 -4.0504,-3.1843 -0.26604,-0.19419 -0.54985,-0.35337 -0.84388,-0.46974 -0.45174,-0.17878 -0.92389,-0.26201 -1.42007,-0.2651 z" />
<path
id="path15-79-2"
style="fill:#9e7861;fill-opacity:1;stroke:none;stroke-width:0.25909px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 281.75451,48.02075 c -2.17939,0.56684 -4.57577,1.874 -6.04666,3.94239 -1.74498,2.45384 -2.18368,5.9659 -1.834,8.13129 0.0538,0.33343 0.12905,0.63074 0.22221,0.89814 0.28014,-1.18387 0.59963,-2.39802 1.08521,-3.73931 0.6395,-1.76644 1.58673,-3.79726 2.93005,-5.53248 1.0027,-1.29522 2.29483,-2.51447 3.64319,-3.70003 z m 15.52825,3.3662 c 0.77922,2.73215 1.55845,5.46419 1.79782,8.16281 0.2196,2.47559 -0.0176,4.92258 -0.2899,7.36751 0.63676,-1.72746 1.1143,-4.46751 1.29759,-7.09414 0.0635,0.0858 0.12604,0.17208 0.19224,0.25631 1.47609,1.87803 3.61844,3.33077 5.52318,4.20388 -1.89464,-2.0008 -3.76652,-4.00571 -5.16248,-6.09678 -1.47067,-2.20303 -2.41459,-4.50129 -3.35845,-6.79959 z m 6.58978,0.90796 c 1.68968,2.38649 3.3793,4.77271 4.5713,7.31376 0.77922,1.66116 1.33744,3.39082 1.83038,5.14077 0.42528,-0.47141 0.52024,-1.33044 0.22479,-2.66753 -0.15604,-0.70616 -0.42121,-1.54603 -0.76223,-2.45257 1.83386,1.0454 3.77638,1.67299 5.18883,1.83762 0.20473,0.0239 0.39421,0.0348 0.57619,0.0387 -2.18662,-1.16835 -4.32965,-2.36398 -6.14743,-3.76359 -2.12004,-1.63239 -3.80109,-3.53964 -5.48183,-5.44721 z m -20.1197,0.71571 c -0.73016,1.75387 -1.46006,3.50737 -2.62258,5.09633 -1.07674,1.47175 -2.52633,2.8009 -4.00131,4.12068 0.21695,-0.0734 0.44267,-0.15958 0.68471,-0.27026 1.2463,-0.5699 2.8314,-1.64201 4.36408,-2.88665 -0.0691,2.70096 0.87865,5.54679 1.9203,7.20628 0.29377,0.46804 0.59513,0.83925 0.9064,1.10742 -0.4561,-1.67685 -0.86907,-3.23409 -1.12913,-5.16919 -0.27176,-2.02489 -0.29169,-4.14988 -0.27389,-5.41776 0.0178,-1.26789 0.0901,-2.63252 0.15142,-3.78685 z m 7.50703,0.64079 c -0.48323,0.88678 -0.96626,1.77325 -1.59887,4.09123 -0.61691,2.26043 -1.37692,5.89097 -2.1394,9.54618 0.25457,-0.21154 0.51623,-0.4765 0.78755,-0.8108 0.88078,-1.08526 1.85324,-2.83627 2.68976,-4.72219 0.73669,2.57785 2.34328,4.99825 3.72483,6.30969 0.42038,0.39904 0.81956,0.69526 1.19735,0.87592 -0.72775,-2.20752 -1.39012,-4.21774 -2.06861,-6.44457 -0.68062,-2.23383 -1.2463,-4.28865 -1.58388,-5.46944 -0.33758,-1.1808 -0.70112,-2.36992 -1.00873,-3.37602 z" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.184387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 275.95828,57.84357 c -0.58447,0.75375 -1.29804,2.08212 -1.48358,3.30986 -0.18555,1.22773 0.15695,2.35468 0.52797,3.09593 0.37101,0.74125 0.7705,1.09672 1.12584,0.52449 0.35533,-0.57224 0.66647,-2.07209 1.29797,-3.35089 0.6315,-1.27879 1.5833,-2.33638 1.82442,-2.98077 0.24113,-0.64439 -0.22844,-0.87554 -0.64648,-1.09176 -0.41803,-0.21622 -0.7845,-0.4175 -1.19542,-0.4286 -0.41092,-0.0111 -0.86625,0.16799 -1.45072,0.92174 z"
id="path16-9"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.184387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 284.97085,63.29107 c -0.19376,0.95437 -0.25954,2.50951 -0.10915,3.70006 0.15039,1.19054 0.51694,2.01634 0.94934,2.3521 0.43241,0.33575 0.93062,0.18141 1.20241,-0.45087 0.2718,-0.63227 0.31716,-1.74241 0.53316,-2.99349 0.216,-1.25108 0.60262,-2.64295 0.54304,-3.35526 -0.0596,-0.71231 -0.56536,-0.745 -1.02,-0.78408 -0.45464,-0.0391 -0.8581,-0.0845 -1.22071,0.0695 -0.36261,0.15406 -0.68433,0.50763 -0.87809,1.46201 z"
id="path16-8-4"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.184387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 312.3554,58.37178 c 0.52829,0.52002 1.56057,1.17054 2.45824,1.98053 0.89768,0.80999 1.66063,1.77935 2.20304,1.90673 0.54241,0.12739 0.86422,-0.58722 0.70402,-1.33045 -0.16021,-0.74322 -0.80258,-1.51491 -1.62431,-2.50781 -0.82192,-0.99281 -1.82348,-2.20657 -2.45808,-2.61787 -0.6346,-0.41129 -0.90219,-0.0201 -1.15098,0.32532 -0.24879,0.3454 -0.47875,0.64496 -0.58161,0.9895 -0.10286,0.34454 -0.0786,0.73403 0.44968,1.25405 z"
id="path16-4-2"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.184387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 294.70302,64.87404 c 0.0861,0.99712 0.4599,2.55493 0.8733,3.75553 0.4134,1.20061 0.86638,2.04387 1.23564,2.49633 0.36925,0.45245 0.65474,0.51403 0.79189,-0.24683 0.13716,-0.76086 0.12595,-2.34409 0.10613,-3.87683 -0.0198,-1.53275 -0.0482,-3.01484 -0.30324,-3.70433 -0.25499,-0.68949 -0.73653,-0.58631 -1.17209,-0.50316 -0.43556,0.0831 -0.82511,0.14625 -1.12067,0.39601 -0.29555,0.24976 -0.49708,0.68615 -0.41096,1.68328 z"
id="path16-7-3"
sodipodi:nodetypes="ccccccccc" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.184387px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 306.09282,62.18656 c 0.62161,0.84873 1.78057,2.0474 2.8298,2.91293 1.04924,0.86552 1.98862,1.39779 2.51261,1.48882 0.524,0.091 0.63254,-0.25921 0.25989,-1.02316 -0.37264,-0.76394 -1.22642,-1.94152 -2.07624,-3.18763 -0.84982,-1.2461 -1.69558,-2.5606 -2.27885,-3.04349 -0.58328,-0.48289 -0.90405,-0.13412 -1.19984,0.17222 -0.29579,0.30634 -0.56659,0.57022 -0.65989,0.95154 -0.0933,0.38132 -0.009,0.88005 0.61252,1.72877 z"
id="path16-6-3"
sodipodi:nodetypes="ccccccccc" />
<path
id="path15"
style="fill:#dbae91;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 168.72812,40.18008 c -1.72449,0.0362 -3.55444,0.40227 -5.17384,1.23869 -2.87894,1.48695 -5.09348,4.46049 -5.8844,6.54843 -0.79091,2.08804 -0.15809,3.29025 2.68924,3.29024 1.44863,0 3.46947,-0.31636 5.5299,-0.80563 -1.45697,2.39803 -2.04508,5.34577 -1.93477,7.26519 0.12812,2.22906 1.1957,3.06918 3.79615,1.90944 1.3757,-0.61352 3.17674,-1.79195 4.9227,-3.14348 -0.64716,2.61941 -0.40525,5.4566 0.19947,7.20318 0.73052,2.10993 1.98669,2.62734 4.17287,0.80305 1.50864,-1.25888 3.4515,-3.63336 5.03742,-6.01462 0.0151,0.10734 0.0273,0.21498 0.046,0.32195 0.55698,3.19203 2.73154,6.19504 4.48707,7.57473 1.75553,1.37969 3.09213,1.13599 3.94446,-1.58078 0.21887,-0.69764 0.40128,-1.56939 0.5519,-2.52233 1.16062,1.69489 2.63859,3.05911 3.86333,3.78788 1.91881,1.14177 3.21243,0.72768 3.70727,-2.07636 0.49484,-2.80402 0.19096,-7.9976 -0.61908,-11.41739 -0.52364,-2.21065 -1.25954,-3.67617 -2.10788,-4.51703 -0.14684,-0.28593 -0.32932,-0.54735 -0.54312,-0.77412 -1.04401,-1.1073 -2.78407,-1.42337 -5.07773,-1.43919 -2.29366,-0.0158 -5.14115,0.26856 -7.3241,-0.4749 -2.18295,-0.74347 -3.7016,-2.51466 -5.48907,-3.41633 -1.14717,-0.57868 -2.40461,-0.79746 -3.55586,-0.70125 -0.45271,-0.23809 -0.97034,-0.44526 -1.55339,-0.61185 -1.06575,-0.3045 -2.34325,-0.47569 -3.68453,-0.44752 z" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -7.2753204,-344.28846 c -1.3848037,0.40482 -3.4466976,1.36225 -5.0157026,2.34503 -1.569005,0.98279 -2.644931,1.99081 -2.966097,2.66181 -0.321167,0.67101 0.112468,1.00492 1.288397,0.89698 1.175929,-0.10794 3.094024,-0.65771 5.103487,-1.16585 2.0094626,-0.50814 4.1100753,-0.97458 4.9846507,-1.52 0.8745754,-0.54542 0.5230339,-1.16979 0.2195695,-1.73749 -0.3034643,-0.56769 -0.5588278,-1.07867 -1.0403477,-1.40808 -0.4815198,-0.32941 -1.1891532,-0.47722 -2.5739569,-0.0724 z"
id="path16-6"
sodipodi:nodetypes="ccccccccc"
transform="matrix(0.10560492,-0.70379536,0.70379536,0.10560492,429.30587,94.31204)"
inkscape:original-d="m -6.5981679,-344.8411 c -2.0619553,0.95746 -4.1238491,1.91489 -6.1858591,2.87237 -1.076001,1.00809 -2.151926,2.01611 -3.227919,3.02419 0.433659,0.33393 0.867294,0.66784 1.300953,1.00177 1.918201,-0.5498 3.836295,-1.09958 5.7545002,-1.64939 2.1007185,-0.46647 4.2013317,-0.93291 6.3020322,-1.39937 -0.3515522,-0.62438 -0.7030901,-1.24875 -1.054645,-1.87314 -0.2553757,-0.511 -0.5107363,-1.02198 -0.7661127,-1.53298 -0.707665,-0.14782 -1.415299,-0.29563 -2.1229496,-0.44345 z"
inkscape:path-effect="#path-effect16-8" />
<path
id="path15-4"
style="fill:#9e7861;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 172.21008,43.80623 c -2.17347,1.3303 -4.347,2.6605 -6.53293,3.92069 -2.08949,1.20458 -4.19031,2.34432 -6.29161,3.48196 0.28951,0.0374 0.61204,0.0563 0.96997,0.0563 1.44862,0 3.46946,-0.31636 5.52989,-0.80563 -1.45696,2.39803 -2.04508,5.34577 -1.93476,7.26519 0.0311,0.5411 0.11892,0.99868 0.26923,1.36736 0.4411,-1.69344 0.86302,-3.2624 1.68207,-5.13302 0.8569,-1.95707 2.06644,-3.92758 2.97398,-5.31286 0.90754,-1.38526 2.22217,-3.25686 3.33416,-4.84001 z m 24.53184,5.28184 c -7.4e-4,1.82984 0.0118,3.65179 0.1142,5.4188 0.13344,2.30187 0.40908,4.51702 0.68472,6.7324 l 0.32401,4.8519 c 0.3648,-0.43111 0.64015,-1.11629 0.81442,-2.10375 0.49484,-2.80401 0.19095,-7.9976 -0.61909,-11.41739 -0.35268,-1.48894 -0.80349,-2.63225 -1.31826,-3.48196 z m -19.6603,0.23978 c -0.90394,0.59788 -1.80784,1.1957 -3.58686,3.01739 -1.73488,1.77652 -4.30704,4.72442 -6.89467,7.69359 0.34469,-0.0854 0.72329,-0.2158 1.1467,-0.40463 1.37569,-0.61352 3.17674,-1.79195 4.92269,-3.14348 -0.64715,2.61941 -0.40524,5.4566 0.19948,7.20318 0.18382,0.53093 0.401,0.96064 0.65784,1.27796 0.4625,-2.28098 0.88391,-4.3582 1.40198,-6.63629 0.51971,-2.28539 1.054,-4.36249 1.34927,-5.56142 0.29527,-1.19892 0.57048,-2.41654 0.80357,-3.4463 z m 6.74274,0.43977 c -0.68495,2.77334 -1.36976,5.54671 -2.53731,8.06824 -1.07093,2.31288 -2.5502,4.4128 -4.06074,6.49625 1.48085,-1.29211 3.32958,-3.56246 4.85294,-5.84978 0.0151,0.10734 0.0273,0.21498 0.046,0.32195 0.40004,2.29265 1.63635,4.47737 2.95072,6.04356 -0.72445,-2.57482 -1.42614,-5.14427 -1.64228,-7.59541 -0.22768,-2.5821 0.0815,-5.03345 0.39068,-7.48481 z m 5.6348,3.52123 c 0.336,2.8368 0.67166,5.67376 0.709,7.85224 0.0373,2.17851 -0.28823,3.98226 -0.54956,5.50236 l 0.18548,-0.20848 c 0.26652,-0.38139 0.54353,-0.97013 0.75269,-1.63681 0.21886,-0.69764 0.40128,-1.56939 0.5519,-2.52233 1.16062,1.69489 2.63859,3.05911 3.86333,3.78788 0.26426,0.15725 0.51542,0.28171 0.75551,0.37776 l 0.1571,0.002 c -1.56762,-1.98175 -3.13498,-3.96371 -4.20595,-6.15621 -1.07097,-2.19246 -1.64524,-4.59547 -2.2195,-6.99854 z"
sodipodi:nodetypes="sscscscsssscsccssccscscscsscssccccsssssccscsccscs" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -7.2753204,-344.28846 c -1.3848037,0.40482 -3.4466976,1.36225 -4.7853476,2.61257 -1.338649,1.25032 -1.953895,2.79337 -2.184217,3.92068 -0.230322,1.1273 -0.07569,1.83873 0.86989,1.46326 0.945576,-0.37548 2.681989,-1.8378 4.6006051,-2.80224 1.9186165,-0.96444 4.0192292,-1.43088 4.8938046,-1.9763 0.8745754,-0.54542 0.5230339,-1.16979 0.2195695,-1.73749 -0.3034643,-0.56769 -0.5588278,-1.07867 -1.0403477,-1.40808 -0.4815198,-0.32941 -1.1891532,-0.47722 -2.5739569,-0.0724 z"
id="path16"
sodipodi:nodetypes="ccccccccc"
transform="matrix(0.70313531,-0.10991377,0.10991377,0.70313531,203.71749,288.08197)"
inkscape:original-d="m -6.5981679,-344.8411 c -2.0619553,0.95746 -4.1238491,1.91489 -6.1858591,2.87237 -0.615291,1.54316 -1.230538,3.08621 -1.845822,4.62936 0.154643,0.71146 0.309278,1.42289 0.46392,2.13435 1.736507,-1.46241 3.472923,-2.92473 5.2094362,-4.38714 2.1007185,-0.46647 4.2013317,-0.93291 6.3020322,-1.39937 -0.3515522,-0.62438 -0.7030901,-1.24875 -1.054645,-1.87314 -0.2553757,-0.511 -0.5107363,-1.02198 -0.7661127,-1.53298 -0.707665,-0.14782 -1.415299,-0.29563 -2.1229496,-0.44345 z"
inkscape:path-effect="#path-effect16" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -7.2753204,-344.28846 c -1.3848037,0.40482 -3.4466976,1.36225 -4.8688856,2.3344 -1.422188,0.97215 -2.204495,1.95889 -2.301926,2.6977 -0.09743,0.73881 0.490032,1.22959 1.519144,1.13228 1.029112,-0.0973 2.499761,-0.78267 4.2854878,-1.35861 1.7857268,-0.57594 3.8863395,-1.04238 4.7609149,-1.5878 0.8745754,-0.54542 0.5230339,-1.16979 0.2195695,-1.73749 -0.3034643,-0.56769 -0.5588278,-1.07867 -1.0403477,-1.40808 -0.4815198,-0.32941 -1.1891532,-0.47722 -2.5739569,-0.0724 z"
id="path16-8"
sodipodi:nodetypes="ccccccccc"
transform="matrix(0.59740127,-0.38677128,0.38677128,0.59740127,303.80803,258.25711)"
inkscape:original-d="m -6.5981679,-344.8411 c -2.0619553,0.95746 -4.1238491,1.91489 -6.1858591,2.87237 -0.782365,0.98682 -1.564675,1.97356 -2.347034,2.96037 0.587495,0.49081 1.174958,0.98159 1.762453,1.47239 1.470732,-0.68541 2.941381,-1.37078 4.4121152,-2.05619 2.1007185,-0.46647 4.2013317,-0.93291 6.3020322,-1.39937 -0.3515522,-0.62438 -0.7030901,-1.24875 -1.054645,-1.87314 -0.2553757,-0.511 -0.5107363,-1.02198 -0.7661127,-1.53298 -0.707665,-0.14782 -1.415299,-0.29563 -2.1229496,-0.44345 z"
inkscape:path-effect="#path-effect16-0" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -6.4503982,-344.54811 c -0.9546624,0.32998 -2.3536848,1.23014 -3.8819278,1.84228 -1.528242,0.61215 -3.185505,0.9362 -3.647067,1.55896 -0.461561,0.62275 0.272652,1.54414 1.309121,1.85304 1.036469,0.3089 2.375085,0.005 4.0947919,-0.37975 1.7197067,-0.38505 3.8203194,-0.85149 4.6948948,-1.39691 0.8745754,-0.54542 0.5230339,-1.16979 0.2195695,-1.73749 -0.3034643,-0.56769 -0.5588278,-1.07867 -0.9416502,-1.45428 -0.3828224,-0.37562 -0.8930698,-0.61584 -1.8477322,-0.28585 z"
id="path16-4"
sodipodi:nodetypes="ccccccccc"
transform="matrix(0.01395716,-0.71153742,0.71153742,0.01395716,439.43893,62.43899)"
inkscape:original-d="m -6.0059938,-345.11832 c -1.399066,0.90019 -2.7980886,1.80035 -4.1971902,2.70056 -1.657384,0.32408 -3.314648,0.64813 -4.972019,0.97221 0.734251,0.92143 1.46846,1.84282 2.20271,2.76425 1.338691,-0.30362 2.677307,-0.60723 4.0160002,-0.91086 2.1007185,-0.46647 4.2013317,-0.93291 6.3020322,-1.39937 -0.3515522,-0.62438 -0.7030901,-1.24875 -1.054645,-1.87314 -0.2553757,-0.511 -0.5107363,-1.02198 -0.7661127,-1.53298 -0.5102695,-0.24023 -1.020516,-0.48045 -1.5307755,-0.72067 z"
inkscape:path-effect="#path-effect16-2" />
<path
style="fill:#f3d0b7;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m -7.2753204,-344.28846 c -1.3848037,0.40482 -3.4466976,1.36225 -4.9825936,2.2704 -1.535896,0.90816 -2.545608,1.76693 -3.033778,2.39916 -0.488171,0.63222 -0.454734,1.03782 0.688087,1.00451 1.142822,-0.0333 3.394903,-0.50553 5.5713671,-0.97488 2.1764645,-0.46936 4.2770772,-0.9358 5.1516526,-1.48122 0.8745754,-0.54542 0.5230339,-1.16979 0.2195695,-1.73749 -0.3034643,-0.56769 -0.5588278,-1.07867 -1.0403477,-1.40808 -0.4815198,-0.32941 -1.1891532,-0.47722 -2.5739569,-0.0724 z"
id="path16-7"
sodipodi:nodetypes="ccccccccc"
transform="matrix(0.46944556,-0.53488425,0.53488425,0.46944556,362.06733,218.5435)"
inkscape:original-d="m -6.5981679,-344.8411 c -2.0619553,0.95746 -4.1238491,1.91489 -6.1858591,2.87237 -1.009784,0.85883 -2.019496,1.7176 -3.029274,2.57643 0.03344,0.40562 0.06687,0.81122 0.100313,1.21684 2.252205,-0.47224 4.504285,-0.94446 6.7564952,-1.4167 2.1007185,-0.46647 4.2013317,-0.93291 6.3020322,-1.39937 -0.3515522,-0.62438 -0.7030901,-1.24875 -1.054645,-1.87314 -0.2553757,-0.511 -0.5107363,-1.02198 -0.7661127,-1.53298 -0.707665,-0.14782 -1.415299,-0.29563 -2.1229496,-0.44345 z"
inkscape:path-effect="#path-effect16-22" />
</g>
</g>
</svg>