gns3-server 3.0.3__py3-none-any.whl → 3.0.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of gns3-server might be problematic. Click here for more details.

Files changed (116) hide show
  1. gns3_server-3.0.5.dist-info/METADATA +202 -0
  2. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/RECORD +114 -59
  3. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/WHEEL +1 -1
  4. gns3server/api/routes/compute/cloud_nodes.py +1 -1
  5. gns3server/api/routes/controller/computes.py +1 -1
  6. gns3server/api/routes/controller/images.py +0 -5
  7. gns3server/api/routes/controller/links.py +52 -1
  8. gns3server/appliances/almalinux.gns3a +30 -0
  9. gns3server/appliances/arista-veos.gns3a +15 -15
  10. gns3server/appliances/aruba-arubaoscx.gns3a +39 -0
  11. gns3server/appliances/asterfusion-vAsterNOS-campus.gns3a +50 -0
  12. gns3server/appliances/asterfusion-vAsterNOS.gns3a +1 -1
  13. gns3server/appliances/centos-cloud.gns3a +24 -54
  14. gns3server/appliances/cisco-asav.gns3a +2 -2
  15. gns3server/appliances/cisco-c8000v.gns3a +15 -2
  16. gns3server/appliances/cisco-cat9k.gns3a +2 -2
  17. gns3server/appliances/cisco-csr1000v.gns3a +3 -3
  18. gns3server/appliances/cisco-iosv.gns3a +22 -7
  19. gns3server/appliances/cisco-iosvl2.gns3a +2 -1
  20. gns3server/appliances/cisco-iosxrv.gns3a +2 -2
  21. gns3server/appliances/cisco-iosxrv9k.gns3a +16 -133
  22. gns3server/appliances/cisco-iou-l2.gns3a +2 -0
  23. gns3server/appliances/cisco-iou-l3.gns3a +2 -0
  24. gns3server/appliances/cisco-nxosv.gns3a +2 -1
  25. gns3server/appliances/cisco-nxosv9k.gns3a +36 -343
  26. gns3server/appliances/exos.gns3a +13 -0
  27. gns3server/appliances/fedora-cloud.gns3a +30 -0
  28. gns3server/appliances/fortianalyzer.gns3a +42 -0
  29. gns3server/appliances/fortigate.gns3a +42 -0
  30. gns3server/appliances/fortimanager.gns3a +43 -1
  31. gns3server/appliances/infix.gns3a +118 -0
  32. gns3server/appliances/juniper-vJunos-router.gns3a +75 -0
  33. gns3server/appliances/nethsecurity.gns3a +44 -0
  34. gns3server/appliances/oracle-linux-cloud.gns3a +31 -1
  35. gns3server/appliances/rhel.gns3a +57 -1
  36. gns3server/appliances/rockylinux.gns3a +15 -0
  37. gns3server/appliances/vyos.gns3a +13 -0
  38. gns3server/compute/builtin/nodes/nat.py +1 -1
  39. gns3server/compute/docker/__init__.py +8 -9
  40. gns3server/compute/docker/docker_vm.py +2 -1
  41. gns3server/compute/qemu/qemu_vm.py +69 -28
  42. gns3server/compute/vmware/vmware_vm.py +1 -2
  43. gns3server/controller/__init__.py +14 -0
  44. gns3server/controller/compute.py +4 -3
  45. gns3server/controller/gns3vm/virtualbox_gns3_vm.py +55 -28
  46. gns3server/crash_report.py +1 -1
  47. gns3server/custom_symbols/6wind.svg +1 -0
  48. gns3server/custom_symbols/alpine-virt-qemu.svg +46 -0
  49. gns3server/custom_symbols/arista_bybaro.svg +24 -0
  50. gns3server/custom_symbols/asterfusion-vAsterNOS.svg +48 -0
  51. gns3server/custom_symbols/cisco-fmcv.svg +498 -0
  52. gns3server/custom_symbols/cisco-ise.svg +244 -0
  53. gns3server/custom_symbols/csr1000v_bybaro.svg +38 -0
  54. gns3server/custom_symbols/cumulus_bybaro.svg +27 -0
  55. gns3server/custom_symbols/firefox.svg +1 -0
  56. gns3server/custom_symbols/fortigate_bybaro.svg +42 -0
  57. gns3server/custom_symbols/fortinet.svg +72 -0
  58. gns3server/custom_symbols/innovaphone-ap-icon.jpg +0 -0
  59. gns3server/custom_symbols/innovaphone-pbx-green.png +0 -0
  60. gns3server/custom_symbols/juniper-vmx.svg +284 -0
  61. gns3server/custom_symbols/juniper-vqfx.svg +324 -0
  62. gns3server/custom_symbols/junos_olive_bybaro.svg +18 -0
  63. gns3server/custom_symbols/linux_guest.svg +1917 -0
  64. gns3server/custom_symbols/loadbalancer.svg +380 -0
  65. gns3server/custom_symbols/loadbalancer_docker.svg +387 -0
  66. gns3server/custom_symbols/mgmt_station.svg +1967 -0
  67. gns3server/custom_symbols/mgmt_station_docker.svg +1996 -0
  68. gns3server/custom_symbols/microsoft.svg +85 -0
  69. gns3server/custom_symbols/multilayer_switch_docker.svg +332 -0
  70. gns3server/custom_symbols/multilayer_switch_green_docker.svg +344 -0
  71. gns3server/custom_symbols/multilayer_switch_red_docker.svg +344 -0
  72. gns3server/custom_symbols/opennac.png +0 -0
  73. gns3server/custom_symbols/opensuse.svg +126 -0
  74. gns3server/custom_symbols/openvswitch_bybaro.svg +26 -0
  75. gns3server/custom_symbols/ostinato-3d-icon.svg +95 -0
  76. gns3server/custom_symbols/packetfence2.png +0 -0
  77. gns3server/custom_symbols/pan-vm-fw.svg +364 -0
  78. gns3server/custom_symbols/parrotlogo.png +0 -0
  79. gns3server/custom_symbols/qemu_guest_win10_bybaro.svg +56 -0
  80. gns3server/custom_symbols/qemu_guest_win7_bybaro.svg +59 -0
  81. gns3server/custom_symbols/qemu_guest_win8_bybaro.svg +56 -0
  82. gns3server/custom_symbols/router_docker.svg +213 -0
  83. gns3server/custom_symbols/router_green.svg +206 -0
  84. gns3server/custom_symbols/router_green_docker.svg +665 -0
  85. gns3server/custom_symbols/router_red.svg +206 -0
  86. gns3server/custom_symbols/router_red_docker.svg +213 -0
  87. gns3server/custom_symbols/rpi.png +0 -0
  88. gns3server/custom_symbols/securityonion-logo.png +0 -0
  89. gns3server/custom_symbols/shieldedtux.png +0 -0
  90. gns3server/custom_symbols/steelhead-vcx.png +0 -0
  91. gns3server/custom_symbols/stormshield.png +0 -0
  92. gns3server/custom_symbols/ubuntu.svg +1750 -0
  93. gns3server/custom_symbols/vRIN.svg +316 -0
  94. gns3server/custom_symbols/vsrx_bybaro.svg +44 -0
  95. gns3server/custom_symbols/vyos.svg +35 -0
  96. gns3server/disks/OVMF_CODE_4M.fd +0 -0
  97. gns3server/disks/OVMF_VARS_4M.fd +0 -0
  98. gns3server/schemas/__init__.py +1 -1
  99. gns3server/schemas/compute/docker_nodes.py +2 -2
  100. gns3server/schemas/compute/dynamips_nodes.py +5 -5
  101. gns3server/schemas/compute/iou_nodes.py +2 -2
  102. gns3server/schemas/controller/links.py +21 -0
  103. gns3server/schemas/controller/templates/docker_templates.py +2 -2
  104. gns3server/schemas/controller/templates/dynamips_templates.py +19 -19
  105. gns3server/schemas/controller/templates/iou_templates.py +4 -4
  106. gns3server/schemas/controller/templates/qemu_templates.py +1 -1
  107. gns3server/schemas/controller/users.py +3 -3
  108. gns3server/static/web-ui/index.html +1 -1
  109. gns3server/static/web-ui/main.fd9d76d279fa7d5e.js +1 -0
  110. gns3server/utils/images.py +10 -0
  111. gns3server/version.py +2 -2
  112. gns3_server-3.0.3.dist-info/METADATA +0 -869
  113. gns3server/static/web-ui/main.2e807eb4bc32f838.js +0 -1
  114. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/entry_points.txt +0 -0
  115. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info/licenses}/LICENSE +0 -0
  116. {gns3_server-3.0.3.dist-info → gns3_server-3.0.5.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1917 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:xlink="http://www.w3.org/1999/xlink"
11
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ height="59.253815"
14
+ id="Andysvg"
15
+ inkscape:version="0.48.5 r10040"
16
+ sodipodi:docname="linux_guest.svg"
17
+ sodipodi:version="0.32"
18
+ version="1.0"
19
+ width="65.414536"
20
+ x="0.00000000"
21
+ y="0.00000000"
22
+ inkscape:output_extension="org.inkscape.output.svg.inkscape">
23
+ <metadata
24
+ id="metadata3">
25
+ <rdf:RDF>
26
+ <cc:Work
27
+ rdf:about="">
28
+ <dc:title>Etiquette Icons</dc:title>
29
+ <dc:description />
30
+ <dc:subject>
31
+ <rdf:Bag>
32
+ <rdf:li>hash</rdf:li>
33
+ <rdf:li />
34
+ <rdf:li>hardware</rdf:li>
35
+ <rdf:li>computer</rdf:li>
36
+ </rdf:Bag>
37
+ </dc:subject>
38
+ <dc:publisher>
39
+ <cc:Agent
40
+ rdf:about="http://www.openclipart.org">
41
+ <dc:title>Andy Fitzsimon</dc:title>
42
+ </cc:Agent>
43
+ </dc:publisher>
44
+ <dc:creator>
45
+ <cc:Agent>
46
+ <dc:title>Andy Fitzsimon</dc:title>
47
+ </cc:Agent>
48
+ </dc:creator>
49
+ <dc:rights>
50
+ <cc:Agent>
51
+ <dc:title>Andy Fitzsimon</dc:title>
52
+ </cc:Agent>
53
+ </dc:rights>
54
+ <dc:date />
55
+ <dc:format>image/svg+xml</dc:format>
56
+ <dc:type
57
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
58
+ <cc:license
59
+ rdf:resource="http://web.resource.org/cc/PublicDomain" />
60
+ <dc:language>en</dc:language>
61
+ </cc:Work>
62
+ <cc:License
63
+ rdf:about="http://web.resource.org/cc/PublicDomain">
64
+ <cc:permits
65
+ rdf:resource="http://web.resource.org/cc/Reproduction" />
66
+ <cc:permits
67
+ rdf:resource="http://web.resource.org/cc/Distribution" />
68
+ <cc:permits
69
+ rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
70
+ </cc:License>
71
+ </rdf:RDF>
72
+ </metadata>
73
+ <defs
74
+ id="defs3">
75
+ <linearGradient
76
+ id="linearGradient1806">
77
+ <stop
78
+ id="stop1807"
79
+ offset="0.0000000"
80
+ style="stop-color:#000000;stop-opacity:0.35051546;" />
81
+ <stop
82
+ id="stop3276"
83
+ offset="0.64999998"
84
+ style="stop-color:#000000;stop-opacity:0.13402061;" />
85
+ <stop
86
+ id="stop1808"
87
+ offset="1.0000000"
88
+ style="stop-color:#000000;stop-opacity:0.0000000;" />
89
+ </linearGradient>
90
+ <radialGradient
91
+ cx="42.007256"
92
+ cy="39.007645"
93
+ fx="42.280807"
94
+ fy="39.410465"
95
+ id="radialGradient1977"
96
+ r="11.574221"
97
+ xlink:href="#linearGradient1806"
98
+ gradientUnits="userSpaceOnUse" />
99
+ <linearGradient
100
+ id="linearGradient893">
101
+ <stop
102
+ id="stop895"
103
+ offset="0"
104
+ style="stop-color:#000;stop-opacity:1;" />
105
+ <stop
106
+ id="stop896"
107
+ offset="1"
108
+ style="stop-color:#fff;stop-opacity:1;" />
109
+ </linearGradient>
110
+ <linearGradient
111
+ id="linearGradient1317">
112
+ <stop
113
+ id="stop1318"
114
+ offset="0.00000000"
115
+ style="stop-color:#000000;stop-opacity:0.52892560;" />
116
+ <stop
117
+ id="stop1320"
118
+ offset="0.50000000"
119
+ style="stop-color:#000000;stop-opacity:0.17355372;" />
120
+ <stop
121
+ id="stop1319"
122
+ offset="1.0000000"
123
+ style="stop-color:#000000;stop-opacity:0.00000000;" />
124
+ </linearGradient>
125
+ <linearGradient
126
+ id="linearGradient1133">
127
+ <stop
128
+ id="stop1134"
129
+ offset="0.00000000"
130
+ style="stop-color:#8bb7df;stop-opacity:1.0000000;" />
131
+ <stop
132
+ id="stop1136"
133
+ offset="0.76209301"
134
+ style="stop-color:#2a6092;stop-opacity:1.0000000;" />
135
+ <stop
136
+ id="stop1135"
137
+ offset="1.0000000"
138
+ style="stop-color:#375e82;stop-opacity:1.0000000;" />
139
+ </linearGradient>
140
+ <linearGradient
141
+ id="linearGradient1098">
142
+ <stop
143
+ id="stop1099"
144
+ offset="0.00000000"
145
+ style="stop-color:#ffffff;stop-opacity:1.0000000;" />
146
+ <stop
147
+ id="stop1101"
148
+ offset="0.50000000"
149
+ style="stop-color:#ffffff;stop-opacity:0.22314049;" />
150
+ <stop
151
+ id="stop1102"
152
+ offset="0.59930235"
153
+ style="stop-color:#ffffff;stop-opacity:0.00000000;" />
154
+ <stop
155
+ id="stop1100"
156
+ offset="1.0000000"
157
+ style="stop-color:#ffffff;stop-opacity:0.60330576;" />
158
+ </linearGradient>
159
+ <linearGradient
160
+ id="linearGradient902">
161
+ <stop
162
+ id="stop903"
163
+ offset="0.00000000"
164
+ style="stop-color:#000000;stop-opacity:0.00000000;" />
165
+ <stop
166
+ id="stop904"
167
+ offset="1.0000000"
168
+ style="stop-color:#000000;stop-opacity:0.22000000;" />
169
+ </linearGradient>
170
+ <linearGradient
171
+ id="linearGradient892">
172
+ <stop
173
+ id="stop893"
174
+ offset="0.00000000"
175
+ style="stop-color:#ffffff;stop-opacity:0.00000000;" />
176
+ <stop
177
+ id="stop894"
178
+ offset="1"
179
+ style="stop-color:#fff;stop-opacity:1;" />
180
+ </linearGradient>
181
+ <linearGradient
182
+ id="linearGradient888">
183
+ <stop
184
+ id="stop889"
185
+ offset="0.0000000"
186
+ style="stop-color:#626262;stop-opacity:1.0000000;" />
187
+ <stop
188
+ id="stop890"
189
+ offset="1"
190
+ style="stop-color:#fff;stop-opacity:1;" />
191
+ </linearGradient>
192
+ <linearGradient
193
+ id="linearGradient891"
194
+ x1="92.437965"
195
+ x2="27.674332"
196
+ xlink:href="#linearGradient888"
197
+ y1="-3.9104078"
198
+ y2="91.076988"
199
+ gradientTransform="matrix(0.8184166,0,0,0.530237,-9.8827678,-14.589608)"
200
+ gradientUnits="userSpaceOnUse" />
201
+ <linearGradient
202
+ id="linearGradient901"
203
+ xlink:href="#linearGradient1806"
204
+ gradientTransform="matrix(0.8517959,0,0,0.5754549,70.875335,-17.351492)"
205
+ x1="9.4921856"
206
+ y1="22.862282"
207
+ x2="41.719688"
208
+ y2="22.862282"
209
+ gradientUnits="userSpaceOnUse" />
210
+ <linearGradient
211
+ id="linearGradient905"
212
+ x1="-77.726181"
213
+ x2="95.64444"
214
+ xlink:href="#linearGradient888"
215
+ y1="208.43991"
216
+ y2="11.699047"
217
+ gradientTransform="matrix(0.7314635,0,0,0.5932693,-9.8827694,-14.589616)"
218
+ gradientUnits="userSpaceOnUse" />
219
+ <radialGradient
220
+ cx="60.004654"
221
+ cy="56.485935"
222
+ fx="72.10788"
223
+ fy="39.288475"
224
+ id="radialGradient1132"
225
+ r="68.589226"
226
+ xlink:href="#linearGradient1133"
227
+ gradientTransform="matrix(0.8184166,0,0,0.530237,-9.8827678,-14.589608)"
228
+ gradientUnits="userSpaceOnUse" />
229
+ <linearGradient
230
+ id="linearGradient1138"
231
+ x1="-249.72067"
232
+ x2="-268.25406"
233
+ xlink:href="#linearGradient1806"
234
+ y1="375.922"
235
+ y2="75.912529"
236
+ gradientTransform="scale(1.087146,0.91984)"
237
+ gradientUnits="userSpaceOnUse" />
238
+ <linearGradient
239
+ id="linearGradient1140"
240
+ x1="45.685757"
241
+ x2="41.96706"
242
+ xlink:href="#linearGradient888"
243
+ y1="110.4447"
244
+ y2="232.24953"
245
+ gradientTransform="matrix(1.2743811,0,0,0.3405213,-9.8827694,-14.589616)"
246
+ gradientUnits="userSpaceOnUse" />
247
+ <linearGradient
248
+ id="linearGradient1141"
249
+ x1="0"
250
+ x2="0.92957747"
251
+ xlink:href="#linearGradient888"
252
+ y1="3.3012049"
253
+ y2="-0.45783132" />
254
+ <linearGradient
255
+ id="linearGradient1144"
256
+ x1="31.449743"
257
+ x2="31.617281"
258
+ xlink:href="#linearGradient892"
259
+ y1="203.49899"
260
+ y2="251.21892"
261
+ gradientTransform="matrix(1.4044089,0,0,0.3089952,-9.8827694,-14.589616)"
262
+ gradientUnits="userSpaceOnUse" />
263
+ <linearGradient
264
+ id="linearGradient1146"
265
+ x1="39.810947"
266
+ x2="17.87653"
267
+ xlink:href="#linearGradient892"
268
+ y1="90.197021"
269
+ y2="113.71949"
270
+ gradientTransform="matrix(0.8811179,0,0,0.4925045,-9.8827694,-14.589616)"
271
+ gradientUnits="userSpaceOnUse" />
272
+ <linearGradient
273
+ id="linearGradient1148"
274
+ x1="39.690613"
275
+ x2="70.224304"
276
+ xlink:href="#linearGradient892"
277
+ y1="49.507656"
278
+ y2="20.481863"
279
+ gradientTransform="scale(1.329144,0.752364)"
280
+ gradientUnits="userSpaceOnUse" />
281
+ <linearGradient
282
+ id="linearGradient1150"
283
+ x1="35.190361"
284
+ x2="8.3460579"
285
+ xlink:href="#linearGradient892"
286
+ y1="76.277557"
287
+ y2="105.42543"
288
+ gradientTransform="scale(1.328386,0.752793)"
289
+ gradientUnits="userSpaceOnUse" />
290
+ <linearGradient
291
+ id="linearGradient1156"
292
+ x1="25.220816"
293
+ x2="25.220816"
294
+ xlink:href="#linearGradient888"
295
+ y1="178.48862"
296
+ y2="234.26866"
297
+ gradientTransform="matrix(1.6156202,0,0,0.2685999,-9.8827678,-14.589608)"
298
+ gradientUnits="userSpaceOnUse" />
299
+ <linearGradient
300
+ id="linearGradient1157"
301
+ x1="51.46093"
302
+ x2="-16.224497"
303
+ xlink:href="#linearGradient888"
304
+ y1="269.85831"
305
+ y2="176.28694"
306
+ gradientTransform="matrix(1.6156202,0,0,0.2685999,-9.8827678,-14.589608)"
307
+ gradientUnits="userSpaceOnUse" />
308
+ <linearGradient
309
+ id="linearGradient1166"
310
+ x1="111.49758"
311
+ x2="107.04918"
312
+ xlink:href="#linearGradient1317"
313
+ y1="131.25249"
314
+ y2="148.78619"
315
+ gradientTransform="matrix(0.562951,0,0,0.378005,1.021178,-9.426161)"
316
+ gradientUnits="userSpaceOnUse" />
317
+ <linearGradient
318
+ id="linearGradient1167"
319
+ x1="141.60217"
320
+ x2="88.447014"
321
+ xlink:href="#linearGradient888"
322
+ y1="228.39311"
323
+ y2="133.5471"
324
+ gradientTransform="matrix(0.544555,0,0,0.390775,1.021178,-9.426161)"
325
+ gradientUnits="userSpaceOnUse" />
326
+ <linearGradient
327
+ id="linearGradient1169"
328
+ x1="146.69923"
329
+ x2="74.533691"
330
+ xlink:href="#linearGradient893"
331
+ y1="224.57898"
332
+ y2="81.4776"
333
+ gradientTransform="matrix(0.546024,0,0,0.389723,1.021178,-9.426161)"
334
+ gradientUnits="userSpaceOnUse" />
335
+ <linearGradient
336
+ gradientTransform="scale(0.998371,1.001632)"
337
+ id="linearGradient1170"
338
+ x1="0.47284532"
339
+ x2="0.48655096"
340
+ xlink:href="#linearGradient902"
341
+ y1="-0.016295359"
342
+ y2="1.8378206" />
343
+ <linearGradient
344
+ id="linearGradient1171"
345
+ x1="101.10657"
346
+ x2="95.100159"
347
+ xlink:href="#linearGradient902"
348
+ y1="177.77768"
349
+ y2="173.03152"
350
+ gradientTransform="matrix(0.62565,0,0,0.340123,1.021178,-9.426161)"
351
+ gradientUnits="userSpaceOnUse" />
352
+ <radialGradient
353
+ cx="0.47887325"
354
+ cy="0.53333336"
355
+ fx="0.47535211"
356
+ fy="0.26666668"
357
+ id="radialGradient1315"
358
+ r="0.41197181"
359
+ xlink:href="#linearGradient1317" />
360
+ <radialGradient
361
+ cx="0.5"
362
+ cy="0.50000006"
363
+ fx="0.50352114"
364
+ fy="0.18269235"
365
+ id="radialGradient1316"
366
+ r="0.34964636"
367
+ xlink:href="#linearGradient1317" />
368
+ <linearGradient
369
+ id="linearGradient1404"
370
+ x1="88.755692"
371
+ x2="88.996956"
372
+ xlink:href="#linearGradient892"
373
+ y1="169.09755"
374
+ y2="182.99155"
375
+ gradientTransform="matrix(0.629979,0,0,0.337786,1.021178,-9.426161)"
376
+ gradientUnits="userSpaceOnUse" />
377
+ <linearGradient
378
+ gradientTransform="scale(0.997825,1.00218)"
379
+ id="linearGradient1505"
380
+ x1="0.47157744"
381
+ x2="0.48548824"
382
+ xlink:href="#linearGradient902"
383
+ y1="-0.02485317"
384
+ y2="1.8570156" />
385
+ <linearGradient
386
+ gradientTransform="scale(0.995847,1.00417)"
387
+ id="linearGradient1506"
388
+ x1="0.4704251"
389
+ x2="0.48481107"
390
+ xlink:href="#linearGradient902"
391
+ y1="-0.04365262"
392
+ y2="1.9025002" />
393
+ <linearGradient
394
+ gradientTransform="scale(0.997153,1.002855)"
395
+ id="linearGradient2740"
396
+ x1="0.47041038"
397
+ x2="0.48453596"
398
+ xlink:href="#linearGradient902"
399
+ y1="-0.033741195"
400
+ y2="1.8771822" />
401
+ <linearGradient
402
+ id="linearGradient4283"
403
+ x1="-0.77314812"
404
+ x2="0.99074072"
405
+ xlink:href="#linearGradient893"
406
+ y1="2.0837989"
407
+ y2="-0.033519555" />
408
+ <linearGradient
409
+ id="linearGradient4284"
410
+ x1="-2.3960868e-17"
411
+ x2="0.92957747"
412
+ xlink:href="#linearGradient893"
413
+ y1="3.3012049"
414
+ y2="-0.45783132" />
415
+ <linearGradient
416
+ inkscape:collect="always"
417
+ xlink:href="#linearGradient1806"
418
+ id="linearGradient1948"
419
+ gradientUnits="userSpaceOnUse"
420
+ gradientTransform="scale(1.087146,0.91984)"
421
+ x1="-249.72067"
422
+ y1="375.922"
423
+ x2="-268.25406"
424
+ y2="75.912529" />
425
+ <linearGradient
426
+ inkscape:collect="always"
427
+ xlink:href="#linearGradient1806"
428
+ id="linearGradient1950"
429
+ gradientUnits="userSpaceOnUse"
430
+ gradientTransform="scale(1.087146,0.91984)"
431
+ x1="-249.72067"
432
+ y1="375.922"
433
+ x2="-268.25406"
434
+ y2="75.912529" />
435
+ <linearGradient
436
+ inkscape:collect="always"
437
+ xlink:href="#linearGradient1806"
438
+ id="linearGradient1952"
439
+ gradientUnits="userSpaceOnUse"
440
+ gradientTransform="scale(1.087146,0.91984)"
441
+ x1="-249.72067"
442
+ y1="375.922"
443
+ x2="-268.25406"
444
+ y2="75.912529" />
445
+ <linearGradient
446
+ inkscape:collect="always"
447
+ xlink:href="#linearGradient892"
448
+ id="linearGradient2625"
449
+ gradientUnits="userSpaceOnUse"
450
+ gradientTransform="scale(1.329144,0.752364)"
451
+ x1="39.690613"
452
+ y1="49.507656"
453
+ x2="70.224304"
454
+ y2="20.481863" />
455
+ <linearGradient
456
+ inkscape:collect="always"
457
+ xlink:href="#linearGradient892"
458
+ id="linearGradient2627"
459
+ gradientUnits="userSpaceOnUse"
460
+ gradientTransform="scale(1.328386,0.752793)"
461
+ x1="35.190361"
462
+ y1="76.277557"
463
+ x2="8.3460579"
464
+ y2="105.42543" />
465
+ <linearGradient
466
+ inkscape:collect="always"
467
+ xlink:href="#linearGradient888"
468
+ id="linearGradient2633"
469
+ gradientUnits="userSpaceOnUse"
470
+ gradientTransform="matrix(0.3870648,0,0,0.2694829,71.57581,-24.087318)"
471
+ x1="92.437965"
472
+ y1="-3.9104078"
473
+ x2="27.674332"
474
+ y2="91.076988" />
475
+ <linearGradient
476
+ inkscape:collect="always"
477
+ xlink:href="#linearGradient892"
478
+ id="linearGradient2635"
479
+ gradientUnits="userSpaceOnUse"
480
+ gradientTransform="matrix(0.8821916,0,0,0.491702,-8.9069314,-15.277305)"
481
+ x1="39.690613"
482
+ y1="49.507656"
483
+ x2="70.224304"
484
+ y2="20.481863" />
485
+ <linearGradient
486
+ inkscape:collect="always"
487
+ xlink:href="#linearGradient892"
488
+ id="linearGradient2637"
489
+ gradientUnits="userSpaceOnUse"
490
+ gradientTransform="matrix(0.8816883,0,0,0.4919824,-10.701684,-14.28309)"
491
+ x1="35.190361"
492
+ y1="76.277557"
493
+ x2="8.3460579"
494
+ y2="105.42543" />
495
+ <linearGradient
496
+ id="linearGradient4467-7">
497
+ <stop
498
+ id="stop4469-4"
499
+ offset="0"
500
+ style="stop-color:#000000;stop-opacity:1;" />
501
+ <stop
502
+ id="stop4471-7"
503
+ offset="1"
504
+ style="stop-color:#000000;stop-opacity:0.8974359;" />
505
+ </linearGradient>
506
+ <radialGradient
507
+ gradientUnits="userSpaceOnUse"
508
+ gradientTransform="matrix(0.97442557,1.5088911,-0.83559154,0.53961599,225.10358,63.664066)"
509
+ r="55.859375"
510
+ fy="98.282051"
511
+ fx="116.51958"
512
+ cy="98.282051"
513
+ cx="116.51958"
514
+ id="radialGradient4475-0"
515
+ xlink:href="#linearGradient4467-7"
516
+ inkscape:collect="always" />
517
+ <linearGradient
518
+ id="linearGradient4431-3">
519
+ <stop
520
+ id="stop4433-0"
521
+ offset="0"
522
+ style="stop-color:#ffffff;stop-opacity:1;" />
523
+ <stop
524
+ id="stop4435-2"
525
+ offset="1"
526
+ style="stop-color:#ffffff;stop-opacity:0;" />
527
+ </linearGradient>
528
+ <linearGradient
529
+ gradientUnits="userSpaceOnUse"
530
+ y2="878.90735"
531
+ x2="142.81854"
532
+ y1="831.52283"
533
+ x1="142.81854"
534
+ id="linearGradient4437-6"
535
+ xlink:href="#linearGradient4431-3"
536
+ inkscape:collect="always" />
537
+ <linearGradient
538
+ id="linearGradient4321-0-7">
539
+ <stop
540
+ id="stop4323-3-3"
541
+ offset="0"
542
+ style="stop-color:#ff6702;stop-opacity:1;" />
543
+ <stop
544
+ id="stop4325-1-6"
545
+ offset="1"
546
+ style="stop-color:#ff9a55;stop-opacity:1;" />
547
+ </linearGradient>
548
+ <linearGradient
549
+ id="linearGradient4466-5-9">
550
+ <stop
551
+ id="stop4468-2-7"
552
+ offset="0"
553
+ style="stop-color:#ffffff;stop-opacity:1;" />
554
+ <stop
555
+ id="stop4470-3-7"
556
+ offset="1"
557
+ style="stop-color:#ffffff;stop-opacity:0;" />
558
+ </linearGradient>
559
+ <linearGradient
560
+ id="linearGradient4321-0-0">
561
+ <stop
562
+ id="stop4323-3-9"
563
+ offset="0"
564
+ style="stop-color:#ff6702;stop-opacity:1;" />
565
+ <stop
566
+ id="stop4325-1-1"
567
+ offset="1"
568
+ style="stop-color:#ff9a55;stop-opacity:1;" />
569
+ </linearGradient>
570
+ <linearGradient
571
+ id="linearGradient4466-5-5">
572
+ <stop
573
+ id="stop4468-2-9"
574
+ offset="0"
575
+ style="stop-color:#ffffff;stop-opacity:1;" />
576
+ <stop
577
+ id="stop4470-3-4"
578
+ offset="1"
579
+ style="stop-color:#ffffff;stop-opacity:0;" />
580
+ </linearGradient>
581
+ <linearGradient
582
+ id="linearGradient4321-0">
583
+ <stop
584
+ id="stop4323-3"
585
+ offset="0"
586
+ style="stop-color:#ff6702;stop-opacity:1;" />
587
+ <stop
588
+ id="stop4325-1"
589
+ offset="1"
590
+ style="stop-color:#ff9a55;stop-opacity:1;" />
591
+ </linearGradient>
592
+ <radialGradient
593
+ gradientUnits="userSpaceOnUse"
594
+ gradientTransform="matrix(0.95670828,0.96684666,-0.72623533,0.71862001,442.64399,170.9169)"
595
+ r="49.498173"
596
+ fy="575.27838"
597
+ fx="130.8242"
598
+ cy="575.27838"
599
+ cx="130.8242"
600
+ id="radialGradient4474-6"
601
+ xlink:href="#linearGradient4321-0"
602
+ inkscape:collect="always" />
603
+ <linearGradient
604
+ id="linearGradient4466-5">
605
+ <stop
606
+ id="stop4468-2"
607
+ offset="0"
608
+ style="stop-color:#ffffff;stop-opacity:1;" />
609
+ <stop
610
+ id="stop4470-3"
611
+ offset="1"
612
+ style="stop-color:#ffffff;stop-opacity:0;" />
613
+ </linearGradient>
614
+ <linearGradient
615
+ gradientUnits="userSpaceOnUse"
616
+ y2="579.80206"
617
+ x2="161.7561"
618
+ y1="540.72662"
619
+ x1="161.7561"
620
+ id="linearGradient4472-9"
621
+ xlink:href="#linearGradient4466-5"
622
+ inkscape:collect="always" />
623
+ <radialGradient
624
+ gradientUnits="userSpaceOnUse"
625
+ gradientTransform="matrix(0.95670828,0.96684666,-0.72623533,0.71862001,423.45109,35.05138)"
626
+ r="49.498173"
627
+ fy="575.27838"
628
+ fx="130.8242"
629
+ cy="575.27838"
630
+ cx="130.8242"
631
+ id="radialGradient4474"
632
+ xlink:href="#linearGradient4321"
633
+ inkscape:collect="always" />
634
+ <linearGradient
635
+ gradientUnits="userSpaceOnUse"
636
+ y2="579.80206"
637
+ x2="161.7561"
638
+ y1="540.72662"
639
+ x1="161.7561"
640
+ id="linearGradient4472"
641
+ xlink:href="#linearGradient4466"
642
+ inkscape:collect="always" />
643
+ <linearGradient
644
+ id="linearGradient4011-5-1-1">
645
+ <stop
646
+ id="stop4013-1-9-63"
647
+ offset="0"
648
+ style="stop-color:#fde8a1;stop-opacity:1;" />
649
+ <stop
650
+ id="stop4015-3-8-8"
651
+ offset="1"
652
+ style="stop-color:#2947b9;stop-opacity:1;" />
653
+ </linearGradient>
654
+ <linearGradient
655
+ id="linearGradient3879-4-7-2-3">
656
+ <stop
657
+ id="stop3881-6-7-9-1"
658
+ offset="0"
659
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
660
+ <stop
661
+ id="stop3883-74-6-9-87"
662
+ offset="1"
663
+ style="stop-color:#ffffff;stop-opacity:0;" />
664
+ </linearGradient>
665
+ <linearGradient
666
+ id="linearGradient3999-7-1-4">
667
+ <stop
668
+ id="stop4001-9-1-4"
669
+ offset="0"
670
+ style="stop-color:#fff7f2;stop-opacity:1;" />
671
+ <stop
672
+ id="stop4003-4-4-4"
673
+ offset="1"
674
+ style="stop-color:#ffffff;stop-opacity:0;" />
675
+ </linearGradient>
676
+ <linearGradient
677
+ id="linearGradient4007-9-5-3">
678
+ <stop
679
+ id="stop4009-1-9-3"
680
+ offset="0"
681
+ style="stop-color:#ff6600;stop-opacity:1;" />
682
+ <stop
683
+ id="stop4011-9-5-9"
684
+ offset="1"
685
+ style="stop-color:#ff9148;stop-opacity:1;" />
686
+ </linearGradient>
687
+ <linearGradient
688
+ id="linearGradient3999-7-1">
689
+ <stop
690
+ id="stop4001-9-1"
691
+ offset="0"
692
+ style="stop-color:#fff7f2;stop-opacity:1;" />
693
+ <stop
694
+ id="stop4003-4-4"
695
+ offset="1"
696
+ style="stop-color:#ffffff;stop-opacity:0;" />
697
+ </linearGradient>
698
+ <linearGradient
699
+ id="linearGradient4007-9-5">
700
+ <stop
701
+ id="stop4009-1-9"
702
+ offset="0"
703
+ style="stop-color:#ff6600;stop-opacity:1;" />
704
+ <stop
705
+ id="stop4011-9-5"
706
+ offset="1"
707
+ style="stop-color:#ff9148;stop-opacity:1;" />
708
+ </linearGradient>
709
+ <linearGradient
710
+ id="linearGradient4007-9">
711
+ <stop
712
+ id="stop4009-1"
713
+ offset="0"
714
+ style="stop-color:#ff6600;stop-opacity:1;" />
715
+ <stop
716
+ id="stop4011-9"
717
+ offset="1"
718
+ style="stop-color:#ff9148;stop-opacity:1;" />
719
+ </linearGradient>
720
+ <linearGradient
721
+ id="linearGradient3999-7">
722
+ <stop
723
+ id="stop4001-9"
724
+ offset="0"
725
+ style="stop-color:#fff7f2;stop-opacity:1;" />
726
+ <stop
727
+ id="stop4003-4"
728
+ offset="1"
729
+ style="stop-color:#ffffff;stop-opacity:0;" />
730
+ </linearGradient>
731
+ <linearGradient
732
+ id="linearGradient3880-4">
733
+ <stop
734
+ id="stop3882-5"
735
+ offset="0"
736
+ style="stop-color:#eb7400;stop-opacity:1;" />
737
+ <stop
738
+ id="stop3884-1"
739
+ offset="1"
740
+ style="stop-color:#f7b06a;stop-opacity:1;" />
741
+ </linearGradient>
742
+ <linearGradient
743
+ id="linearGradient3890-9">
744
+ <stop
745
+ id="stop3892-0"
746
+ offset="0"
747
+ style="stop-color:#ffffff;stop-opacity:1;" />
748
+ <stop
749
+ id="stop3894-9"
750
+ offset="1"
751
+ style="stop-color:#ffffff;stop-opacity:0;" />
752
+ </linearGradient>
753
+ <linearGradient
754
+ id="linearGradient4011-5-1-55">
755
+ <stop
756
+ id="stop4013-1-9-8"
757
+ offset="0"
758
+ style="stop-color:#000a30;stop-opacity:1;" />
759
+ <stop
760
+ id="stop4015-3-8-3"
761
+ offset="1"
762
+ style="stop-color:#4260d5;stop-opacity:1;" />
763
+ </linearGradient>
764
+ <linearGradient
765
+ id="linearGradient3879-4-7-2-0">
766
+ <stop
767
+ id="stop3881-6-7-9-7"
768
+ offset="0"
769
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
770
+ <stop
771
+ id="stop3883-74-6-9-8"
772
+ offset="1"
773
+ style="stop-color:#ffffff;stop-opacity:0;" />
774
+ </linearGradient>
775
+ <linearGradient
776
+ id="linearGradient4011-5-1-7">
777
+ <stop
778
+ id="stop4013-1-9-1"
779
+ offset="0"
780
+ style="stop-color:#042dc8;stop-opacity:1;" />
781
+ <stop
782
+ id="stop4015-3-8-5"
783
+ offset="1"
784
+ style="stop-color:#4260d5;stop-opacity:1;" />
785
+ </linearGradient>
786
+ <radialGradient
787
+ gradientUnits="userSpaceOnUse"
788
+ gradientTransform="matrix(0.26837158,1.8482981,-1.1689154,0.16972569,466.57614,26.180822)"
789
+ r="11.515625"
790
+ fy="93.096375"
791
+ fx="66.639"
792
+ cy="93.096375"
793
+ cx="66.639"
794
+ id="radialGradient4017-7-9-7"
795
+ xlink:href="#linearGradient4011-5-1-7"
796
+ inkscape:collect="always" />
797
+ <linearGradient
798
+ id="linearGradient3879-4-7-2-4">
799
+ <stop
800
+ id="stop3881-6-7-9-9"
801
+ offset="0"
802
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
803
+ <stop
804
+ id="stop3883-74-6-9-3"
805
+ offset="1"
806
+ style="stop-color:#ffffff;stop-opacity:0;" />
807
+ </linearGradient>
808
+ <linearGradient
809
+ gradientUnits="userSpaceOnUse"
810
+ y2="143.03978"
811
+ x2="75.874107"
812
+ y1="124.8497"
813
+ x1="76.025352"
814
+ id="linearGradient3885-6-2-8-4"
815
+ xlink:href="#linearGradient3879-4-7-2-4"
816
+ inkscape:collect="always" />
817
+ <linearGradient
818
+ id="linearGradient4011-5-1-5">
819
+ <stop
820
+ id="stop4013-1-9-6"
821
+ offset="0"
822
+ style="stop-color:#042dc8;stop-opacity:1;" />
823
+ <stop
824
+ id="stop4015-3-8-9"
825
+ offset="1"
826
+ style="stop-color:#4260d5;stop-opacity:1;" />
827
+ </linearGradient>
828
+ <radialGradient
829
+ gradientUnits="userSpaceOnUse"
830
+ gradientTransform="matrix(0.55965334,3.8543806,-2.4376181,0.3539404,454.75182,-145.44353)"
831
+ r="11.515625"
832
+ fy="93.096375"
833
+ fx="66.639"
834
+ cy="93.096375"
835
+ cx="66.639"
836
+ id="radialGradient4017-7-9-5"
837
+ xlink:href="#linearGradient4011-5-1-5"
838
+ inkscape:collect="always" />
839
+ <linearGradient
840
+ id="linearGradient3879-4-7-2-7">
841
+ <stop
842
+ id="stop3881-6-7-9-3"
843
+ offset="0"
844
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
845
+ <stop
846
+ id="stop3883-74-6-9-6"
847
+ offset="1"
848
+ style="stop-color:#ffffff;stop-opacity:0;" />
849
+ </linearGradient>
850
+ <linearGradient
851
+ gradientUnits="userSpaceOnUse"
852
+ y2="143.03978"
853
+ x2="75.874107"
854
+ y1="124.8497"
855
+ x1="76.025352"
856
+ id="linearGradient3885-6-2-8-0"
857
+ xlink:href="#linearGradient3879-4-7-2-7"
858
+ inkscape:collect="always" />
859
+ <linearGradient
860
+ id="linearGradient4011-5-1">
861
+ <stop
862
+ id="stop4013-1-9"
863
+ offset="0"
864
+ style="stop-color:#042dc8;stop-opacity:1;" />
865
+ <stop
866
+ id="stop4015-3-8"
867
+ offset="1"
868
+ style="stop-color:#4260d5;stop-opacity:1;" />
869
+ </linearGradient>
870
+ <radialGradient
871
+ gradientUnits="userSpaceOnUse"
872
+ gradientTransform="matrix(0.99779178,6.8718773,-4.3459674,0.6310314,448.94742,-406.99277)"
873
+ r="11.515625"
874
+ fy="93.096375"
875
+ fx="66.639"
876
+ cy="93.096375"
877
+ cx="66.639"
878
+ id="radialGradient4017-7-9"
879
+ xlink:href="#linearGradient4011-5-1"
880
+ inkscape:collect="always" />
881
+ <linearGradient
882
+ id="linearGradient3879-4-7-2">
883
+ <stop
884
+ id="stop3881-6-7-9"
885
+ offset="0"
886
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
887
+ <stop
888
+ id="stop3883-74-6-9"
889
+ offset="1"
890
+ style="stop-color:#ffffff;stop-opacity:0;" />
891
+ </linearGradient>
892
+ <linearGradient
893
+ gradientUnits="userSpaceOnUse"
894
+ y2="143.03978"
895
+ x2="75.874107"
896
+ y1="124.8497"
897
+ x1="76.025352"
898
+ id="linearGradient3885-6-2-8"
899
+ xlink:href="#linearGradient3879-4-7-2"
900
+ inkscape:collect="always" />
901
+ <linearGradient
902
+ gradientUnits="userSpaceOnUse"
903
+ y2="173.47537"
904
+ x2="107.18476"
905
+ y1="189.72537"
906
+ x1="107.03001"
907
+ id="linearGradient4117"
908
+ xlink:href="#linearGradient4011-0"
909
+ inkscape:collect="always" />
910
+ <linearGradient
911
+ id="linearGradient4011-0">
912
+ <stop
913
+ id="stop4013-4"
914
+ offset="0"
915
+ style="stop-color:#042dc8;stop-opacity:1;" />
916
+ <stop
917
+ id="stop4015-0"
918
+ offset="1"
919
+ style="stop-color:#4260d5;stop-opacity:1;" />
920
+ </linearGradient>
921
+ <radialGradient
922
+ gradientUnits="userSpaceOnUse"
923
+ gradientTransform="matrix(0.23244854,1.600893,-1.0124495,0.14700695,146.34996,53.681728)"
924
+ r="11.515625"
925
+ fy="93.096375"
926
+ fx="66.639"
927
+ cy="93.096375"
928
+ cx="66.639"
929
+ id="radialGradient4017-5"
930
+ xlink:href="#linearGradient4011-0"
931
+ inkscape:collect="always" />
932
+ <linearGradient
933
+ id="linearGradient3879-4-75">
934
+ <stop
935
+ id="stop3881-6-1"
936
+ offset="0"
937
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
938
+ <stop
939
+ id="stop3883-74-4"
940
+ offset="1"
941
+ style="stop-color:#ffffff;stop-opacity:0;" />
942
+ </linearGradient>
943
+ <linearGradient
944
+ gradientUnits="userSpaceOnUse"
945
+ y2="143.03978"
946
+ x2="75.874107"
947
+ y1="124.8497"
948
+ x1="76.025352"
949
+ id="linearGradient3885-6-8"
950
+ xlink:href="#linearGradient3879-4-75"
951
+ inkscape:collect="always" />
952
+ <linearGradient
953
+ id="linearGradient4011-5">
954
+ <stop
955
+ id="stop4013-1"
956
+ offset="0"
957
+ style="stop-color:#042dc8;stop-opacity:1;" />
958
+ <stop
959
+ id="stop4015-3"
960
+ offset="1"
961
+ style="stop-color:#4260d5;stop-opacity:1;" />
962
+ </linearGradient>
963
+ <radialGradient
964
+ gradientUnits="userSpaceOnUse"
965
+ gradientTransform="matrix(0.99779178,6.8718773,-4.3459674,0.6310314,452.75975,-225.98471)"
966
+ r="11.515625"
967
+ fy="93.096375"
968
+ fx="66.639"
969
+ cy="93.096375"
970
+ cx="66.639"
971
+ id="radialGradient4017-7"
972
+ xlink:href="#linearGradient4011-5"
973
+ inkscape:collect="always" />
974
+ <linearGradient
975
+ id="linearGradient3879-4-7">
976
+ <stop
977
+ id="stop3881-6-7"
978
+ offset="0"
979
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
980
+ <stop
981
+ id="stop3883-74-6"
982
+ offset="1"
983
+ style="stop-color:#ffffff;stop-opacity:0;" />
984
+ </linearGradient>
985
+ <linearGradient
986
+ gradientUnits="userSpaceOnUse"
987
+ y2="143.03978"
988
+ x2="75.874107"
989
+ y1="124.8497"
990
+ x1="76.025352"
991
+ id="linearGradient3885-6-2"
992
+ xlink:href="#linearGradient3879-4-7"
993
+ inkscape:collect="always" />
994
+ <radialGradient
995
+ gradientUnits="userSpaceOnUse"
996
+ gradientTransform="matrix(0.23244854,1.600893,-1.0124495,0.14700695,145.40424,-26.300303)"
997
+ r="11.515625"
998
+ fy="93.096375"
999
+ fx="66.639"
1000
+ cy="93.096375"
1001
+ cx="66.639"
1002
+ id="radialGradient4017"
1003
+ xlink:href="#linearGradient4011"
1004
+ inkscape:collect="always" />
1005
+ <linearGradient
1006
+ id="linearGradient3869-2">
1007
+ <stop
1008
+ id="stop3871-99"
1009
+ offset="0"
1010
+ style="stop-color:#c95000;stop-opacity:1;" />
1011
+ <stop
1012
+ id="stop3873-6"
1013
+ offset="1"
1014
+ style="stop-color:#ff9e5e;stop-opacity:1;" />
1015
+ </linearGradient>
1016
+ <linearGradient
1017
+ id="linearGradient3879-4">
1018
+ <stop
1019
+ id="stop3881-6"
1020
+ offset="0"
1021
+ style="stop-color:#ffffff;stop-opacity:0.93162394;" />
1022
+ <stop
1023
+ id="stop3883-74"
1024
+ offset="1"
1025
+ style="stop-color:#ffffff;stop-opacity:0;" />
1026
+ </linearGradient>
1027
+ <linearGradient
1028
+ gradientUnits="userSpaceOnUse"
1029
+ y2="143.03978"
1030
+ x2="75.874107"
1031
+ y1="124.8497"
1032
+ x1="76.025352"
1033
+ id="linearGradient3885-6"
1034
+ xlink:href="#linearGradient3879-4"
1035
+ inkscape:collect="always" />
1036
+ <linearGradient
1037
+ id="linearGradient3869-5">
1038
+ <stop
1039
+ id="stop3871-9"
1040
+ offset="0"
1041
+ style="stop-color:#c95000;stop-opacity:1;" />
1042
+ <stop
1043
+ id="stop3873-4"
1044
+ offset="1"
1045
+ style="stop-color:#ff9e5e;stop-opacity:1;" />
1046
+ </linearGradient>
1047
+ <linearGradient
1048
+ id="linearGradient3879-6">
1049
+ <stop
1050
+ id="stop3881-4"
1051
+ offset="0"
1052
+ style="stop-color:#ffffff;stop-opacity:0.90598291;" />
1053
+ <stop
1054
+ id="stop3883-7"
1055
+ offset="1"
1056
+ style="stop-color:#ffffff;stop-opacity:0;" />
1057
+ </linearGradient>
1058
+ <linearGradient
1059
+ id="linearGradient3826">
1060
+ <stop
1061
+ id="stop3828"
1062
+ offset="0"
1063
+ style="stop-color:#ff6600;stop-opacity:1;" />
1064
+ <stop
1065
+ id="stop3830"
1066
+ offset="1"
1067
+ style="stop-color:#ff893b;stop-opacity:1;" />
1068
+ </linearGradient>
1069
+ <linearGradient
1070
+ id="linearGradient3861">
1071
+ <stop
1072
+ id="stop3863"
1073
+ offset="0"
1074
+ style="stop-color:#f06000;stop-opacity:1;" />
1075
+ <stop
1076
+ id="stop3865"
1077
+ offset="1"
1078
+ style="stop-color:#ffccaa;stop-opacity:1;" />
1079
+ </linearGradient>
1080
+ <linearGradient
1081
+ id="linearGradient3869">
1082
+ <stop
1083
+ id="stop3871"
1084
+ offset="0"
1085
+ style="stop-color:#c95000;stop-opacity:1;" />
1086
+ <stop
1087
+ id="stop3873"
1088
+ offset="1"
1089
+ style="stop-color:#ff9e5e;stop-opacity:1;" />
1090
+ </linearGradient>
1091
+ <linearGradient
1092
+ id="linearGradient3879">
1093
+ <stop
1094
+ id="stop3881"
1095
+ offset="0"
1096
+ style="stop-color:#ffffff;stop-opacity:0.90598291;" />
1097
+ <stop
1098
+ id="stop3883"
1099
+ offset="1"
1100
+ style="stop-color:#ffffff;stop-opacity:0;" />
1101
+ </linearGradient>
1102
+ <linearGradient
1103
+ id="linearGradient4011">
1104
+ <stop
1105
+ id="stop4013"
1106
+ offset="0"
1107
+ style="stop-color:#042dc8;stop-opacity:1;" />
1108
+ <stop
1109
+ id="stop4015"
1110
+ offset="1"
1111
+ style="stop-color:#4260d5;stop-opacity:1;" />
1112
+ </linearGradient>
1113
+ <linearGradient
1114
+ id="linearGradient3880">
1115
+ <stop
1116
+ id="stop3882"
1117
+ offset="0"
1118
+ style="stop-color:#eb7400;stop-opacity:1;" />
1119
+ <stop
1120
+ id="stop3884"
1121
+ offset="1"
1122
+ style="stop-color:#f7b06a;stop-opacity:1;" />
1123
+ </linearGradient>
1124
+ <linearGradient
1125
+ id="linearGradient3890">
1126
+ <stop
1127
+ id="stop3892"
1128
+ offset="0"
1129
+ style="stop-color:#ffffff;stop-opacity:1;" />
1130
+ <stop
1131
+ id="stop3894"
1132
+ offset="1"
1133
+ style="stop-color:#ffffff;stop-opacity:0;" />
1134
+ </linearGradient>
1135
+ <linearGradient
1136
+ id="linearGradient3999">
1137
+ <stop
1138
+ id="stop4001"
1139
+ offset="0"
1140
+ style="stop-color:#fff7f2;stop-opacity:1;" />
1141
+ <stop
1142
+ id="stop4003"
1143
+ offset="1"
1144
+ style="stop-color:#ffffff;stop-opacity:0;" />
1145
+ </linearGradient>
1146
+ <linearGradient
1147
+ id="linearGradient4007">
1148
+ <stop
1149
+ id="stop4009"
1150
+ offset="0"
1151
+ style="stop-color:#ff6600;stop-opacity:1;" />
1152
+ <stop
1153
+ id="stop4011"
1154
+ offset="1"
1155
+ style="stop-color:#ff9148;stop-opacity:1;" />
1156
+ </linearGradient>
1157
+ <linearGradient
1158
+ id="linearGradient4251">
1159
+ <stop
1160
+ id="stop4253"
1161
+ offset="0"
1162
+ style="stop-color:#000000;stop-opacity:1;" />
1163
+ <stop
1164
+ id="stop4255"
1165
+ offset="1"
1166
+ style="stop-color:#000000;stop-opacity:0;" />
1167
+ </linearGradient>
1168
+ <linearGradient
1169
+ id="linearGradient4283-4">
1170
+ <stop
1171
+ id="stop4285"
1172
+ offset="0"
1173
+ style="stop-color:#000000;stop-opacity:1;" />
1174
+ <stop
1175
+ id="stop4287"
1176
+ offset="1"
1177
+ style="stop-color:#000000;stop-opacity:0;" />
1178
+ </linearGradient>
1179
+ <linearGradient
1180
+ id="linearGradient4321">
1181
+ <stop
1182
+ id="stop4323"
1183
+ offset="0"
1184
+ style="stop-color:#ff6702;stop-opacity:1;" />
1185
+ <stop
1186
+ id="stop4325"
1187
+ offset="1"
1188
+ style="stop-color:#ff9a55;stop-opacity:1;" />
1189
+ </linearGradient>
1190
+ <linearGradient
1191
+ id="linearGradient4466">
1192
+ <stop
1193
+ id="stop4468"
1194
+ offset="0"
1195
+ style="stop-color:#ffffff;stop-opacity:1;" />
1196
+ <stop
1197
+ id="stop4470"
1198
+ offset="1"
1199
+ style="stop-color:#ffffff;stop-opacity:0;" />
1200
+ </linearGradient>
1201
+ <linearGradient
1202
+ id="linearGradient4431">
1203
+ <stop
1204
+ id="stop4433"
1205
+ offset="0"
1206
+ style="stop-color:#ffffff;stop-opacity:1;" />
1207
+ <stop
1208
+ id="stop4435"
1209
+ offset="1"
1210
+ style="stop-color:#ffffff;stop-opacity:0;" />
1211
+ </linearGradient>
1212
+ <linearGradient
1213
+ id="linearGradient4467">
1214
+ <stop
1215
+ id="stop4469"
1216
+ offset="0"
1217
+ style="stop-color:#000000;stop-opacity:1;" />
1218
+ <stop
1219
+ id="stop4471"
1220
+ offset="1"
1221
+ style="stop-color:#000000;stop-opacity:0.8974359;" />
1222
+ </linearGradient>
1223
+ <linearGradient
1224
+ id="linearGradient4686">
1225
+ <stop
1226
+ id="stop4688"
1227
+ offset="0"
1228
+ style="stop-color:#000000;stop-opacity:1;" />
1229
+ <stop
1230
+ style="stop-color:#000000;stop-opacity:0.87843138;"
1231
+ offset="0.75"
1232
+ id="stop3956" />
1233
+ <stop
1234
+ id="stop3958"
1235
+ offset="0.75"
1236
+ style="stop-color:#ffffff;stop-opacity:0.43921569;" />
1237
+ <stop
1238
+ style="stop-color:#181818;stop-opacity:1;"
1239
+ offset="0.88"
1240
+ id="stop3960" />
1241
+ <stop
1242
+ id="stop3962"
1243
+ offset="0.88"
1244
+ style="stop-color:#242424;stop-opacity:1;" />
1245
+ <stop
1246
+ id="stop4690"
1247
+ offset="1"
1248
+ style="stop-color:#000000;stop-opacity:1;" />
1249
+ </linearGradient>
1250
+ <linearGradient
1251
+ gradientTransform="scale(1.221941,0.81837)"
1252
+ y2="482.55939"
1253
+ x2="288.37628"
1254
+ y1="398.85422"
1255
+ x1="288.82358"
1256
+ gradientUnits="userSpaceOnUse"
1257
+ id="linearGradient1439"
1258
+ xlink:href="#linearGradient167" />
1259
+ <linearGradient
1260
+ gradientTransform="scale(1.218684,0.820557)"
1261
+ y2="485.69934"
1262
+ x2="285.45923"
1263
+ y1="410.46326"
1264
+ x1="284.68652"
1265
+ gradientUnits="userSpaceOnUse"
1266
+ id="linearGradient1437"
1267
+ xlink:href="#linearGradient162" />
1268
+ <linearGradient
1269
+ gradientTransform="scale(1.065499,0.938527)"
1270
+ y2="582.63507"
1271
+ x2="371.60889"
1272
+ y1="474.01779"
1273
+ x1="316.93988"
1274
+ gradientUnits="userSpaceOnUse"
1275
+ id="linearGradient1435"
1276
+ xlink:href="#linearGradient167" />
1277
+ <linearGradient
1278
+ gradientTransform="scale(0.999504,1.000496)"
1279
+ y2="710.97723"
1280
+ x2="230.53499"
1281
+ y1="570.41809"
1282
+ x1="223.10072"
1283
+ gradientUnits="userSpaceOnUse"
1284
+ id="linearGradient1433"
1285
+ xlink:href="#linearGradient167" />
1286
+ <linearGradient
1287
+ y2="704.73077"
1288
+ x2="182.24524"
1289
+ y1="587.23602"
1290
+ x1="117.88966"
1291
+ gradientTransform="scale(1.007724,0.992335)"
1292
+ gradientUnits="userSpaceOnUse"
1293
+ id="linearGradient1431"
1294
+ xlink:href="#linearGradient167" />
1295
+ <linearGradient
1296
+ gradientTransform="scale(1.009851,0.990245)"
1297
+ y2="737.8537"
1298
+ x2="203.12654"
1299
+ y1="630.30475"
1300
+ x1="218.11714"
1301
+ gradientUnits="userSpaceOnUse"
1302
+ id="linearGradient1429"
1303
+ xlink:href="#linearGradient162" />
1304
+ <linearGradient
1305
+ gradientTransform="scale(1.065499,0.938527)"
1306
+ y2="386.66583"
1307
+ x2="279.64313"
1308
+ y1="655.73102"
1309
+ x1="381.56607"
1310
+ gradientUnits="userSpaceOnUse"
1311
+ id="linearGradient1427"
1312
+ xlink:href="#linearGradient153" />
1313
+ <linearGradient
1314
+ gradientTransform="scale(1.011514,0.988617)"
1315
+ y2="737.41229"
1316
+ x2="212.5099"
1317
+ y1="657.11133"
1318
+ x1="236.25362"
1319
+ gradientUnits="userSpaceOnUse"
1320
+ id="linearGradient1425"
1321
+ xlink:href="#linearGradient162" />
1322
+ <linearGradient
1323
+ gradientTransform="scale(0.572667,1.746214)"
1324
+ y2="314.83911"
1325
+ x2="867.33453"
1326
+ y1="234.73897"
1327
+ x1="867.34546"
1328
+ gradientUnits="userSpaceOnUse"
1329
+ id="linearGradient1423"
1330
+ xlink:href="#linearGradient167" />
1331
+ <linearGradient
1332
+ gradientTransform="scale(0.571707,1.749147)"
1333
+ y2="331.44858"
1334
+ x2="411.2215"
1335
+ y1="242.94365"
1336
+ x1="411.2215"
1337
+ gradientUnits="userSpaceOnUse"
1338
+ id="linearGradient1421"
1339
+ xlink:href="#linearGradient167" />
1340
+ <linearGradient
1341
+ gradientTransform="scale(1.077001,0.928504)"
1342
+ y2="488.48251"
1343
+ x2="323.2514"
1344
+ y1="435.26761"
1345
+ x1="322.48257"
1346
+ gradientUnits="userSpaceOnUse"
1347
+ id="linearGradient1419"
1348
+ xlink:href="#linearGradient167" />
1349
+ <linearGradient
1350
+ gradientTransform="scale(1.074798,0.930408)"
1351
+ y2="614.50439"
1352
+ x2="321.32224"
1353
+ y1="498.17776"
1354
+ x1="320.75104"
1355
+ gradientUnits="userSpaceOnUse"
1356
+ id="linearGradient1417"
1357
+ xlink:href="#linearGradient138" />
1358
+ <linearGradient
1359
+ gradientTransform="scale(0.649784,1.538974)"
1360
+ y2="324.03815"
1361
+ x2="377.48541"
1362
+ y1="419.78485"
1363
+ x1="375.17325"
1364
+ gradientUnits="userSpaceOnUse"
1365
+ id="linearGradient1415"
1366
+ xlink:href="#linearGradient153" />
1367
+ <linearGradient
1368
+ gradientTransform="scale(0.812855,1.230232)"
1369
+ y2="394.10361"
1370
+ x2="437.57941"
1371
+ y1="528.87177"
1372
+ x1="437.57941"
1373
+ spreadMethod="reflect"
1374
+ gradientUnits="userSpaceOnUse"
1375
+ id="linearGradient1413"
1376
+ xlink:href="#linearGradient153" />
1377
+ <linearGradient
1378
+ gradientTransform="scale(0.816497,1.224744)"
1379
+ y2="281.32513"
1380
+ x2="387.06866"
1381
+ y1="242.28218"
1382
+ x1="389.63535"
1383
+ gradientUnits="userSpaceOnUse"
1384
+ id="linearGradient1411"
1385
+ xlink:href="#linearGradient167" />
1386
+ <linearGradient
1387
+ y2="281.01636"
1388
+ x2="376.79556"
1389
+ y1="240.92712"
1390
+ x1="379.09573"
1391
+ gradientTransform="scale(0.816497,1.224744)"
1392
+ gradientUnits="userSpaceOnUse"
1393
+ id="linearGradient1409"
1394
+ xlink:href="#linearGradient167" />
1395
+ <linearGradient
1396
+ gradientTransform="scale(0.816497,1.224744)"
1397
+ y2="245.68338"
1398
+ x2="380.5517"
1399
+ y1="277.495"
1400
+ x1="381.38742"
1401
+ gradientUnits="userSpaceOnUse"
1402
+ id="linearGradient1407"
1403
+ xlink:href="#linearGradient153" />
1404
+ <linearGradient
1405
+ y2="243.91606"
1406
+ x2="380.27319"
1407
+ y1="278.60202"
1408
+ x1="378.93771"
1409
+ gradientTransform="scale(0.816497,1.224744)"
1410
+ gradientUnits="userSpaceOnUse"
1411
+ id="linearGradient1405"
1412
+ xlink:href="#linearGradient153" />
1413
+ <linearGradient
1414
+ gradientTransform="scale(1.116071,0.896001)"
1415
+ y2="330.09561"
1416
+ x2="297.0856"
1417
+ y1="237.93179"
1418
+ x1="303.01761"
1419
+ gradientUnits="userSpaceOnUse"
1420
+ id="linearGradient1403"
1421
+ xlink:href="#linearGradient138" />
1422
+ <linearGradient
1423
+ gradientTransform="scale(0.575262,1.738339)"
1424
+ y2="304.07886"
1425
+ x2="400.84448"
1426
+ y1="369.53015"
1427
+ x1="400.57785"
1428
+ gradientUnits="userSpaceOnUse"
1429
+ id="linearGradient1401"
1430
+ xlink:href="#linearGradient153" />
1431
+ <radialGradient
1432
+ gradientUnits="userSpaceOnUse"
1433
+ r="195.07191"
1434
+ fy="1219.4125"
1435
+ fx="446.77762"
1436
+ cy="1219.4125"
1437
+ cx="446.77762"
1438
+ gradientTransform="scale(1.045233,0.956725)"
1439
+ id="radialGradient1399"
1440
+ xlink:href="#linearGradient172" />
1441
+ <linearGradient
1442
+ gradientUnits="objectBoundingBox"
1443
+ y2="-0.675295"
1444
+ x2="0.19452"
1445
+ y1="1.2934099"
1446
+ x1="0.94027299"
1447
+ id="linearGradient178"
1448
+ xlink:href="#linearGradient153" />
1449
+ <radialGradient
1450
+ id="radialGradient176"
1451
+ xlink:href="#linearGradient172" />
1452
+ <radialGradient
1453
+ gradientUnits="objectBoundingBox"
1454
+ r="0.5"
1455
+ fy="0.5"
1456
+ fx="0.5"
1457
+ cy="0.5"
1458
+ cx="0.5"
1459
+ id="radialGradient171"
1460
+ xlink:href="#linearGradient172" />
1461
+ <linearGradient
1462
+ gradientUnits="objectBoundingBox"
1463
+ y2="0.97005898"
1464
+ x2="0.50800002"
1465
+ y1="0.191616"
1466
+ x1="0.50000501"
1467
+ id="linearGradient166"
1468
+ xlink:href="#linearGradient162" />
1469
+ <linearGradient
1470
+ gradientUnits="objectBoundingBox"
1471
+ y2="0.98367399"
1472
+ x2="0.46399999"
1473
+ y1="0.51020199"
1474
+ x1="0.60399801"
1475
+ id="linearGradient165"
1476
+ xlink:href="#linearGradient162" />
1477
+ <linearGradient
1478
+ gradientUnits="objectBoundingBox"
1479
+ y2="0.98558098"
1480
+ x2="0.41209599"
1481
+ y1="0.34872901"
1482
+ x1="0.50086302"
1483
+ id="linearGradient161"
1484
+ xlink:href="#linearGradient162" />
1485
+ <linearGradient
1486
+ gradientUnits="objectBoundingBox"
1487
+ y2="0.096282303"
1488
+ x2="0.49215299"
1489
+ y1="0.87917101"
1490
+ x1="0.46201"
1491
+ id="linearGradient159"
1492
+ xlink:href="#linearGradient153" />
1493
+ <linearGradient
1494
+ gradientUnits="objectBoundingBox"
1495
+ y2="0.136172"
1496
+ x2="0.49843901"
1497
+ y1="0.85418499"
1498
+ x1="0.51730198"
1499
+ id="linearGradient158"
1500
+ xlink:href="#linearGradient153" />
1501
+ <linearGradient
1502
+ gradientUnits="objectBoundingBox"
1503
+ y2="0.41252401"
1504
+ x2="0.49482101"
1505
+ y1="1.15284"
1506
+ x1="0.49180499"
1507
+ id="linearGradient157"
1508
+ xlink:href="#linearGradient153" />
1509
+ <linearGradient
1510
+ gradientUnits="objectBoundingBox"
1511
+ y2="0.23093501"
1512
+ x2="0.453989"
1513
+ y1="0.98882002"
1514
+ x1="0.43568701"
1515
+ id="linearGradient156"
1516
+ xlink:href="#linearGradient153" />
1517
+ <linearGradient
1518
+ spreadMethod="reflect"
1519
+ gradientUnits="objectBoundingBox"
1520
+ y2="0.40625"
1521
+ x2="0.5"
1522
+ y1="0.89842999"
1523
+ x1="0.5"
1524
+ id="linearGradient152"
1525
+ xlink:href="#linearGradient153" />
1526
+ <linearGradient
1527
+ gradientUnits="objectBoundingBox"
1528
+ y2="1.02569"
1529
+ x2="0.487055"
1530
+ y1="0.022184599"
1531
+ x1="0.433979"
1532
+ id="linearGradient151"
1533
+ xlink:href="#linearGradient167" />
1534
+ <linearGradient
1535
+ gradientTransform="matrix(-0.928523,0.283938,0.435332,0.943857,-1.91327e-7,5.49908e-8)"
1536
+ gradientUnits="objectBoundingBox"
1537
+ y2="0.94191301"
1538
+ x2="0.156323"
1539
+ y1="0.099496603"
1540
+ x1="-0.30509499"
1541
+ id="linearGradient150"
1542
+ xlink:href="#linearGradient167" />
1543
+ <linearGradient
1544
+ gradientUnits="objectBoundingBox"
1545
+ y2="0.94634098"
1546
+ x2="0.50400001"
1547
+ y1="0.131707"
1548
+ x1="0.5"
1549
+ id="linearGradient149"
1550
+ xlink:href="#linearGradient138" />
1551
+ <linearGradient
1552
+ gradientUnits="objectBoundingBox"
1553
+ y2="0.92820501"
1554
+ x2="0.51599997"
1555
+ y1="0.37435901"
1556
+ x1="0.50799799"
1557
+ id="linearGradient148"
1558
+ xlink:href="#linearGradient167" />
1559
+ <linearGradient
1560
+ gradientUnits="objectBoundingBox"
1561
+ y2="0.8125"
1562
+ x2="0.5"
1563
+ y1="0.0234362"
1564
+ x1="0.5"
1565
+ id="linearGradient147"
1566
+ xlink:href="#linearGradient167" />
1567
+ <linearGradient
1568
+ gradientUnits="objectBoundingBox"
1569
+ y2="0.71875"
1570
+ x2="0.57143003"
1571
+ y1="0.023441499"
1572
+ x1="0.57152498"
1573
+ id="linearGradient146"
1574
+ xlink:href="#linearGradient167" />
1575
+ <linearGradient
1576
+ gradientUnits="objectBoundingBox"
1577
+ y2="0.75857902"
1578
+ x2="0.86741799"
1579
+ y1="-0.036155298"
1580
+ x1="0.46741399"
1581
+ id="linearGradient145"
1582
+ xlink:href="#linearGradient167" />
1583
+ <linearGradient
1584
+ gradientUnits="objectBoundingBox"
1585
+ y2="0.94063401"
1586
+ x2="0.64553201"
1587
+ y1="0.059404202"
1588
+ x1="0.70346397"
1589
+ id="linearGradient144"
1590
+ xlink:href="#linearGradient167" />
1591
+ <linearGradient
1592
+ gradientUnits="objectBoundingBox"
1593
+ y2="0.93366498"
1594
+ x2="0.41365999"
1595
+ y1="0.028819799"
1596
+ x1="0.46557701"
1597
+ id="linearGradient143"
1598
+ xlink:href="#linearGradient167" />
1599
+ <linearGradient
1600
+ gradientUnits="objectBoundingBox"
1601
+ y2="0.94531101"
1602
+ x2="0.553922"
1603
+ y1="0.031192999"
1604
+ x1="0.55880702"
1605
+ id="linearGradient142"
1606
+ xlink:href="#linearGradient167" />
1607
+ <linearGradient
1608
+ gradientUnits="objectBoundingBox"
1609
+ y2="0.90125799"
1610
+ x2="0.417539"
1611
+ y1="0.020191999"
1612
+ x1="0.47424799"
1613
+ id="linearGradient141"
1614
+ xlink:href="#linearGradient138" />
1615
+ <linearGradient
1616
+ id="linearGradient138">
1617
+ <stop
1618
+ id="stop139"
1619
+ offset="0"
1620
+ style="stop-color:#ffffff;stop-opacity:0.8;" />
1621
+ <stop
1622
+ id="stop140"
1623
+ offset="1"
1624
+ style="stop-color:#ffffff;stop-opacity:0;" />
1625
+ </linearGradient>
1626
+ <linearGradient
1627
+ id="linearGradient153">
1628
+ <stop
1629
+ id="stop154"
1630
+ offset="0"
1631
+ style="stop-color:#ffeed7;stop-opacity:1;" />
1632
+ <stop
1633
+ id="stop155"
1634
+ offset="1"
1635
+ style="stop-color:#bdbfc2;stop-opacity:1;" />
1636
+ </linearGradient>
1637
+ <linearGradient
1638
+ id="linearGradient162">
1639
+ <stop
1640
+ id="stop163"
1641
+ offset="0"
1642
+ style="stop-color:#ffa63f;stop-opacity:1;" />
1643
+ <stop
1644
+ id="stop164"
1645
+ offset="1"
1646
+ style="stop-color:#ffff00;stop-opacity:1;" />
1647
+ </linearGradient>
1648
+ <linearGradient
1649
+ id="linearGradient167">
1650
+ <stop
1651
+ id="stop168"
1652
+ offset="0"
1653
+ style="stop-color:#ffffff;stop-opacity:0.65;" />
1654
+ <stop
1655
+ id="stop169"
1656
+ offset="1"
1657
+ style="stop-color:#ffffff;stop-opacity:0;" />
1658
+ </linearGradient>
1659
+ <linearGradient
1660
+ id="linearGradient172">
1661
+ <stop
1662
+ id="stop173"
1663
+ offset="0"
1664
+ style="stop-color:#3f2600;stop-opacity:0.6;" />
1665
+ <stop
1666
+ id="stop174"
1667
+ offset="1"
1668
+ style="stop-color:#3f2600;stop-opacity:0;" />
1669
+ </linearGradient>
1670
+ </defs>
1671
+ <sodipodi:namedview
1672
+ bordercolor="#666666"
1673
+ borderopacity="1.0"
1674
+ id="base"
1675
+ inkscape:cx="32.441017"
1676
+ inkscape:cy="57.061286"
1677
+ inkscape:pageopacity="0.0"
1678
+ inkscape:pageshadow="2"
1679
+ inkscape:window-height="975"
1680
+ inkscape:window-width="1400"
1681
+ inkscape:window-x="1335"
1682
+ inkscape:window-y="54"
1683
+ inkscape:zoom="4"
1684
+ pagecolor="#ffffff"
1685
+ showborder="true"
1686
+ inkscape:current-layer="Andysvg"
1687
+ showgrid="false"
1688
+ inkscape:window-maximized="0" />
1689
+ <rect
1690
+ height="5.4088969"
1691
+ id="rect1155"
1692
+ style="fill:url(#linearGradient1156);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient1157);stroke-width:0.95344429pt"
1693
+ width="38.405891"
1694
+ x="12.350429"
1695
+ y="36.575089" />
1696
+ <path
1697
+ d="M 0.19287398,54.885213 C -0.67386281,56.46268 1.5579198,59.253939 3.3933636,59.253939 L 62.069027,59.253939 C 63.628857,59.253939 65.976201,57.281205 65.269522,55.925378 L 58.655165,43.235277 C 58.145696,42.257819 57.005954,41.779036 55.881408,41.779036 L 8.9408812,41.779036 C 8.0135624,41.779036 7.0317541,42.438291 6.5938539,43.235277 L 0.19287398,54.885213 z "
1698
+ id="path1139"
1699
+ sodipodi:nodetypes="czzzzzzzz"
1700
+ style="fill:url(#linearGradient1140);fill-opacity:1;fill-rule:evenodd;stroke-width:1.44734821pt" />
1701
+ <rect
1702
+ height="39.110481"
1703
+ id="rect1137"
1704
+ rx="3.6272225"
1705
+ ry="3.536587"
1706
+ style="fill:url(#linearGradient905);fill-opacity:1;fill-rule:evenodd;stroke-width:1.62826681"
1707
+ width="48.220726"
1708
+ x="7.4732022"
1709
+ y="-0.010164791" />
1710
+ <rect
1711
+ height="24.74659"
1712
+ id="rect1131"
1713
+ style="fill:url(#radialGradient1132);fill-opacity:1;fill-rule:evenodd;stroke:url(#linearGradient891);stroke-width:0.96503658pt"
1714
+ width="38.813015"
1715
+ x="12.390426"
1716
+ y="6.027596" />
1717
+ <path
1718
+ d="M 8.5906358,19.782157 L 8.3772707,34.032521 C 8.3432557,36.304242 9.6712558,37.75887 12.004493,37.777143 L 38.568566,37.985175 L 41.128957,32.160207 L 11.471076,31.952177 L 11.257713,19.678141 L 8.5906358,19.782157 z "
1719
+ id="path1145"
1720
+ sodipodi:nodetypes="czzccccc"
1721
+ style="fill:url(#linearGradient1146);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1722
+ <path
1723
+ d="M 2.7205883,54.675124 C 2.1113822,55.866786 2.9089235,57.975349 4.9701318,57.975349 L 60.179981,57.975349 C 61.276346,57.975349 62.926231,56.48511 62.429524,55.460899 L 57.78047,45.874547 C 57.422369,45.136152 56.621274,44.774474 55.830865,44.774474 L 8.8693353,44.774468 C 8.2175462,44.774468 7.5274604,45.272486 7.2196723,45.874547 L 2.7205883,54.675124 z "
1724
+ id="path1143"
1725
+ sodipodi:nodetypes="czzzzzzzz"
1726
+ style="fill:url(#linearGradient1144);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1727
+ <path
1728
+ d="M 19.010905,6.5904681 L 42.426675,6.2948726 C 46.041292,6.2492425 50.532134,9.8297185 50.532134,13.389152 L 50.532134,24.030571 L 18.710703,23.734975 L 19.010905,6.5904681 z "
1729
+ id="path1147"
1730
+ sodipodi:nodetypes="czzccc"
1731
+ style="fill:url(#linearGradient2635);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1732
+ <path
1733
+ d="M 41.29338,29.915511 L 20.310226,29.977799 C 17.071125,29.987414 13.079277,26.740463 13.111035,23.55121 L 13.205982,14.016504 L 41.715336,14.556637 L 41.29338,29.915511 z "
1734
+ id="path1149"
1735
+ sodipodi:nodetypes="czzccc"
1736
+ style="fill:url(#linearGradient2637);fill-opacity:1;fill-rule:evenodd;stroke-width:1pt" />
1737
+ <path
1738
+ inkscape:connector-curvature="0"
1739
+ d="m 41.73111,27.862671 c 0,1.581805 -2.564616,2.864144 -5.728226,2.864144 -3.16355,0 -5.728166,-1.282278 -5.728166,-2.864144 0,-1.581866 2.564616,-2.864144 5.728166,-2.864144 3.163549,6.1e-5 5.728226,1.282339 5.728226,2.864144 z"
1740
+ id="path4954" />
1741
+ <path
1742
+ inkscape:connector-curvature="0"
1743
+ d="m 33.200368,27.831887 c 0,1.581745 -2.633512,2.864083 -5.882205,2.864083 -3.248631,0 -5.882144,-1.282277 -5.882144,-2.864083 0,-1.581805 2.633513,-2.864143 5.882144,-2.864143 3.248632,6.1e-5 5.882205,1.282338 5.882205,2.864143 z"
1744
+ id="path4961" />
1745
+ <g
1746
+ transform="matrix(0.0323905,0,0,0.0323905,11.396109,4.3172512)"
1747
+ id="g1369">
1748
+ <path
1749
+ style="fill:url(#radialGradient1399);stroke:none"
1750
+ id="path175"
1751
+ d="m 670.88202,1166.6423 a 203.89551,186.63016 0 1 1 -407.79102,0 203.89551,186.63016 0 1 1 407.79102,0 z"
1752
+ transform="matrix(1.4177,0,0,0.414745,-38.7944,222.194)"
1753
+ inkscape:connector-curvature="0" />
1754
+ <path
1755
+ style="fill:#000000;stroke:none"
1756
+ d="m 223.627,632.24 c -22.388,-32.223 -26.754,-136.984 25.487,-201.43 25.886,-30.918 32.49,-52.465 34.531,-81.393 1.389,-32.979 -23.325,-131.442 69.883,-138.944 94.406,-7.532 89.336,85.66 88.793,134.975 -0.451,41.64 30.574,65.241 51.796,97.695 39.279,59.63 35.957,162.3 -7.399,217.872 -54.917,69.568 -101.953,39.398 -133.19,41.93 -58.493,3.202 -60.427,34.391 -129.901,-70.705 z"
1757
+ id="path106"
1758
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1759
+ inkscape:connector-curvature="0" />
1760
+ <path
1761
+ style="fill:url(#linearGradient1401);stroke:none"
1762
+ d="m 246.571,470.864 c -12.239,12.496 -44.396,69.092 4.869,105.36 17.369,12.633 -16.377,59.495 -32.005,36.308 -27.57,-41.618 -8.831,-106.941 8.315,-130.188 11.652,-16.487 29.23,-22.676 18.821,-11.48 z"
1763
+ id="path113"
1764
+ transform="matrix(-1.67739,-0.0224516,-0.0211236,1.4709,1173.58,-293.017)"
1765
+ inkscape:connector-curvature="0" />
1766
+ <path
1767
+ style="fill:#000000;stroke:#000000;stroke-width:0.97729802"
1768
+ d="m 256.513,459.837 c -19.915,17.717 -56.176,80.091 -3.288,120.606 17.37,12.632 -15.393,52.463 -33.79,32.089 -63.963,-70.82 1.669,-152.254 24.262,-180.25 20.192,-24.347 38.078,5.752 12.816,27.555 z"
1769
+ id="path111"
1770
+ transform="matrix(-1.67755,0,0,1.52374,1174.62,-318.082)"
1771
+ inkscape:connector-curvature="0" />
1772
+ <path
1773
+ style="fill:url(#linearGradient1403);stroke:none"
1774
+ id="path114"
1775
+ d="m 399.56879,258.15753 a 58.37323,46.863022 0 1 1 -116.74646,0 58.37323,46.863022 0 1 1 116.74646,0 z"
1776
+ transform="matrix(1.26626,-0.0713667,-0.0459795,1.19574,202.143,-125.761)"
1777
+ inkscape:connector-curvature="0" />
1778
+ <path
1779
+ style="fill:url(#linearGradient1405);stroke:none"
1780
+ id="path115"
1781
+ d="m 328.86324,320.64151 a 18.08748,27.131196 0 1 1 -36.17496,0 18.08748,27.131196 0 1 1 36.17496,0 z"
1782
+ transform="matrix(1.30445,-0.0755326,0.0771251,1.34257,144.757,-177.617)"
1783
+ inkscape:connector-curvature="0" />
1784
+ <path
1785
+ style="fill:url(#linearGradient1407);stroke:none"
1786
+ id="path116"
1787
+ d="m 328.86324,320.64151 a 18.08748,27.131196 0 1 1 -36.17496,0 18.08748,27.131196 0 1 1 36.17496,0 z"
1788
+ transform="matrix(-1.81082,0.0495107,0.0317324,1.55333,1207.46,-284.777)"
1789
+ inkscape:connector-curvature="0" />
1790
+ <path
1791
+ style="fill:#000000;stroke:none"
1792
+ id="path117"
1793
+ d="m 328.86324,320.64151 a 18.08748,27.131196 0 1 1 -36.17496,0 18.08748,27.131196 0 1 1 36.17496,0 z"
1794
+ transform="matrix(-0.823196,-0.00176123,-0.0182321,0.852662,913.674,-37.9902)"
1795
+ inkscape:connector-curvature="0" />
1796
+ <path
1797
+ style="fill:#000000;stroke:none"
1798
+ id="path118"
1799
+ d="m 328.86324,320.64151 a 18.08748,27.131196 0 1 1 -36.17496,0 18.08748,27.131196 0 1 1 36.17496,0 z"
1800
+ transform="matrix(0.59438,-0.0722959,0.0688176,0.705838,367.448,32.4186)"
1801
+ inkscape:connector-curvature="0" />
1802
+ <path
1803
+ style="fill:url(#linearGradient1409);stroke:none"
1804
+ id="path121"
1805
+ d="m 328.86324,320.64151 a 18.08748,27.131196 0 1 1 -36.17496,0 18.08748,27.131196 0 1 1 36.17496,0 z"
1806
+ transform="matrix(-0.480323,-0.036454,-0.0467935,0.475606,813.496,87.0124)"
1807
+ inkscape:connector-curvature="0" />
1808
+ <path
1809
+ style="fill:url(#linearGradient1411);stroke:none"
1810
+ id="path122"
1811
+ d="m 328.86324,320.64151 a 18.08748,27.131196 0 1 1 -36.17496,0 18.08748,27.131196 0 1 1 36.17496,0 z"
1812
+ transform="matrix(0.35691,-0.0408211,0.0413232,0.398544,449.334,114.991)"
1813
+ inkscape:connector-curvature="0" />
1814
+ <path
1815
+ style="fill:url(#linearGradient1413);stroke:none"
1816
+ d="m 258.702,495.425 c 12.836,-29.103 40.114,-80.226 40.695,-119.758 0,-31.442 94.179,-38.951 101.737,-7.558 7.558,31.393 26.741,78.483 38.95,101.156 12.208,22.672 47.809,94.695 9.884,157.546 -34.157,55.644 -137.725,99.666 -193.01,-7.557 -18.603,-37.207 -15.285,-83.315 1.744,-123.829 z"
1817
+ id="path128"
1818
+ transform="matrix(1.25,0,0,1.25,185.454,-168.23)"
1819
+ inkscape:connector-curvature="0" />
1820
+ <path
1821
+ style="fill:url(#linearGradient1415);stroke:none"
1822
+ d="m 242.905,473.815 c -11.263,18.967 -35.5,69.309 12.137,102.047 51.311,34.82 46.473,97.062 -15.607,61.955 -56.777,-31.789 -22.845,-137.778 -4.51,-162.266 12.107,-17.214 29.897,-38.031 7.98,-1.736 z"
1823
+ id="path112"
1824
+ transform="matrix(1.38936,-0.111074,0.102211,1.30214,108.413,-165.938)"
1825
+ inkscape:connector-curvature="0" />
1826
+ <path
1827
+ style="fill:#000000;stroke:#000000;stroke-width:1.25"
1828
+ d="m 256.513,449.72 c -17.465,28.508 -59.377,95.813 -3.288,130.723 75.569,46.355 54.173,92.711 -14.799,50.974 -97.109,-58.264 -11.825,-175.616 27.131,-220.338 44.444,-50.2 8.554,9.087 -9.044,38.641 z"
1829
+ id="path109"
1830
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1831
+ inkscape:connector-curvature="0" />
1832
+ <path
1833
+ transform="matrix(1.30209,0,0,1.22525,170.042,-153.557)"
1834
+ style="font-size:12px;fill:url(#linearGradient1417);stroke:none"
1835
+ d="m 421.481,504.727 c 0,32.412 -29.272,74.516 -79.528,74.138 -51.828,0.455 -73.949,-41.726 -73.949,-74.138 0,-32.412 34.379,-58.717 76.739,-58.717 42.359,0 76.738,26.305 76.738,58.717 z"
1836
+ id="path125"
1837
+ inkscape:connector-curvature="0" />
1838
+ <path
1839
+ transform="matrix(1.1868,0,0,1.06708,210.623,-100.078)"
1840
+ style="font-size:12px;fill:url(#linearGradient1419);stroke:none"
1841
+ d="m 398.227,412.292 c -0.612,38.572 -23.18,47.671 -51.74,47.671 -28.561,0 -49.292,-5.694 -51.741,-47.671 0,-26.314 23.18,-41.542 51.741,-41.542 28.56,0 51.74,15.228 51.74,41.542 z"
1842
+ id="path127"
1843
+ inkscape:connector-curvature="0" />
1844
+ <path
1845
+ style="fill:url(#linearGradient1421);stroke:none"
1846
+ d="m 234.285,456.475 c 17.716,-26.996 55.015,-68.364 6.977,5.813 -38.951,61.043 -14.403,100.273 -1.744,111.039 36.527,32.562 34.966,54.349 6.395,37.206 -61.625,-36.626 -48.835,-98.248 -11.628,-154.058 z"
1847
+ id="path129"
1848
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1849
+ inkscape:connector-curvature="0" />
1850
+ <path
1851
+ style="fill:url(#linearGradient1423);stroke:none"
1852
+ d="m 490.662,467.52 c -15.319,-31.701 -64.134,-111.902 2.326,-18.603 60.461,84.297 18.022,143.013 10.464,148.827 -7.557,5.813 -33.137,17.44 -25.579,-2.907 7.557,-20.347 45.234,-58.973 12.789,-127.317 z"
1853
+ id="path131"
1854
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1855
+ inkscape:connector-curvature="0" />
1856
+ <path
1857
+ style="fill:url(#linearGradient1425);stroke:#e68c3f;stroke-width:6.25"
1858
+ d="m 220.915,716.921 c -40.442,-21.416 -99.252,4.124 -77.902,-54.066 4.276,-13.238 -6.375,-33.008 0.581,-45.926 8.139,-15.698 25.58,-12.209 36.045,-22.674 10.318,-10.891 16.859,-29.649 36.044,-26.742 19.184,2.907 31.945,26.461 45.344,55.229 9.883,20.638 44.941,49.664 42.65,72.758 -2.696,35.5 -43.027,42.19 -82.762,21.421 z"
1859
+ id="path132"
1860
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1861
+ inkscape:connector-curvature="0" />
1862
+ <path
1863
+ transform="matrix(0.598206,0.268584,-0.239623,0.617213,700.568,140.464)"
1864
+ style="font-size:12px;fill:url(#linearGradient1427);stroke:none"
1865
+ d="m 415.072,495.764 c -3.007,24.906 -35.813,76.627 -69.518,81.534 -34.26,5.336 -66.432,-34.06 -74.147,-71.114 -9.889,-41.206 22.587,-57.6 71.938,-56.627 53.301,1.654 74.121,13.891 71.727,46.207 z"
1866
+ id="path177"
1867
+ inkscape:connector-curvature="0" />
1868
+ <path
1869
+ style="fill:url(#linearGradient1429);stroke:#e68c3f;stroke-width:6.25067997"
1870
+ d="m 220.274,718.402 c -41.327,-23.59 -99.894,5.605 -77.261,-55.547 4.736,-13.068 -6.596,-33.552 0.36,-46.47 8.139,-15.698 25.801,-11.665 36.266,-22.13 10.318,-10.891 18.827,-27.868 38.012,-24.961 19.184,2.907 29.977,24.68 43.376,53.448 9.883,20.638 43.415,48.971 41.124,72.065 -2.696,35.5 -42.724,45.471 -81.877,23.595 z"
1871
+ id="path133"
1872
+ transform="matrix(-1.1685,0.423145,0.475283,1.16478,728.343,-213.821)"
1873
+ inkscape:connector-curvature="0" />
1874
+ <path
1875
+ style="fill:url(#linearGradient1431);stroke:none"
1876
+ d="m 216.482,675.68 c -86.531,-57.503 -47.308,-70.96 -36.843,-81.425 10.318,-10.891 18.827,-27.868 38.012,-24.961 19.184,2.907 29.977,24.68 43.376,53.448 9.883,20.638 43.06,48.918 41.124,72.065 -2.616,27.11 -48.19,5.487 -85.669,-19.127 z"
1877
+ id="path134"
1878
+ transform="matrix(-0.945096,0.343745,0.424076,0.956058,714.328,-64.342)"
1879
+ inkscape:connector-curvature="0" />
1880
+ <path
1881
+ style="fill:url(#linearGradient1433);stroke:none"
1882
+ d="m 216.506,677.071 c -86.531,-57.503 -46.797,-73.57 -33.946,-81.28 15.399,-9.942 15.158,-30.831 34.343,-27.924 19.184,2.907 30.725,26.107 44.124,54.875 9.883,20.638 43.06,48.918 41.124,72.065 -2.616,27.11 -48.166,6.878 -85.645,-17.736 z"
1883
+ id="path135"
1884
+ transform="matrix(1.00431,-0.052286,-0.0174,1.04575,244.191,-28.4653)"
1885
+ inkscape:connector-curvature="0" />
1886
+ <path
1887
+ transform="matrix(0.515584,0.215259,-0.206526,0.49467,713.3,222.559)"
1888
+ style="font-size:12px;fill:#000000;stroke:none"
1889
+ d="m 415.072,495.764 c -3.007,24.906 -35.813,76.627 -69.518,81.534 -34.26,5.336 -66.432,-34.06 -74.147,-71.114 -9.889,-41.206 22.587,-57.6 71.938,-56.627 53.301,1.654 74.121,13.891 71.727,46.207 z"
1890
+ id="path136"
1891
+ inkscape:connector-curvature="0" />
1892
+ <path
1893
+ transform="matrix(0.351231,0.149463,-0.128856,0.343469,724.522,318.291)"
1894
+ style="font-size:12px;fill:url(#linearGradient1435);stroke:none"
1895
+ d="m 415.072,495.764 c -3.007,24.906 -35.813,76.627 -69.518,81.534 -34.26,5.336 -66.432,-34.06 -74.147,-71.114 -9.889,-41.206 22.587,-57.6 71.938,-56.627 53.301,1.654 74.121,13.891 71.727,46.207 z"
1896
+ id="path137"
1897
+ inkscape:connector-curvature="0" />
1898
+ <path
1899
+ style="fill:url(#linearGradient1437);stroke:#e68c3f;stroke-width:3.75"
1900
+ d="m 309.954,338.729 c 7.147,-6.77 24.811,-27.066 57.961,-5.755 6.162,4.01 11.162,4.377 23.021,9.455 23.726,9.749 12.382,33.259 -12.744,41.108 -10.758,3.489 -20.536,16.556 -40.129,15.439 -16.734,-0.977 -21.119,-11.874 -31.398,-17.906 -18.269,-10.311 -20.965,-24.254 -11.1,-31.653 9.866,-7.399 13.725,-10.059 14.389,-10.688 z"
1901
+ id="path119"
1902
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1903
+ inkscape:connector-curvature="0" />
1904
+ <path
1905
+ style="fill:none;stroke:#e68c3f;stroke-width:2.5"
1906
+ d="m 391.251,357.645 c -9.883,0.581 -31.393,22.091 -54.066,22.091 -22.673,0 -36.044,-20.929 -39.532,-20.929"
1907
+ id="path120"
1908
+ transform="matrix(1.25,0,0,1.25,185.454,-167.505)"
1909
+ inkscape:connector-curvature="0" />
1910
+ <path
1911
+ style="fill:url(#linearGradient1439);stroke:none"
1912
+ d="m 309.954,338.729 c 7.147,-6.77 29.691,-25.348 59.588,-6.328 6.299,3.766 12.804,7.865 22.478,13.464 19.162,11.748 9.671,28.678 -13.286,39.39 -10.418,4.495 -27.593,14.415 -40.671,13.721 -14.533,-1.408 -23.935,-11.399 -33.567,-17.906 -17.67,-12.303 -16.597,-22.237 -8.389,-30.508 6.205,-5.679 13.183,-11.204 13.847,-11.833 z"
1913
+ id="path123"
1914
+ transform="matrix(0.627885,0,0,0.595666,392.366,51.8173)"
1915
+ inkscape:connector-curvature="0" />
1916
+ </g>
1917
+ </svg>